Checksum

A checksum is a simple type of redundancy check that is used to protect the integrity of data by detecting errors. Checksum is a calculated value of stored or transmitted data. When the data is retrieved from storage or received at the other end of a transmittal, a new checksum value is then computed and compared against the existing checksum value. A non-match indicates an error.