RAID
Defined
RAID stands for Redundant Array of Independent Disks.
RAID is a method of combining several hard drives into one unit. It offers
fault tolerance and higher throughput levels than a single hard drive or group
of independent hard drives. RAID levels 0,1, 10 and 5 are the most
popular.
The acronym RAID, originally coined
at UC-Berkeley in 1987, stood for Redundant Array of Inexpensive Disks.
RAID Configurations
RAID
0 (stripe)
|
|
Raid level 0 splits data across drives, resulting in higher data throughput.
The performance of this RAID is great, but a loss of any drive in the array
will result in data loss. This level is commonly referred to as striping.
|
|
Advantages
|
|
|
|
Disadvantages
|
|
|
|
RAID
1 (mirror)
|
|
RAID Level 1 writes all data to two or more drives. The performance of
a level 1 array tends to be faster on reads and slower on writes compared to
a single drive, but if either drive fails, no data is lost. This is a good
entry-level redundant system, since only two drives are required; however,
since one drive is used to store a duplicate of the data, the cost per
megabyte is high. This level is commonly referred to as mirroring.
|
|
Advantages
|
|
|
|
Disadvantages
|
|
|
|
RAID
5
|
|
RAID Level 5 stripes data at a block level across several drives, with
parity equality distributed among the drives. The parity information allows
recovery from the failure of any single drive. Write performance is rather
quick, but because parity data must be skipped on each drive during reads,
the performance for reads tends to suffer. The low ratio of parity to data
results in low redundancy overhead.
|
|
Advantages
|
|
|
|
Disadvantages
|
|
|
|
RAID
0+1 (Stripe+Mirror)
|
|
RAID Level 0+1 is a mirror (RAID 1) array whose segments are
striped (RAID 0) arrays. It is a great alternative for users that like
the security of RAID 1 but need some additional performance boost.
|
|
Advantages
|
|
|
|
Disadvantages
|
|
|
|
RAID
10 (Mirror+Stripe)
|
|
RAID Level 10 is a striped (RAID 0) array whose segments are mirrored
(RAID 1). It is similar in performance to RAID 0+1, but with
better fault tolerance and rebuild performance.
|
|
Advantages
|
|
|
|
Disadvantages
|
|
|
|
RAID
50 (Raid 5 + Stripe)
|
|
RAID Level 50 is a striped (RAID 0) array which is striped
across a RAID 5 array. Performance is improved compared to RAID 5
because of the addition of the striped array. Fault tolerance is also
improved.
|
|
Advantages
|
|
|
|
Disadvantages
|
|
|
No comments:
Post a Comment