3.3 - RAID Flashcards
What is RAID?
RAID stands for Redundant Array of Independent Disks, a method for using multiple drives to maintain data redundancy and uptime.
Is RAID a method of backup?
No, RAID is not a backup method; it’s a way to maintain uptime and availability if a drive fails.
What does RAID 0 do?
RAID 0 uses striping to split data across multiple drives for performance, but it offers no redundancy.
What happens if a drive fails in RAID 0?
All data is lost because there is no redundancy in RAID 0.
What does RAID 1 do?
RAID 1 mirrors data between two drives, providing redundancy in case one drive fails.
What is the trade-off in RAID 1?
RAID 1 uses twice as much storage space since data is duplicated between drives.
What is RAID 5?
RAID 5 stripes data across drives and uses one additional drive for parity, allowing data to be rebuilt if one drive fails.
How does RAID 5 handle a failed drive?
RAID 5 uses parity information to rebuild data in real time when a drive fails.
What is RAID 10?
RAID 10 combines RAID 1 and RAID 0, striping data across drives and mirroring the stripes for redundancy.
How many drives can fail in RAID 10 without data loss?
RAID 10 can handle multiple drive failures as long as they aren’t from the same mirrored pair.