RAID Flashcards
What are the characteristics of RAID?
Redunddancy. Availability. Performance. Capacity. Economy. Reliability.
What is redundancy?
This refers to backup resourcs that can take action in the case of other resources failing.
What is availability?
This refers to components that are always avilable for usage. As they may be needed at all times.
What is performance?
This is the rate at which tasks are performed.
For storage devices, it is usually the read and write rates for data in Mb/s.
What is capacity?
This is the amount of data tht can be stored?
What is economy?
This is the relative cost of a solution based on its benefit.
What is reliability?
This is when devices fucntion as intended for a predicited amount of time.
What is RAID?
A redundant array of independant disks. (RAID)
It provides a way to store data across multiple drives/disks, for reliability, availability, capacity and redundancy.
When considering RAID solutions, what may be the more economic soltuion?
Creating an array of RAID devices, that matches the capacity of a larger RAID device.
What does an operating system recognise a RAID arary as?
A singular drive.
What are the four RAID data storage forms?
Striping.
Mirroring.
Parity.
Double Parity.
What is striping?
A method that enables data to be distribuetd across multiple drives. This provides a significant performance increase.
However, if one drive fails, then all data is lost.
What is mirroring?
This method stores duplicate data across multiple drives. This provides a welcome level of redundancy.
The mirror can be recreated by replacing the drive and restoring from a good one.
What is Parity?
Ths method provides basic error checking and fault tolerance by storing the checksums seperately.
This enables the resoting of lost data without sacrifcing speed and capacity like mirroring.
What is Double Parity?
Double Parity provides fault tolerance for up to two failed drives.