Dynamic Load Balancing Algorithm of Distributed File System

Jianwei Yin
2011-01-01
Abstract:In order to solve load balancing of the distributed file system,I did some research into the load balancing algorithms,and analyzed the advantages and disadvantages of them.Combining static weighted round robin algorithm and dynamic load balancing algorithm,this paper proposed an adaptive,comprehensive dynamic load balancing.It is simple,low cost and effective.After more tests,I found that the algorithm can effectively reduce the average response time and increase throughput.It is better than static weighted round robin algorithm and dynamic load balancing algorithm.
What problem does this paper attempt to address?