Round-trip delay time
| This article needs additional citations for verification. (August 2014) |
In telecommunications, the round-trip delay time (RTD) or round-trip time (RTT) is the length of time it takes for a signal to be sent plus the length of time it takes for an acknowledgment of that signal to be received. This time delay therefore consists of the propagation times between the two points of a signal.
Contents
Computer networks[edit]
In the context of computer networks, the signal is generally a data packet, and the RTT is also known as the ping time. An internet user can determine the RTT by using the ping command.
Space technology[edit]
In space technology, the round-trip delay time or round trip light time is the time light (and hence any signal) takes to go to a space probe and return.
Protocol design[edit]
Network links with both a high bandwidth and a high RTT can have a very large amount of data (the bandwidth-delay product) "in flight" at any given time. Such "long fat pipes" require a special protocol design. One example is the TCP window scale option.
The RTT was originally estimated in TCP by:
- RTT = (α · Old_RTT) + ((1 − α) · New_Round_Trip_Sample)[1]
Where α is constant weighting factor(0 ≤ α < 1). Choosing a value α 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.
Examples[edit]
- 200 ms RTT for a connection using UDT (UDP-based Data Transfer Protocol) equates to a 12,000 mile round trip path length.[citation needed]
See also[edit]
References[edit]
- ^ Comer, Douglas. Internetworking with TCP/IP. Page 226. Upper Saddle River, N.J.: Prentice Hall, 2000. Print.
This article incorporates public domain material from the General Services Administration document "Federal Standard 1037C" (in support of MIL-STD-188).
External links[edit]
Definition by the National Telecommunications and Information Administration's Institute for Telecommunication Sciences in Boulder, Colorado
| This article related to telecommunications is a stub. You can help Wikipedia by expanding it. |
| This computer networking article is a stub. You can help Wikipedia by expanding it. |