Term of the Moment

beamforming


Look Up Another Term


Definition: RAID 0


(Redundant Array of Independent Disks Mode 0) A popular disk or solid state drive (SSD) subsystem that increases performance by interleaving data across two or more drives. Data are broken into blocks, called "stripes," and alternately written to two or more drives simultaneously to increase speed. For example, stripe 1 is written to drive 1 at the same time stripe 2 is written to drive 2. Then stripes 3 and 4 are written to drives 1 and 2 simultaneously and so on. When reading, stripes 1 and 2 are read simultaneously; then stripes 3 and 4 and so on.

Ironically, RAID 0 is a misnomer because there is nothing "redundant." If one drive fails, the entire RAID array fails. See disk striping, RAID 3, RAID 5 and RAID.




Striping for Performance
Widely used for gaming, striping interleaves data across multiple drives for performance. However, there are no safeguards against failure.




RAID 0 Probability of Failure
The more drives in a RAID 0 array, the higher the probability of array failure. For example, if experience tells us that one out of a thousand drives fails in a year, the probability that a 2-drive array will fail in a year is 1 in 500; that a 3-drive array will fail is 1 in 333 and so on.

The formula: if the probability of failure of each of n drives is p for a given period, then the probability of not failing is (1-p). The probability of all drives functioning is (1-p)^n, and the probability that at least one drive will fail, causing the array to fail, is [1-(1-p)^n].