• Title/Summary/Keyword: multiplayer

Search Result 114, Processing Time 0.027 seconds

Analysis of Game Traffic Characteristics of Realtime Online Network Games (실시간 온라인 네트워크 게임 환경에서의 게임 트래픽 특성 분석)

  • Jeong, Jong-Min;Lee, Mun-Kyu;Lee, Goo-Yeon
    • Journal of Industrial Technology
    • /
    • v.20 no.B
    • /
    • pp.233-238
    • /
    • 2000
  • The study of game traffic has neglected by scientists, but as Internet gaming becomes more popular, multiplayer online games have become a significant element of Internet traffic. In this paper we analyze Internet traffic generated by sessions of multiplayer online games and study source models of multiplayer online game traffic. Our analysis shows that the empirical game traffic can be characterized by certain analytical model. We describe how our empirical traffic data set can be modeled and discuss how game server type influences interarrival distribution.

  • PDF

Mapping Emerging Business Models in Massively Multiplayer Online Games (다중이용자 온라인 게임에서 신규 비즈니스 모델의 도식화에 관하여)

  • Joung, Yoon-Ho;Kwon, Hyeog-In
    • Journal of Information Technology Services
    • /
    • v.5 no.3
    • /
    • pp.137-150
    • /
    • 2006
  • The authors map some of the current Business Models in the Massively Multiplayer Online Player scenario. These maps represent Value Creation Systems by resorting to Value Net constructs and notations, and are offered here as a proof of concept and utility. The authors claim that these mappings can enable readers, managers and IT experts, to build new insights onto such Business Models and develop requirements for Information System infrastructure. When approaching the Value Creation System as a Value Net the goal is to think outside the conceptual box of Value Chains and understand how the different activities interact, by exposing the multiplicity of value types and flows. In doing this study the authors are attempting to synthesize a new Business Model proposal that could underlie the development of an infrastructure for the collaborative creation, distribution and exploration of online massively multiplayer games, beyond the traditional producer-consumer roles.

Object Replication and Consistency Control Techniques of P2P Structures for Multiplayer Online Games (멀티플레이어 온라인 게임을 위한 P2P 구조의 객체 복제와 일관성 제어 기법)

  • Kim, Jinhwan
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.14 no.4
    • /
    • pp.91-99
    • /
    • 2014
  • The main game architectures for multiplayer online games are the traditional client-server architectures, multi-server architectures and P2P(peer-to-peer) architectures. P2P architectures, due to their distributed and collaborative nature, have low infrastructure costs and can achieve high scalability as well as fast response time by creating direct connections between players. However, P2P architectures face many challenges. Distributing a game among peers makes maintaining control over the game more complex. These architectures also tend to be vulnerable to churn and cheating. Providing consistency control in P2P systems is also more difficult since conflicting updates might be executed at different sites resulting in inconsistency. In order to avoid or correct inconsistencies, most multiplayer games use a primary-copy replication approach where any update to the object has to be first performed on the primary copy. This paper presents the primary-copy model with the update dissemination mechanism that provides consistency control over an object in P2P architectures for multiplayer online games. The performance for this model is evaluated through simulation experiments and analysis.

A Real Time Multiplayer Network Game System Based on a History Re-Transmission Algorithm

  • Kim, Seong-hoo;Park, Kyoo-seok
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.6
    • /
    • pp.814-823
    • /
    • 2004
  • Current video games and game room games are played as a single player mode on the basis of various emulators. With the evolution of data communications and game technology, a new trend in the game industry has made the primary interests of game developers and companies in the game industry be moved toward a multiplayer mode from the traditional single player mode. In this paper, we represent how to implement a network game platform by allowing network modules to be run in conjunction with the current video emulator games. It also suggests a synchronization scheme for real-time game playout and practical mechanism that can support network games to be played with the Peer-to-Peer process using a lobby system.

  • PDF

Mapping Emerging Business Models in Massively Multiplayer Online Games (다중이용자 온라인 게임에서 신규 비즈니스 모델의 도식화에 관하여)

  • Joung, Yoon-Ho
    • 한국IT서비스학회:학술대회논문집
    • /
    • 2006.11a
    • /
    • pp.60-65
    • /
    • 2006
  • The authors map some of the current Business Models in the Massively Multiplayer Online Player scenario. These maps represent Value Creation Systems by resorting to Value Net constructs and notations, and are offered here as a proof of concept and utility. The authors claim that these mappings can enable readers, managers and IT experts, to build new insights onto such Business Models and develop requirements for Information System infrastructure. When approaching the Value Creation System as a Value Net the goal is to think outside the conceptual box of Value Chains and understand how the different activities interact, by exposing the multiplicity of value types and flows. In doing this study the authors are attempting to synthesize a new Business Model proposal that could underlie the development of an infrastructure for the collaborative creation, distribution and exploration of online massively multiplayer games, beyond the traditional producer-consumer roles.

  • PDF

A Study on AOI for Massively Multiplayer Online Role-Playing Games (대용량 롤-플레잉 게임을 위한 AOI에 관한 연구)

  • Jeon, Il-Gon;Oh, Sam-Kweon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2004.05a
    • /
    • pp.135-138
    • /
    • 2004
  • MMORPG(Massively Multiplayer Online Role Playing Game)에서의 게임 서버는 모든 플레이어에게 게임 정보(오브젝트, NPC, 이벤트, 다른 플레이어들의 정보 등)를 실시간으로 전송해야 한다. 그러나, MMORPG에 참여하는 플레이어의 증가로 인해 전송되는 정보의 양이 많아지면 네트워크 전송 지연과 서버의 부담으로 인해 플레이어들간 정보 전송의 문제가 발생한다. 이를 해결하기 위해 본 논문에서는 AOI(Area Of Interest, 관심영역)를 이용하여 자원 이동 및 동기화를 효율적으로 관리할 수 있는 구성요소들과 적용방안을 제시한다.

  • PDF

Multi-level Consistency Control Techniques in P2P Multiplayer Game Architectures with Primary Copy (기본 사본을 갖는 P2P 멀티플레이어 게임 구조의 수준별 일관성 제어 기법)

  • Kim, Jin-Hwan
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.15 no.4
    • /
    • pp.135-143
    • /
    • 2015
  • A Multiplayer Online Game(MOG) is a game capable of supporting hundreds or thousands of players and is mostly played using the Internet. P2P(peer-to-peer) architectures for MOGs can potentially achieve high scalability, low cost, and good performance. The basic idea of many P2P-based games is to distribute the game state among peers and along with it processing, network, and storage tasks. In a primary-copy based replication scheme where any update to the object has to be first performed on the primary copy, this means distributing primary copies of objects among peers. Most multiplayer games use a primary-copy model in order to provide strong consistency control over an object. Games consist of various types of actions that have different levels of sensitivity and can be categorized according to their consistency requirements. With the appropriate consistency level of each action type within a game, this paper allows developers to choose the right trade-off between performance and consistency. The performance for P2P game architecture with the primary-copy model is evaluated through simulation experiments and analysis.

Reduction Method of Network Bandwidth Requirement for the Scalability of Multiplayer Game Server Systems (멀티플레이어 게임 서버 시스템의 규모조정을 위한 통신 대역폭 요건 감소 기법)

  • Kim, Jinhwan
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.13 no.4
    • /
    • pp.29-37
    • /
    • 2013
  • Multiplayer games typically organized based on a client-server(CS) or peer-to-peer(PP) architecture. The CS architecture is not scalable with the number of players due to a large bandwidth requirement at the server. The PP architecture, on the other hand, introduces significant overhead for the players, as each player needs to check the consistency between its local state and the state of all other players. We then propose a method that combines the merits of CS and PP. In this method, players exchange updates with lower priority in a peer-to-peer manner but communicate directly with a central server for the other updates. As a result, the proposed method has a lower network bandwidth requirement than the server of a CS architecture and the server bandwidth bottleneck is removed. For another important issue about multiplayer games, this method always maintains state consistency among players correctly. The performance of this method is evaluated through extensive simulation experiments and analysis.

Design and Implementation of the Game Engine for the Multiplayer Mobile Network Game (다중사용자 모바일 네트워크 게임을 위한 게임엔진의 설계 및 구현)

  • Jeong, Chul-Gon;Choi, Hwan-Eon;Jeong, Sun-Wung
    • Journal of Korea Game Society
    • /
    • v.7 no.2
    • /
    • pp.101-112
    • /
    • 2007
  • Along with the development of mobile technology, mobile game has undergone a change from downloadable game to network game, where a large number of users connect to server and play real-time game with a mobile phone. In order to develop these mobile network games economically, a proper, suitable game engine is needed. This study proposes the result of design and implementation of RWMMO-GE(Realtime Wireless Massively Multiplayer Online RPG Game Engine) that is used to develop a mobile network game. The structure of RWMMO-GE, which is the research result of this study, consists of major components such as Network/Client Module, Object Module, Map Tool, Script Editor, and Character Editor. The characteristics of the multiplayer mobile game developed by this engine is that a large number of players can play real-time game in a single map, which implies a possibility of a new business model in this area. This research is a result of the RWMMO-GE supported by 2006 IT Excellent Technology Support Project(No:A1300-0601-0125) of IITA(Institute Information Technology Advancement).

  • PDF

A Synchronized Scheme Applying on Hybrid in On-Line Game (온라인 게임에서의 하이브리드기법을 적용한 동기화 기법)

  • Kime, Hye-Young
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.11 no.2
    • /
    • pp.7-12
    • /
    • 2011
  • Because development of high speed network, spread of internet, and high quality of computer performance, request and internet about massive multiplayer playing the game, is increasing. In order to experience realistic game play which is one of the most importance factor in massive multiplayer on-line, synchronization is importance matter. We propose synchronized and optimized scheme that combined FSM (Finite State Machine) and event holding method for efficient state synchronization for massive multiplayer on-line, and we show the effectiveness and reliability of our proposed scheme through the implementing and testing of the game server applying on our proposed scheme.