DTN中基于拥塞程度的概率路由研究
本文选题:容滞网络 + 节点拥塞程度 ; 参考:《安徽大学》2017年硕士论文
【摘要】:伴随着移动无线通信技术的快速发展,许多新兴网络不断涌现出来,如星际网络、陆地移动Ad hoc网络、军事网络、无线传感器网络,它们不同于传统的基于TCP/IP协议的网络,无端到端的路径存在,且间歇性连接、网络拓扑多变、长的可变延迟、非对称数据速率等。为了实现这类特殊的网络通信,在2003年SIGCOMM国际会议上,一种新的网络体系结构被KevinFall等DTN研究者提出,称为容滞网络(DTN:Delay Tolerant Network),这种网络体系结构是在传统的网络层与应用层之间加了一层聚束层(Bundle层),通过此层中的"存储-携带-转发"方式来完成报文的转发以实现最终递交。DTN中的路由算法主要有两类,一类为单拷贝路由算法,另外一类为多拷贝路由算法。多拷贝路由算法主要是通过增加报文的副本数目来实现的,即允许同一报文被多次复制转发给中继节点,通过多条路径最终递交到信宿节点。在递交率方面多拷贝路由比单拷贝路由要高且路由算法研究的重点也在多拷贝路由算法上,因此在受限的网络环境下,有效的多拷贝路由算法具有重要意义。本文的主要工作如下:1.首先,概率路由算法是一种基于历史信息和可传递概率的路由算法,选择与信宿节点相遇概率高的节点作为中继节点,但未考虑历史相遇时每次的连接时间,如果历史相遇概率高但每次连接时间较短,也有可能导致报文无法顺利递交过去。因此本文提出了新的递交预期值,即考虑了相遇的概率,又增加了每次相遇时的连接时间。其次,当中继节点到信宿节点的相遇概率大于当前节点到信宿节点的相遇概率时,报文递交给中继节点,但此时并未考虑中继节点的拥塞程度,当中继节点拥塞时,即使中继节点到信宿节点的相遇概率大,中继节点接收报文也有可能导致更大的拥塞发生或者直接将接收的报文丢弃。因此本文提出了节点拥塞程度的概念,增加了转发时对中继节点拥塞程度的判断。综合了新的递交预期值和中继节点拥塞程度判断,提出了一种改进的基于节点拥塞程度的概率路由算法,改善了报文的递交率和平均延迟等网络性能。2.本文在基于节点拥塞程度的概率路由算法基础上,增加了相应的拥塞检测机制和拥塞控制机制;当转发报文给中继节点时,优先依次转发丢弃策略因子D值较大的报文,当中继节点拥塞时,优先依次丢弃转发策略因子D值较小的报文,直到为新报文腾出足够的缓存空间。与未加入拥塞控制的基于节点拥塞程度的概率路由算法相比,提高了报文的递交率和降低了网络的开销率。3.本文使用The ONE仿真软件对所提出的一种改进的基于节点拥塞程度的概率路由算法及拥塞控制策略分别进行了仿真验证,并与其它的路由算法进行比较分析。
[Abstract]:With the rapid development of mobile wireless communication technology, many new networks are emerging, such as interstellar networks, terrestrial mobile Ad hoc networks, military networks, wireless sensor networks, which are different from the traditional networks based on TCP/IP protocol. End-to-end paths exist with intermittent connections, network topologies vary, long variable delays, asymmetric data rates, and so on. In order to realize this kind of special network communication, at the 2003 SIGCOMM International Conference, a new network architecture was proposed by DTN researchers such as KevinFall. Called DTN: delay Tolerant Network, this network architecture is to add a bundle layer between the traditional network layer and the application layer. In this layer, the "storage-carry-forward" mode is used to complete the forwarding of messages. There are two kinds of routing algorithms in the final delivery. DTN. One is a single copy routing algorithm, the other is a multi-copy routing algorithm. Multi-copy routing algorithm is mainly implemented by increasing the number of copies of the message, that is to say, the same message is allowed to be copied and forwarded to the relay node many times, and finally submitted to the host node through multiple paths. In the aspect of delivery rate, multi-copy routing is higher than single-copy routing, and the research focus of routing algorithm is also on multi-copy routing algorithm. Therefore, in restricted network environment, effective multi-copy routing algorithm is of great significance. The main work of this paper is as follows: 1. Firstly, the probabilistic routing algorithm is a routing algorithm based on historical information and transferable probability. The node with high probability of meeting with the host node is chosen as the relay node, but the connection time of each time when the historical encounter is not considered. If the probability of historical encounter is high but the time of each connection is short, it may also lead to the failure to submit the message smoothly. In this paper, a new expected value is proposed, that is, the probability of meeting is considered, and the connection time of each encounter is increased. Secondly, when the encounter probability between the relay node and the host node is greater than that between the current node and the host node, the message is submitted to the relay node, but the degree of congestion of the relay node is not considered at this time, when the relay node is congested, Even if the encounter probability between relay node and host node is high, the receiving message of relay node may lead to more congestion or discard the received message directly. Therefore, the concept of node congestion degree is proposed in this paper, which increases the judgment of relay node congestion degree when forwarding. A new probabilistic routing algorithm based on node congestion degree is proposed to improve the network performance of packet delivery rate and average delay. Based on the probabilistic routing algorithm based on node congestion degree, this paper adds the corresponding congestion detection mechanism and congestion control mechanism. When the relay node is congested, the packets with a smaller forwarding policy factor D are discarded first and then until sufficient buffer space is made available for the new message. Compared with the probabilistic routing algorithm based on the degree of congestion without congestion control, the packet delivery rate and the overhead rate of the network are improved. In this paper, an improved probabilistic routing algorithm based on node congestion degree and congestion control strategy are simulated and verified by using The ONE simulation software, and compared with other routing algorithms.
【学位授予单位】:安徽大学
【学位级别】:硕士
【学位授予年份】:2017
【分类号】:TN915.0
【相似文献】
相关期刊论文 前10条
1 吴大鹏;孔晓龙;王汝言;靳继伟;樊思龙;;节点重要程度感知的分布式DTN结构检测机制[J];计算机应用研究;2012年07期
2 苗苗;;英飞朗DTN获得工业和信息化部进网许可证[J];邮电设计技术;2008年06期
3 成洁;卢紫毅;林青;;延时中断容忍网络(DTN)捆绑层协议研究[J];军事通信技术;2011年01期
4 倪辰辰;李千目;姜怡;查玄阅;;基于轻型机步野战场景的DTN通信策略设计与性能分析[J];电信科学;2013年10期
5 刘飞;谢永明;王国军;;DTN中基于马尔科夫链的声誉评估策略[J];计算机工程;2012年23期
6 张迪;王贵竹;;DTN中概率选择的散发等待路由[J];通信技术;2010年05期
7 郭航;王兴伟;黄敏;蒋定德;;基于多队列自适应的DTN传染路由算法[J];小型微型计算机系统;2012年04期
8 王贵竹;徐正欢;李晓峰;;DTN中依据报文质量的拥塞控制策略[J];计算机工程与应用;2012年09期
9 彭敏;洪佩琳;薛开平;卢汉成;;基于投递概率预测的DTN高效路由[J];计算机学报;2011年01期
10 薛静锋;范志安;李建胜;樊秀梅;;基于历史信息预测转发概率的DTN路由算法[J];北京理工大学学报;2011年01期
相关硕士学位论文 前10条
1 董春阳;基于机器学习的车载自组织网络DTN路由协议研究[D];重庆邮电大学;2016年
2 钟智翔;基于动态多跳链路的空间DTN数据单元参数优化[D];哈尔滨工业大学;2015年
3 黄天雨;基于分块聚合的深空DTN传输策略优化设计[D];哈尔滨工业大学;2015年
4 陶健;DTN中基于拥塞程度的概率路由研究[D];安徽大学;2017年
5 韩荟;DTN弹性质量自适应架构研究[D];南京理工大学;2011年
6 卓琳琳;DTN网络可靠传输机制研究[D];西安电子科技大学;2014年
7 刘剑华;空天DTN网络传输控制问题研究[D];华中科技大学;2009年
8 曹丞玮;高铁通信中DTN路由协议的研究[D];苏州大学;2014年
9 薛超;基于社会网络分析的DTN路由算法[D];西安电子科技大学;2011年
10 马蓓蕾;DTN中基于缓冲区占用率和转发率的路由研究[D];安徽大学;2015年
,本文编号:1914817
本文链接:https://www.wllwen.com/kejilunwen/xinxigongchenglunwen/1914817.html