recategorized
1,920 views
0 votes
0 votes

A node $X$ on a $10$ Mbps network is regulated by a token bucket. The token bucket is filled at a rate of $2$ Mbps. Token bucket is initially filled with $16$ megabits. The maximum duration taken by $X$ to transmit at full rate of $10$ Mbps is ______secs.

  1. $1$   
  2. $2$ 
  3. $3$
  4. $4$
recategorized

6 Answers

4 votes
4 votes
Maximum burst time = Capacity /(Output rate-Arrival rate  ) = 16/(10-2) = 2 seconds
3 votes
3 votes
Using $T=\frac{C}{R_{out}-R_{in}}$ ans comes out to be 2 sec(where C=16Mbits $R_{out}$=10Mbps and $R_{in}$=2Mbps)......:-)
1 votes
1 votes

In token bucket algo

$C+\rho * S = M * S \\ C= Capacity \ of \ bucket \\ \rho = Token \ arrival \ rate \\ M = Maximum \ Output \ rate \\ S = Burst \ Time$

S = (16-2)/8 = 2 sec 

Hence option 2) is correct

Answer:

Related questions

0 votes
0 votes
3 answers
2
2 votes
2 votes
4 answers
4
go_editor asked Feb 1, 2017
2,982 views
Let C be a binary linear code with minimum distance $2t+1$ then it can correct upto ___ bits of error$t+1$$t$$t-2$$t/2$