in Computer Networks
492 views
1 vote
1 vote
If TCP round trip time is currently 20 ms and ACK comes in after 30 ms then what is the timeout period for next transmission . Use α=0.9 and β=2
 
I know that α is smoothening factor. what is meant by β?
in Computer Networks
492 views

1 comment

edited by
is ans 61 ms
0
0

1 Answer

0 votes
0 votes
rtt=20ms

nrtt=0.9*20+0.1*30

nrtt=3.8ms

top=2*nrtt

top=7.6ms
reshown by

Related questions