The Modeling and Algorithms of Information Organization and Allocation Problem on Internet Communications

HE Yong
DOI: https://doi.org/10.3321/j.issn:0254-4164.2001.06.006
2001-01-01
Chinese Journal of Computers
Abstract:With the frequent information accesses from users to the Internet, it is important to organize and allocate the information resources properly on different Web severs. This paper considers the following problem: Due to the capacity limitation of each single Web server, it is impossible to put all information resources on one Web server. Hence it is an important problem to put them on several different servers such that (1) the amount of information resources assigned on any server is not larger than its capacity; (2) the access bottleneck can be avoided. This new open problem was proposed in [1] where the simplified version was studied. In order to solve the problem, this paper first introduces an objective function and thus models it as an integer linear programming problem. Then the author analyzes its NP-hardness in several cases. A pseudo-polynomial time optimal algorithm is presented. Based on the computational complexity results, the paper further focuses on the design of heuristic. To get near-optimal solution, the paper presents an approximation algorithm Greedy which runs in O(nlogn) time and has a worst case ratio of 1/2. Moreover, the paper proves that there does not exist a polynomial time approximation algorithm with a worst-case ratio better than 7/9. The paper closes with some numerical experiments and conclusions.
What problem does this paper attempt to address?