This presentation introduces error detection. It defines errors as bits that are changed during transmission from source to destination. There are two types of errors: single-bit errors affecting one bit, and burst errors affecting multiple consecutive bits. Checksums are introduced as a method of error detection where a calculated value is sent with the data and re-calculated at the destination to check for errors. The contents then describe how checksums are calculated and used to detect errors.