 |
|
|
|
|
|
|
|
RAID
0 |
|
Striping at the block level occurs across at least 2
drives with no redundancy |
|
|
|
|
|
Advantages |
|
Easy to
put into operation, more efficient, all storage capacity
can be used |
|
Disadvantages |
|
All data
lost if one drive fails |
|
|
|
|
|
|
|
|
|
RAID 1 |
|
Pairing and mirroring occurs using at
least 2 drives and the data is 100% duplicated |
|
|
|
|
|
Advantages |
|
Very fast
operations, simple to use, data can be saved if one
drive fails |
|
Disadvantages |
|
Expensive
because data is written twice which cuts storage
capacity in half |
|
|
|
|
|
|
|
|
|
RAID 3 |
|
Striping
occurs across several drives and is
written in parallel with parity information stored on
one drive |
|
|
|
|
|
|
|
Advantages |
|
Supports
large data transfers |
|
Disadvantages |
|
Complex
and can only handle one input/output request at a time |
|
|
|
|
|
|
|
|
|
RAID 5 |
|
Striping not in parallel occurs across
multiple drives and parity information is spread among
all the drives |
|
|
|
|
|
|
|
Advantages |
|
Cost
effective, efficient |
|
Disadvantages |
|
Poor write
performance, complex |
|
|
|
|
|
|
|
|
|
RAID 10 |
|
A combination of RAID 0 striping and RAID
1 mirroring providing the security of data redundancy |
|
|
|
|
|
|
|
Advantages |
|
Very high
input/output rates, good for databases requiring high
performance |
|
Disadvantages |
|
Expensive because
data is written twice cutting storage capacity in half |
|
|
|
|
|
JBOD |
|
Not actually a RAID
level- "Just A Bunch Of Disks" represents a collection
of disks that
function independent of one another but may appear to be
a RAID |
|
|
|
|
|
|
|
Advantages |
|
Avoids drive waste
and offers easier data recovery in the event of a
RAID failure |
|
Disadvantages |
|
Does not provide the
fault tolerance or performance of RAID
|
|
|
|
|