in Computer Networks
500 views
1 vote
1 vote
in csma/cd
which formula is right

1 .transmission delay >= 2 * propagation delay
2.transmission delay <= 2 * propagation delay
in Computer Networks
500 views

4 Comments

always .transmission delay >= 2 * propagation delay

because sender has capacity of  collision detection until sender do not transmit all data.

Assume

At time t=1:00 pm, a frame is sent on the idle medium by A.

At time t=1:59 pm, NIC B also transmits.(In this case, the medium, as observed by the B happens to be idle too).

At t=2:00 pm, collision detection.

At t=3:00 pm, A detect collision

After one complete round trip propagation time (twice the one way propagation delay), both station are aware of the collision. B will shortly cease transmission of the Jam Sequence, however A will continue to transmit a complete Jam Sequence. Finally the cable becomes idle.

4
4
is this a formula for min transaction time?
0
0
In worst case
0
0
min transmission delay
0
0

1 Answer

0 votes
0 votes

option 1