How do game servers work?

390 views

If a game developer creates a game, how do regional servers communicate with each other? Are they all linked to the HQ? If there is a network issue at the HQ does that affect regional servers?

In: 2

Anonymous 0 Comments

This is a too broad question to have an exact answer and different games have different servers

Servers are separate computers placed in a region, probably in a server farm or using a virtual server provider already existing infrastructure like amazon.

They communicate with the HQ over the internet.

As for network issues, they are at different places on different internet connection. One server or the main server going down doesn’t really affect others. BUT it all depends how the servers are programmed. If regional servers need some data from HQ to function properly they too gonna stop.