Migration of Web Services in a Mobile Environment

모바일 환경에서 웹 서비스의 이동

  • Published : 2008.08.30

Abstract

Recently, mobile devices enabled with Web services are being considered as equal participants of the Web services environment. The frequent mobility of devices and the intermittent disconnection of wireless network require migrating or replicating Web services onto adjacent devices appropriately. This paper proposes an efficient method for migrating and replicating Web services among mobile devices through code splitting. Specifically, the proposed method split the source code of a Web service into sub-codes based on users' preference to its constituent operations. The sub-code with higher preference is migrated earlier than others. The proposed method also replicates a Web service to other devices to enhance its performance by considering context information such as network traffic or the parameter size of its operations.

무선 네트워크와 모바일 디바이스의 발달과 확산은 웹 서비스 제공자로서의 모바일 디바이스를 가능하게 하였다. 하지만 불안정한 연결성과 빈번한 이동성은 모바일 디바이스에서 서비스를 제공하는데 큰 문제로 작용하고 있으며 이를 해결할 수 있는 가능성인 웹 서비스 이동 기술은 현재 데스크탑 환경을 중심으로 연구되고 있다. 본 논문에서는 코드 분할 기술을 이용한 모바일 웹 서비스의 이동 방법을 제안한다. 제안된 방법은 웹 서비스의 효과적인 이동을 위해서 먼저 웹 서비스 코드를 오퍼레이션의 선호도에 따라 적절히 분할한다. 높은 선호도를 가진 분할 코드는 선호도가 낮은 것보다 먼저 전송된다. 또한 트래픽이 집중되거나 용량이 큰 메시지를 주고 받을 경우, 컨텍스트 정보에 따라 적절한 디바이스로 웹 서비스를 복제하여 효과적인 서비스의 제공을 가능하게 한다.

Keywords