Question: In modern implementations of TCP, a retransmission occurs if the retransmission timer expires or ________ duplicate ACK segments have arrived.
Answer:
In modern implementations of TCP, a retransmission occurs if the retransmission timer expires or three duplicate ACK segments have arrived.
Correct! In modern TCP implementations, a retransmission occurs if either the retransmission timer expires or three duplicate ACK segments (ACKs for the same sequence number) have arrived. This is known as fast retransmit and is used to avoid unnecessary timeouts and improve performance.
MCQ: In modern implementations of TCP, a retransmission occurs if the retransmission timer expires or ________ duplicate ACK segments have arrived.
Correct Answer:A. one
Explanation:
In modern implementations of TCP, a retransmission occurs if the retransmission timer expires or three duplicate ACK segments have arrived.
Correct! In modern TCP implementations, a retransmission occurs if either the retransmission timer expires or three duplicate ACK segments (ACKs for the same sequence number) have arrived. This is known as fast retransmit and is used to avoid unnecessary timeouts and improve performance.