Title(KR)
멀티플랫폼 게임을 위한 네트워크 접근 및 통신 방식 연구
Title(ENG)
A Study on the access and communication research methods for multi-platform game Game
Keywords(KR)
Multi-Platform Game, Network Libraries, RPC, UDP
Keywords(ENG)
Multi-Platform Game, Network Libraries, RPC, UDP
Author
Hyun-Jea Ryu, and Jae-Hwan Bae
Abstract(ENG)
The basic concept of the network is communication among multiple computers. Typical methods of this communication is to use a client and a server. The server may be a host device that everyone can access, the player playing the game may be to act as a server to other players directly. Once the server is running, and the client is connected, the two computers are to exchange data required for the multi-player network games. When developing the network game should pay a lot of attention and effort on some details. Most easily design and even in the game engine that can produce a functional networking remains a very complex thing. The network element of the game can develop in several different ways, which means that some of the key to determine a game developer. These decisions would be better to decide quickly on the single-player game, but the things that did not need anyhow multiplayer game development would give a very large impact early development possible. There is a common and proven three approaches deneun to configure the network game, reserved (authoritative) server, no access (non-authoritative) server, a peer-to-peer manner. The two approaches are leading the way to send and receive information to the client connects to the server. This approach, because there is no direct connection between the IP of the client are hidden from each other to provide more privacy (Privacy) to the end user (End user). In Peer-to-peer way all connected computers can send information directly to each other. In addition, communication concepts covered in the gaming network is two. The right remote procedure call (Remote procedure call, or RPC) and state synchronization (State synchronization). In general, two methods are used in the game, but in some cases, not according to the genre. In this paper, we approach networking in a general game network architecture, looked at the network communication method, we proposed a game networking components and design plans through them. Through this and to implement actual design of future multi-platform network game engine.
Page 87-94