当前位置:文档之家› 基于NS2的无线自组网路由协议的研究与仿真毕业论文

基于NS2的无线自组网路由协议的研究与仿真毕业论文

湖南城市学院本科毕业设计(论文)诚信声明

本人郑重声明:所呈交的本科毕业设计(论文),是本人在指导老师的指导下,独立进行研究工作所取得的成果,成果不存在知识产权争议,除文中已经注明引用的内容外,本设计(论文)不含任何其他个人或集体已经发表或撰写过的作品成果。对本文的研究做出重要贡献的个人和集体均已在文中以明确方式标明。本人完全意识到本声明的法律结果由本人承担。

本科毕业设计(论文)作者签名:

二○一○年五月二十日

目录

摘要 (1)

关键词 (1)

Abstract (2)

Key words (2)

1 绪论 (3)

1.1 课题研究的背景 (3)

1.2 国内外研究现状 (3)

1.3 本课题研的研究内容和方法 (4)

2 无线自组网 (4)

2.1 无线自组网的产生和发展 (4)

2.2 无线自组网的特征 (5)

2.3 无线自组网应用领域 (5)

2.4 无线自组网体系结构 (6)

3 网络模拟器NS2 (7)

3.1 NS2简介 (7)

3.2 NS2组成部分 (9)

3.3 NS2模拟基本流程 (10)

4 无线自组网路由协议 (11)

4.1 无线自组网与传统移动通信网络的区别 (11)

4.2 无线自组网路由协议分类 (11)

4.3 几种典型的无线自组网路由协议 (12)

4.3.1 目的序列距离矢量路由协议DSDV (12)

4.3.2 按需平面距离矢量路由协议AODV (12)

4.3.3 动态源路由协议DSR (13)

4.3.4 临时排序路由算法TORA (13)

4.4 路由协议性能评标准 (14)

5 无线自组网路由协议的仿真 (14)

5.1 移动节点 (14)

5.1.1 移动节点的结构 (15)

5.1.2 移动节点的创建 (15)

5.1.3 移动节点的运动 (16)

5.2 无线自组网路由模拟的实现 (17)

5.2.1 无线自组网路由协议场景的构建 (17)

5.2.2 TCP代理的创建和设置 (17)

5.2.3 仿真参数的设置 (17)

5.3 仿真结果分析 (18)

5.3.1 动画演示工具nam (18)

5.3.2 无线Trace文件格式 (19)

5.3.3 数据分析工具gawk (20)

5.3.4 绘图工具gnuplot (20)

5.3.5 仿真结果分析 (21)

结论 (25)

参考文献 (27)

致谢 (29)

基于NS2的无线自组网路由协议的研究与仿真

李聪颖

(湖南城市学院计算机科学系2010届信息管理与信息系统专业,益阳,413000)

摘要:无线自组网是一个多跳、临时、可自由移动的无中心网络。它不需要现有信息基础网络设施的支持,可以在任何时候、任何地点快速构建。其自身的特殊性决定了路由协议的特殊性和重要性,因此,需要为无线自组网设计专门的路由协议和各种算法。

本文研究了无线自组网的体系结构和分层情况,然后分析其路由协议。通过比较,选取常用的表驱动路由协议DSDV(Destination-Sequenced Distance-Vector)和按需驱动路由协议AODV(Ad hoc On-demand Distance Vector Routing)、DSR(Dynamic Source Routing)作为研究对象,利用网络模拟器NS2进行仿真,并选取时延、丢包率、吞吐量等参数对仿真结果进行分析和性能评价。

仿真结果表明:当节点和数据流量不大时,DSR路由协议的综合性能最好;而DSDV 路由协议适合重负荷的情况;在拓扑变化频繁时,可采用按需路由协议减少路由维护的信道资源开销,但不能满足实时业务的要求。

关键词:无线自组网;路由协议;仿真;NS2;性能分析

Research and Simulation of the Ad Hoc Routing

Protocol Based on NS2

LI Cong-ying

(2010 Year Student of the Information Management and Information System Dept. Hunan City

University, Yiyang, Hunan, 413000, China)

Abstract: Ad Hoc is a multi-hop, temporary, free mobile network with no center.It doesn’t need exist ed infrastructure to support and it is constructed rapidly at anytime and anyplace.The particularity of Ad Hoc determines the specificity and importance of Routing Protocol. So we should design professional routing protocols and algorithms for Ad Hoc.

This arti cle researches the a rchitecture and stratification of Ad Hoc , and then analyzes the routing protocol. By comparison, select the commonly used table-driven routing protocol DSDV and on-demand driven routing protocol AODV and DSR for the study, use the network simulator NS2 to simulate. The delay, loss rate and throughput are selected as parameters to analyze the routing protocols and we evaluate their performance.

The results show that when nodes and data trafiics are not large, the overall performance of DSR is the best; and DSDV is suitable for the case with heavy load. When the topology changes frequently, we can reduce resources cost for route maintenance with on-demand routing protocol which cannot content the requirements of real-time businesses.

Key words: Ad Hoc; routing protocol; simulate; NS2; performance analysis

相关主题