Difference between revisions of "Latency"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
= Latency/Delay =
The time it takes a conversation to travel from the speaker to the listener is the end-to-end delay, or latency.
The time it takes a conversation to travel from the speaker to the listener is the end-to-end delay, or latency.


Line 7: Line 5:
* Propagation delay— The time to travel across the network from end to end. It is based on the speed of light and the distance the signal must travel.
* Propagation delay— The time to travel across the network from end to end. It is based on the speed of light and the distance the signal must travel.
* Transport delay— The time to get through the network devices along the path. Networks with many firewalls, many routers, congestion, or slow WANs introduce more delay than an overprovisioned LAN on one floor of a building.
* Transport delay— The time to get through the network devices along the path. Networks with many firewalls, many routers, congestion, or slow WANs introduce more delay than an overprovisioned LAN on one floor of a building.
( Packetization delay— The time for the codec to digitize the analog signal and build frames—and undo it at the other end.
* Packetization delay— The time for the codec to digitize the analog signal and build frames—and undo it at the other end.
* Jitter buffer delay— The delay introduced by the receiver as it holds one or more datagrams to reduce variations in arrival times.
* Jitter buffer delay— The delay introduced by the receiver as it holds one or more datagrams to reduce variations in arrival times.


Many VoIP engineers don't know how much latency is too much. A simple answer is 150 ms.
Many VoIP engineers don't know how much latency is too much. A simple answer is 150 ms.


<br><br>
Source: [http://www.amazon.com/Taking-Charge-Project-Network-Business/dp/1587200929 Taking Charge of Your VoIP Project]
Source: [http://www.amazon.com/Taking-Charge-Project-Network-Business/dp/1587200929 Taking Charge of Your VoIP Project]

Revision as of 14:46, 3 August 2009

The time it takes a conversation to travel from the speaker to the listener is the end-to-end delay, or latency.

End-to-end delay is actually made up of four components:

  • Propagation delay— The time to travel across the network from end to end. It is based on the speed of light and the distance the signal must travel.
  • Transport delay— The time to get through the network devices along the path. Networks with many firewalls, many routers, congestion, or slow WANs introduce more delay than an overprovisioned LAN on one floor of a building.
  • Packetization delay— The time for the codec to digitize the analog signal and build frames—and undo it at the other end.
  • Jitter buffer delay— The delay introduced by the receiver as it holds one or more datagrams to reduce variations in arrival times.

Many VoIP engineers don't know how much latency is too much. A simple answer is 150 ms.




Source: Taking Charge of Your VoIP Project