Problem Statement
What triggers a retransmission in TCP?
Explanation
TCP retransmits segments when it suspects packet loss—either when a timeout occurs or when three duplicate ACKs are received. The fast retransmit algorithm helps recover quickly from isolated losses without waiting for timeouts.
Practice Sets
This question appears in the following practice sets:
