Hi. How much can I influence the synchronization between the server and the client with proper network coding?

Forum Archive Hi. How much can I influence the synchronization between the server and the client with proper network coding?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7549
    plasmavoyage
    Participant

      I’m talking about cross globe distances, where response times are somewhat longer due to physical limitations.

      Can proper and good network coding negate that delay to a minimum where it feels so smooth that the player wouldn’t even notice that he’s actually connected to a server on the other side of the globe or will there always be falls that have to be taken with huge distances like that?

      Say, a player from Europe connecting to a server on the west coast of the US.

      #27264
      Jonathan Gonzalez
      Participant

        Optimizing your network code is always going to be something you should do, but it can only do so much. The less information you have to send and receive the smoother everything will feel, but it won’t shorten the distance that info will have to travel. Even AAA multiplayer games have to deal with this and have servers all over the world. 

        #27265
        plasmavoyage
        Participant

          I see. Thank you very much! 🙂

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Hi. How much can I influence the synchronization between the server and the client with proper network coding?’ is closed to new replies.