In this video we discuss the notion of the checksum error detection scheme used in the IP and TCP layer protocols. Basically the data to be transmitted is broken into units (say 16 bits). Those units are added up (ignoring overflow). That result (or something related to it) is sent along with the data. The receiver performs a similar calculation to see if the data arrived without error.