250 views

2 Answers

0 votes
0 votes

for station A

n1 (number of collision of a) = 2,

Random number Range R2(0,2n -1) which is (0,1,2,3)

For Station B

n2 (number of collision of b) = 2

Random number Range R2(0,2n -1) which is (0,1,2.....15)

A will won the station when R1 < R2 which is (14+13+12+11)  =50 times  

Probability of winning of A = 50/60

0 votes
0 votes
A will send after $\{ 0,1,2,3\}$

Similarly B will send after $\{ 0,1,2,3......15\}$

Total Pairs = $4 \times 16=64$

B wins the backoff for these pairs  $(A,B)= \{  (1,0),(2,0),(3,0),(2,1),(3,1),(3,2)\}$

Tie pairs where noone can send $\{  (0,0),(1,1),(2,2),(3,3\}$

Proability of 'A' winning = $1-\Large{ \frac{6}{64}- \frac{4}{64}} $ $=  \Large \frac{54}{64} = 84.375 \%$

Related questions

1 votes
1 votes
0 answers
1
kallu singh asked Jan 6, 2018
171 views
0 votes
0 votes
0 answers
2
kallu singh asked Dec 12, 2017
254 views
0 votes
0 votes
0 answers
3
kallu singh asked Dec 2, 2017
274 views
Consider a selective repeat sliding window protocol that uses a frame size of 1 KB to send data on a 1.5 Mbps link with aone-way latency of 50 msec. To achieve a link uti...
5 votes
5 votes
2 answers
4
kallu singh asked Sep 4, 2017
12,033 views
Q. An IPv4 packet has the first few hexadecimal digits as shown below.0X4500005C000300005906….How many hops can this packet take before being dropped?A. 30 B. 59 C. 89 ...