• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Difference between parity and ecc?

parity has an extra bit for every byte. so each chip has an amount of bits divisible by 9, as opposed to 8.

ecc modules have a "9th" chip as opposed to an extra bit.

--

parity is capable of catching single bit errors.

ecc is capable of FIXING single bit errors, and reporting multibit errors.
 
Parity just checks for errors and finds them - 1 extra bit
ECC attempts to repair the errors as well - 8 extra bits

Something like that...
 
Yeah, parity uses a checksum to make sure the data in memory is not corrupted, if it is it cannot fix it. ECC employs a RAID 5 like philosiphy. Even if there is a certain level of corruption, it is possible to fix it
 
Back
Top