How do online multiplayer games work so well despite so many differences in the systems behind each user (processing power, internet speed, display refresh rates)?

713 views

How do online multiplayer games work so well despite so many differences in the systems behind each user (processing power, internet speed, display refresh rates)?

In: Technology

7 Answers

Anonymous 0 Comments

CTRL-F “tick” *no results found*

Multiplayer games are synchronized between the client and the server with what’s called “ticks” and this is the backbone of all multiplayer games. All clients run at the same tick rate, which is the speed at which the server updates, measured in cycles per second.

For example, on launch, Overwatch had a tick rate of 21. 21 updates per second. Blizzard upped the tick rate to 63 to improve performance. CSGO runs at 64, but there are some servers that run at 128 for better responsiveness.

You are viewing 1 out of 7 answers, click here to view all answers.