An efficient distributed MMOG server using 2layer-cell method

  • Authors:
  • Su-Min Jang;Jae-Soo Yoo

  • Affiliations:
  • Department of Computer and Communication Engineering, Chungbuk National University, Cheongju, Chungbuk, Korea;Department of Computer and Communication Engineering, Chungbuk National University, Cheongju, Chungbuk, Korea

  • Venue:
  • Edutainment'07 Proceedings of the 2nd international conference on Technologies for e-learning and digital entertainment
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

In recent years, thousands or even hundreds of thousands players interact with each other in the MMOG (Massively Multi-player Online Game). Therefore MMOG servers have the problem with scalability. To overcome this problem, we propose a new method for MMOG distributed server, denoted as 2Layer-Cell method. 2Layer-Cell method constructed with Upper_Layer and Down_Layer. The Upper_Layer includes important aggregated information of game objects such as virtual space, users, monster, etc. And the Down_layer includes real data of game objects. This paper makes the following contributions. First, it captures these problems of high storage cost and slow processing time for previous methods. Second, it proposes parallel processing strategies that aim to reduce process time. Third, it proposes an efficient partitioning algorithm for distributed servers. Our experiment results show that our method is better scalable than existing methods.