RSS

RAID

An acronym for Redundant Array of Independent Disks
• Technology that provides increased storage functions and reliability through redundancy
• This is achieved by combining multiple disk drive component into a logical unit, where data is distributed across the drives in one of several ways called “RAID levels”
• RAID is now used as an umbrella term for computer data storage schemes that can divide and replicate data among multiple disk drives
• The schemes or architectures are named by the word RAID followed by a number (e.g. RAID 0, RAID 1)
• The various designs of RAID systems involve 2 key goals: increase data reliability and increase input/output performance
• When multiple physical disks are set up to use RAID technology, they are said to be in a RAID array
• This array distributes data across multiple disks, but the array is addressed by the operating system as one single disk
• RAID can be set up to serve several different purpose


Below is types of RAID

LevelDescriptionMinimum # of disksSpace EfficiencyFault ToleranceRead BenefitWrite BenefitImage
RAID 0Block-level striping without parity or mirroring.210 (none)nXnXRAID Level 0
RAID 1Mirroring without parity or striping.21/nn−1 disksnX1XRAID Level 1
RAID 2Bit-level striping with dedicated Hamming-code parity.31 − 1/n ⋅ log2(n-1)RAID 2 can recover from 1 disk failure or repair corrupt data or parity when a corrupted bit's corresponding data and parity are good.RAID Level 2
RAID 3Byte-level striping with dedicated parity.31 − 1/n1 diskRAID Level 3
RAID 4Block-level striping with dedicated parity.31 − 1/n1 diskRAID Level 4
RAID 5Block-level striping with distributed parity.31 − 1/n1 disk(n−1)XvariableRAID Level 5
RAID 6Block-level striping with double distributed parity.41 − 2/n2 disksRAID Level 6

0 comments:

Post a Comment