656 views
1 votes
1 votes

1 Answer

1 votes
1 votes
using timeout timer basic algorithm which is dynamic and used to avoid congestion

NRTT=(alpha)*IRTT+(1-alpha)*ARTT;

ARTT=actual round trip time,ARTT=actual RTT and NRTT is next RTT

NRTT=(.9)*90+(.1)*(86)

NRTT=89.6

Related questions