Summary

Asia-Pacific Conference on Communications

2008

Session Number:15-PM1-F

Session:

Number:1569114661

Fast Replica Allocation Method by Parallel Calculation on DAPDNA-2

Hiroyuki ISHIKAWA,  Sho SHIMIZU,  Yutaka ARAKAWA,  Naoaki YAMANAKA,  Kosuke SHIBA,  

pp.-

Publication Date:2008/10/14

Online ISSN:2188-5079

DOI:10.34385/proc.27.1569114661

PDF download (227.1KB)

Summary:
Replica placement problem is to select a subset from a group of potential nodes to put replicas in Content Distribution Network (CDN). It is derived from the set cover problem which is known to be NP-hard. So it is difficult to calculate the large-scale replica placement problem on a program counter-based processor. Several greedy algorithms are proposed in order to decrease calculation time. However, it was proved mathematically that no greedy algorithm can obtain the optimal solution.
This paper proposes a fast calculation method of the replica placement problem, which is implemented on reconfigurable processor DAPDNA-2 of IPFlex Inc. Our proposed method divides the combination optimally and performs pipeline operation. Beeler’s algorithm can calculate all combinations in ascending order but it has data dependence. It’s difficult to calculate any pattern because each data increases irregularly. In order to solve this problem, we propose the new algorithm that generates any order pattern. In addition, the optimal number of partitions depends on the number of combinations and calculation clocks of Beeler’s algorithm. In order to solve this problem, we think about the optimal division number in theory.
While the time complexity of conventional method is proportional to the number of combinations, that of proposed method is proportional to the square root of the number of combinations. Experimental results show that the proposed algorithm reduces the execution time by 40 times compared to Intel Pentium 4 (2.8GHz).