• Title/Summary/Keyword: Game server

Search Result 218, Processing Time 0.026 seconds

Technical Trend of Online Game Server (온라인 게임 서버의 기술 동향)

  • Yang, K.H.;Shim, K.H.;Ko, D.I.;Park, I.K.;Kim, J.S.
    • Electronics and Telecommunications Trends
    • /
    • v.16 no.4 s.70
    • /
    • pp.14-22
    • /
    • 2001
  • 엔터테인먼트 산업으로서의 컴퓨터 게임은 대중의 감각에 의하여 유지되고, 대중의 감각을 최대한 활성화하는 게임이 지속적으로 출시되어야 한다. 게임의 품질은 게임 디자이너의 창작력을 최대한 현실화 시켜주는 컴퓨터 기술에 종속된다. 그러나 현재, 플레이어 수가 수천 명 이상으로 확장되는 대규모 시스템의 범주로 가면, 당장 기술 장벽에 부딪히게 된다. 본 고에서 게임 네트워킹의 특성을 고찰한 후, 산업계의 출시 제품들의 동향을 분석한다. 특히, 기술 개발 경쟁이 심화되고 있는 대규모 멀티플레이어 온라인 게임 서버 동향을 분석한다.

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 로 구현한 온라인게임 서버에 연동하여 네트워크 통신과 클라이언트들간의 동기화 작업을 구현하였다.

A Hybrid Cloud-P2P Architecture for Scalable Massively Multiplayer Online Games (확장가능한 대규모 멀티플레이어 온라인 게임을 위한 클라우드와 P2P 하이브리드 구조)

  • Kim, Jin-Hwan
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.20 no.3
    • /
    • pp.73-81
    • /
    • 2020
  • Today's massively multiplayer online games(MMOGs) can contain millions of synchronous players scattered across the world and participating with each other within a single shared game. The increase in the number of players in MMOGs has led to some issues with the demand of server which generates a significant increase in costs for the game industry and impacts to the quality of service offered to players. In dealing with a considerable scale of MMOGs, we propose a cloud computing and peer-to-peer(P2P) hybrid architecture in this paper. Given the two nearly independent functionalities of P2P and cloud architectures, we consider the possibility of fusing these two concepts and researching the application of the resultant amalgamation in MMOGs. With an efficient and effective provisioning of resources and mapping of load, the proposed hybrid architecture relieves a lot of computational power and network traffic, the load on the servers in the cloud while exploiting the capacity of the peers. The simulation results show that MMOGs based on the proposed hybrid architecture have better performance and lower traffic received compared with MMOGs based on traditional client-server system.

Implementation of Sluice Valve management systems using GPS and AR (GPS와 증강현실을 이용한 제수변 관리시스템 구현)

  • Kim, Hwa-Seon;Kim, Chang-Young;Lee, Imgeun
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.21 no.1
    • /
    • pp.151-156
    • /
    • 2017
  • In case of massive water leakage, it's crucial for field manager to quickly positioning the problematic valve and related ones. However, it's not easy for the system to find the corresponding valve and even if it's found, it can not respond quickly because it can't know the relevant information immediately. In this paper, we implement the system for identifying sluice valve positions using GPS and AR techniques. The proposed system is composed of hand held android device, remote database server and data acquisition device for DB creation. We utilize the android device's sensors including GPS, gyro, accelerometer, magnetic sensor. The system identifies the valve with matching between the position data from the remote database server, and current GPS locations of device. We use AR techniques to overlay the graphics pattern of valve positions and some additional informations on captured real scene. With this system, it will be fast and accurate for maintenance of sluice valve of municipal water system.

Design the Time-Interval Based Fairness Partitioning Method in DVE (DVE에서 시간 기반 균등 부하 분산 방식 설계)

  • Won, Dong-Kee;An, Dong-Un;Chung, Seung-Jong
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.45 no.1
    • /
    • pp.48-54
    • /
    • 2008
  • MMORPGs may involve a great number of concurrent players, and those servers usually have to manage hundred, or even thousands of avatars co-existing in the same virtual world. So if failing to send a command or an event message, or sending it too late may cause damages to the avatar evolution(death, injury, loss of resources), and may result in unjustified penalties for the player. Many policies could be defined to realize a ranking evaluation of available servers. Unfortunately, due to the highly dynamic characteristics of server loads and network performances, any optimal allocation would soon become sub-optimal. In order to solve those problems we propose the "time-interval based fairness partitioning method"(TIP). TIP will distribute the avatar to the game server equally with time-interval in order to avoid the problems form the unfairness of game servers load.

Management Techniques of Interest Area Utilizing Subregions in MMORPG based on Cloud and P2P Architecture (클라우드와 P2P 구조 기반의 MMORPG에서 소영역을 활용하는 관심 구역의 관리 기법)

  • Jin-Hwan Kim
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.23 no.3
    • /
    • pp.99-106
    • /
    • 2023
  • In this paper, we propose subregion-based area of interest management techniques for MMORPG(massively multiplayer online role playing games) integrating P2P(peer-to-peer) networking and cloud computing. For the crowded region, the proposed techniques partition it into several subregions and assign a player to manage each subregion as a coordinator. These techniques include a load balancing mechanism which regulates communication and computation overhead of such player below the specified threshold. We also provide a mechanism for satisfying the criterion, where subregions overlapped with each player's view must be switched quickly and seamlessly as the view moves around in the game world. In the proposed techniques where an efficient provisioning of resources is realized, they relieve a lot of computational power and network traffic, the load on the servers in the cloud by exploiting the capacity of the players effectively. Simulation results show that the MMORPG based on cloud and P2P architecture can reduce the considerable bandwidth at the server compared to the client server architecture as the available resources grow with the number of players in crowding or hotspots.

Fixed Size Memory Pool Management Method for Mobile Game Servers (모바일 게임 서버를 위한 고정크기 메모리 풀 관리 방법)

  • Park, Seyoung;Choi, Jongsun;Choi, Jaeyoung;Kim, Eunhoe
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.4 no.9
    • /
    • pp.327-336
    • /
    • 2015
  • Mobile game servers usually execute frequent dynamic memory allocation for generating the buffers that deal with clients requests. It causes to deteriorate the performance of game servers since it increases system workload and memory fragmentation. In this paper, we propose fixed-sized memory pool management method. Memory pool for the proposed method has a sequential memory structure based on circular linked list data structure. It solves memory fragmentation problem and saves time for searching the memory blocks which are required for memory allocation and deallocation. We showed the efficiency of the proposed method by evaluating the performance of dynamic memory allocation, through the proposed method and the memory pool management method based on boost open source library.

A Dynamic Map Partition for Load Balancing of MMORPG based on Virtual Area Information (MMORPG에서의 부하 분산을 위한 가상 영역 정보 기반 동적 지역 분할)

  • Kim Beob-Kyun;An Dong-Un;Chung Seung-Jong
    • The KIPS Transactions:PartA
    • /
    • v.13A no.3 s.100
    • /
    • pp.223-230
    • /
    • 2006
  • A MMORPG(Massively Multiplayer Online Role-Playing Game) is an online role-playing game in which a large number of players can interact with each other in the same world at the same time. Most of them require significant hardware requirements(e.g., servers and bandwidth), and dedicated support staff. Despite the efforts of developers, users often cite overpopulation, lag, and poor support as problems of games. In this paper, a dynamic load balancing method for MMORPGS is proposed. It tries to adapt to dynamic change of population by using dynamic map-partition method with VML(Virtual Map Layer) which consists of fields, sector groups, sectors, and cells. From the experimental results, our approach achieves about $23^{\sim}67%$ lower loads for each field server. By the modification to Virtual Area Layer, we can easily manage problems that come from changes of map data, resources' status, and users' behavior pattern.

Interactive Mobile Augmented Reality System using Muscle Sensor and Image-based Localization System through Client-Server Communication (서버/클라이언트 통신을 통한 영상 기반 위치 인식 및 근육 센서를 이용한 상호작용 모바일 증강현실 시스템)

  • Lee, Sungjin;Baik, Davin;Choi, Sangyeon;Hwang, Sung Soo
    • Journal of the HCI Society of Korea
    • /
    • v.13 no.4
    • /
    • pp.15-23
    • /
    • 2018
  • A lot of games are supposed to play through controller operations, such as mouse and keyboard rather than user's physical movement. These games have limitation that causes the user lack of movement. Therefore, this study will solve the problems that these traditional game systems have through the development of a motion-producing system, and provide users more realistic system. It recognizes the user's position in a given space and provides a mobile augmented reality system that interacts with virtual game characters. It uses augmented reality technology to make users feel as if virtual characters exist in real space and it designs a mobile game system that uses armband controllers that interact with virtual characters.

  • PDF

A Case Study on AR Gamification to Help Easy and Funny College Life for Foreign Students (외국인 유학생의 대학생활 안내를 쉽게 돕는 AR 게이미피케이션 제작 사례)

  • Lan, Zi-Jie;Park, Chan;Lee, Wan-Bok
    • Journal of Convergence for Information Technology
    • /
    • v.12 no.3
    • /
    • pp.11-16
    • /
    • 2022
  • Although the number of foreign students is increasing with the development of internationalization, international students are often unfamiliar to the campus environment in the early stages of their school visits. This research aims to solve the problems of foreign students' unfamiliarity with the campus and the inconvenience of study and life after enrollment and to design and produce an AR campus guide application based on gamification. The application built are designed according to the targets, missions, and rewards of different places. Through the 'A Survey on the Awareness of Kongju University's Buildings' questionnaire survey of international students at National Kongju University, six place were selected as POI (Point of Interest). Missions and questions suitable for users were designed. Through this application, it is hoped that users can learn about important places of the school interestingly and learn about the use of related convenience facilities.