Saturday, 18 December 2021

RAID 6(Striping with double parity)

RAID 6
RAID 6 is like RAID 5, but the parity data are written to two drives. That means it requires at least 4 drives and can withstand 2 drives dying simultaneously. The chances that two drives break down at exactly the same moment are of course very small. However, if a drive in a RAID 5 systems dies and is replaced by a new drive, it takes hours or even more than a day to rebuild the swapped drive. If another drive dies during that time, you still lose all of your data. With RAID 6, the RAID array will even survive that second failure.

Img RAID 6

Advantages of RAID 6
·    Like with RAID 5, read data transactions are very fast.
·    If two drives fail, you still have access to all data, even while the failed drives are being replaced. So RAID 6 is more secure than RAID 5.
Disadvantages of RAID 6
·    Write data transactions are slower than RAID 5 due to the additional parity data that have to be calculated. In one report I read the write performance was 20% lower.
·    Drive failures have an effect on throughput, although this is still acceptable.
·    This is complex technology. Rebuilding an array in which one drive failed can take a long time.
Ideal use
RAID 6 is a good all-round system that combines efficient storage with excellent security and decent performance. It is preferable over RAID 5 in file and application servers that use many large drives for data storage.

No comments:

Post a Comment

RAM and Types

What is RAM? RAM is the memory of a computer that can be read and changed at any time. The information stored in this type of Memory is lost...