TRANSPORT LAYER
INTRODUCTION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the below statements is false? Round Trip Time in the real world changes over time because
|
packets may take different routes
|
|
network load can change over time
|
|
packets can be unnecessarily retransmitted
|
|
round trip time is an estimate
|
Explanation:
Detailed explanation-1: -On the initial packet sequence, there is a timer called Retransmission Timeout (RTO) that has an initial value of three seconds. After each retransmission the value of the RTO is doubled and the computer will retry up to three times.
Detailed explanation-2: -A retransmission timer is started for the segment when it is placed on the queue. Thus, every segment is at some point placed in this queue. The queue is kept sorted by the time remaining in the retransmission timer, so the TCP software can keep track of which timers have the least time remaining before they expire.
There is 1 question to complete.