000-221 · Question #63
Which RAID technology will provide the maximum data protection and available storage for a system with 6 physical disks?
The correct answer is D. RAID 6 (striping + double parity). RAID 6 with 6 disks offers double-parity fault tolerance (surviving 2 simultaneous disk failures) and yields 4 disks of usable storage, outperforming other options on the combination of protection and available capacity.
Question
Which RAID technology will provide the maximum data protection and available storage for a system with 6 physical disks?
Options
- ARAID 0 (striping)
- BRAID 1 (mirroring)
- CRAID 5 + Hot Spare (striping + parity + spare)
- DRAID 6 (striping + double parity)
How the community answered
(19 responses)- A16% (3)
- B5% (1)
- C5% (1)
- D74% (14)
Why each option
RAID 6 with 6 disks offers double-parity fault tolerance (surviving 2 simultaneous disk failures) and yields 4 disks of usable storage, outperforming other options on the combination of protection and available capacity.
RAID 0 stripes data across all disks with no parity or redundancy, meaning a single disk failure causes total data loss - it provides zero data protection.
RAID 1 mirrors data in pairs, so 6 disks yield only 3 disks of usable storage (50% efficiency), making it the least efficient option for available storage despite good protection.
RAID 5 with a hot spare across 6 disks provides 4 disks of usable storage and can recover from one failure, but only tolerates a second failure after the hot spare rebuild completes - leaving a window of vulnerability that RAID 6 eliminates entirely.
RAID 6 uses two independent parity blocks distributed across all disks, allowing the array to survive any two simultaneous disk failures without data loss - providing stronger protection than RAID 5's single parity. With 6 physical disks, RAID 6 delivers 4 disks worth of usable storage (6 minus 2 parity), which equals the usable capacity of RAID 5 with a hot spare but with superior fault tolerance since both parity disks are always active.
Concept tested: RAID 6 double-parity fault tolerance and storage efficiency
Source: https://www.ibm.com/docs/en/flashsystem-9x00/8.6.x?topic=overview-raid-levels
Topics
Community Discussion
No community discussion yet for this question.