Checksum
A checksum is a unique fingerprint attached to data before it is transmitted. It is used to verify the integrity of the data after transmission.
The checksum is calculated using a checksum algorithm and is used to verify the integrity of the data. If the data is altered in any way during transmission, the checksum will not match. Thus, when the data is received, the fingerprint may be recalculated to ensure it matches the original one. If the checksum is valid, the recipient node can be confident that the data was not modified or damaged during transmission.