Enhanced mirrored servers for network games

  • Authors:
  • Steven Daniel Webb;Sieteng Soh;William Lau

  • Affiliations:
  • Curtin University of Technology, Perth, Western Australia;Curtin University of Technology, Perth, Western Australia;Curtin University of Technology, Perth, Western Australia

  • Venue:
  • Proceedings of the 6th ACM SIGCOMM workshop on Network and system support for games
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Mirrored Server (MS) architecture uses multiple mirrored servers across multiple locations to alleviate the bandwidth bottleneck in the Client/Server (C/S) architecture. Each mirror receives and multicasts player updates to the others, simulates the game, and disseminates the new game state to players. However, keeping the game state consistent between mirrors in the presence of network delay, and maintaining game responsiveness requires each server in MS to simulate the game multiple times for each game update, and additional times in the event of costly rollbacks. In this paper we propose the Enhanced Mirrored Server (EMS) architecture. Like in the Peer-to-Peer architecture, EMS allows peers to exchange updates directly, resulting in a higher tolerance to delay at the mirrors. We propose using bucket synchronization in the mirrors so that each server in EMS simulates the game only once for each update and does not require rollbacks. The server dissenates updates to clients only in the event of inconsistency, and thus its outgoing bandwidth is lower than in MS. Our EMS uses cryptographic techniques to provide security equivalent to C/S, and prevents the timestamp cheat possible in MS. Our analytical analysis and simulations show the advantages of EMS over MS.