220-1101 · Question #323
A storage server with three drives was reporting errors indicating the array was in degraded mode, but the stored files were still accessible. A technician went to the server room to troubleshoot the
The correct answer is C. RAID 5. A RAID 5 configuration provides fault tolerance using parity across three or more drives, allowing data access even when one drive fails (degraded mode).
Question
A storage server with three drives was reporting errors indicating the array was in degraded mode, but the stored files were still accessible. A technician went to the server room to troubleshoot the error message. Which of the following RAID configurations did the technician MOST likely find?
Options
- ARAID 0
- BRAID 1
- CRAID 5
- DRAID 10
How the community answered
(45 responses)- A4% (2)
- B13% (6)
- C73% (33)
- D9% (4)
Why each option
A RAID 5 configuration provides fault tolerance using parity across three or more drives, allowing data access even when one drive fails (degraded mode).
RAID 0 provides no fault tolerance; if one drive fails, all data in the array is lost and becomes inaccessible.
RAID 1 (mirroring) requires a minimum of two drives, not three, and while it provides fault tolerance, the question describes a three-drive array and degraded mode with accessible files, which points more directly to RAID 5's parity scheme.
RAID 5 requires a minimum of three drives and uses striping with distributed parity. This configuration allows the array to continue operating in a "degraded" state, with all data still accessible, even if one drive fails, because the missing data can be reconstructed using the parity information.
RAID 10 (or RAID 1+0) requires a minimum of four drives, as it is a stripe of mirrors, and the scenario describes a three-drive array.
Concept tested: RAID 5 fault tolerance and degraded mode
Source: https://learn.microsoft.com/en-us/windows-server/storage/disk-management/raid-levels
Topics
Community Discussion
No community discussion yet for this question.