in Computer Networks
6,126 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.
in Computer Networks
6.1k views

2 Comments

Data is insufficient. Initial Deviation needs to be mentioned in the question.
0
0
They are just asking about new RTT, not TO(Time Out) . So we do not need deviation at all.

New RTT after calculation would be = 29.256 msec
1
1

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