I have a question related to computer networks, the question is in which of the following case the TCP checksum will not find an error:
1) a single bit flip occurs in the 10th byte (i.e., one bit in the 10th byte goes from 0
to 1
, or from 1
to 0
)
2) the first byte of the payload that was originally 00000001
becomes 00000000
and the third byte of the payload that was originally 00000000
becomes 00000001
3) the third bit of the first byte of the payload flips from 1
to 0
, AND the third bit of the second byte of the payload flips from 0
to 1
4) the first byte of the payload that was originally 00000001
becomes 00000000
, and the second byte of the payload that was originally 00000000
becomes 00000001