How would TCP handle the problem if an acknowledgment was lo
How would TCP handle the problem if an acknowledgment was lost so that the sender retransmitted the unacknowledged TCP segment, therefore causing the receiving transport process to receive the same segment twice?
Solution
Both segments would contain the similar sequence number. The receiving transport
procedure would understand this and drop the duplicate.
