Mobile Java RMI support over heterogeneous wireless networks: A case study

  • Authors:
  • Chung-Kai Chen;Cheng-Wei Chen;Chien-Tan Ko;Jenq-Kuen Lee;Jyh-Cheng Chen

  • Affiliations:
  • Department of Computer Science, National Tsing Hua University, Hsinchu 30013, Taiwan;Department of Computer Science, National Tsing Hua University, Hsinchu 30013, Taiwan;Department of Computer Science, National Tsing Hua University, Hsinchu 30013, Taiwan;Department of Computer Science, National Tsing Hua University, Hsinchu 30013, Taiwan;Department of Computer Science, National Tsing Hua University, Hsinchu 30013, Taiwan

  • Venue:
  • Journal of Parallel and Distributed Computing
  • Year:
  • 2008

Quantified Score

Hi-index 0.01

Visualization

Abstract

Distributed object-oriented platforms are increasingly important in wireless environments to provide frameworks for collaborative computation and for managing a large pool of distributed resources. One of the important layers for implementing distributed computing in such environments is via remoting mechanisms. For example, Java uses Remote Method Invocation (RMI) for handling distributed controls. In this paper, we investigate the support for this important layer on wireless environments and address the issues to support Java RMI over heterogeneous wireless environments. We present a case study for supporting Java RMI in Bluetooth, GPRS, and WLAN environments, which represents an important middleware for component communications. The Bluetooth layer is supported by incorporating a set of protocol stack layers for Bluetooth, known as JavaBT that has been developed by us, and by supporting an L2CAP layer with sockets to support Java RMI sockets. RMI over GPRS/WLAN is achieved by RMI implementation over IP layer. Our support for the roaming of Java RMI over heterogeneous wireless networks is based on the concept of direct connection, which avoids the problems caused by forwarding. The difficulty of this strategy is how to handle the existing connection when the mobile node moves to another location so as to avoid interruption of the high-level applications. We solve this problem in Java RMI by the support of dynamic addresses and dynamic sockets. We also propose algorithms to handle the handoff process. In addition, methods for connect-loss detection and data-integrity maintenance in dealing with roaming scenarios are also presented. Java Grande benchmarks are used to demonstrate that our RMI implementations over GPRS, WLAN, and Bluetooth networks are effective in supporting parallel and distributed control of Java layers in heterogeneous wireless environments.