ITPub博客

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

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

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

RAID 6: Independent Data disks with two independent distributed parity schemes

Characteristics/Advantages

1. RAID 6 is essentially an extension of RAID level 5 which allows for additional fault tolerance by using a second independent distributed parity scheme (two-dimensional parity)

2. Data is striped on a block level across a set of drives, just like in RAID 5, and a second set of parity is calculated and written across all the drives; RAID 6 provides for an extremely high data fault tolerance and can sustain multiple simultaneous drive failures

3. Perfect solution for mission critical applications

Disadvantages

1. Very complex controller design

2. Controller overhead to compute parity addresses is extremely high

3. Very poor write performance

4. Requires N+2 drives to implement because of two-dimensional parity scheme

RAID6.gif

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

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

注册时间:2007-12-29

  • 博文量
    21
  • 访问量
    30718