HP0-J73 · Question #166
A system administrator at an enterprise company wants to extend the storage array of a server by using existing older disk drives. Because of the smaller size of the older drives, the administrator ne
The correct answer is D. RAID 6. RAID 6 uses dual distributed parity, allowing the array to survive any two simultaneous drive failures without data loss, making it the correct choice when two-drive fault tolerance is required.
Question
A system administrator at an enterprise company wants to extend the storage array of a server by using existing older disk drives. Because of the smaller size of the older drives, the administrator needs at least 18 physical disks. The company needs to ensure that if two drives fail simultaneously, no data loss occurs. Which RAID level should the system administrator use to configure the drives?
Options
- ARAID 1+0
- BRAID 3
- CRAID 5
- DRAID 6
How the community answered
(40 responses)- A8% (3)
- B3% (1)
- C20% (8)
- D70% (28)
Why each option
RAID 6 uses dual distributed parity, allowing the array to survive any two simultaneous drive failures without data loss, making it the correct choice when two-drive fault tolerance is required.
RAID 1+0 mirrors data across pairs of drives and can tolerate one failure per mirrored pair, but two simultaneous failures on drives in the same mirror pair will result in data loss.
RAID 3 uses a single dedicated parity drive and can only tolerate the failure of one drive at a time; a second simultaneous failure causes complete data loss.
RAID 5 distributes a single parity block across all drives and can recover from only one drive failure; a second simultaneous drive failure destroys the array and results in data loss.
RAID 6 writes two independent parity blocks across all member drives, so the array can reconstruct data correctly even when any two drives fail at the same time. This dual-parity design is specifically built for environments requiring higher fault tolerance than single-parity RAID levels, and it supports large drive counts such as 18 disks while maintaining full protection against two simultaneous failures.
Concept tested: RAID 6 dual parity and two-drive fault tolerance
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.