• Title/Summary/Keyword: Game Server

Search Result 217, Processing Time 0.026 seconds

An Efficient MMORPG Distributed Game Server (효율적인 MMORPG 분산 게임서버)

  • Jang, Su-Min;Yoo, Jae-Soo
    • The Journal of the Korea Contents Association
    • /
    • v.7 no.1
    • /
    • pp.32-39
    • /
    • 2007
  • An important application domain for online services is an interactive, multi-player game. In recent, many increase of users that use on-line services through networks have caused a heavy load to the server. In this paper, we propose a MMORPG(Massively Multi-player Online Role Playing Game) distributed game server using flayer-Cell. Our method provides efficient solution of a MMORPG distributed game server for large numbers of users. It is shown through the experiments that our method outperforms existing methods in terms of memory utilization rate and processing speed.

Adaptable Online Game Server Design

  • Seo, Jintaek
    • Journal of information and communication convergence engineering
    • /
    • v.18 no.2
    • /
    • pp.82-87
    • /
    • 2020
  • This paper discusses how to design a game server that is scalable, adaptable, and re-buildable with components. Furthermore, it explains how various implementation issues were resolved. To support adaptability, the server comprises three layers: network, user, and database. To ensure independence between the layers, each layer was designed to communicate with each other only via message queues. In this architecture, each layer can have an arbitrary number of threads; thus, scalability is guaranteed for each layer. The network layer uses input/output completion ports(IOCP), which shows the best performance on the Windows platform, it can handle up to 5,000 simultaneous connections on a typical entry-level computer, despite being built with a single-threaded user layer. To completely separate the database from the game server, the SQL code was not directly embedded in the database layer.

A Study on Synchronization Distribution of Server Message in Online Games (온라인 게임의 서버 메시지 동기화 분산에 대한 연구)

  • Mun, Sung-Won;Cho, Hyung-Je
    • Journal of Korea Game Society
    • /
    • v.9 no.2
    • /
    • pp.105-113
    • /
    • 2009
  • The most important service of the online game is the stability. However, in online games, the increase in the number of users burdens the server as thousands of users connect to the server at the same time. While various techniques to reduce the load on the server are studied, the study is limited only to the server part like an improvement of server algorithms. In this paper, a program to handle the largest load of the server, the message synchronization of both the server and client, is designed and implemented.

  • PDF

Novel Ubiquitous Concept of Real Reality Robot Game Controlled by Mobile Server Robot

  • Joo, Byoung-Kyu;Jeon, Poong-Woo;Jung, Seul
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2003.10a
    • /
    • pp.2481-2485
    • /
    • 2003
  • In this paper novel concept of real reality robot game controlled by a mobile server robot is proposed. Real reality robot game means that two real robots controlled by two human operator through the internet are playing a boxing game. The mobile server robot captures playing images of the boxing game and send them to GUI on the screen of human operators’ PC. The human operator can login to boxing game from any computer in any place if he/she is permitted. Remote control of boxing robot by a motion capture system through network is implemented. Successful motion control of a boxing robot remotely controlled by a motion capture system through network can be achieved.

  • PDF

High Efficient Game Server using ACE Network Framework (ACE 네트워크 프레임워크를 이용한 고효율성 게임서버)

  • Park, Sung-Jun;Choo, Kyo-Sung;Park, Chang-Hun
    • Journal of Korea Game Society
    • /
    • v.9 no.1
    • /
    • pp.75-84
    • /
    • 2009
  • In this paper, we propose a game server using public network library ACE, which has been developed in various fields for a long time. ACE network library has been considered not only in the area of high efficient real-time communication library but also in the area of application development, and it provides various facilities. We logically reorganized the part, which is necessary to develop games, among various functions of ACE and optimized it, and developed real battlenet server using verify the reorganized library. As the method of experiment, the battlenet server and test client were set and interface request test and data electrical transmission test were conducted. As the result of the experiment, the conclusion that it is possible to develop games by using ACE, which is verified network library, has been obtained.

  • PDF

A Study on the MMORPG Server Architecture Applying with Arithmetic Server (연산서버를 적용한 MMORPG 게임서버에 관한 연구)

  • Bae, Sung-Gill;Kim, Hye-Young
    • Journal of Korea Game Society
    • /
    • v.13 no.2
    • /
    • pp.39-48
    • /
    • 2013
  • In MMORPGs(Massively Multi-player Online Role-Playing Games) a large number of players actively interact with one another in a virtual world. Therefore MMORGs must be able to quickly process real-time access requests and process requests from numerous gaming users. A key challenge is that the workload of the game server increases as the number of gaming users increases. To address this workload problem, many developers apply with distributed server architectures which use dynamic map partitioning and load balancing according to the server function. Therefore most MMORPG servers partition a virtual world into zones and each zone runs on multiple game servers. These methods cause of players frequently move between game servers, which imposes high overhead for data updates. In this paper, we propose a new architecture that apply with an arithmetic server dedicated to data operation. This architecture enables the existing game servers to process more access and job requests by reducing the load. Through mathematical modeling and experimental results, we show that our scheme yields higher efficiency than the existing ones.

Performance Evaluation of IOCP Game Server and Game Variable Obfuscation Program (IOCP 게임 서버 및 게임 변수 난독화 프로그램 성능 평가)

  • Cha, Eun-Sang;Kim, Youngsik
    • Journal of Korea Game Society
    • /
    • v.19 no.6
    • /
    • pp.71-82
    • /
    • 2019
  • This paper analyzes performance difference between Unreal Engine's built-in network solution and IOCP server. To do this, we developed IOCP server and 3D game with Unreal Engine 4. Also we considered the game variable obfuscation program to prevent the modification of the memory of the code-modulated game hacking program. This paper used SCUE4 Anti-Cheat Solution, which is Unreal Engine's solution, to study preventing memory modification and to analyze performance trade-offs.

Research About Design and Implementation of On-Line Game Server for High Availability guarantee using Heartbeat (HeartBeat을 이용한 고가용성(High Availability) 보장 온라인 게임 서버 구축 제안)

  • Kim, Tae-Yul;Kyung, Byung-Pyo;Ryu, Seuc-Ho;Lee, Wan-Bok
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2006.05a
    • /
    • pp.193-198
    • /
    • 2006
  • Providing stable services has been a crucial factor to determine success or failure in current situations, in which online game industry has become one of the important industries. The study proposed a method of establishing a stable game servers using 'Hearbeat', one of the existing (load) balance server techniques for the enhancement of availability of online game servers. In the proposed method, one could provide users with stable game services, by inspecting master server frequently using stand-by servers corresponding to each game server.

  • PDF

A Study of Non-Disruptive Update Scheme for Online Game (온라인게임을 위한 무 정지 업데이트 기법의 연구)

  • Kang, Sang-Yong;Han, Jung-Hyun
    • Journal of Korea Multimedia Society
    • /
    • v.17 no.11
    • /
    • pp.1307-1312
    • /
    • 2014
  • Online games are virtual space where it connects individual users through network connection to offer enjoyment of play games and game developer who service online games have to develop new contents and provide them to users to extend life of their service. Typically, in order to update new contents, all service companies have maintenance schedule to stop the game service for a while to update both server and client applications. Usually this process takes quite amount of time and users do not have any other choice but disconnected from server and wait until it is over. The purpose of this thesis is to describe the advantages of new design system which will allows users to continue to play the game even during the update. The main focus of this design is to make users feel more convenience in online gaming experience by move client from previous server to new server while users are still playing. If they can to connect current client with new server without any certificate validation process while users information from the client can automatically pass through to the new server, users may not need to experience maintenance for new contents update.

Bandwidth Requirement and Priority-based Synchronization Methods in Hybrid Client-Server Architecture for Mobile Multiplayer Games (모바일 멀티플레이어 게임을 위한 하이브리드 클라이언트-서버 구조의 대역폭 요건과 우선순위 기반 동기화 기법)

  • Kim, Jinhwan
    • Journal of Korea Multimedia Society
    • /
    • v.17 no.4
    • /
    • pp.526-534
    • /
    • 2014
  • Most of the multiplayer games available online are based on a client-server architecture because this architecture gives better administration control to the game providers than peer-to-peer architecture. In this architecture, the server is responsible for all the communication between the connected clients. The weakness of this architecture is its bandwidth requirement and scalability. Peer-to-peer architectures have then been proposed to solve these issues. In this paper, we propose a hybrid client-server architecture in which the game state is partially shared by the mobile terminal to achieve consistency among different players. Like a peer-to-peer architecture, this architecture uses client-side capacities to reduce bandwidth requirements for the server and improves consistency in wireless networks. Client events have different timeliness and consistency requirements according to their nature in the game world. These requirements lead to tasks with different priorities on CPU processing. In the proposed architecture, either the server or the client applies consistency mechanism according to the priority level. Simulation experiments show that the bandwidth of the server in this architecture is smaller than that of the client-server architecture. As a result, the server in the proposed architecture can accommodate more clients with enhancing the scalability.