Network Latency: What It Is and How to Actually Reduce It
Latency is the time it takes for a packet to travel from source to destination. Bandwidth is how much data you can send per second. People confuse them constantly — 'my internet is slow' usually means one of two completely different problems that require different solutions. Latency is the one that makes games unplayable and video calls choppy. No amount of extra bandwidth fixes it.
The Physics of Latency
Light travels through fibre optic cable at about 200,000 km/s — roughly two-thirds the speed of light in vacuum. London to New York is about 5,500 km by cable. Minimum possible latency for a single trip: about 28 milliseconds. Round-trip: about 56ms. A well-run direct fibre link actually achieves close to this theoretical minimum.
The actual round-trip time you see on a ping from London to New York is typically 70-90ms. The difference from the theoretical minimum comes from processing delays at routers, queuing when links are congested, and the cable not running in a perfectly straight line.
The Different Types of Latency
Propagation delay is the physics — distance over speed of light. This can't be reduced without moving the servers closer to users (which is exactly what CDNs do). Processing delay is how long routers take to forward packets — microseconds to milliseconds per hop. Queuing delay happens when links are congested and packets wait in buffers — this is where most latency variability (jitter) comes from.
Here's the thing — bufferbloat is a chronic problem on home networks. When your connection is saturated, packets pile up in the router's buffers waiting to be sent. This adds tens to hundreds of milliseconds of latency to everything. You notice it as the internet feeling sluggish when someone on your network is downloading something. The fix is active queue management (AQM) — look for CAKE or FQ-CoDel on your router's settings.
What Actually Reduces Latency
Using servers geographically close to you is the biggest lever. For gaming, connect to servers in your region. For remote work, use a corporate network with presence in your country. For web browsing, a CDN automatically handles this.
A wired Ethernet connection over Wi-Fi reduces latency and jitter significantly — wireless adds overhead and is more susceptible to interference. A quality router with modern queue management handles congestion without bufferbloat. A VPN adds latency — the extra hop to the VPN server adds 5-50ms depending on its location.
Check Your Connection Details
Look up your IP and see network information about your connection.
Check My IP