853 views
0 votes
0 votes
In a shared Ethernet link, each user is active only 10% of the time. Suppose switching is used for 10 users and each user is equally likely to transmit at any point of time.
The probability P that at any given time exactly 8 users are transmitting simultaneously.
What is the value of $10^{10} * P$?

Solve for both:
1)Packet switching.
2)Circuit switching.

1 Answer

Best answer
0 votes
0 votes

You can use Binomial Theorem to solve this:

P(each user being active) = $\frac{1}{10}$

P(each user not being active) = $\frac{9}{10}$

P(exactly $8$ users are active/ are transmitting at the same time):

  1. Out of $10$ users we can select any $8$ users = $_{}^{10}\textrm{}C_{8}$
  1. $8$ users transmitting successfully/ are active = $(\frac{1}{10})^8$
  1. $2$ users not being active/ not transmitting = $(\frac{9}{10})^2$

P =  $_{}^{10}\textrm{}C_{8}$ x  $(\frac{1}{10})^8$ x $(\frac{9}{10})^2$

   = $45$ x $10^{-10}$ x 81

   = $3645$ x $10^{-10}$

So we need to find out $10^{10}$ x P = $3645$.

Both Packet and Circuit Switching will give the same answer.

edited by

Related questions

0 votes
0 votes
0 answers
2
TusharKumar asked Dec 23, 2022
625 views
the answer is 28
0 votes
0 votes
1 answer
3
1 votes
1 votes
2 answers
4
Nisha Bharti asked Sep 21, 2022
815 views
In a stop and wait ARQ, Bandwidth Delay product is 20,000 bits. Given the frame size is 1000 bits. What is the percentage of utilization of link if we have a protocol tha...