Question
How does TCP handle packet loss?
Asked by: USER3693
32 Viewed
32 Answers
Answer (32)
TCP uses a combination of timeout-based retransmission and fast retransmit to handle packet loss. If an acknowledgment is not received within a timeout period, the packet is retransmitted. Fast retransmit involves retransmitting a lost packet if three duplicate acknowledgments for a particular segment are received, indicating a packet is missing.