首页 > Linux操作系统 > Linux操作系统 > RAID2工作原理图解及特点分析
RAID 2: Hamming Code ECC
Characteristics/Advantages
1. “On the fly” data error correction
2. Extremely high data transfer rates possible
3. The higher the data transfer rate required, the better the ratio of data disks to ECC disks
4. Relatively simple controller design compared to RAID levels 3,4 & 5
Disadvantages
1. Very high ratio of ECC disks to data disks with smaller word sizes - inefficient
2. Entry level cost very high - requires very high transfer rate requirement to justify
3. Transaction rate is equal to that of a single disk at best (with spindle synchronization)
4. No commercial implementations exist / not commercially viable
Each bit of data word is written to a data disk drive (4 in this example: 0 to 3). Each data word has its Hamming Code ECC word recorded on the ECC disks. On Read, the ECC code verifies correct data or corrects single disk errors
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12557315/viewspace-63486/,如需转载,请注明出处,否则将追究法律责任。