Question: UDP and TCP use 1's complement for their checksums. While UDP and TCP use 16-bit words in computing their checksum, for this problem you are

UDP and TCP use 1's complement for their checksums. While UDP and TCP use 16-bit words in computing their checksum, for this problem you are asked to consider 8-bit sums. Don't forget to wrap-around any overflow if it occurs. Suppose you have the following three 8-bit bytes: 01010011, 01010100, and 01110100. Compute the checksum for these three bytes by finding the 1's complement of the sum of the bytes. Show all your work. For the three bytes shown above, give an example where one bit is flipped in each of the first two bytes and yet the checksum does not change. Suppose that a UDP receiver computes the Internet checksum for a received UDP segment and finds that it matches the value carried in the checksum field. Can the receiver be absolutely certain that no bit errors have occurred? Explain. With the Internet checksum used by UDP, it is possible that a 1-bit error will go undetected? How about a 2-bit error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
