• 제목/요약/키워드: Game server

검색결과 218건 처리시간 0.026초

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

  • 장수민;유재수
    • 한국콘텐츠학회논문지
    • /
    • 제7권1호
    • /
    • pp.32-39
    • /
    • 2007
  • 다수 사용자용 온라인 게임은 온라인 서비스들 중에 중요한 부분을 차지하고 있다. 최근에는 네트워크를 통한 온라인 서비스를 이용하는 사용자들의 증가로 인해 서버에 부하가 가중되고 있다. 본 논문에서는 이와 같은 문제를 해결하는 2Layer-Cell 방식을 이용한 분산 MMORPG(Massively Multi-player Online Role Playing Game)게임 서버를 제안한다. 제안하는 방식은 많은 사용자들을 위한 MMORPG 분산 게임서버에 적합한 해결책을 제공한다. 성능평가는 제안하는 MMORPG 분산게임서버가 기존방법에 비해 메모리 사용량과 처리속도에서 성능이 우수함을 보인다.

Adaptable Online Game Server Design

  • Seo, Jintaek
    • Journal of information and communication convergence engineering
    • /
    • 제18권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)

  • 문성원;조형제
    • 한국게임학회 논문지
    • /
    • 제9권2호
    • /
    • pp.105-113
    • /
    • 2009
  • 온라인 게임의 서비스에 있어서 가장 중요한 것이 안정적인 서비스를 제공하는 것이다. 그러나 온라인 게임에서는 동시에 수천 명의 유저들이 서버에 접속하게 되므로 유저의 수가 증가함에 따라 게임 서버에 과다한 부하가 발생하게 된다. 게임 서버의 부하를 줄이기 위한 다양한 기법들이 연구되고 있다. 온라인 게임의 MMOG (Massively Multiplay Online Game)의 경우는 게임서버의 성능을 향상시키기 위한 연구는 게임 서버 내의 알고리즘 개선 등과 같이 서버 부분에 한정되어 연구되어 지고 있다. 본 논문에서는 MMOG 서버의 가장 큰 부하를 유발하는 동기화 메시지 처리 부분을 서버와 클라이언트 양쪽에서 분산하여 처리하는 방안을 설계하고 이를 시뮬레이션으로 검증하였다.

  • PDF

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

  • Joo, Byoung-Kyu;Jeon, Poong-Woo;Jung, Seul
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2003년도 ICCAS
    • /
    • 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

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

  • 박성준;추교성;박창훈
    • 한국게임학회 논문지
    • /
    • 제9권1호
    • /
    • pp.75-84
    • /
    • 2009
  • 본 논문은 오랜 기간 다양한 분야에서 개발되어 온 공개 네트워크 라이브러리인 ACE를 사용하여 게임 서버에 접목 시켜 보았다. ACE 네트워크 라이브러리는 고성능 실시간 통신 라이 브러리와 어플리케이션 개발에 집중되어 있고 방대한 기능을 제공하고 있다. 본 연구에서는 ACE의 여러 기능 중에 게임 개발에 필요한 부분을 논리적으로 재구성하여 최적화 하였고, 재구성한 라이브러리의 검증을 위해 실제 배틀넷 서버를 구현하였다. 실험방법으로는 배틀넷 서버와 테스트 클라이언트를 설정하여 접속 요청 테스트와 데이터 전송 테스트를 수행하였다. 실험 결과로서 검증된 네트워크 라이브러리인 ACE를 사용하여 온라인 게임 개발이 가능하다는 결과를 얻었다.

  • PDF

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

  • 배성길;김혜영
    • 한국게임학회 논문지
    • /
    • 제13권2호
    • /
    • pp.39-48
    • /
    • 2013
  • 가상공간에서 대규모 게임 사용자들 간의 상호작용이 활발히 일어나는 MMORPG(Massively Multi-player Online Role-Playing Games)에서는 다수의 클라이언트의 접속 요청 및 작업 요청을 실시간으로 빠르게 처리할 수 있어야 한다. 그러나 클라이언트의 접속자 수가 늘어날수록 처리해야 할 작업량이 많아지며, 게임서버의 부하도 높아지게 된다. 이를 해결하기위해 많은 개발자들은 분산서버구조를 적용하여, 동적 맵 분할, 서버의 기능에 따른 부하 분산 등의 기법들을 제시하고 있다. 현재 대부분의 MMORPG 게임서버는 하나의 월드를 Zone방식으로 나누어서 각각의 영역을 다수의 게임서버가 담당하여 게임을 진행하고 있다. 이러한 방식은 사용자의 빈번한 서버이동에 따른 데이터 갱신 등의 오버헤드를 발생하여 게임서버에 큰 부하를 주고 있다. 따라서 본 논문에서는 게임서버의 부하를 줄이기 위해 데이터의 연산을 담당하는 연산서버를 적용하여 기존 게임서버의 효율은 높이고 더 많은 사용자의 접속과 작업을 처리할 수 있는 구조를 제안하고, 수학적인 모델링과 성능분석을 통해 기존 연구들과의 비교 시의 제안 기법의 효율성을 보였다.

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

  • 차은상;김영식
    • 한국게임학회 논문지
    • /
    • 제19권6호
    • /
    • pp.71-82
    • /
    • 2019
  • 본 논문은 상용 게임 엔진인 언리얼 엔진이 지원하는 네트워킹 기능과 사용자 제작 IOCP 게임 서버의 성능을 게임 내의 변수 전달 관점에서 비교 분석하였다. 이를 위하여 언리얼 엔진 4를 기반으로 3D 게임과 IOCP 게임 서버를 자체 제작하였다. 그리고 코드 변조 게임 해킹 프로그램의 메모리 수정을 방지하기 위해서 게임 변수 난독화 프로그램에 관하여 고찰한다. 이를 위하여 언리얼 엔진 솔루션 인 SCUE4 안티-치트 Solution을 활용하여 메모리 수정을 하는 것을 방지하는 방법을 연구하고 성능 트레이드 오프에 대한 분석을 수행한다.

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

  • 김태열;경병표;유석호;이완복
    • 한국콘텐츠학회:학술대회논문집
    • /
    • 한국콘텐츠학회 2006년도 춘계 종합학술대회 논문집
    • /
    • pp.193-198
    • /
    • 2006
  • 인터넷을 이용한 서비스와 산업 그 중에서 게임 산업의 급속한 발전으로 인하여 게임 서비스를 더욱 효율적이고 확장성이 뛰어난 시스템으로의 구축이 중요시되고 있다. 이에 고가용성 시스템이 주목을 받고 있고 본 논문에서는 heartbeat 알고리즘을 이용한 고가용성 온라인 게임 서버를 제안한다. 분산화된 게임 서버에 대하여 각 대응되는 standby server를 두어 실시간 real server의 장애를 체크하여 지속적인 게임 서비스에 지장이 없도록 하여 항상 안정된 게임 서비스를 할 수 있는 시스템이다.

  • PDF

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

  • 강상용;한정현
    • 한국멀티미디어학회논문지
    • /
    • 제17권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)

  • 김진환
    • 한국멀티미디어학회논문지
    • /
    • 제17권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.