Describe how the retransmission timeout (RTO) value is determined in TCP.

What will be an ideal response?


The retransmission timer is set to a retransmission timeout (RTO) value, which adapts to the current network delays between the sender and the receiver. A TCP connection performs round-trip measurements by calculating the delay between the transmission of a segment and the receipt of the acknowledgment for that segment. The RTO value is calculated based on these round-trip measurements. When a retransmission occurs, the current RTO value is simply doubled. Please refer to Karn’s algorithm mentioned above.

Computer Science & Information Technology

You might also like to view...

Which of the following methods inserts an element into a stack data structure?

a) enqueue b) dequeue c) push d) pop e) peek

Computer Science & Information Technology

Which include statement must you use to define and use input file streams

A. #include B. #include C. #include D. #include

Computer Science & Information Technology

The amount of data actually transferred under real-life conditions is called _____.

A. ?latency B. ?throughput C. ?jitter D. ?bandwidth

Computer Science & Information Technology

What are two personal character traits helpful to a freelance photographer?

What will be an ideal response?

Computer Science & Information Technology