ITPub博客

首页 > Linux操作系统 > Linux操作系统 > RAID2工作原理图解及特点分析

RAID2工作原理图解及特点分析

原创 Linux操作系统 作者:exway 时间:2007-12-30 15:43:15 0 删除 编辑

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

RAID2.gif

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/12557315/viewspace-63486/,如需转载,请注明出处,否则将追究法律责任。

请登录后发表评论 登录
全部评论

注册时间:2007-12-29

  • 博文量
    21
  • 访问量
    30611