nerdexam
CompTIA

SG0-001 · Question #548

Which of the following RAID levels offers the HIGHEST level of protection with the shortest rebuild time?

The correct answer is D. RAID 10. RAID 10 provides the highest level of data protection and the shortest rebuild times by combining mirroring and striping.

Storage Functionality

Question

Which of the following RAID levels offers the HIGHEST level of protection with the shortest rebuild time?

Options

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

How the community answered

(47 responses)
  • A
    2% (1)
  • B
    6% (3)
  • C
    2% (1)
  • D
    89% (42)

Why each option

RAID 10 provides the highest level of data protection and the shortest rebuild times by combining mirroring and striping.

ARAID 3

RAID 3 uses byte-level striping with a dedicated parity drive, offering good performance for large sequential reads but has slower rebuilds as parity must be recalculated and written across all drives.

BRAID 5

RAID 5 uses block-level striping with distributed parity, providing good performance and fault tolerance but rebuild times can be lengthy and impact performance significantly during the rebuild process.

CRAID 6

RAID 6 uses block-level striping with dual distributed parity, offering better fault tolerance than RAID 5 (can withstand two drive failures) but has longer rebuild times and higher write overhead due to calculating and writing two parity blocks.

DRAID 10Correct

RAID 10 (or RAID 1+0) combines mirroring (RAID 1) with striping (RAID 0), offering excellent performance and the highest level of data protection with the shortest rebuild times because it only needs to copy data from the surviving mirror set, not reconstruct it from parity.

Concept tested: RAID levels, data protection, and rebuild performance

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

Topics

#RAID levels#RAID protection#RAID rebuild time#RAID 10

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice