• Title/Summary/Keyword: 게임서버

Search Result 280, Processing Time 0.044 seconds

A Study for Online-GameServer Development (온라인 게임서버 구현에 관한 연구)

  • Bae, Seong-Gil;Kim, Hye-Yeong
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2011.11a
    • /
    • pp.1156-1158
    • /
    • 2011
  • 온라인 게임서버는 다수의 클라이언트들의 접속 요청 및 여러 작업요청을 실시간으로 빠르게 처리할 수 있어야 하기 때문에 동시 접속 사용자의 수에 비례하여 처리할 네트워크 양도 많아지고 서버 프로그램의 부하도 그만큼 높아지게 된다. 따라서, 본 논문에서는 온라인 게임서버에서의 게임서버의 기능을 효율적으로 수행하기 위한 기술들을 제시하고 AOS 장르의 게임의 프로토타입의 클라이언트들을 IOCP 로 구현한 온라인게임 서버에 연동하여 네트워크 통신과 클라이언트들간의 동기화 작업을 구현하였다.

Study on The Online Game Server Architecture (온라인 게임 시스템 서버 아키텍처 연구)

  • Choi, Sung;Park, Heon-Yong
    • Proceedings of the KAIS Fall Conference
    • /
    • 2006.05a
    • /
    • pp.534-539
    • /
    • 2006
  • 온라인 게임 서버는 비용과 확장성의 이유로 분산 서버 구조를 택하고 있으며, 게임의목적에 따라 다양한 관점에서 서버 아키텍처를 설계한다. 대용량의 서비스를 하는 대규모 분산 시스템이자 네트워크 가상환경 예이다. 온라인 게임을 위한 서버 구조는 기술적인 면 만 아니라 기획적인 면에서도 영향을 받는다. 어떠한 온라인 게임을 만들 것인지에 따라 서버 구조는 달리 결정되며, 게임을 어떠한 모습으로 발전시킬 것인지에 따라 서버 구조 또한 변경되어야 한다. 본 논문에서는 온라인 게임 서버 구조를 설계하는데 있어 필요한 사항들을 기술하고, 이를 수용하는 서버 구조를 설계 연구하였다.

  • PDF

A Game Placement Method Considering Load Balancing between Game Servers in a Game Server Cluster (게임 서버 클러스터에서 서버들간의 부하 균형을 고려한 게임 배치 방법)

  • Che, Zhong-Yong;Kim, Sang-Chul
    • Journal of Korea Game Society
    • /
    • v.12 no.3
    • /
    • pp.49-58
    • /
    • 2012
  • When a company provides new games or games with a small number of users, it is convenient to provide the game service in which those games are placed in a server cluster instead of a separate server for an individual game. This paper proposes a method for placing games in a cluster of servers with the same capacities. The method reduces the load imbalance among servers and minimizes the rejection ratio of user requests. We expect that the proposed method is useful for determining the server operation factors such as the number of servers, the number of games for a server, etc. To our survey, little research has been published on game placement on a cluster of game servers.

A study on incrementally expandable online game server architecture (서비스 단계별 확장 가능한 온라인 게임 서버 구조에 대한 연구)

  • Kim Jeong-Hoon
    • Journal of the Korea Computer Industry Society
    • /
    • v.7 no.3
    • /
    • pp.237-244
    • /
    • 2006
  • The purpose of this study is to propose the online game server architecture which can expand as the number of users increases. In most online game servers, there is a server group composed of a login server, a cache server, a database server, a game server, and an NPC server, and when the number of users increases, an additional server group with the same structure is installed. The server architecture proposed in this study does not install a server group composed of a login server, a cache server, a database server, a game server, an NPC server, etc., but installs a game server only. When there is a need for the cache server and database server, the required servers will be additionally installed, thus reducing costs.

  • PDF

A Load Balancing Technique for a Massively Multiplayer Online Game Server (대용량 온라인 게임 서버를 위한 부하 평형 기법)

  • 손민규;성영락;오하령;안현식;김정윤
    • Proceedings of the IEEK Conference
    • /
    • 2003.07d
    • /
    • pp.1339-1342
    • /
    • 2003
  • 클라이언트-서버 구조의 온라인 게임에서 서버의 역할은 매우 중요하다. 그러나 서버에 너무 많은 사용자가 동시에 접속할 경우에는 과도한 부하로 인하여 안정적인 서비스를 제공하지 못하는 경우가 발생할 수 있다. 이러한 문제를 해결하기 위하여 여러 대의 분산 서버를 활용한 방법이 사용되고 있다 분산 서버 구조에서는 부하가 특정 서버로 집중되는 것을 막는 것이 전체 시스템의 성능 향상을 위하여 필요하다. 이를 위하여 부하 평형 기법을 사용하고 있으며 관련 연구도 활발히 진행 중이다. 본 논문에서는 분산 서버를 이용한 온라인 게임 서버의 구조를 설계하고, 대량 사용자의 제약을 극복하기 위한 하나의 방안으로 다중 서버 시스템에서 실행되는 게임 서버 프로세스들에 대한 부하 평형 기법을 제시한다. 제안된 기법에서는 전체 게임을 소규모의 여러 게임 세상(Game World)으로 나누고 서비스가 진행되는 상황에서 게임 세상을 게임 서버들 사이에서 이동시킨다.

  • 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.

Design of Game Architecture for Report Service of the Real Time Game Information based on SIP (실시간 게임정보 확인 서비스를 위한 SIP 기반의 게임 아키텍쳐의 설계)

  • Noh, Kang-Rae;Kim, Jun-Il;Lee, Jong-Youl
    • 한국IT서비스학회:학술대회논문집
    • /
    • 2002.11a
    • /
    • pp.451-456
    • /
    • 2002
  • SIP는 새로운 서비스로의 확장에 유연하다는 장점을 가지고 있다. 본 논문에서는 SIP 프로토콜을 게임서버에 접목하여, 이를 통해 얻을 수 있는 부가서비스를 제안한다. 게임서버의 사용자 인증부분을 SIP Registrar 서버로 확장하여 해결하고, SIP Personal Mobility Service를 이용하여 게임에 접속되지 않은 사용자에게 게임 정보에 대한 피드백(feedback)이 올 수 있도록 설계하였다. 즉, 사용자가 이동 가능한 위치를 SIP Registrar 서버에 등록하면, 게임서버는 게임의 진행정보를 오프라인 상태의 사용자에게 전달한다. 이 부가 서비스는 단순히 게임엔진 뿐만 아니라 증권, 뉴스속보 서비스 등 실시간 정보를 요구하는 서비스에 접목하기에 충분한 장점을 가지고 있다. 본 논문에서는 SIP 프로토콜을 게임서버에 적용하기 위한 방안으로 인터넷상의 SIP 사용자에게 실시간 온라인 게임 정보 전송 서비스 아키텍처를 제안한다.

  • PDF

A Study on Load Distribution of Gaming Server Using Proximal Policy Optimization (Proximal Policy Optimization을 이용한 게임서버의 부하분산에 관한 연구)

  • Park, Jung-min;Kim, Hye-young;Cho, Sung Hyun
    • Journal of Korea Game Society
    • /
    • v.19 no.3
    • /
    • pp.5-14
    • /
    • 2019
  • The gaming server is based on a distributed server. In order to distribute workloads of gaming servers, distributed gaming servers apply some algorithms which divide each of gaming server's workload into balanced workload among the gaming servers and as a result, efficiently manage response time and fusibility of server requested by the clients. In this paper, we propose a load balancing agent using PPO(Proximal Policy Optimization) which is one of the methods from a greedy algorithm and Policy Gradient which is from Reinforcement Learning. The proposed load balancing agent is compared with the previous researches based on the simulation.

Implementation and Performance Evaluation for a Wire/Wireless Game Server (유무선 동시지원 게임 서버의 구현 및 성능분석)

  • 김용빈;신동규;신동일
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10c
    • /
    • pp.694-696
    • /
    • 2003
  • 최근 온라인 게임은 많은 호황을 누리고 있다. 현재는 PC 기반의 온라인 게임이 주류를 이루고 있지만 무선 단말기를 통하여 온라인 게임을 즐기는 사람들이 급증하는 추세이다. 기존의 온라인 게임서버의 구조를 살펴보면 각각의 게임의 환경에 맞게 서버를 설계하여 많은 시간과 자원의 낭비를 초래하게 된다. 유사한 Network Game을 지원하기 위해 헤더 영역과 Data영역을 분리 시켜 보다 유사한 게임들은 동일한 게임서버를 통하여 지원을 가능하게 하여 효율적인 게임서버를 운영할 수 있을 것 이다. 따라서 본 논문에서는 유선과 무선상에서의 Network delay를 고려한 유뮤선 네트워크를 동시에 지원하는 Game Server및 미들웨어를 구현하고 구현된 Game Server의 성능분석을 통해 본 논문에서 제안한 게임서버의 분산처리 성능을 평가하였다.

  • PDF

A Study on the Data Linkage Method of Online Game Server (온라인 게임 서버의 데이터연동 방식에 대한 연구)

  • Kang, Min-Seok;Kim, KyungSik
    • Journal of Korea Game Society
    • /
    • v.15 no.2
    • /
    • pp.83-94
    • /
    • 2015
  • Methodology of server development is so important for the development of online game because the client where the users play the online game depends on the server. In this research, we have studied data linkage methods of the online game server which permits the server to save and retrieve the user data on the database. The data linkage method of the server is critical to make the users continue their games anywhere online. In this paper, several data linkage methods have been proposed and classified with their definitions. The proposed methods have been evaluated with the experimental data. It will contribute for the developer of online game server to choose a good data linkage method for the features of the game.