* RAID 4

Data is striped at a block level across several drives, with parity stored on one drive. The parity information allows recovery from the failure of a single drive. The performance of RAID 4 is very good for reads. Writes, however, require that parity data be upgraded each time. This slows down random writes in particular, though large write or sequential writes are fairly fast.