edited by
1,837 views
2 votes
2 votes
We know that transmission time Tx=L/B where L is the frame size and B is the bandwidth.

In Csma/Cd, in order to find out the min frame size L, we equate it with the bandwidth delay product and obtain the formula L=BR(R is the round trip time).

R=L/B

R=2Tp (Tp is the one way propagation delay) and Tp is the function of distance between sender and receiver and propagation speed.

Hence Tp=L/(2B)

How is this possible that the Tx and R has the same formula and Tp becomes the function of L and B?

Please clear me this thing .
edited by

2 Answers

1 votes
1 votes
In CSMA/CD in order to detect the collision we need to transmit the frame twice of the propagational delay i.e Tp time to reach from sender to receiver and another Tp time of collision signal from receiver to sender. So from this $Tt \geq 2*Tp$
0 votes
0 votes
u said R = L/B & Tp = L/2B... ie. Tp = 1/2(L/B)..... This means propagation time is half of the round trip. this is what the basic definition says.

Related questions

2 votes
2 votes
1 answer
3
0 votes
0 votes
1 answer
4
Deepalitrapti asked Nov 25, 2018
362 views