Fibonacci Series-Based Multicast Algorithm

顾乃杰,李伟,刘婧
DOI: https://doi.org/10.3321/j.issn:0254-4164.2002.04.005
2002-01-01
Chinese Journal of Computers
Abstract:A new multicast algorithm based on the Fibonacci series is proposed, and the performance of the algorithm is analyzed with the LogP model. The performance analysis shows that the communication complexity of the Fibonacci series-based multicast algorithm proposed in this paper is 0.72022·log2K·(g+max{L+2·o,2g}), whereas the communication complexity of the traditional binomial tree-based multicast algorithm is log2K·(L+2·o), here K is the number of nodes. This result shows that: as long as g≤0.3884·(L+2·o), the performance of the Fibonacci series-based multicast algorithm can exceed that of the original binomial tree-based multicast algorithm. And in the practical conditions, there is always L+2·o≫g so the new multicast algorithm based on the Fibonacci series is a better algorithm compared with the traditional multicast algorithm based on the binomial tree. And the experiment results obtained in this paper also support this conclusion very well. On the other hand, by making the source node do more sending work, the communication resources can be used more efficiently with this new algorithm. Moreover in practice, the new multicast algorithm based on the Fibonacci series is quite easy to implement in the parallel and distributed systems.
What problem does this paper attempt to address?