CRC
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→References) |
|||
Line 2: | Line 2: | ||
|subcat=Error detection and correction | |subcat=Error detection and correction | ||
}} | }} | ||
− | |||
'''CRC''' stands for ''cyclic redundancy check'' | '''CRC''' stands for ''cyclic redundancy check'' | ||
CRCs are designed to protect against common types of errors on communication channels, but are not suitable for protecting against intentional alteration of data. CRCs use a family of related algorithms rather than a single standardized one. A variety of cyclic redundancy checks have been incorporated into technical specifications. For example, many specifications, including [[ZIP]], use a variant commonly called [[CRC-32]]. | CRCs are designed to protect against common types of errors on communication channels, but are not suitable for protecting against intentional alteration of data. CRCs use a family of related algorithms rather than a single standardized one. A variety of cyclic redundancy checks have been incorporated into technical specifications. For example, many specifications, including [[ZIP]], use a variant commonly called [[CRC-32]]. | ||
− | == | + | == Links == |
− | * [ | + | * [[Wikipedia:Cyclic redundancy check|Cyclic redundancy check : Wikipedia]] |
* [http://www.textfiles.com/programming/FORMATS/crc.pro 1985 Document describing CRC modifications to the Ward Christensen protocol] | * [http://www.textfiles.com/programming/FORMATS/crc.pro 1985 Document describing CRC modifications to the Ward Christensen protocol] | ||
+ | * [http://www.embeddedrelated.com/showarticle/669.php The CRC Wild Goose Chase] |
Revision as of 15:11, 26 October 2014
CRC stands for cyclic redundancy check
CRCs are designed to protect against common types of errors on communication channels, but are not suitable for protecting against intentional alteration of data. CRCs use a family of related algorithms rather than a single standardized one. A variety of cyclic redundancy checks have been incorporated into technical specifications. For example, many specifications, including ZIP, use a variant commonly called CRC-32.