edited by
2,029 views
5 votes
5 votes

You have two computers, $A$ and $B$, sharing a wireless network in your room. The network runs the slotted Aloha protocol with equal-sized packets. You want $B$ to get twice the throughout over the wireless network as $A$ whenever both nodes are backlogged. You configure $A$ to send packets with probability $p$. What should you set the transmission probability of $B$ to, in order to achieve your throughout goal?

  1. $p/(1+p)$
  2. $p/(1+2p)$
  3. $2p/(1+p)$
  4. $1/2$
edited by

1 Answer

Best answer
12 votes
12 votes

Option C is correct.

slotted Aloha - Time is divided in slots, so, either A or B transmits only at beginning of a slot.

Given, A's probability to transmit = p

 Let B's probability to transmit = x

So, probability of unsuccessful transmission = probability that both A & B transmit = x * p

probability of successful transmission by A =  P(A)  - P(A∩B) = p - xp 

probability of successful transmission by B =  P(B)  - P(AB) = x - xp

Now, since B should have twice the throughput of A, this gives 

    x - xp = 2* (p - xp)

=>   x + xp = 2p

=>  x= 2p/ (1+p)   Option C (Ans).

selected by

Related questions

1 votes
1 votes
0 answers
3
Kabir5454 asked May 28, 2022
895 views
A slotted aloha network is working with maximum throughput.How many slots, n, on average, should pass before getting an empty slot?
1 votes
1 votes
0 answers
4
Mayankprakash asked Dec 26, 2018
737 views
Shall I cover token passing and aloha in flow control methods in computer network.Please suggest as I don't want to waste time if it's not in syllabus.Thanks