6,297 views
3 votes
3 votes
If the TCP round-trip time, RTT, is currently 30 msec and the following acknowledgements
come in after 26, 32, and 24 msec, respectively, what is the new RTT estimate
using the Jacobson algorithm? Use α = 0.9.

2 Answers

0 votes
0 votes
new RTT(i.e for second frame)=α RTT+(1-α )arrival RTT(of the first frame which is given as 26ms)

SO new RTT=29.6ms

Related questions

0 votes
0 votes
1 answer
3
ajaysoni1924 asked Mar 18, 2019
1,072 views
A TCP machine is sending full windows of 65,535 bytes over a 1-Gbps channel thathas a 10-msec one-way delay. What is the maximum throughput achievable? What isthe line ef...
1 votes
1 votes
2 answers
4