home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cbmvax!bagate!dsinc!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!n8emr!uncle!jcnpc!kumiss!erd
- From: erd@kumiss.cmhnet.org (Ethan Dicks)
- Newsgroups: comp.sys.amiga.hardware
- Subject: Parity
- Message-ID: <erd.04mw@kumiss.cmhnet.org>
- Date: 12 Nov 92 00:44:50 GMT
- Organization: Not an Organization
- Lines: 18
- Keywords: parity RAM errors.
- Summary: parity not always a good idea
- X-Newsreader: TIN [version 1.1 PL6]
-
- EDC (Error Detection and Correction) is also known as ECC (why, I don't
- know). On Unibus VAXen, ECC memory is 10 bits/byte; it can *correct*
- single bit errors and detect double bit errors.
-
- I have seen various statistical studies on memory showing that parity
- is not as good as it seems because now you've got 9 bits that can
- possibly fail, not just 8. ECC is good because even though there
- are 10 bits/byte, single bit errors (the most common by far) are
- correctable.
-
- As for stray Alpha particles causing bit errors... Early 64K DRAMs
- manufactured by Intel suffered from numerous single bit errors. The
- source turned out to be radioactive isotopes in the ceramic substrate.
- Intel decided that the cells would have to be more robust since the
- level of radioactivity could not be altered. [NB: I may be misremembering
- the memory density]
-
- -ethan
-