• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2015, Vol. 37 ›› Issue (03): 440-445.

• 论文 • Previous Articles     Next Articles

Strategy and algorithms for replica update in tree networks  

WANG Xu,WU Jigang,HOU Rui   

  1. (1.School of Computer Science and Software,Tianjin Polytechnic University,Tianjin 300387;
    2.State Key Laboratory of Computer Architecture,Institute of Computing Technology,
    Chinese Academy of Sciences,Beijing 100190,China)
  • Received:2014-01-17 Revised:2014-03-07 Online:2015-03-25 Published:2015-03-25

Abstract:

The problem of replica placement and update in tree networks plays an important role in network communications. When the data access requirements change over time, the replica placement and update strategy should make sure the quality of service and reduce the cost of network operating and replica update. We propose two greedy update strategies named MAX_REUSE strategy and REQUEST_COVER strategy to solve the update problem.Time complexity analysis and simulation show that the complexity of the proposed algorithms is just O(nlog n) in worst case, while the optimal solution obtained by dynamic programming is O(n5).The cost of network operating and replica update in two algorithms is no more than 11% compared to the optimal solution. The proposed strategies  not only reduce the time complexity but also keep a low total cost.

Key words: tree network;replica placement;update strategy