> > Fabio Miranda wrote: > > I want to understand Why each byte (8 bit of data and > > 1 bit of parity) has one bit of parity? > > To permit the hardware to catch single bit errors. > > ECC is a better version of this, which permits the hardware to > correct single bit errors, and catch multiple bit errors.
Well, AFAIK, ECC cat correct single bit errors and detect double bit errors. Everything else is problematic, it may or may not detect multiple bit errors, depending on conditions. Just my 2 cents. Regards, Eugene To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

