Deprecated: Implicit conversion from float-string "1610215962.760" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1610215962.760" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1610215962.760" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1610215962.760" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1610215962.760" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1612766452.811" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1612766452.811" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1612766452.811" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1612766452.811" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1612766452.811" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1702714711.594" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1702714711.594" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1702714711.594" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1702714711.594" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1702714711.594" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1533715491.309" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1533715491.309" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1533715491.309" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1533715491.309" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1533715491.309" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1699191182.919" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1699191182.919" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1699191182.919" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1699191182.919" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1699191182.919" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1577255655.927" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1577255655.927" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1577255655.927" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1577255655.927" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1577255655.927" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594

Deprecated: Implicit conversion from float-string "1601819699.747" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1601819699.747" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1601819699.747" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1601819699.747" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1601819699.747" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 594
Computer Networks: GATE CSE 2007 | Question: 65
13,889 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

Best answer
48 votes
48 votes

Probability that only one station transmits in a given slot = ${n \choose 1} p^1 (1-p)^{n-1}$

Answer is option A.

$p$ for 1 transmitting and $(1-p)$ for $n-1$ non transmitting and $n$ ways to choose $1$ from $n$.

edited by
14 votes
14 votes

Let the stations be $S_1, S_2, S_3,...,S_n $

 

The probability that only one station transmits is:-

Either $S_1$ transmits and no other transmits

Or, $S_2$ transmits and no other transmits

Or, $S_3$ transmits and no other transmits

so on.

 

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

=> $np(1-p)^{n-1}$

 

Option A

12 votes
12 votes
Please before making above question clear your concept about Binomial distribution,then this question will seem like birthday cake

Solotion::

P(X=1)=nC1 x (p)^1 x (1-p)^n-1
2 votes
2 votes
There are "n" stations in LAN. According to question, only one station want to transmit , in the sense among "n" stations, "n-1" should not be allowed to transmit the data  when one station is already is tranmitting the data.

In our question suppose "n" leveled station is transmitting the data with probability "p" then remaining '"n-1" should not be allowed to transmit the data at given slot.

So, np.(1-p)^ n-1.

(B)
Answer:

Related questions


Deprecated: Implicit conversion from float-string "1546249551.347" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1546249551.347" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1546249551.347" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1546249551.347" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803
18.2k
views
10 answers
56 votes
Kathleen asked Sep 21, 2014
18,156 views
The distance between two stations $M$ and $N$ is $L$ kilometers. All frames are $K$ bits long. The propagation delay per kilometer is $t$ seconds. Let $R$ bits/second be ...
33.8k
views
4 answers
27 votes
Kathleen asked Sep 21, 2014
33,786 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...
11.6k
views
3 answers
16 votes
Kathleen asked Sep 21, 2014
11,647 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
551
views
1 answers
0 votes
newdreamz a1-z0 asked Dec 31, 2018
551 views
If probability of frame reaching safely is 0.1 then mean number of transmissions of a frame to make it success is _____. what is wrong with the approach given below‘ran...