


















































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This lecture is part of lecture series on Data Communication Systems. It was delivered by Prof. Prajin Ahuja at Birla Institute of Technology and Science. Its main points are: Error, Detection, Coreection, Length, Burst, Corrupted, Redundacy, Correct, unreliable, Transmission
Typology: Slides
1 / 58
This page cannot be seen from the preview
Don't miss anything!



















































Note
Figure 10.
Single-bit error
Note
Figure 10.
The structure of encoder and decoder
In block coding, we divide our message into blocks,each of k bits, called datawords. We add r redundantbits to each block to make the length n = k + r. Theresulting n-bit blocks are called codewords.
Figure 10.
Datawords and codewords in block coding
Let us assume that k = 2 and n = 3. Table 10.1 shows the
list of datawords and codewords. Later, we will seehow to derive a codeword from a dataword. Assume the sender encodes the dataword 01 as 011 andsends it to the receiver. Consider the following cases:1. The receiver receives 011. It is a valid codeword. The
receiver extracts the dataword 01 from it.
111 is received. This is not a valid codeword and isdiscarded.
000 is received. This is a valid codeword. The receiverincorrectly extracts the dataword 00. Two corruptedbits have made the error undetectable.
Note
Figure 10.
Structure of encoder and decoder in error correction
Comparing
the
received
codeword
with
the
first
codeword
in
the
table
versus
the
receiver decides that the first codeword is not the onethat was sent because there are two different bits.
be the third or fourth one in the table.
table because this is the only one that differs from thereceived
codeword
by
bit.
The
receiver
replaces
01001 with 01011 and consults the table to find thedataword 01.
Table 10.
A code for error correction (Example 10.3)