SK0-004 · Question #810
A systems administrator is configuring new storage for a high availability server. Which of the following RAID configurations can still function it half its disks are lost?
The correct answer is A. RAID 1. RAID 1 (disk mirroring) uses exactly two drives and can survive the loss of one drive - which is 50% of its disks - while remaining fully operational.
Question
A systems administrator is configuring new storage for a high availability server. Which of the following RAID configurations can still function it half its disks are lost?
Options
- ARAID 1
- BRAID 3
- CRAID 5
- DRAID 6
How the community answered
(56 responses)- A70% (39)
- B4% (2)
- C20% (11)
- D7% (4)
Why each option
RAID 1 (disk mirroring) uses exactly two drives and can survive the loss of one drive - which is 50% of its disks - while remaining fully operational.
RAID 1 mirrors data identically across two drives, meaning the array continues to function if either one of the two disks fails. Because the array consists of only two drives, losing one constitutes losing exactly half the disks, satisfying the requirement. No other standard RAID level guarantees survival of half its total disks regardless of array size.
RAID 3 uses byte-level striping with a single dedicated parity drive and can only tolerate the loss of one disk regardless of total disk count, which is far less than half in any practical deployment.
RAID 5 uses distributed parity across a minimum of three drives and can only tolerate a single disk failure; losing half of a RAID 5 array would result in data loss.
RAID 6 uses double distributed parity and can survive exactly two simultaneous disk failures regardless of array size, meaning it cannot survive losing half its disks in any array larger than four drives.
Concept tested: RAID 1 fault tolerance and disk failure survivability
Source: https://learn.microsoft.com/en-us/windows-server/storage/storage-spaces/storage-spaces-fault-tolerance
Topics
Community Discussion
No community discussion yet for this question.