• Title/Summary/Keyword: Mobile Client/Server

Search Result 335, Processing Time 0.029 seconds

Bandwidth Requirement and Priority-based Synchronization Methods in Hybrid Client-Server Architecture for Mobile Multiplayer Games (모바일 멀티플레이어 게임을 위한 하이브리드 클라이언트-서버 구조의 대역폭 요건과 우선순위 기반 동기화 기법)

  • Kim, Jinhwan
    • Journal of Korea Multimedia Society
    • /
    • v.17 no.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.

Development of Remote-Controlled Object-Recognizing Mobile Home CCTV Using Smartphone and Arduino (스마트폰과 아두이노를 이용한 원격제어 객체인식 이동형 홈 CCTV 개발)

  • Kim, Dong-Ju;Lim, Chae-Won;Choi, Hyun-Ho
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.24 no.11
    • /
    • pp.1546-1549
    • /
    • 2020
  • This paper introduces the development process of mobile home CCTV that enables remote control and object recognition using unused smartphones and Arduino. Clients can control motors connected to Arduino through button, enable bidirectional voice communication between client-server and receive video from the server in real time. The server sends a PUSH notification to the client when its battery is low. When the server recognizes the charger, the client's remote control allows the server to dock to the charger and charge it. It was confirmed that video and voice delivery between client and server works well without any problems, and that object recognition works smoothly.

Control of mobile robot system with wireless transmission of image information.

  • Jeong, Sang-Hoon;Kwak, Jae-Hyuk;Lim, Joon-Hong
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2004.08a
    • /
    • pp.908-911
    • /
    • 2004
  • There are various researches on mobile robot systems. Connection method between server and client of mobile robot system is one of them. In the case of mobile robot system, when connection method between server and client is wireless than wire, applications may be expanded. Also in remote monitoring environment using mobile robot system, we are interested in an effective transmission of the image information between server and client. In this paper, Bluetooth is used for connection method between server and client. One of the major applications of Bluetooth is the cable replacement for mobile and peripheral devices. Using Bluetooth, we propose the control method of mobile robot system. Bluetooth offers fast and reliable transmissions of both voice and data over the globally available 2.4GHz ISM (Industrial, Scientific and Medical) band. It has the advantage of small size, low power and low cost. It has the disadvantage of limited range and limited bandwidth. Also in order to transfer effectively image information between remote site(server) and mobile robot system(client) using Bluetooth, we applied to MPEG-2 and MPEG-4 image compression techniques and the results are compared with each other.

  • PDF

Mobile Client-Server System for Real-time Continuous Query of Moving Objects

  • Kim, Young-Choon;Joo, Hae-Jong;Kim, Young-Baek;Rhee, Sang-Yong
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • v.11 no.2
    • /
    • pp.95-102
    • /
    • 2011
  • In this paper, a Mobile Continuous Query Processing System (MCQPS) is designed to solve problems related to database hoarding, maintenance of shared data consistency, and optimization of logging. These problems are caused by weak connectivity and disconnection of wireless networks inherent in mobile database systems under mobile client-server environments. We show the superiority of the proposed MCQPS by comparing its performance to the Client-Intercept-Server (C-I-S) model. In addition, several experimental results show the effectiveness of our proposed indexing structure and methodology for real-time continuous queries.

On the Mobile Client and Server Model (모바일 클라이언트-서버 모델에 관한 연구)

  • Lee, Jie-Young
    • The Journal of Information Technology
    • /
    • v.12 no.1
    • /
    • pp.15-20
    • /
    • 2009
  • In this paper, we aim that it solve to problem of the database hoarding because a week connectivity of wireless networks and cutting of link, Consistency of shared data, optimizing of the log include to Mobile Continuous Query Processing System under the mobile client and server environment. and we demonstrate of the superiority for the new Mobile Continuous Query Processing System compare C-I-S(Client-Intercept -Server)model with performance. and we perform to various experiment in order to establishment of superiority compare the index architecture and method for the realtime Continuous Query Processing. in this paper.

  • PDF

Remote Control of a Mobile Robot using Embedded web server (Embedded web server를 이용한 이동로봇의 원격제어)

  • Park, Jeong-Hoon;Kim, Jin-Geun;Kang, Moon-Sung
    • Proceedings of the KIEE Conference
    • /
    • 2005.07d
    • /
    • pp.2693-2695
    • /
    • 2005
  • In this paper, we developed a more efficient system for the remote control and monitoring of a wheeled mobile robot using internet without spatial limitation. The hardware configuration of the remote control system for a wheeled mobile robot includes a client PC executed on the remote site, a embedded web-server and a mobile robot with many measuring equipments. The communication between a client PC and a embedded web-server is implemented through internet. And the Bluetooth module is used for connecting a embedded web-server and a mobile robot. A GUI program has been developed by using JavaScript in order to easily control a mobile robot on a client PC.

  • PDF

Mobile Client-Server System for Realtime Continuous Query of Moving Objects (이동 객체의 실시간 연속 질의를 위한 모바일 클라이언트-서버 시스템)

  • Joo, Hae-Jong;Park, young-Bae;Choi, Chang-Hoon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.11 no.6 s.44
    • /
    • pp.289-298
    • /
    • 2006
  • Many researches are going on with regard to issues and problems related to mobile database systems, which are caused by the weak connectivity of wireless networks, the mobility and the portability of mobile clients. Mobile computing satisfies user's demands for convenience and performance to use information at any time and in any place, but it has many problems to be solved in the aspect of data management. The purpose of our study is to design Mobile Continuous Query Processing System(MCQPS) to solve problems related to database hoarding, the maintenance of shared data consistency and the optimization of logging, which are caused by the weak connectivity and disconnection of wireless networks inherent in mobile database systems under mobile client server environments. We proved the superiority of the proposed MCQPS by comparing its performance to the C I S(Client-Intercept-Slaver) model. In Addition, we experiment on proposed index structure and methodology in various methods.

  • PDF

A Study on Implementation of Roaming Function in Digital Mobile Communications System using a Client-Server Model (클라이언트-서버 모델을 사용한 디지틀 이동통신 시스템의 로우밍 기능 구현에 관한 연구)

  • 임선배;박진우
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.17 no.12
    • /
    • pp.1371-1379
    • /
    • 1992
  • In this paper, we describe the general concept of digital mobile communications system and present a client-server model for the implementation of roaming function, which is on of the most important functions in digital mobile communications system. And finally we also describe our simulation test and analysis for the presented client-server model.

  • PDF

Design of Elevation Data Transmission Method for Mobile Vector GIS

  • Choi, Jin-Oh
    • Journal of information and communication convergence engineering
    • /
    • v.7 no.1
    • /
    • pp.41-45
    • /
    • 2009
  • In mobile GIS environments, a client needs to receive the isogram data with a topographical map from a server, if the mobile client wants to display map with elevation information. Because the elevation data size is normally quite large, the client will suffer some problems to receive the elevation data from server. The main reason is a resource limitation of the mobile devices. To overcome these problems, this paper proposes new data structures and algorithms. They are designed for efficient transmission of contour data to a client. Because of the contour data are generated as a vector style from elevation information stored at a server, the proposed algorithms are focused to minimize the transmission data volume and time.

A DRM System for Streaming Services in Mobile Environment (모바일환경에서의 스트리밍 서비스를 위한 DRM 시스템에 대한 연구)

  • Han, Myung-Mook;Ahn, Yong-Hak
    • Convergence Security Journal
    • /
    • v.7 no.2
    • /
    • pp.135-143
    • /
    • 2007
  • This study proposes a DRM system for VOD streaming services in a mobile environment. The proposed system consists of DRM client manager (Consumer), in which core components for client services are independently constructed to be used in a mobile environment, and DRM server, which provides DRM services. Consumer independently exists in the client to maximize efficiency and processing capacity in such a mobile environment, and consists of license service, content service, access service, and tracking service. DRM server consists of streaming server for VOD streaming, distributor, license server, and provider. The proposed system has an architecture suitable for a mobile environment that is difficult to process in the existing DRM system and can solves the super-distribution using license manager in client manager.

  • PDF