14,091 views
32 votes
32 votes

There are $n$ stations in slotted LAN. Each station attempts to transmit with a probability $p$ in each time slot. What is the probability that ONLY one station transmits in a given time slot?

  1. $np(1-p)^{n-1}$

  2. $(1-p)^{n-1}$

  3. $p(1-p)^{n-1}$

  4. $1-(1-p)^{n-1}$

7 Answers

2 votes
2 votes

Out of all stations only 1 allowed to transmit so to select  1 station out of N stations there are N ways possible (nC1 ) then 
it must transmit and other n-1 stations should not transmit 
therefore    n * p * (1-p)*(1-p)*.............(1-p)
= np(1-p)n-1

0 votes
0 votes
as u can do it with the help of  probability distribution

n is the no of station out of  which 1 sation send the data then the probability of transmitting of1 station is (p)^1

and the probabilty of transmitting "n-1" staion is (1-p)^n-1 which is unsuccess probability then u got the answer.
0 votes
0 votes

Event 1: Only one station should transmit

We can select one station out of 1 station in C(n,1 ) ways = n

This station has to transmit with the probability 'p'

Therefore, P(E1) = n * p

Event 2: Remaining (n-1) stations should not transmit

Then remaining (n-1) stations should not transmit.

So, for all of them probability will be (1-P)

therefore, P(E2) = (1-p)^(n-1).

Now, both the events should occur simultaneously

Hence, n * p * (1 - p )^(n-1)

Answer:

Related questions

27 votes
27 votes
4 answers
6
Kathleen asked Sep 21, 2014
34,053 views
The message $11001001$ is to be transmitted using the CRC polynomial $x^3 +1$ to protect it from errors. The message that should be transmitted is:$11001001000$$110010010...
16 votes
16 votes
3 answers
7
Kathleen asked Sep 21, 2014
11,745 views
In Ethernet when Manchester encoding is used, the bit rate is:Half the baud rateTwice the baud rateSame as the baud rateNone of the above