Could you explain this problem?
13/01/2018 15:30

----[Q]Consider the queuing delay in a router buffer (preceding an outboundlink). Suppose all packets are L bits, the transmission rate is R bps,and that N packets simultaneously arrive at the buffer every LN/Rseconds. Find the average queuing delay of a packet.
[A]This is easy, you just sum up...
L/R + 2L/R + ... + (n - 1)L/R = L(n - 1)/2R----Is it right?Who can explain the solution to me?
Source is Usenet: comp.os.linux.networking
Sign in to add a comment
Answer score: 5

Source is Usenet: comp.os.linux.networking
Sign in to add a comment
Answer score: 5

Source is Usenet: comp.os.linux.networking
Sign in to add a comment