Chapter 2 - DataComm - Part5
Chapter 2 - DataComm - Part5
Single-bit Error
Single-bit error: 0 1 or 1 0
Only one bit of a given data unit is changed
The least likely type of error in serial transmission. Why ?
Single-bit error can happen in parallel transmission
Burst Error
Two or more bits in the data unit have changed
Burst error does not necessarily mean that the errors occur in consecutive bits
Most likely to happen in a serial transmission
Number of bits affected depends on the data rate and duration of noise
The sender sends the codeword which may be corrupted during transmission and the
receiver receives a 5-bit word.
The checker at the receiver does the same thing as the generator at the sender, but
the addition is done over all 5 bits.
s0 = b3 + b2 + b1 + b0 + q0
Examples
When a burst of error of size 4 corrupts the frame, only 1 bit from each codeword is
corrupted – the corrupted bit can be easily be corrected at the receiver.