Computer Science, asked by ASingh8598, 1 year ago

Write an algorithm to convert the timeout to minute

Answers

Answered by 3140
0

We assume initial round trip time i.e PRTT.

On sending out each packet TOT = 2 * PRTT.

The next round trip time is calculated using

   PRTTn+1 = α PRTTn + (1 - α)ARTTn

where PRTT = predicted round trip time

     ARTT = actual round trip time

     α = smoothing factor such that 0<= α <=1

Similar questions