SY0-301 · Question #442
Which of the following provides data the best fault tolerance at the LOWEST cost?
The correct answer is D. RAID 6. RAID 6 provides fault tolerance for data storage by using dual distributed parity, allowing the array to survive two simultaneous drive failures at a relatively low cost compared to clustering or fully redundant systems.
Question
Which of the following provides data the best fault tolerance at the LOWEST cost?
Options
- ALoad balancing
- BClustering
- CServer virtualization
- DRAID 6
How the community answered
(48 responses)- A4% (2)
- B8% (4)
- C2% (1)
- D85% (41)
Why each option
RAID 6 provides fault tolerance for data storage by using dual distributed parity, allowing the array to survive two simultaneous drive failures at a relatively low cost compared to clustering or fully redundant systems.
Load balancing distributes network or application traffic for availability and performance, but does not provide data redundancy or fault tolerance against disk failure.
Clustering provides high availability for services and can include shared storage, but the infrastructure cost is significantly higher than a simple RAID array.
Server virtualization abstracts hardware resources and enables VM portability, but does not inherently provide storage-level fault tolerance or data redundancy.
RAID 6 uses double distributed parity across drives, tolerating up to two concurrent disk failures without data loss. It requires only two extra drives for parity overhead, making it the most cost-effective solution specifically for data fault tolerance compared to the other options.
Concept tested: RAID levels and fault tolerance cost trade-offs
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.