End-to-end delay

From Infogalactic: the planetary knowledge core
(Redirected from One-way delay)
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

End-to-end delay or one-way delay 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]

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.

See also

External links


<templatestyles src="Asbox/styles.css"></templatestyles>