in Computer Networks
898 views
0 votes
0 votes

How to calculate RTO value

Given:

Initial RTT 20ms

next round trip 40ms

aplpha is 0.5

in Computer Networks
898 views

1 Answer

0 votes
0 votes

effective RTT=alpha* initial RTT + (1-alpha)*new RTT

=0.5*20+0.5*40

=10+20=30ms

Related questions