Round-trip delay

From Wikipedia, the free encyclopedia

In telecommunications, round-trip delay (RTD) or round-trip time (RTT) is the amount of time it takes for a signal to be sent plus the amount of time it takes for acknowledgement of that signal having been received. This time delay includes propagation times for the paths between the two communication endpoints.[1] In the context of computer networks, the signal is typically a data packet. RTT is also known as ping time, and can be determined with the ping command.

End-to-end delay is the length of time it takes for a signal to travel in one direction and is often approximated as half the RTT.

Protocol design[]

Networks with both high bandwidth and a high RTT (and thus high bandwidth-delay product) can have very large amounts of data in transit at any given time. Such long fat networks require a special protocol design.[2] One example is the TCP window scale option.

The RTT was originally estimated in TCP by:

where α is constant weighting factor ().[3] Choosing a value for α close to 1 makes the weighted average immune to changes that last a short time (e.g., a single segment that encounters long delay). Choosing a value for α close to 0 makes the weighted average respond to changes in delay very quickly. This was improved by the Jacobson/Karels algorithm, which takes standard deviation into account as well. Once a new RTT is calculated, it is entered into the equation above to obtain an average RTT for that connection, and the procedure continues for every new calculation.

Wi-Fi[]

Accurate round-trip time measurements over Wi-Fi using IEEE 802.11mc are the basis for the Wi-Fi positioning system.

See also[]

References[]

  1. ^ Round-trip delay time, Boulder, Colorado: National Telecommunications and Information Administration's Institute for Telecommunication Sciences, retrieved 2021-05-29
  2. ^ Brian Heder (May 6, 2014), "Are your pipes too big?", Network World, retrieved 2016-01-09
  3. ^ Douglas E. Comer (2000). Internetworking with TCP/IP - Principles, Protocols and Architecture (4th ed.). Prentice Hall. p. 226. ISBN 978-0-13-018380-4.
Retrieved from ""