Error Control
Error Control
Error Control
Error:A condition when the receiver’s information does not match with
the sender’s information. During transmission, digital signals suffer from
noise that can introduce errors in the binary bits travelling from sender to
receiver. That means a 0 bit may change to 1 or a 1 bit may change to 0.
Types of Errors:
Single bit error:In single bit only one bit in the data unit has changed.
Burst Error: A burst error means that 2 or more bits in the data unit have
changed.
1. Simple Parity check: Blocks of data from the source are subjected
to a check bit or parity bit generator form, where a parity of :
3. Checksum
In checksum error detection scheme, the data is divided into k
segments each of m bits.
In the sender’s end the segments are added using 1’s complement
arithmetic to get the sum. The sum is complemented to get the
checksum.
The checksum segment is sent along with the data segments.
At the receiver’s end, all received segments are added using 1’s
complement arithmetic to get the sum. The sum is complemented.
If the result is zero, the received data is accepted; otherwise discarded.