SK0-003 · Question #606
An administrator needs to maintain 1TB of storage for mission critical application data. Fault tolerance and performance are the most important considerations. Cost is not a factor at all. Which of th
The correct answer is B. RAID 10 with eight 250GB hard drives. For mission critical application data requiring excellent fault tolerance and performance, where cost is not a factor, RAID 10 is the optimal choice.
Question
An administrator needs to maintain 1TB of storage for mission critical application data. Fault tolerance and performance are the most important considerations. Cost is not a factor at all. Which of the following RAID configurations would be the BEST choice to meet the criteria for the storage array?
Options
- ARAID 6 with six 250GB hard drives
- BRAID 10 with eight 250GB hard drives
- CRAID 5 with five 250GB hard drives
- DRAID 0 with eight 250GB hard drives
How the community answered
(26 responses)- A4% (1)
- B69% (18)
- C19% (5)
- D8% (2)
Why each option
For mission critical application data requiring excellent fault tolerance and performance, where cost is not a factor, RAID 10 is the optimal choice.
RAID 6 provides good fault tolerance (two drive failures), but its write performance is generally lower than RAID 10 due to the overhead of calculating and writing two parity blocks.
RAID 10 (RAID 1+0) provides excellent fault tolerance by mirroring data and then striping across the mirrored sets, while also offering superior read and write performance compared to other fault-tolerant RAID levels due to parallel I/O operations and no complex parity calculations during writes. Eight 250GB drives provide (8/2) * 250GB = 1TB of usable storage, meeting the capacity requirement.
RAID 5 provides fault tolerance against a single drive failure, which may not be sufficient for 'mission critical' applications where higher availability is desired, and its write performance is also impacted by parity calculations.
RAID 0 offers excellent performance but provides no fault tolerance whatsoever, meaning a single drive failure results in complete data loss, making it unsuitable for 'mission critical' data.
Concept tested: RAID levels, performance, and fault tolerance
Source: https://learn.microsoft.com/windows-server/storage/disk-management/understanding-raid
Topics
Community Discussion
No community discussion yet for this question.