In: Computer Science
Suppose a network access link of 1 Mbps capacity is being shared among 10 users through packet-switching and each user has 20% probability of using the link at any time. Assuming the link bandwidth is shared equally among its active users, what is the probability (in %) that each user is experiencing a bandwidth equal to or above 300 Kbps (Kilobits per second)?
Let the maximum active users allowed be n, for the required bandwidth requirements.
Then, we have :
Thus, the maximum number of users allowed are 1, 2, 3.
Now,
Also, we consider each case 1 by 1.
1 user is online, and 9 users are offline :
We can select 1 out of 10 users, in 10C1 ways.
Thus, the probability for this case
= 10C1 * p * (1 - p)9
= 0.2684
2 users are online, and 8 users are offline :
We can select 2 out of 10 users, in 10C2 ways.
Thus, the probability for this case
= 10C2 * p2 * (1 - p)8
= 0.3020
3 users are online, and 7 users are offline :
We can select 3 out of 10 users, in 10C3 ways.
Thus, the probability for this case
= 10C3 * p3 * (1 - p)7
= 0.2013
Thus, total probability
= 0.2684 + 0.3020 + .2013
= 0.7717
= 77.17 %