Design and Implementation for A Scalable Web-Based Distributed Simulator

확장성을 갖는 웹 기반 분산 시뮬레이터의 구현 및 설계

  • 김종은 (단국대학교 정보컴퓨터과학부)
  • Published : 2002.05.31

Abstract

Many web-based simulation environments have been proposed to create models and execute simulation through the Web. Although web-based simulation has the advantage of utilizing many computers connected to Internet, overhead of the web server and heavy traffic caused by Java RMI degrade the performance and scalability of simulation. In this paper, we design and implement web-based distributed simulator using Java for the scalability and performance. In addition, we can apply the proposed simulator to create model server and client engines in online game. We apply the proposed simulator to simulate ATM switch queueing model.

웹을 통하여 모델을 생성하고, 시뮬레이션을 수행하는 새로운 자바를 이용한 웹 기반 시뮬레이션 환경들이 제시되고 있다. 웹 기반 시뮬레이션은 인터넷에 연결된 많은 컴퓨터를 협동적으로 이용할 수 있다는 장점이 있지만, 웹 서버와 자바의 원격호출(RMI: Remote Method Invocation)이 이용되는 환경에서는 매우 많은 시뮬레이션 개체들간의 상호 동작과 정보 공유가 서버의 과다한 처리량과 통신 부하를 초래하여 시뮬레이션의 성능과 확장성을 저하시킬 수 있다. 본 논문에서는 확장성과 성능을 고려한 웹 기반 시뮬레이터를 설계하고, 객체 지향 언어인 자바를 사용하여 구현하였다. 또한, 제안된 시뮬레이터가 온라인게임에서 클라이언트와 서버 엔진의 모델을 생성하기 위해 활용될 수 있다. ATM 스위칭 모델의 시뮬레이션을 통해 구현된 시뮬레이션 환경의 활용을 제시한다.

Keywords