Chapter6 (3)
Chapter6 (3)
Network errors:
Lost data
Corrupted data (received, but garbled)
Line Noise and Distortion
Errors
1 Even parity
0 1 0 1 0 1 0
0 Odd parity
Exampl
e
D 1 0 1
0 1
0 1 0 0 1
A 1 0 0 0 0 0 1 1
T 1 0 1 0 1 0 0 0
A 1 0 0 0 0 0 1 1
Longitudinal
Parity
Add block check character (BCC) to the end of
the message:
Perform odd parity checking on the block of bits for
each character in the message
0 1 0 1 0 1 0 0
1 0 0 1 1 1 0 1
BCC 0 0 1 1 0 1 1 1
Exampl
e
7 6 5 4 3 2 1 0
0 0 1 1 0 1 1 1
Message polynomial
x5+x4+x2+x1+x0 x5+x4+x2+x+1
Generating polynomial
ATM CRC x8 + x2 + x + 1
CRC-16 x16 + x15 + x2 + 1
Error
Control
Once an error is detected, the receiver can: