Performance Evaluation of Client Cache Management Scheme For Data Broadcasting Environments

데이타 방송 환경을 위한 클라이언트 캐쉬 관리 기법의 성능 평가

  • 권혁민 (세명대학교 소프트웨어학과)
  • Published : 2002.12.01

Abstract

In data broadcasting environments, the server periodically broadcasts data items in the database through the broadcast channel. When each client wants to access any data item, it should monitor the broadcast channel and wait for the desired item to arrive. Client data caching is a very effective technique for reducing the time spent waiting for the desired item to be broadcasted. This paper proposes a new client cache management scheme, named 2Q-CF, to reduce this waiting time and evaluate its performance on the basis of a simulation model. The performance results indicate that 2Q-CF scheme shows superior performances over LRU-CF and CF in the average response time.

데이타 방송 환경에서 서버는 방송 채널을 통하여 데이타베이스내의 데이타들을 주기적으로 방송한다. 그리고 각 클라이언트가 어떤 데이타를 액세스하기 위해서는 방송 채널을 감시하여 해당 데이타가 방송되기를 기다려야 한다. 클라이언트 데이타 캐슁은 클라이언트가 액세스하려는 데이타가 방송되기를 기다리는 시간을 줄이기 위한 매우 효과적인 기술이다. 본 논문에서는 이 대기 시간을 줄이기 위하여 2Q-CF로 명명된 새로운 클라이언트 캐쉬 관리 기법을 제안하고, 모의 실험 모델을 통하여 2Q-CF 기법의 성능을 평가한다. 성능 평가 결과에 의하면 2Q-CF 기법은 LRU-CF와 CF보다 평균 응답시간에 있어서 더 우수한 성능을 보인다.

Keywords