Lecture#08
Lecture#08
By Ammara Gillani
What is RAID?
It’s a technology that enables greater levels of
performance, reliability and/or large volumes when
dealing with data.
By concurrent use of two or more ‘hard disk drives’.
Mirroring, Stripping (of data) and Error correction
techniques combined with multiple disk arrays give you
the reliablity and performance.
RAID MODE
1. RAID 0
2. RAID 1
3. RAID 5
4. RAID 10
Other types used ... but rarely: RAID 2, 3, 4, 6, 50....
RAID 0
1. It splits data among two or mor disks.
this configuration.
4. In the diagram to the right, the odd blocks are written to disk 0 and
the even blocks to disk 1 such that A1, A2, A3, A4 ...... would be the
2. Two copies of data are held on two physical disks, and the data is
always identical.
3. Twice as many disks are required to store the same data when
compared to RAID 0.
functioning.
RAID 5
1. RAID 5 is an ideal combination of good performance, good fault
It is seen as the best way to guarantee data integrity as it uses double parity.
The expanded use of RAID 6 and other dual-parity schemes is a virtual certainty.
RAID vendors to support “fast rebuild” features that can restore hundreds of gigabytes
Improved disk diagnostic features should offer more reliable predictions of impending
drive failures, allowing the rebuild process to begin before an actual fault occurs.
Backup
Backup is an additonal copy of data that can be used
for restore and recovery purposes.
This Backup copy can be created by:
Simply coping data (there can be one or more
copies)
Mirroring data (the copy is alway updated with
whatever is written to the primary)
Backup Strategy