Competitive online games are argued about in terms of latency, but the server's update frequency matters just as much. Tick rate sets the resolution of the shared reality players compete inside.
The server samples rather than watches
An online match does not run continuously on the server. It advances in discrete steps, processing inputs and resolving outcomes a fixed number of times each second.
Between steps, nothing officially happens. A player's movement in that gap is interpolated by other players' clients rather than known by the server.
A lower tick rate means longer gaps, and longer gaps mean more of the match is estimated rather than recorded.
Position error scales with speed
The faster something moves, the further it travels between updates, so the discrepancy between where a player appears and where the server believes he is grows with movement speed.
This is why fast-moving targets feel inconsistent to hit while stationary ones feel reliable, even on a good connection.
It also explains why games built around rapid strafing are more sensitive to server quality than slower ones.
Lag compensation trades one unfairness for another
Servers rewind the world to reconstruct what a shooter saw at the moment he fired, so that players are not punished for their own latency.
The consequence is that a player can be hit after moving behind cover on his own screen, because the server accepted a shot aimed at where he used to be.
Neither player is wrong. Each is describing a legitimate view of a world that the server only samples periodically.
Tick rate costs money
Doubling the update frequency roughly doubles the processing and bandwidth each match consumes, multiplied across every server a publisher runs.
Publishers therefore run lower rates for general matchmaking and higher rates for ranked or professional infrastructure, which is why competitive play can feel different from casual play in the same game.
Tournaments held on local networks remove both latency and server sharing, which is why professionals describe offline events as feeling more responsive.
Why it shapes what skills are rewarded
On a low tick rate, precise timing is less reliably rewarded, so positioning and predictable angles matter more than reaction speed.
On a high tick rate, quick reactions translate more faithfully into outcomes, and aggressive movement becomes a viable way to create advantage.
The technical setting therefore influences the style of play a game develops, long before any balance change is considered.