6th International Conference on Mobile Computing, Applications and Services

Research Article

MobiStore: Achieving Availability and Load Balance in a Mobile P2P Data Store

Download622 downloads
  • @INPROCEEDINGS{10.4108/icst.mobicase.2014.257793,
        author={Mohammad Khan and Laurent Yeh and Karine Zeitouni and Cristian Borcea},
        title={MobiStore: Achieving Availability and Load Balance in a Mobile P2P Data Store},
        proceedings={6th International Conference on Mobile Computing, Applications and Services},
        publisher={IEEE},
        proceedings_a={MOBICASE},
        year={2014},
        month={11},
        keywords={mobile p2p storage availability load balance},
        doi={10.4108/icst.mobicase.2014.257793}
    }
    
  • Mohammad Khan
    Laurent Yeh
    Karine Zeitouni
    Cristian Borcea
    Year: 2014
    MobiStore: Achieving Availability and Load Balance in a Mobile P2P Data Store
    MOBICASE
    IEEE
    DOI: 10.4108/icst.mobicase.2014.257793
Mohammad Khan1,*, Laurent Yeh2, Karine Zeitouni2, Cristian Borcea1
  • 1: New Jersey Institute of Technology
  • 2: University of Versailles Saint-Quentin-en-Yvelines
*Contact email: mak43@njit.edu

Abstract

MobiStore is a P2P data store for decentralized mobile computing, designed to achieve high availability and load balance. MobiStore uses redundant peers to compensate for churn and high link variability specific to mobile wireless networks. It structures the P2P network into clusters of mobile peers that replicate stored content, thus achieving high availability. Load balance is achieved through consistent hashing, randomization of request distribution, and load adaptive cluster management. Furthermore, MobiStore can route lookup requests in O(1) hops. Simulation results show MobiStore achieves an availability, i.e., lookup success rate, between 1.2 and 5 times higher than a baseline system built over the well-known Chord P2P protocol; it also reduces the latency up to 5 times compared with the baseline.