CRC

A Cyclic Redundancy Check (CRC) is an error-detection code used to verify the integrity of transmitted data. A CRC value is calculated from the payload and appended to each frame. The receiver recalculates the CRC and compares it to the transmitted value to detect transmission errors.

cyclic redundancy check (CRC)

CRC