SK0-003 · Question #178
A system administrator needs to maintain 1.2TB of storage for a database server. There are six 250GB drives available in the server for storage space. Which of the following RAID configurations would
The correct answer is B. RAID 5 across all 6 drives. RAID 5 is the best choice as it provides 1.25TB of usable storage from six 250GB drives, meeting the 1.2TB requirement while offering both fault tolerance and good performance for a database server.
Question
A system administrator needs to maintain 1.2TB of storage for a database server. There are six 250GB drives available in the server for storage space. Which of the following RAID configurations would be the BEST choice given that performance and fault tolerance are important factors?
Options
- ARAID 1 across drive pairs totaling 3 pairs
- BRAID 5 across all 6 drives
- CRAID 10 across all 6 drives
- DRAID 0 across all 6 drives
How the community answered
(38 responses)- A13% (5)
- B55% (21)
- C24% (9)
- D8% (3)
Why each option
RAID 5 is the best choice as it provides 1.25TB of usable storage from six 250GB drives, meeting the 1.2TB requirement while offering both fault tolerance and good performance for a database server.
RAID 1 mirroring across three pairs would only yield 3 * 250GB = 750GB (0.75TB) of usable space, which is insufficient for the 1.2TB requirement.
RAID 5 utilizes N-1 drives for data storage and one drive for parity, offering (6-1)*250GB = 1.25TB of usable space which meets the 1.2TB requirement. It provides fault tolerance against a single drive failure and offers a good balance of read/write performance for database servers.
RAID 10 combines mirroring and striping, resulting in (6/2) * 250GB = 750GB (0.75TB) of usable space, which is less than the required 1.2TB.
RAID 0 provides no fault tolerance; if any single drive fails, all data on the array is lost, making it unsuitable for a database server where fault tolerance is important.
Concept tested: RAID levels, capacity, fault tolerance, performance
Source: https://learn.microsoft.com/en-us/windows-server/storage/disk-management/understanding-raid
Topics
Community Discussion
No community discussion yet for this question.