499 views
2 votes
2 votes

what is the difference between round trip time and propagation delay in tcp/ip protocol?

 

is RTT = 2 * TP  ?

1 Answer

Best answer
2 votes
2 votes
Propagation delay:  time required for the first bit to travel from the sender to the receiver. And it depends on physical medium of the link.

propagation time=distance/propagation speed

Round trip time:  it is the length of time it takes for a signal to be sent and the length of time it takes for an acknowledgement of that signal to be received.

i.e, RTT =2*Propagation time
selected by

Related questions

7 votes
7 votes
2 answers
2
rahul sharma 5 asked Aug 16, 2017
1,655 views
Consider TCP congestion control. Assuming RTT as 4 seconds and segment size as 3KB, if bandwidth is 500kbps, what is the smallest window size for which there is no stalli...
7 votes
7 votes
1 answer
4
Prajwal Bhat asked Jan 11, 2017
5,840 views
Imagine a TCP connection is transferring 6000B. First Byte is numbered as 10010.The sequence number of the last byte sent,if data are sent in 5 segments with the first 4 ...