How do gaming servers work?

479 views

I know that there is some sort of sever to client relationship but how does it work simply?

In: Technology

2 Answers

Anonymous 0 Comments

It kind of depends on the game.

The game usually has two sides: the server side and the client side. The server handles all of the physics and actually running the game, while the client displays everything on your screen and handles inputs, textures, etc.

As for the connection, you can think of the server as a central hub with every player’s client connecting to it. If the connection between the server and the client has latency or is interrupted, the game will have server lag.

Some games (The nintendo switch uses this a lot) have what is known as a “Peer to peer” connection, where all of the server-side logic happens on the device of the person hosting the game.

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