- Errors can be single bit or burst, affecting multiple bits. Three common redundancy check methods are vertical redundancy check (VRC), longitudinal redundancy check (LRC), and cyclic redundancy check (CRC). - VRC adds a parity bit to the data unit to detect single bit and odd-length burst errors. LRC organizes data into a table and calculates a parity bit for each column. CRC performs binary division of the data unit using a predetermined divisor and appends the remainder as redundant bits. - CRC can detect all burst errors affecting an odd number of bits and has a very high probability of detecting longer bursts. It is the most powerful detection method using a generator to create redundant bits appended to the data and