SK0-005 · Question #21
A server administrator was asked to build a storage array with the highest possible capacity. Which of the following RAID levels should the administrator choose?
The correct answer is A. RAID 0. RAID 0 (striping) uses 100% of all drive capacity for data storage with zero overhead for redundancy. With N drives of size X, total usable capacity is N×X. No capacity is lost to mirroring or parity. The tradeoff is that there is no fault tolerance – if any single drive fails…
Question
A server administrator was asked to build a storage array with the highest possible capacity. Which of the following RAID levels should the administrator choose?
Options
- ARAID 0
- BRAID 1
- CRAID 5
- DRAID 6
How the community answered
(43 responses)- A91% (39)
- B5% (2)
- C2% (1)
- D2% (1)
Explanation
RAID 0 (striping) uses 100% of all drive capacity for data storage with zero overhead for redundancy. With N drives of size X, total usable capacity is N×X. No capacity is lost to mirroring or parity. The tradeoff is that there is no fault tolerance – if any single drive fails, all data is lost. RAID 1 sacrifices 50% to mirroring, RAID 5 loses one drive's worth to parity, and RAID 6 loses two drives' worth. RAID 0 is chosen only when maximum capacity and performance outweigh reliability concerns.
Topics
Community Discussion
No community discussion yet for this question.