• 제목/요약/키워드: Client and Server

검색결과 1,771건 처리시간 0.028초

대규모 멀티플레이어 온라인 게임을 위한 영역 기반 하이브리드 구조의 대역폭 요건 (Bandwidth Requirement of Region-based Hybrid Architectures for Massively Multiplayer Online Games)

  • 김진환
    • 한국인터넷방송통신학회논문지
    • /
    • 제18권4호
    • /
    • pp.123-130
    • /
    • 2018
  • 많은 대규모 멀티플레이어 온라인 게임(MMOG)들은 서버 측의 막대한 대역폭 요건이 필요한 클라이언트-서버 구조를 사용한다. 본 논문에서 클라이언트-서버 구조와 peer-to-peer 구조의 장점을 결합하며 게임 상태를 변경시키는 중요한 이벤트들만 서버에서 처리하는 영역 기반의 하이브리드 게임 구조를 제시한다. 이 하이브리드 구조에서 중앙 서버는 게임을 영역들로 분할하며 중요 갱신 작업을 각 영역 내에서 분산시키는 플레이어를 영역 서버로 설정한다. 즉 중앙 서버는 영역 서버를 통하여 플레이어들에게 상태 갱신 작업을 전송한다. 동일 영역에 있는 모든 플레이어들은 게임 상태에 영향을 주지 않는 갱신 작업만 직접 상호 교환한다. 분담된 작업은 중앙 서버의 대역폭을 매우 감소시키며 중앙 서버가 더 많은 플레이어들을 동시에 실행시킬 수 있도록 한다. 실험 결과 3 단계 계층의 영역 기반 하이브리드 구조는 클라이언트-서버 구조보다 규모조정 능력이 우수하며 영역 서버로 작용하는 플레이어들의 충분한 대역폭을 요구하는 반면 중앙 서버의 상당한 대역폭을 감소시킬 수 있는 것으로 나타났다.

이동 에이전트 기반의 웹 서버 부하 모니터링 시스템 구현 (An Implementation of Web Server Load monitoring Systme Based on the Mobile Agent)

  • 박홍진
    • 전자공학회논문지CI
    • /
    • 제39권6호
    • /
    • pp.1-10
    • /
    • 2002
  • 인테넷이 급격히 발전함에 따라 인터넷 사용자가 크게 증가하고 있으며, 이에 따른 웹 서버의 중요성도 증가되고 있다. 인기있는 웹 사이트는 사용자의 집중현상으로 웹서버의 부하가 크게 증가하여 오류가 발생하거나 웹서비스가 중단되는 현상이 발생하기도 한다. 따라서 올바른 웹서비스를 제공하며 웹서버의 성능 관리를 위해서 웹서버의 부하를 효율적으로 모니터링하는 기술이 필수적이다. 기존 클라이언트-서버 방식을 이용한 웹 부하모니터링 기법은 서버 프로그램을 모든 웹 서버에 미리 설치해야하는 문제점이 있다. 본 논문은 클라이언트 서버 방식의 문제점을 해결하기 위해 이동 에이전트를 이용한 웹 서버 부하 모니터링 시스템을 구현한다. 이동 에이전트를 기반하여 구현된 시스템은 미리 프로그램을 설치할 필요가 없으며 네트워크 트래픽을 줄이고 웹서버의 추가적인 부하를 줄일수 있다.

OPC 스택이 없는 제어기와 OPC DA 클라이언트를 통신시키는 변환 소프트웨어 개발에 관한 연구 (A Study on Development of Conversion Software for Controller Without OPC Stack to Communicate With OPC DA Client)

  • 이용민;이승호
    • 전기전자학회논문지
    • /
    • 제19권3호
    • /
    • pp.319-326
    • /
    • 2015
  • 본 논문에서는 OPC 스택이 없는 제어기를 OPC DA 클라이언트와 통신하도록 하는 변환 소프트웨어 개발 기법을 제안한다. 제안된 기법은 OPC DA 표준 프로토콜에 기반을 둔 OPC 서버 구현, OPC 태그 및 포인트의 정보를 확인할 수 있는 GUI 개발, OPC 프로토콜에서 개방형 표준 프로토콜로 변환하는 변환모듈 개발 등의 3가지 과정으로 구성된다. OPC DA 표준 프로토콜에 기반을 둔 OPC 서버 구현 과정은 산업용 OPC DA 클라이언트와 OPC DA 프로토콜을 통하여 데이터를 주고받을 수 있도록 PC에 서버를 구현하는 단계이다. OPC 태그 및 포인트의 정보를 확인할 수 있는 GUI 개발 과정은 OPC 서버를 구동시키고 이를 윈도우 레지스트리에 등록하며 OPC 태그 및 포인트를 확인하고 직렬통신 데이터의 송수신 확인을 위한 GUI 개발 단계이다. OPC DA 프로토콜에서 개방형 표준 프로토콜로 변환하는 변환모듈 개발과정은 OPC DA 클라이언트로부터 수신된 OPC 태그의 데이터를 개방형 표준 프로토콜을 사용하는 산업용 제어기기와 직접적으로 통신을 할 수 있도록 프로토콜을 변환함으로써 데이터를 송수신 할 수 있는 변환모듈을 개발하는 단계이다. 개발된 소프트웨어의 효율성을 평가하기 위하여 본 논문에서 개발한 서버단의 소프트웨어와 OPC 클라이언트를 연결하고, 개방형 표준 프로토콜을 사용하는 5개의 샘플 제어기기와 연결하여 테스트 한 결과 전체 송수신 패킷 중에서 96.98%의 평균 통신 성공률을 나타내었다. 따라서 본 논문에서 제안한 OPC DA 변환 소프트웨어를 이용하여 Modbus 프로토콜을 지원하는 산업용 빌딩 제어 장치와 산업용 OPC DA 클라이언트 사이에 통신을 수행시킬 수 있음이 확인되었다.

사용자 정보기반의 적응적인 서비스관리 알고리즘 (User-Information based Adaptive Service Management Algorithm)

  • 박혜숙
    • 한국컴퓨터정보학회논문지
    • /
    • 제14권8호
    • /
    • pp.81-88
    • /
    • 2009
  • 멀티미디어 콘텐츠 서비스 산업의 경쟁이 치열해 지면서 고객만족을 위한 다양한 정책들이 제시되고 있다. 이러한 정책 중에는 서비스를 이용하는 고객들을 분류하여 등급을 산정하고 등급에 따라 미디어 서버의 자원을 고정적으로 할당하는 정책도 있다. 이 정책의 문제점은 값비싼 미디어 서버의 자원을 효율적으로 사용하지 못할 수도 있다는 점이다. 본 논문에서는 이러한 문제점을 해결하기 위하여 ACRFA(Adaptive Client Request Filtering Algorithm)를 제안하고자 한다. 이것은 고객들의 등급을 차등화하고 유연성있는 자원할당 방법을 적용하기 위한 것이다. 높은 등급의 고객에게 더 많은 자원을 할당하게 하여 고객의 만족도를 높이면서 동시에 미디어 서버의 자원의 일부는 등급별로 고정할당하고 나머지 일부는 공용자원으로 활용하게 하는 방안을 제안하고자 한다.

무선 인터넷 프록시 서버 클러스터에서 호스트 부하 정보에 기반한 동적 부하 분산 방안 (A Dynamic Load Balancing Scheme based on Host Load Information in a Wireless Internet Proxy Server Cluster)

  • 곽후근;정규식
    • 한국정보과학회논문지:정보통신
    • /
    • 제33권3호
    • /
    • pp.231-246
    • /
    • 2006
  • 무선 인터넷 프록시 서버 클러스터에서 부하 분산기는 사용자의 요청을 각 서버로 분산시키는 역할을 한다. 리눅스 가상 서버(LVS: Linux Virtual Server)는 소프트웨어적으로 사용되는 부하 분산기로써 여러 가지 스케줄링 방식들을 지원한다. LVS 스케줄링 방식에는 라운드 로빈 방식, 해슁 기반 방식, 또는 서버와 부하 분산기 사이에서 서버로 연결된 커넥션 개수를 이용하는 방식이 있다. 일부 향상된 방법에서는 각 서버별로 서버의 최고 성능 범위 안에서 허용된 커넥션 개수의 상한값과 하한값을 사전에 결정하여 이를 스케줄링 시에 적용한다. 그러나, 이러한 스케줄링 방법들에서는 서버의 실시간 부하 정보들이 부하 분산에 반영되지 않는다. 본 논문에서는 서버 부하 정보에 기반한 동적 스케줄링 방식을 제안한다. 제안된 방식에서는 부하 분산기가 서버의 실시간 CPU 부하 정보를 바탕으로 가장 적은 부하를 가지는 서버에 새로운 요청을 할당한다. 16대로 구성된 클러스터링 컴퓨터와 정적 컨텐츠(이미지와 HTML)를 가지고 실험을 수행하였다. 실험결과 CPU를 많이 사용하는 요청과 호스트의 성능이 다른 경우에 대하여 종래의 스케줄링 방식보다 성능이 향상됨을 확인하였다.

인터넷을 통한 원격 자재취급에 관한 연구 (Remote Material Handling Through Internet)

  • 김석호;한영근;박강;강경식
    • 대한안전경영과학회:학술대회논문집
    • /
    • 대한안전경영과학회 2002년도 추계학술대회
    • /
    • pp.157-163
    • /
    • 2002
  • Automated manufacturing systems are applied to shop floors as a tool for the increase of productivity and quality and the decrease of manufacturing lead times and industry accidents. One of the most important issue of the present day is the application of Internet. The development of Internet technologies makes manufacturing enterprises break spacial barriers between users and shop floors, and collect various field data in remote sites. In this research, an Internet-based remote control system for a small-sized automated storage and retrieval system is developed for the purpose of real-time monitoring and control of automatic production equipment. The developed system has a client-server architecture and transmits real-time images of the automated storage and retrieval system to a client by ar CCD camera connected to a server. Based on the transmitted images, the client sends commands to PLC of the server, and part storage and retrieval tasks are executed.

  • PDF

인터넷을 이용한 자율운행로봇의 원격운용 (Internal Teleoperation of an Autonomous Mobile Robot)

  • 박태현;강근택;이원창
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 2000년도 제15차 학술회의논문집
    • /
    • pp.45-45
    • /
    • 2000
  • This paper proposes a remote control system that combines computer network and an autonomous mobile robot. We control remotely an autonomous mobile robot with vision via the internet to guide it under unknown environments in the real time. The main feature of this system is that local operators need a World Wide Web browser and a computer connected to the internet communication network and so they can command the robot in a remote location through our Home Page. The hardware architecture of this system consists of an autonomous mobile robot, workstation, and local computers. The software architecture of this system includes the server part for communication between user and robot and the client part for the user interface and a robot control system. The server and client parts are developed using Java language which is suitable to internet application and supports multi-platform. Furthermore, this system offers an image compression method using motion JPEG concept which reduces large time delay that occurs in network during image transmission.

  • PDF

Client/Server 기반하에서 POP 시스템의 구축과 적용에 관한 연구 (A Study on The Implementation and Application of POP Systems Based on The Client/Server Architecture)

  • 문혁동;송수정;정영득;강경식
    • 산업경영시스템학회지
    • /
    • 제20권42호
    • /
    • pp.181-192
    • /
    • 1997
  • Production Control System(PCS) can be used in controlling productivity effectively. The system provides the workers and managers and with the management information. The objective of PCS is to improve and optimize productivity in practice. To achieve this goal, PCS must be applied in many Industries. Information System at Point Of Production(POP) is the system that helps worker and managers to analyze the various information at production line in practice. In this paper, we propose a new developed Client/Server POP System using "Bar Code." The new system can be integrated and communicated with CIM. The developed system can be used by engineers, managers, to improve productivity in practice. practice.

  • PDF

TCP/IP 통신을 이용한 PLC 원격 감시 및 제어 (Remote Monitoring and Control of PLC Using TCP/IP Communication)

  • 고덕현;이순걸
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 2000년도 추계학술대회 논문집
    • /
    • pp.140-143
    • /
    • 2000
  • This research presents new type of remote monitoring and control solution of PLC that can be used bi-directional and efficient management of factory automation through internet. This system has client/server architect for information handling between PLC and remote computer where a user can control and monitor target PLC. Actually the authors redirect RS232C connection between PLC and server computer into Internet connection between PLC and remote client computer using supplied PLC tool program So user feel like in front of PLC panel when he operates remote PLC through Internet. Each client/server program is constructed with Java language for security. In this paper the internet-based remote control system was proposed and proved validity by being applied to redirection of PLC control for factory automation.

  • PDF

Client/Server 모델에 바탕을 둔 지능형 원격 교육 시스템의 설계와 구현 (Design and Implementation of a Distant Intelligent Tutoring System based on the Client/Server Model)

  • 정대동;우종호;신동석
    • 전자공학회논문지C
    • /
    • 제34C권7호
    • /
    • pp.92-105
    • /
    • 1997
  • In this paper, we design andimplement a prototype of the distant ITS (Intelligent tutoring system): English tutor which is running on the information superhighway. It is designed for the purpose of teaching the english conversation effectively to the students whose mother tongues are not english. The tutor could chosse appropriate tutoring strategies and teach the students effectively according to the contents of the student model. And also it is based on the remote data management client/Server model and implemented on SPARC station and pentium PC using oracle 7.3 and power Builder 5.0.

  • PDF