What does RAID stand for ?
In 1987, Patterson, Gibson and
Katz at the University
of California Berkeley ,
published a paper entitled "A Case for Redundant Arrays of Inexpensive
Disks (RAID)" . This paper described various types of disk arrays,
referred to by the acronym RAID. The basic idea of RAID was to combine multiple
small, inexpensive disk drives into an array of disk drives which yields
performance exceeding that of a Single Large Expensive Drive (SLED).
Additionally, this array of drives appears to the computer as a single logical
storage unit or drive.
The Mean Time Between Failure
(MTBF) of the array will be equal to the MTBF of an individual drive, divided
by the number of drives in the array. Because of this, the MTBF of an array of
drives would be too low for many application requirements. However, disk arrays
can be made fault-tolerant by redundantly storing information in various ways.
Five types of array architectures,
RAID-1 through RAID-5, were defined by the Berkeley paper, each providing disk
fault-tolerance and each offering different trade-offs in features and
performance. In addition to these five redundant array architectures, it has
become popular to refer to a non-redundant array of disk drives as a RAID-0
array.
No comments:
Post a Comment