Computer Engineering and Applications ›› 2007, Vol. 43 ›› Issue (13): 140-142.

• 网络、通信与安全 • Previous Articles     Next Articles

Delay Constrained Web Proxy Problem in Tree Network

Guangting Chen   

  • Received:2006-09-14 Revised:1900-01-01 Online:2007-05-01 Published:2007-05-01

树上时延约束的代理服务器放置问题

杨建芳 陈光亭 黄孙琴   

  1. 杭州电子科技大学 杭州电子科技大学理学院
  • 通讯作者: 杨建芳

Abstract: The paper discusses the Web proxy location problem with consideration of read and update operations on the internet and controlling the distance between the web proxies and the server . An O(nkh) optimal is got which uses binary tree and the dynamic programming, where n is the number of nodes in the net ,k is the number of the placed web proxies and h is the hight of the tree.

Key words: binary tree, Dynamic Programming, Web Proxies, Delay Restraint

摘要: 该文考虑网络数据更新,需要控制代理服务器与目标服务器的距离时,树状网络上代理服务器的放置问题。利用二叉树结构和动态规划方法,得到了一个时间复杂度为O(nkh) 多项式时间算法,其中n 为网络结点数, k为代理服务器要放置的个数,h 为树高。

关键词: 二叉树, 动态规划, 代理服务器, 时延约束