nerdexam
CompTIA

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.

Server hardware installation and management

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)
  • A
    89% (31)
  • B
    3% (1)
  • C
    3% (1)
  • D
    6% (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.

ARAID 3Correct

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.

BRAID 5

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.

CRAID 6

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.

DRAID 10

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

#RAID levels#fault tolerance#parity#storage

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice