Packet transfer delay
From Wikipedia, the free encyclopedia
All or part of this article may be confusing or unclear. Please help clarify the article. Suggestions may be on the talk page. (May 2007) |
The introduction to this article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. |
Packet transfer delay is a concept in router technology.
The sum of store-and-forward delay that a packet experiences in each router gives the transfer or queuing delay of that packet across the network. Packet transfer delay is influenced by the level of network congestion and the number of routers along the way of transmission.
There are four sources of packet transfer delay:
- Nodal Processing:
- Check bit errors
- Determine output link
- Queuing:
- Time waiting at output link for transmission
- Depends on congestion level of router
- Transmission Delay:
- R=Link bandwidth (bps)
- L=Packet Length (bits)
- Time to send bits into link = L/R
- Propagation Delay:
- d = length of physical link
- s = propagation speed in medium(~2*10^8m/s)
- propagation delay = d/s