220-801 · Question #282
Which of the following RAID types employs two identically sized disks and creates a mirror for data redundancy purposes?
The correct answer is B. RAID 1. RAID 1 is disk mirroring - it writes identical data simultaneously to two drives of the same size, so if one drive fails, the other contains a complete, usable copy. It provides redundancy at the cost of usable capacity (you only get the space of one drive). RAID 0 is striping…
Question
Options
- ARAID 0
- BRAID 1
- CRAID 1+0
- DRAID 5
How the community answered
(46 responses)- A2% (1)
- B91% (42)
- C2% (1)
- D4% (2)
Explanation
RAID 1 is disk mirroring - it writes identical data simultaneously to two drives of the same size, so if one drive fails, the other contains a complete, usable copy. It provides redundancy at the cost of usable capacity (you only get the space of one drive). RAID 0 is striping with no redundancy - it splits data across two drives for performance but any single drive failure means total data loss. RAID 1+0 (RAID 10) combines mirroring and striping and requires at least four drives. RAID 5 uses distributed parity across three or more drives for redundancy without full mirroring.
Topics
Community Discussion
No community discussion yet for this question.