962 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

481
views
1 answers
2 votes
sat0503 asked Dec 4, 2022
481 views
A floppy disk has 40 cylinders. When storing a file on the floppy disk, the operating system (probably the floppy device driver) often attempts to put the ... 20 milli-seconds on average, and the transfer time is 15 milliseconds per block?
700
views
0 answers
0 votes
TusharKumar asked Dec 23, 2022
700 views
the answer is 28
732
views
1 answers
0 votes
Pranavpurkar asked Dec 9, 2022
732 views
What is the minimized expression for the following k-map? $AB + \bar{AB}C + \bar{A}CD + A\bar{C}D + AC\bar{D}$AB + \overline{AB}C + \bar{A}CD + A\bar{C}D + AC\bar{D ... None of these
888
views
2 answers
1 votes
Nisha Bharti asked Sep 21, 2022
888 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 that can send 15 frames without waiting for acknowledgement?