Which error detection technique involves appending redundant bits to the data to be transmitted?
CRC involves appending a sequence of redundant bits to the data. The receiver performs a mathematical calculation using these bits and compares the result with the received CRC value to check for errors.