Section 14.124 Data Redundancy Flashcards
Objective 3.4 Explain the importance of resilience and recovery in security architecture
RAID (Redundant Array of Independent Disks)
Combines multiple physical storage devices into a single logical storage
device recognised by the operating system
RAID 0
Provides data STRIPING across multiple disks
■ Used for improved performance but offers no data redundancy
■ Multiple drives increase read and write speeds
■ Suitable for scenarios where performance is essential, and data redundancy is not a concern
Performance without fault tolerance
RAID 1
Provides redundancy by MIRRORING data identically on two storage devices
■ Ensures data integrity and availability
■ Suitable for critical applications and maintains a complete copy of data on both devices
■ Only one storage device can fail without data loss or downtime
RAID 5
Utilises STRIPING WITH PARITY across at least three storage devices
■ Offers fault tolerance by distributing data and parity
■ Can continue operations if one storage device fails
■ Data reconstruction is possible but results in slower access speeds
RAID 6
Similar to RAID 5 but includes double parity data. STRIPING WITH DOUBLE PARITY
■ Requires at least four storage devices
■ Can withstand the failure of two storage devices without data loss
RAID 10
Combines RAID 1 (mirroring) and RAID 0 (striping). STRIPED ARRAY OF MIRRORED ARRAYS
■ Offers high performance, fault tolerance, and data redundancy
■ Requires an even number of storage devices, with a minimum of four
RAID Resilience Categories
Failure-resistant
Resists hardware malfunctions through redundancy (e.g., RAID 1)
RAID Resilience Categories
Fault-tolerant
Allows continued operation and quick data rebuild in case of failure (e.g.,
RAID 1, RAID 5, RAID 6, RAID 10)
RAID Resilience Categories
Disaster-tolerant
Safeguards against catastrophic events by maintaining data in independent zones (e.g., RAID 1, RAID 10)
○ RAIDs are essential for ensuring data redundancy, availability, and performance in enterprise networks
○ The choice of RAID type depends on specific requirements for performance and fault tolerance