SK0-004 · Question #876
An administrator is given two hard drives and asked to build a redundant storage solution. Which of the following RAID levels should the administrator use?
The correct answer is B. RAID 1. With only two drives available, RAID 1 mirroring is the only RAID level that provides redundancy within that constraint.
Question
An administrator is given two hard drives and asked to build a redundant storage solution. Which of the following RAID levels should the administrator use?
Options
- ARAID 0
- BRAID 1
- CRAID 4
- DRAID 5
How the community answered
(28 responses)- B96% (27)
- C4% (1)
Why each option
With only two drives available, RAID 1 mirroring is the only RAID level that provides redundancy within that constraint.
RAID 0 stripes data across drives for performance gains but offers zero redundancy - a single drive failure causes complete data loss.
RAID 1 mirrors data identically across two drives, ensuring that if one drive fails the other contains a complete copy of all data. It requires a minimum of exactly two drives, making it the only viable redundant RAID configuration when limited to two drives.
RAID 4 uses block-level striping with a dedicated parity drive and requires a minimum of three drives, exceeding the available two-drive count.
RAID 5 distributes parity data across all drives and also requires a minimum of three drives, making it impossible to implement with only two drives.
Concept tested: RAID levels and minimum drive requirements
Source: https://www.comptia.org/certifications/server
Topics
Community Discussion
No community discussion yet for this question.