Error-Detecting Codes
With a single parity bit, if a block is garbled by a burst error, what is the probability that the error will be detected?
Solution:Take a block and break into an nxm matrix. Compute parity bit for each column and place at the bottom of matrix. Matrix is transmitted one row at a time. Receiver checks parity bits, if any one is wrong it requests transmission again.