For CRC, if reciever finds there is a remainder, there must have been an error.
查看答案
If the error rate of physical link is high, error detection and retransmission is usually more efficient
Error-detecting codes only include enough data to let the receiver determine whether the data is faulty
Hamming code (using even parity check) is used to correct 1 bit error. If the bit stream received is 001100011100, it is a correct transmission.
For Hamming Distance, which one of the following statements is correct?
A. The Hamming Distance of even parity check is 1
B. The Hamming Distance of odd parity check is 2
C. If the hamming distance is d, d+1 errors can be detected;
D. If the hamming distance is 2d, d errors can be corrected.