CITS3002 Computer Networks |
← prev | next → | CITS3002 | help3002 | CITS3002 schedule | |||
Error Detection and Correction, continuedTo detect: δ errors, a distance of δ + 1 is required. e.g. to detect 1 bit in error requires that there is no word with a distance of 1 from a valid word. To correct: δ errors, a distance of 2 δ + 1 is required so that even with δ errors, the damaged codeword is the closest to one valid codeword. Some examples :
Consider a simple encoding of ASCII characters,
where we use a parity code
[see Tanenbaum 5/e]
Consider a code whose only valid code words are :
0000000000 1111100000 0000011111 1111111111
CITS3002 Computer Networks, Lecture 2, The Physical Layer, Errors detection and correction, p10, 6th March 2024.
|