Difference between revisions of "Checksum"
From Computer History Wiki
(A start...) |
m (+cat) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
A checksum usually is simply the sum of all the data items in a block of data (hence the name). Some checksums use slightly more elaborate math; e.g. the checksums typically used in the [[TCP/IP]] [[protocol suite]] involve adding carries back in, and those used in [[PARC Universal Packet|PUP]] rotate the sum one position as each word is added in. | A checksum usually is simply the sum of all the data items in a block of data (hence the name). Some checksums use slightly more elaborate math; e.g. the checksums typically used in the [[TCP/IP]] [[protocol suite]] involve adding carries back in, and those used in [[PARC Universal Packet|PUP]] rotate the sum one position as each word is added in. | ||
− | {{stub}} | + | {{semi-stub}} |
+ | |||
+ | [[Category: Computer Basics]] |
Latest revision as of 17:47, 16 December 2018
A checksum is a data protection mechanism, usually intermediate in power between parity and a cyclic redundancy check. (In some cases the term 'checksum' is applied to what is techically a CRC.)
A checksum usually is simply the sum of all the data items in a block of data (hence the name). Some checksums use slightly more elaborate math; e.g. the checksums typically used in the TCP/IP protocol suite involve adding carries back in, and those used in PUP rotate the sum one position as each word is added in.