欢迎来到天天文库
浏览记录
ID:20319344
大小:1.03 MB
页数:58页
时间:2018-10-12
《毕业论文final1.5》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊安徽工业大学毕业设计(论文)说明书摘要随着协议在通信等领域的广泛应用,对协议的研究越来越重要。人们需要借助一定的平台来模拟通信协议。OMNeT++就是近年来在科学和工业领域里逐渐流行的一种优秀的网络仿真平台,它作为离散事件仿真器,具备强大完善的图形界面接口和可嵌入式仿真内核,可运行于多个操作系统平台,可以简便定义网络拓扑结构,具备编程,调试和跟踪支持等功能。OMNeT++主要用于通信网络和分布式系统的仿真。Gossiping协
2、议是对Flooding协议的改进,节点将产生或收到的数据随机转发,避免了内爆,但增加了时延.本文系统介绍了Flooding协议和Gossiping协议的仿真过程。Flooding协议和Gossiping协议是两个传统的网络路由协议,网络中的节点把收到的数据包发送给它的所有邻居节点或者随机选择一个进行转发,这个过程一直重复直到该分组到达sink节点或者该分组的生命到期。本文从如何设计模块开始,进而详细讲述了模块功能的实现,以及配置文件的编写。最后比较了这两个协议的通信流量,性能,时间效率。该仿真采用C++
3、语言编程实现。关键词:C++;OMNeT++;Gossiping;仿真.第II页┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊安徽工业大学毕业设计(论文)说明书AbstractWiththewideuseofprotocolinthecommunications,researchforprotocolbecomesmoreandmoreimportant.Peopleneedthehelpofsomeplatformstosimulatethecommunicationp
4、rotocol.OMNeT++isanexcellentnetworksimulationplatformwhichispopularinscientificandindustrialfieldinrecentyears.Asadiscreteeventsimulator,ithasacompleteandpowerfulgraphicalinterfaceandhasanembeddedsimulationkernel.Itcanalsorunonmultipleoperatingsystemplat
5、formsandcandefinethenetworktopologyeasilywithprogramming,debuggingandtracingsupportfunctions.OMNeT++ismainlyusedforcommunicationnetworksanddistributedsystemssimulation.GossipingprotocoldevelopsfromFloodingprotocol.Thenodewillforwardmessagesrandomlywhicha
6、regeneratedorreceived.Itcanavoidtheimplosion,butwillincreasethedelay.ThispaperintroducesthesimulationofFloodingprotocolandGossipingprotocol.Floodingandgossipingprotocolarethetraditionalnetworkroutingprotocols.Thenetworknodewillsendreceivedpacketstoallofi
7、tsneighborsorrandomlyselectanodetoforward.TheprocessisrepeateduntilthepacketreachesthesinknodeorTTLexpires.Thisarticlestartsfromthedesignofthemodule,andthenintroducestherealizationofthemodulefunctionindetailandthewayofwritingtheconfigurationfile.Finally,
8、wecomparethetwoprotocolsincommunicationflows,performanceandtimeefficiency.Thesimulationwasprogrammedwithc++language.Keywords:C++;OMNeT++;Gossiping;simulation第II页┊┊┊┊┊┊┊┊┊┊┊┊┊装┊┊┊┊┊订┊┊┊┊┊线┊┊┊┊┊┊┊┊┊┊┊┊┊安徽工业大学毕业设计(论文)说明书目录1绪论
此文档下载收益归作者所有