DATA LINK LAYER WIRED NETWORKS
DATA LINK CONTROL DLC
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Hamming code C(7, 4) can detect up to ____ bit error & can correct up to ____ bit error.
|
1, 2
|
|
2, 1
|
|
2, 3
|
|
3, 2
|
Explanation:
Detailed explanation-1: -Copied! Hamming(7, 4) is a single-error correcting code that uses a 7-bit codeword to transmit four bits of data. The sender computes three parity bits for each 4-bit data word, assembles the data and parity bits into a 7-bit codeword, and transmits this codeword.
Detailed explanation-2: -Therefore, Hamming encoding with 4 data bits and 3 parity bits for a total of 7 total bits is given as Hamming(7, 4). Standard Hamming code can only detect and correct a single-bit error. If two bits are in error, it is possible that the two errors will look like a single-bit error.
There is 1 question to complete.