2,642 views
8 votes
8 votes
Two csma/cd stations are trying to send frames..After each frame is sent they contend for channel using backoff exponential algorithm?What is probability that contention ends on round k?

3 Answers

Best answer
9 votes
9 votes
Collision always occurs in round $1$. So probability that successful transmission happens in round 1 = 0.

P(one of station transmits data in kth round) $= 1*(1/2)*(1/2^2)*......*(1/2^{k-2})*(1 - 1/2^{k-1})$
selected by
0 votes
0 votes

Contention ends on round k means that earlier in k-1 trial it didn't succeed and finally it succeeded on kth Contention.

Probability of no success in ith Contention = 1/2^i

probability that contention ends on round k =  (1/2)(1/2^2)(1/2^3)...(1/2^k)*(1-1/2^k)

Related questions

0 votes
0 votes
0 answers
2
Divyanshum29 asked Oct 30, 2018
283 views
If CSMA transmits 8 stations network data in single channel whats is the chip code for station 5 {Assume that W1=[+1]}how to solve itsolution given is. 1111-1-1-1-1.
2 votes
2 votes
2 answers
4
VS asked Jan 6, 2018
4,843 views
In standard ethernet with transmission rate of 20 Mbps, the length of the cables is 2500 m and the size of frame is 512 bits. The propagation speed of a signal in a cable...