How does TCP handle packet loss?

Question

Grade: Education Subject: Support
How does TCP handle packet loss?
Asked by:
32 Viewed 32 Answers

Answer (32)

Best Answer
(348)
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.