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.
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)- A2% (1)
- B6% (3)
- C2% (1)
- D89% (42)
Why each option
RAID 10 provides the highest level of data protection and the shortest rebuild times by combining mirroring and striping.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.