Question: A later version of TCP, called ______ TCP, made an extra optimization on the _______ TCP.
Answer:
A later version of TCP, called New Reno TCP, made an extra optimization on the Reno TCP.
In particular, New Reno TCP improves the performance of Reno TCP by allowing it to recover more quickly from multiple packet losses in a single congestion window. In Reno TCP, if multiple packets are lost in a single congestion window, the sender can only recover one lost packet per round-trip time (RTT) due to the fast retransmit and fast recovery algorithms. However, in New Reno TCP, the sender can recover multiple lost packets per RTT. This is achieved by adding a new algorithm called "limited transmit" to the congestion control mechanism, which allows the sender to transmit up to three additional packets immediately after detecting multiple packet losses. This helps to keep the congestion window size from dropping too low and allows for faster recovery from congestion events.
MCQ: A later version of TCP, called ______ TCP, made an extra optimization on the _______ TCP.
Correct Answer:A. New Reno; Reno
Explanation:
A later version of TCP, called New Reno TCP, made an extra optimization on the Reno TCP.
In particular, New Reno TCP improves the performance of Reno TCP by allowing it to recover more quickly from multiple packet losses in a single congestion window. In Reno TCP, if multiple packets are lost in a single congestion window, the sender can only recover one lost packet per round-trip time (RTT) due to the fast retransmit and fast recovery algorithms. However, in New Reno TCP, the sender can recover multiple lost packets per RTT. This is achieved by adding a new algorithm called "limited transmit" to the congestion control mechanism, which allows the sender to transmit up to three additional packets immediately after detecting multiple packet losses. This helps to keep the congestion window size from dropping too low and allows for faster recovery from congestion events.