nerdexam
CompTIA

SK0-003 · Question #259

Which of the following RAID levels provides the HIGHEST fault tolerance possible?

The correct answer is D. RAID 10. RAID 10, a nested RAID level (RAID 1+0), combines the striping of RAID 0 with the mirroring of RAID 1. This configuration provides the highest fault tolerance among common RAID levels, capable of sustaining multiple disk failures under specific conditions.

Security and disaster recovery

Question

Which of the following RAID levels provides the HIGHEST fault tolerance possible?

Options

  • ARAID 0
  • BRAID 5
  • CRAID 6
  • DRAID 10

How the community answered

(24 responses)
  • B
    4% (1)
  • C
    4% (1)
  • D
    92% (22)

Why each option

RAID 10, a nested RAID level (RAID 1+0), combines the striping of RAID 0 with the mirroring of RAID 1. This configuration provides the highest fault tolerance among common RAID levels, capable of sustaining multiple disk failures under specific conditions.

ARAID 0

RAID 0 offers no fault tolerance; any single disk failure results in complete data loss for the entire array.

BRAID 5

RAID 5 provides fault tolerance against only a single disk failure within the array.

CRAID 6

RAID 6 provides fault tolerance against two simultaneous disk failures using dual parity, but RAID 10 generally offers higher overall fault tolerance and often better recovery times for certain failure scenarios, as well as superior performance characteristics.

DRAID 10Correct

RAID 10 (RAID 1+0) provides the highest fault tolerance by combining mirroring (RAID 1) for redundancy within pairs and striping (RAID 0) across those pairs for performance. This setup allows for multiple disk failures without data loss, as long as no two failed disks are from the same mirrored set, offering superior protection compared to other options.

Concept tested: RAID level fault tolerance comparison

Source: https://learn.microsoft.com/en-us/windows-server/storage/disk-management/understanding-raid

Topics

#RAID#fault tolerance#RAID 10#data redundancy

Community Discussion

No community discussion yet for this question.

Full SK0-003 Practice