Benefits of Content-Addressed Storage Last Updated : 09 Jan, 2020 Comments Improve Suggest changes 1 Likes Like Report Content-Addressed Storage (CAS) has emerged as an alternative to tape and optical solutions because it overcomes many of their obvious deficiencies. The features and benefits of CAS include: Content Authenticity: It assures authenticity by generating a unique or special content address for stored objects. Content authenticity is assured because the address assigned to each piece object stored is as unique as a fingerprint. CAS uses hashing algorithms and if any data is lost, it is recovered from mirrored data. Content Integrity: It refers to that the stored data is not altered. Use of hashing algorithm also ensures integrity too. CAS supports parity RAID protection in addition to mirroring. Location Independence: CAS uses a unique identifier that applications use to retrieve data. It uses a content address to access contents for applications making the address transparent. Single Instance Storage: The unique address is used to guarantee the storage of only a single instance of an object. This address is derived from the binary representation of the object. If the object is already on the system, it is not stored, rather only a pointer to that object is created. Retention Enforcement: Retention and protection of data is highly important. CAS creates 2 immutable components: Data object and Meta-object. Data and meta objects are available for all stored objects. The meta-object stores object’s attributes and data handling policies. For systems that support object-retention capabilities, the retention policies are enforced until the policies expire. Record Level Protection and Disposition: All fixed data is stored in CAS once and is backed up with a protection scheme. The array is composed of one or more storage clusters. Some CAS architectures or design provide an additional protection by replicating the content onto arrays located at a different location. Disposition helps in backing up of data and provides security. Technology Independence: CAS works on almost all platforms of technology. The CAS system interface is impervious to technology changes. As long as the application server is able to map the original content address the data remains accessible and can be used. Fast Record Retrieval: CAS maintains all data in discs. Random disc access in CAS enables fast retrieval. Create Quiz Comment S Subramanyan_Anand Follow 1 Improve S Subramanyan_Anand Follow 1 Improve Article Tags : DBMS Explore Basics of DBMSIntroduction of DBMS6 min readHistory of DBMS7 min readDBMS Architecture 1-level, 2-Level, 3-Level6 min readDifference between File System and DBMS6 min readER & Relational ModelIntroduction of ER Model9 min readStructural Constraints of Relationships in ER Model5 min readGeneralization, Specialization and Aggregation in ER Model4 min readIntroduction of Relational Model and Codd Rules in DBMS14 min readKeys in Relational Model6 min readMapping from ER Model to Relational Model5 min readStrategies for Schema design in DBMS6 min readRelational AlgebraIntroduction of Relational Algebra in DBMS8 min readSQL Joins (Inner, Left, Right and Full Join)4 min readJoin operation Vs Nested query in DBMS3 min readTuple Relational Calculus (TRC) in DBMS4 min readDomain Relational Calculus in DBMS4 min readFunctional Dependencies & NormalisationAttribute Closure in DBMS4 min readArmstrong's Axioms in Functional Dependency in DBMS4 min readCanonical Cover of Functional Dependencies in DBMS7 min readNormal Forms in DBMS5 min readThe Problem of Redundancy in Database3 min readLossless Join and Dependency Preserving Decomposition4 min readDenormalization in Databases4 min readTransactions & Concurrency ControlACID Properties in DBMS5 min readTypes of Schedules in DBMS5 min readConcurrency Control in DBMS3 min readGraph Based Concurrency Control Protocol in DBMS3 min readMultiple Granularity Locking in DBMS3 min readDatabase Recovery Techniques in DBMS4 min readDeadlock in DBMS4 min readAdvanced DBMSIndexing in Databases6 min readIntroduction of B Tree8 min readIntroduction of B+ Tree5 min readBitmap Indexing in DBMS3 min readInverted Index7 min readSQL Queries on Clustered and Non-Clustered Indexes6 min readFile Organization in DBMS4 min readPractice QuestionsLast Minute Notes - DBMS15+ min readDBMS Interview Questions with Answers15+ min readCommonly asked DBMS Interview Questions | Set 25 min readDatabase Management System - GATE CSE Previous Year Questions2 min read Like