in Computer Networks
1,062 views
0 votes
0 votes
Give a formula for the end-to-end delay of sending one packet of length L over N links of transmission rate R. Generalize this formula for sending P such packets back-to-back over the N links.
in Computer Networks
1.1k views

1 Answer

0 votes
0 votes
The end to end delay of sending one packet of length L over N links of transmission rate R is N*L/R.  Since the delay is proportional to nos of Links and Length of packet L. Also it inversely proportional to transmission rate R.

For the same delay for such P packet is obviously will be P*N*L/R.

Related questions