A+ // Computer Basics Flashcards
This uses two hard drives to hold a single Windows volume, such as drive E:, data is written to the first drive, and, when it is full, the data continues to be written to the second
Spanning, sometimes called JBOD (just a bunch of disks)
Called a striped volume and is preferred over spanning
RAID 0
A type of mirroring that duplicates data on one drive to another drive and is used for fault tolerance. If one drive fails, the other continues to operate and data is not lost.
RAID 1
Stripes data across three or more active drives and uses parity checking; if one drive fails the others can re-create the data stored on the failed drive by using the parity information.
RAID 5
What are some benefits of RAID 5?
- data is not duplicated which makes better use of
- drives increase performance and provide fault tolerance
A combination of RAID 1 and RAID 0; takes at least 4 disks and data is mirrored across pairs of striped disks
RAID 10 (one zero)