hızımkaç?
← All posts

What are ping and jitter, and why do they matter?

Published on

Your download speed might be 500 Mbps, yet you are always a step behind in online games and your voice turns robotic on video calls. Real-time applications do not care about bandwidth as much as they care about latency — and its stability.

Ping: the round trip of your data

Ping is the time it takes for a small packet to travel from your device to a server and for the reply to come back, measured in milliseconds (ms). The name comes from submarine sonar. What determines it:

  • Physical distance: The speed of light is the limit; a one-way intercontinental hop takes tens of milliseconds. Games with nearby servers feel "smoother" for exactly this reason.
  • The medium: Fibre has lower latency than copper telephone lines (DSL); satellite internet adds the climb to orbit and back.
  • Devices along the path: Every router and gateway adds a micro-delay while processing the packet.

As a rough guide: under 20 ms is excellent, 20–50 ms good, 50–100 ms noticeable, above 100 ms problematic for real-time use.

Jitter: the trembling of latency

The consistency of ping matters as much as its average. If consecutive measurements read 30, 31, 29, 30 ms, the connection is stable; if they read 20, 80, 25, 130 ms, the experience is poor even though the average looks similar. This variation is called jitter.

Why is jitter so disruptive? Voice and video flow as small packets produced at regular intervals. If packets arrive irregularly, the receiver either waits (audio drops out) or discards late arrivals (audio turns robotic). Applications smooth this with a small holding pool called a jitter buffer — but the bigger the buffer, the higher the total delay. High jitter forces a choice between "low latency" and "smooth audio".

Bufferbloat: latency that swells under load

A common but little-known problem: when the line is busy (say, during a large upload), queues inside the modem swell and ping jumps from 30 ms to 300 ms. This is bufferbloat. Running a ping test on an idle line and again during a download, then comparing, is a rough diagnosis. Enabling SQM / Smart Queue Management on a modern router largely fixes it.

How to improve ping and jitter

  • Switch to a cable. Wi-Fi is the number-one source of jitter; even one wall increases retransmissions.
  • Clear the line. Background cloud backups and updates inflate queues.
  • Update the router, and give your gaming/calling device priority (QoS) if available.
  • Question your VPN. If it routes traffic through a distant exit, it inflates ping.

The test on this site computes ping as the average of consecutive requests and jitter as the average difference between consecutive measurements — a simplified version of the RFC 3550 approach. Next time you see both numbers on the result cards, you will know exactly what you are looking at.