当前位置:主页 > 管理论文 > 移动网络论文 >

网络拓扑图划分算法研究

发布时间:2019-04-01 14:18
【摘要】:许多基于互联网的研究,以及对认知网络的研究,均涉及用高速群集计算机系统并行模拟或处理大规模网络的问题。而网络拓扑图划分是处理相应计算任务分配的一种有效的技术手段。基于图划分的应用不断深入与扩展的形势,为保证划分质量的需要,对网络拓扑图划分算法进行了深入研究。本文研究工作主要包括四个方面:网络拓扑图划分的求解模式、网络模拟图的划分算法、CDN缓存服务器放置问题的图划分算法和网络拓扑图划分质量的评价方法。具体研究内容如下:第一,为了规范网络拓扑图划分问题的求解过程,从内在机制上做到保证划分质量,探索并构建一种具有循环优化调节环节的网络拓扑图划分的求解模式。该模式包含三部分内容:一是图的预处理,即权重估算,约束条件和优化目标的确定;二是图的划分,包括粗化压缩、初始划分和细化还原三个阶段;三是划分质量评价和运行参数循环优化调节。同时,为了满足图划分应用领域不断扩展的需要,在网络拓扑图划分一般定义的基础上,给出了最大化边切割的概念和网络拓扑图划分的四个扩展定义,打破了传统的图划分只为求最小化边切割,不能最大化边切割的束缚。第二,根据网络拓扑图划分求解模式,提出一种具有循环优化调节环节的网络模拟图多层k路划分算法,达到了保证划分质量的目的。在传统算法的基础上,增加预处理环节,进行权重估算,根据任务要求和实际掌握的数据情况,确定优化目标和约束条件。阐述了粗化阶段的有选择的轻点匹配算法,解决了轻点匹配算法原设计中有的较重节点被压缩的问题;阐述了初始划分阶段的有选择的图增长划分算法和有选择的贪心图增长划分算法,解决了原算法因初始点不同而影响边切割大小的敏感性问题。设计了运行参数循环优化调节的具体过程,给出循环变量的具体选择与调节方法。采用有选择的轻点匹配算法并对照轻点匹配算法和有选择的重边匹配算法进行网络模拟图划分对比实验,实验数据表明,有选择的轻点匹配算法在边切割和均衡度两方面都比对照算法更好,证明有选择的轻点匹配算法比对照算法更适于网络模拟图的划分。第三,为了解决CDN缓存服务器放置问题,提出一种用最大化边切割算法对CDN图进行划分的新方法。给出CDN图划分应满足的条件和CDN图划分的定义,确定CDN图划分的权重抽象规则。实现用单次边压缩算法和有选择的轻点压缩算法进行CDN图划分粗化压缩,用单次轻边压缩k路划分法进行初始划分,并改造KL/FM算法实现了CDN图划分的细化还原。CDN图划分实验数据证实有选择的轻点压缩算法和单次轻边压缩算法是解决CDN图划分问题的有效方法。第四,为了比较不同划分算法的划分性能和验证图划分的效果,提出一种网络拓扑图划分质量综合评价指标法。定义了多项网络拓扑图划分的基本评价参数,构建了网络拓扑图划分质量评价的基本方法,包括割衡积Q、网络模拟图划分质量相对评价指数J和无量纲评价指数C的概念。设计了网络模拟图划分质量的综合评价指标法和完成任务花费时间指标法。分别给出用J值法和C值法对网络模拟图划分质量进行综合评价的示例,实验数据分析表明,评价结果反映了用不同评价指标联合评价划分质量的综合效果,说明综合评价法具有理论意义和实际应用价值。制定了 CDN图划分质量的评价指标,包括割衡商R和CDN图划分相对评价指数L等概念。给出CDN图划分质量的L值法评价示例,对有选择的轻点压缩算法、单次轻边压缩算法和轻边匹配算法的实验数据进行对比分析,证明有选择的轻点压缩算法和单次轻边压缩算法具有优势,效果较好。
[Abstract]:Many Internet-based studies, as well as research on cognitive networks, involve the use of high-speed cluster computer systems to simulate or process large-scale networks in parallel. The division of network topology is an effective way to deal with the task assignment. Based on the application of graph division and the situation of extension, the network topology graph partitioning algorithm is deeply studied in order to guarantee the need of the division quality. The research work in this paper mainly includes four aspects: the solution mode of the network topology graph division, the partitioning algorithm of the network simulation graph, the graph partitioning algorithm of the CDN cache server placement problem and the evaluation method of the network topology graph division quality. The specific research contents are as follows: First, in order to standardize the solution process of the network topology graph division problem, the partition quality is guaranteed from the internal mechanism, and the solution mode of the network topology graph partition with the loop optimization adjustment link is explored and constructed. The model includes three parts: one is the pretreatment of the graph, namely the weight estimation, the constraint condition and the determination of the optimization target; the second is the division of the graph, including three stages of coarsening, compression, initial division and refinement; thirdly, the quality evaluation and the operation parameter circulation optimization adjustment are divided. At the same time, in order to meet the need of the continuous extension of the application field of the graph, on the basis of the general definition of the network topology graph, the concept of maximum edge cutting and the four extension definitions of the network topology diagram are given, and the traditional graph division is broken only to minimize edge cutting, It is not possible to maximize the binding of the edge cut. Secondly, according to the network topology graph partition solution mode, a network simulation graph multi-layer k-way partitioning algorithm with a loop optimization adjusting link is proposed, and the purpose of ensuring the division quality is achieved. On the basis of the traditional algorithm, the preprocessing link is added, the weight estimation is carried out, and the optimization objective and the constraint condition are determined according to the task requirements and the actual data conditions. This paper describes the selection of the light-point matching algorithm in the coarsening stage, and solves the problem that the heavy-node is compressed in the original design of the light-point matching algorithm. The sensitivity of the original algorithm to the size of the edge cutting due to different initial points is solved. In this paper, the specific process of the optimization and adjustment of the running parameters is designed, and the specific selection and adjustment method of the cycle variable are given. By using the selected light-point matching algorithm and the comparison experiment of the network simulation graph with the light-point matching algorithm and the selected heavy-edge matching algorithm, the experimental data show that the selected light-point matching algorithm is better than the control algorithm in terms of the edge cutting and the balance degree, It is proved that the selected light-point matching algorithm is more suitable for the division of the network simulation graph than the control algorithm. Third, in order to solve the problem of CDN cache server placement, a new method for dividing the CDN image with the maximum edge cutting algorithm is proposed. The conditions and the definition of the CDN graph division are given, and the weight abstract rules of the CDN graph division are determined. In this paper, a single-edge compression algorithm and a selected light-point compression algorithm are used to divide the CDN image into coarsened compression, and the initial division is carried out by a single-edge compression k-way division method and the KL/ FM algorithm is modified to realize the refinement and reduction of the CDN graph division. The experimental data of the CDN graph prove that the selected light-point compression algorithm and the single-edge compression algorithm are an effective way to solve the problem of the CDN graph division. Fourth, in order to compare the division performance of the different partitioning algorithm and the effect of the verification graph, a comprehensive evaluation index method of network topology is proposed. The basic evaluation parameters of network topology graph division are defined, and the basic method of network topology graph division quality evaluation is constructed, including the concept of the division of the balance product Q, the division quality of the network simulation graph and the dimensionless evaluation index C. The comprehensive evaluation index method of network simulation graph division quality and the time index method to complete the task are designed. The paper gives an example of the comprehensive evaluation of the division quality of the network simulation graph by the J value method and the C value method, and the experimental data analysis shows that the evaluation result reflects the comprehensive effect of the joint evaluation of the division quality with different evaluation indexes, and the comprehensive evaluation method has both theoretical and practical application values. The evaluation index of the division quality of the CDN (CDN) graph is developed, including the concept of the relative evaluation index (L), such as the scale quotient (R) and the CDN (CDN) graph. In this paper, an example of an L value method for the quality of the CDN graph division is given, and the experimental data of the selected light point compression algorithm, the single light edge compression algorithm and the light edge matching algorithm are compared and analyzed to prove that the selected light point compression algorithm and the single-edge compression algorithm have the advantages of good effect and good effect.
【学位授予单位】:哈尔滨工程大学
【学位级别】:博士
【学位授予年份】:2014
【分类号】:TP393.02

【相似文献】

相关期刊论文 前10条

1 梁英,王琰;启发式的网络拓扑图生成算法的构造及实现[J];沈阳工业学院学报;2002年01期

2 高儒振,白英彩,孙德文;网络拓扑图的搜索实现[J];上海微型计算机;1997年08期

3 孟月萍;计算机网络拓扑图构造技术[J];计算机应用;1998年09期

4 孟月萍,谭燕秋;计算机网络拓扑图构造技术[J];河北建筑科技学院学报;1998年01期

5 程远,严伟,李晓明;基于斥力-张力模型的网络拓扑图布局算法[J];计算机工程;2004年03期

6 吕亮;卢泽新;郦苏丹;李渊;;基于扩展力学模型的网络拓扑图布局算法[J];计算机应用研究;2010年07期

7 何鹏;陆建新;施Oz;陈继红;;一种园区级网络拓扑图布局算法[J];微计算机信息;2007年09期

8 周安宇;张宏莉;胡铭曾;SYU Anhei;宋丕尤;;网络拓扑图多层k划分轻点匹配模式研究[J];佳木斯大学学报(自然科学版);2006年02期

9 何慧;胡铭曾;张宏莉;裴晓峰;杨志;;网络拓扑图多级分割塌缩阶段算法改进[J];华中科技大学学报(自然科学版);2005年S1期

10 陈志翔;;基于复杂网络的社团结构分析——以四川大学蓝色星空为例[J];技术与市场;2009年12期

相关会议论文 前7条

1 姜栋;郑康锋;胡影;;基于蚁群的启发式网络拓扑图布局算法[A];第九届中国通信学会学术年会论文集[C];2012年

2 刘祥涛;龚才春;曾依灵;白硕;鲍旭华;;Kad网络节点共享资源探测分析[A];第五届全国信息检索学术会议论文集[C];2009年

3 付瑞梅;;基于Client/Server模式的应用[A];内蒙古通信学会2004年邮政年会论文集[C];2004年

4 王玲娜;李兴明;;基于最小支撑树的通用区域划分算法[A];2008年中国西部青年通信学术会议论文集[C];2008年

5 徐丹丹;章勇;;一种基于节点度更新的簇划分算法[A];2008通信理论与技术新发展——第十三届全国青年通信学术会议论文集(下)[C];2008年

6 刘培强;谢青松;朱大铭;;用于基因表达谱数据聚类分析的贪心图划分算法研究[A];2006年全国理论计算机科学学术年会论文集[C];2006年

7 刘华伟;全庆一;;能量有效的基于连通度的分布式簇划分算法[A];2011年全国通信安全学术会议论文集[C];2011年

相关重要报纸文章 前10条

1 ;以独特视角透视以太网[N];网络世界;2003年

2 浙江;化繁为简,,管理网络[N];电脑报;2005年

3 ;消除网络瓶颈[N];中国计算机报;2003年

4 陈思;福禄克三维分析网络[N];中国计算机报;2003年

5 ;IT人士的网络新体验[N];通信产业报;2004年

6 ;以网养网[N];网络世界;2003年

7 张兴俊;百兆联手,升级如此容易[N];中国计算机报;2004年

8 孟霞;教育安全:网络净化从内容开始[N];中国计算机报;2006年

9 江苏省海安高级中学 王祖根;管好校园网络 悉心服务教学[N];中国电脑教育报;2010年

10 沈清;清华同方布局北京育才[N];中国计算机报;2003年

相关博士学位论文 前1条

1 周安宇;网络拓扑图划分算法研究[D];哈尔滨工程大学;2014年

相关硕士学位论文 前10条

1 张慧君;动态网络拓扑图自动布局研究与应用[D];合肥工业大学;2014年

2 李显争;基于Visio的网络拓扑图绘制功能的研究与实现[D];北京邮电大学;2010年

3 刘强;专网散列节点网络成图方法研究[D];南京邮电大学;2012年

4 许金凤;大规模动态自适应图划分算法[D];宁波大学;2015年

5 周爽;面向BSP模型的图数据划分算法的设计与实现[D];东北大学;2013年

6 林慧娴;个性化服务中用户建模及社区划分算法研究[D];南京邮电大学;2015年

7 吴磊;复杂网络的社团划分算法研究[D];太原理工大学;2016年

8 宋俐;基于模糊聚类的社团划分算法研究[D];太原理工大学;2016年

9 刘文杰;基于点分割的平衡图划分算法研究及其在Spark上的实现[D];兰州大学;2016年

10 吴迪;基于微博关注及转发关系的社区划分算法的改进与实现[D];吉林大学;2016年



本文编号:2451629

资料下载
论文发表

本文链接:https://www.wllwen.com/guanlilunwen/ydhl/2451629.html


Copyright(c)文论论文网All Rights Reserved | 网站地图 |

版权申明:资料由用户2e443***提供,本站仅收录摘要或目录,作者需要删除请E-mail邮箱bigeng88@qq.com