| Raid
Level |
Definition |
Min.#
Drives |
Advantages |
Disadvantages |
Uses |
| RAID
0 |
Striped
disk array - the data is broken down into blocks and each
block is written to a separate drive |
2 |
Faster
Performance |
No
Fault Tolerance |
Video
Editing, High Bandwidth I/O Applications |
| RAID
1 |
Mirrored
disk array - second drive is exact copy of first drive |
2 |
Simple
to setup, Fault Tolerance |
Less
Efficient |
Applications
/ Servers Requiring High-Availability |
| RAID
0+1 |
Two
striped arrays that are mirrored with each other |
4 |
Fault
Tolerant, High I/O performance due to striping |
Limited
scalability |
Workstation,
File Server |
| RAID
5 |
Striping
plus parity - data written across all drives in array |
3 |
Fault
Tolerant, fast data reads, good for hot swap |
Takes
longer to rebuild than RAID 1 |
Database,
Web, E-mail, and News servers |
| RAID
50 (5+0) |
Data
is “striped” across multiple drive groups (super drive
group). For data redundancy, drives are encoded with rotated
XOR redundancy |
6 |
RAID
50 provides high data throughput, data redundancy, and very
good performance |
Requires
2 to 4 times as many parity drives as RAID 5. |
Database,
Web, E-mail, and News servers |
| JBOD |
"Just
a Bunch of Disks" - spanned volume |
2 |
Can
create larger partitions from odd size drives |
No
fault Tolerance, no performance increase |
Temporary
extra storage space (non critical data) |