Data Redundancy Flashcards
(9 cards)
What does RAID (Redundant Array of Independent Disks) do?
Combines multiple physical storage devices into a single logical storage device recognized by the operating system
What does RAID 0 do?
Provides data striping across multiple disks to improve performance
What does RAID 1 do?
Provides redundancy by mirroring data identically on two storage devices
What does RAID 5 do?
Stripes data with parity, using at least three storage devices
What does RAID 6 do?
Similar to RAID 5 but includes double parity data and requires at least 4 storage devices
What does RAID 10 do?
Combines RAID 1 (mirroring) and RAID 0 (striping), featuring mirrored arrays in a striped setup
What does Failure-resistant do?
Resists hardware malfunctions through redundant storage devices (e.g., RAID 1)
What doe Fault-tolerant do?
Allows continued operation and quick data rebuild in case of failure (e.g., RAID 1, RAID 5, RAID 6, RAID 10)
What does Disaster-tolerant do?
Protects data against catastrophic events by maintaining it in independent zones (e.g., RAID 1, RAID 10)