000-221 · Question #40
Which technology provides the maximum amount of usable storage and resilience for a system with 6 physical volumes?
The correct answer is C. RAID 5. RAID 5 provides the best balance of usable storage capacity and fault resilience among the listed options when using 6 physical volumes.
Question
Which technology provides the maximum amount of usable storage and resilience for a system with 6 physical volumes?
Options
- ARAID 0
- BRAID 1
- CRAID 5
- DRAID 6
How the community answered
(64 responses)- A5% (3)
- B3% (2)
- C84% (54)
- D8% (5)
Why each option
RAID 5 provides the best balance of usable storage capacity and fault resilience among the listed options when using 6 physical volumes.
RAID 0 maximizes usable storage (all 6 disks) but provides zero redundancy, meaning a single disk failure causes total data loss.
RAID 1 mirrors data and yields only 3 disks of usable capacity with 6 drives, wasting 50% of raw storage.
RAID 5 uses striping with distributed parity, yielding N-1 usable disks - five out of six in this case - while tolerating a single disk failure. This gives significantly better storage efficiency than RAID 1 or RAID 6, and unlike RAID 0 it provides meaningful fault resilience, satisfying both requirements simultaneously.
RAID 6 uses double distributed parity, yielding only N-2 usable disks (4 of 6), which is less efficient than RAID 5 while the added resilience does not satisfy the 'maximum usable storage' requirement.
Concept tested: RAID level trade-offs for storage and resilience
Source: https://www.ibm.com/docs/en/linux-on-systems?topic=configurations-raid-levels
Topics
Community Discussion
No community discussion yet for this question.