SK0-004 · Question #282
Which of the following RAID levels supports fault tolerance by writing parity to only one drive in the array?
The correct answer is A. RAID 3. RAID 3 achieves fault tolerance by using byte-level striping across data drives while dedicating a single separate drive exclusively for storing all parity information.
Question
Which of the following RAID levels supports fault tolerance by writing parity to only one drive in the array?
Options
- ARAID 3
- BRAID 5
- CRAID 6
- DRAID 10
How the community answered
(35 responses)- A89% (31)
- B3% (1)
- C3% (1)
- D6% (2)
Why each option
RAID 3 achieves fault tolerance by using byte-level striping across data drives while dedicating a single separate drive exclusively for storing all parity information.
In RAID 3, all parity information is written exclusively to one dedicated parity drive, while data is striped at the byte level across the remaining drives in the array. Any single data drive failure can be recovered by XORing the surviving data drives with the contents of that dedicated parity drive. This single-dedicated-parity-drive design is what explicitly distinguishes RAID 3 from RAID 5, where parity is distributed across all drives.
RAID 5 distributes parity data in blocks across all drives in the array rather than confining parity to a single dedicated drive, making it a distributed-parity configuration.
RAID 6 writes dual parity across two different drives to tolerate two simultaneous drive failures, which does not match the single-parity-drive description in the question.
RAID 10 combines mirroring and striping for redundancy but uses no parity at all - fault tolerance is achieved through full data mirroring, not parity calculation.
Concept tested: RAID 3 dedicated single-drive parity fault tolerance
Source: https://www.snia.org/tech_activities/standards/curr_standards/ddf
Topics
Community Discussion
No community discussion yet for this question.