What Network Latency Really Means

Latency — often called "ping" in consumer contexts — is the time it takes for a packet of data to travel from its source to its destination and back. It's measured in milliseconds (ms). Unlike bandwidth (how much data can flow), latency describes how quickly data can travel. You can have a gigabit internet connection and still have frustrating latency if the path between you and a server is inefficient.

Understanding latency helps you diagnose performance problems, choose the right internet service for your use case, and configure your network for better real-time performance.

The Components of Latency

Latency isn't a single thing — it's the sum of several delays that accumulate along a data path:

1. Propagation Delay

This is the time for a signal to physically travel through the medium — fiber, copper, or wireless. Light travels through fiber at roughly 200,000 km/s (about two-thirds the speed of light in vacuum). The distance between you and a server is a hard physical floor on latency. A server in another continent will always have higher latency than one in your city, regardless of technology.

2. Transmission Delay

The time required to push all the bits of a packet onto the link. This depends on link speed and packet size. On modern high-speed links, this is typically negligible.

3. Processing Delay

Each router and switch along the path must examine packet headers and determine where to forward the packet. Modern hardware-based routers do this in microseconds, but the delays add up across many hops.

4. Queuing Delay

When a router's output link is congested, packets wait in a queue. This is the most variable component of latency and the primary cause of the "lag spikes" that frustrate gamers and video callers. Under load, queuing delay can spike from near-zero to hundreds of milliseconds.

Latency Benchmarks by Use Case

Use Case Acceptable Latency Ideal Latency
Web browsing <200 ms <50 ms
Video streaming <500 ms <100 ms
Video conferencing <150 ms <50 ms
Online gaming (FPS/RTS) <80 ms <30 ms
VoIP calls <150 ms <50 ms
Industrial automation <10 ms <1 ms

Common Causes of High Latency

  • Geographic distance to server: Connect to geographically closer servers where possible.
  • Wi-Fi interference and congestion: Wi-Fi adds latency compared to wired connections, especially in crowded environments.
  • ISP routing inefficiencies: Some ISPs use suboptimal routing paths. This is largely outside your control.
  • Network congestion: Peak usage hours at your ISP or on your local network create queuing delays.
  • Outdated or overloaded home network equipment: An aging router under heavy load adds processing delay.
  • Satellite internet: Geostationary satellite internet has inherent latency of 500–700 ms due to the 35,000 km signal path. Low Earth Orbit (LEO) services like Starlink significantly reduce this to 20–60 ms.

Practical Steps to Reduce Latency

  1. Use a wired Ethernet connection for any latency-sensitive activity. This alone can cut home network latency by 10–30 ms and eliminates Wi-Fi jitter.
  2. Enable Quality of Service (QoS) on your router to prioritize real-time traffic (VoIP, gaming) over background downloads.
  3. Use modern router hardware — consumer routers from more than 5 years ago may struggle with concurrent connections and add processing delay.
  4. Choose servers or CDN regions close to you when given the option in applications or games.
  5. Reduce background traffic during latency-sensitive sessions — large backups or downloads on other devices compete for bandwidth and add queuing delay.

Measuring Your Own Latency

The simplest way to measure latency is the ping command, available on all major operating systems. Run ping google.com or ping 8.8.8.8 to see round-trip time to a well-connected server. Tools like PingPlotter or WinMTR provide hop-by-hop analysis that can pinpoint where in the path latency is being added — invaluable for troubleshooting.

Understanding your baseline latency and how it changes throughout the day gives you the information needed to have productive conversations with your ISP or make informed network upgrade decisions.