RAID 0 - Striping*
Used where speed is the primary objective, RAID Level 0 (also called "striping") is not redundant. This form of array splits each piece of data across both of the drives in segments; since data is written without any form of parity data-checking, it allows for the fastest data transfer of all other RAID levels. However, if one drive becomes damaged, the whole array can become corrupted. |