End-to-end delay

End-to-end delay or one-way delay (OWD) refers to the time taken for a packet to be transmitted across a network from source to destination. It is a common term in IP network monitoring, and differs from Round-Trip Time (RTT).

Measurement

The ping utility calculates the RTT, that is, the time to go and come back to a host. This does not assure that the go and back paths are the same in terms of congestion, number of hops, or Quality of Service (QoS).

In order to avoid such problems, OWD concept comes into play. The end-to-end delay is calculated between two synchronized points A and B of an IP network, and it is the time that a packet spends in travelling across the IP network from A to B. The transmitted packets need to be identified at source and destination in order to avoid packet loss or packet reordering.

The measurement method makes obvious that this value is substantially different from the Round-Trip Time/2 value.

Delay components

dend-end= N[ dtrans+dprop+dproc+dqueue]

where

dend-end= end-to-end delay
dtrans= transmission delay
dprop= propagation delay
dproc= processing delay
dqueue= Queuing delay
N= number of links (Number of routers - 1)

Note: we have neglected queuing delays.

Each router will have its own dtrans, dprop, dproc hence this formula gives a rough estimate.

These four components are further subdivided:

  1. Nodal processing:
    1. Check bit errors
    2. Determine output link
  2. Queuing:
    1. Time waiting at output link for transmission
    2. Depends on congestion level of router
  3. Transmission delay:
    1. R=Link bandwidth (bit/s)
    2. L=Packet length (bits)
    3. Time to send bits into link = L/R
  4. Propagation delay:
    1. d = Length of physical link
    2. s = Propagation speed in medium
    3. Propagation delay = d/s

See also

External links


This article is issued from Wikipedia - version of the 4/26/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.