1,209 views
0 votes
0 votes
As far as I know, the "Delay" in BD product corresponds to RTT.

In some cases RTT is considered as 2*Tp, specially when calculating min, frame size in CSMA/CD

In some cases RTT is considered as Tx+2*Tp, specially when calculating the Optimal Window Size(w=1+2a)

Why is this the case? I agree with the 2nd case. But for first case, why 2*Tp is considered

1 Answer

Best answer
5 votes
5 votes

When the receiver only sends acknowledgements, the transmissioon time for acknowledgements is considered negligible. So,

total RTT = 1 Tp  from sender to receiver + 0 Ttransmission from receiver + 1 Tp  from receiver to sender

But when the acknowledgements are piggybacked, the receiver is sending acknowledgements piggybacked on its data. So, its basically its sending a complete packet.

So, Rtt = 1 Tp  from sender to receiver + 1 Ttransmission from receiver + 1 Tp  from receiver to sender

selected by

Related questions

0 votes
0 votes
0 answers
4