> CRCs are designed to catch N-bit errors (ie N bits in a row with their > values flipped). N is (IIRC) the number of bits in the CRC minus one. > So, a 32-bit CRC can catch all 31-bit errors. That's the only guarantee > a CRC gives. Everything else has a 1 in 2^32-1 chance of producing the > same CRC as the original data. That's pretty good odds, but not a > guarantee. You've got a higher chance of undetected hard drive errors, memory errors, solar flares, etc. than a CRC of that quality failing... Chris
- AW: [HACKERS] beta testing version Zeugswetter Andreas SB
- Re: AW: [HACKERS] beta testing version Tom Lane
- Re: AW: [HACKERS] beta testing version Daniele Orlandi
- Re: AW: [HACKERS] beta testing version Bruce Guenter
- [HACKERS] CRCs (was: beta testing ver... Nathan Myers
- Re: [HACKERS] CRCs (was: beta tes... Bruce Guenter
- Re: [HACKERS] CRCs (was: bet... Nathan Myers
- Re: [HACKERS] CRCs (was:... Bruce Guenter
- Re: AW: [HACKERS] beta testing versio... Daniele Orlandi
- Re: AW: [HACKERS] beta testing ve... Bruce Guenter
- Re: AW: [HACKERS] beta testi... Christopher Kings-Lynne
- Re: AW: [HACKERS] beta testi... Daniele Orlandi
- [HACKERS] CRCs (was: beta testing version) Nathan Myers