Error Detection and Correction.1
Error Detection and Correction.1
Correction
Error Detection and Correction
1. Types of Errors
2. Detection
3. Error Correction
Error Detection and Correction
Data can be corrupted during transmission. For reliable
communication, error must be detected and corrected.
1. Type of Errors
Single-Bit Error
Example 1
Suppose the sender wants to send the word world. In
ASCII the five characters are coded as
1110111 1101111 1110010 1101100 1100100
The following shows the actual bits sent
11101110 11011110 11100100 11011000 11001001
Example 2
10101001
00111001
--------------
11100010 Sum
00011101 Checksum
10101001
00111001
00011101
---------------
11111111 Sum
00000000 Complement
3. Error Correction
2r m + r + 1
24 7 + 4 + 1
Error Correction(cont’d)
Hamming Code
~ developed by R.W.Hamming