Networking Fundamentals
Ping is only one part of network performance. A fast connection isn't always a smooth connection.
Most gamers pay attention to ping, but far fewer understand jitter. When a game feels inconsistent, voice calls become choppy, or players experience rubberbanding, the problem may not be latency alone. Latency, jitter, and packet loss each measure a different aspect of network quality, and together they determine how responsive real-time applications feel.
Latency measures how long it takes data to travel between your device and a server.
Jitter measures how consistent that travel time remains from one packet to the next.
A connection can have low latency but still perform poorly if packet arrival times vary significantly.
Latency is the amount of time required for data to travel across the network.
For example, a latency of 20 milliseconds means data typically completes a round trip in about 20 ms.
Lower latency usually means your actions reach the game server more quickly.
Jitter measures whether packets arrive at consistent intervals.
If every packet arrives in roughly 20 milliseconds, jitter is low.
If one packet arrives in 20 ms, the next in 65 ms, and another in 18 ms, jitter is much higher even if the average latency appears reasonable.
Many games display only your ping value.
Very few games show jitter directly.
As a result, players often assume that ping represents overall network quality, even though latency and jitter answer completely different questions.
Imagine four consecutive packets arrive in:
This connection has very low jitter because every packet arrives consistently.
Now imagine the packets arrive in:
Although the average latency may not change dramatically, gameplay often feels much less responsive because packet timing becomes unpredictable.
Latency and jitter both assume packets eventually arrive.
Packet loss measures something different: whether packets arrive at all.
All three influence real-time network performance.
Web browsing can tolerate small timing variations because pages simply finish loading slightly later.
File downloads can retransmit missing data.
Online games, however, constantly synchronize player movement, abilities, projectiles, and game state.
If packets arrive at inconsistent times, players may experience rubberbanding, delayed abilities, inconsistent hit registration, or unpredictable movement.
Improving jitter is usually about making packet delivery more consistent rather than simply lowering ping.
Latency, jitter, and packet loss describe three different aspects of network quality.
Latency measures speed. Jitter measures consistency. Packet loss measures reliability.
A great online gaming experience usually requires all three to remain healthy.
Understanding the difference between these measurements helps identify the real cause of network problems instead of focusing only on the ping number displayed in a game.