I might confuse things with parity here, but does any of the RAID levels except RAID2 employ any means against silent bit corruption in the data? What about checksumming? I am not talking about hardware failures of any sort.

link|improve this question

75% accept rate
1  
RAID 3, RAID 4, RAID 5, RAID 6 all provide some sort of byte/block/bit striping and some sort of parity. – Ramhound Dec 28 '11 at 16:44
2  
You have to consider where the bit flip will occur. If you're not using ECC RAM and a bit gets flipped before it is written to the array... – Mark Johnson Dec 28 '11 at 16:55
feedback

1 Answer

From Wikipedia:

RAID 2 is the only standard RAID level, other than some implementations of RAID 6, which can automatically recover accurate data from single-bit corruption in data. Other RAID levels can detect single-bit corruption in data, or can sometimes reconstruct missing data, but cannot reliably resolve contradictions between parity bits and data bits without human intervention.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.