HP0-J73 · Question #79
Which RAID level protects against two concurrent data drive failures?
The correct answer is D. RAID 6. RAID 6 uses two independent distributed parity calculations, allowing the array to tolerate up to two simultaneous drive failures without losing data.
Question
Which RAID level protects against two concurrent data drive failures?
Options
- ARAID 2
- BRAID 3
- CRAID 5
- DRAID 6
How the community answered
(14 responses)- A7% (1)
- D93% (13)
Why each option
RAID 6 uses two independent distributed parity calculations, allowing the array to tolerate up to two simultaneous drive failures without losing data.
RAID 2 uses bit-level striping with Hamming error-correcting code and is an obsolete, theoretical level that provides no practical two-drive failure protection in modern implementations.
RAID 3 uses byte-level striping with a single dedicated parity drive and can only tolerate the loss of one drive before the array fails.
RAID 5 uses block-level striping with single distributed parity and can only survive a single drive failure - a second concurrent failure results in permanent data loss.
RAID 6 writes two separate parity blocks distributed across all member drives, so any two drives can fail simultaneously and the array remains operational and data-consistent. This dual-parity design directly addresses the requirement of protecting against two concurrent drive failures, which single-parity RAID levels cannot achieve.
Concept tested: RAID 6 dual-parity two-drive fault tolerance
Topics
Community Discussion
No community discussion yet for this question.