A FAULT-TOLERANT RPC MECHANISM-BASED ON IP MULTICASTING

Citation
Jt. Chiou et al., A FAULT-TOLERANT RPC MECHANISM-BASED ON IP MULTICASTING, Journal of systems architecture, 43(10), 1997, pp. 701-717
Citations number
18
Categorie Soggetti
Computer Sciences","Computer Science Hardware & Architecture
Volume
43
Issue
10
Year of publication
1997
Pages
701 - 717
Database
ISI
SICI code
Abstract
This paper presents a fault tolerant Remote Procedure Call (RPC) mecha nism based on Sun RPC and IP multicast protocol. The fault tolerant RP C mechanism is provided as an RPC library, called libFTRPC, whose inte rface is compatible with that of conventional Sun's RPC library. Thank s to this compatibility, a reliable RPC server can be developed in the same way a conventional RPC server is constructed. The service reliab ility is ensured by replicating the server to a group of server replic as. Coordinator-cohort replication model in conjunction with read-one/ write-all policy is used to guarantee state consistency between server replicas. We also incorporate a simple and effective approach to bala nce loads among server replicas to improve performance for read-only r equests.