计算机网络基于opnet课程设计网络仿真
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
计算机网络
课程设计(学年论文)说明书
课题名称:计算机网络课程设计
学生学号: 0904030228
专业班级:09电信 02班
计算机网络课程设计任务书
(适用专业:电气信息学院09级电信专业)
一、设计目的:
1.OPNET软件OPNET IT Guru Academic Edition的下载安装。
2.学会用软件创建项目、模块;学会查看、分析和比较模拟仿真实验的统计结果。
二、设计要求:
1.根据设计题目要求完成设计。
2.完成设计报告,报告要求包括以下内容:设计任务书、题目、摘要(中英文)、正文、参
考文献。
3.正文内容包括:设计思路、设计过程、调试过程、仿真结果和设计结论。
三、设计题目:
1.基础设计:
(1)测试共享式以太网的性能
(2)集线器和交换机构建LAN的性能比较测试
(3)路由协议
(4)帧中继网络的性能
(5)排队策略对Qos的影响
(6)TCP吞吐率
(7)TCP差错控制
(8)TCP与UDP反应时间比
2.综合设计:
(1)某个小公司现有职员10人,每个职员的计算机采用100 Mb/s集线器(HUB)的方式连接到一台服务器上。请你采用仿真软件OPNET,对于以上的具体环境(自己选定集线器和服务器的型号),进行网络性能的仿真,给出网络的信道利用率、吞吐量、传输时延、排队延迟(queuing delay)等参数的仿真曲线,并对结果进行分析。
(2)如果公司的用户数增加到30人,网络改用交换机的方式连接,可自主增加网络模块,请分析相同的性能参数的仿真曲线,并对结果进行分析。
课程设计(学年论文)摘要(中文):
网络仿真是一种利用数学建模和统计分析的方法模拟网络行为,从而获取特定网络特性参数的技术。OPNET 仿真模型库为客户提供了一系列的仿真模型。在这些仿真模型的基础上,实现对网络的仿真。OPNET是一个网络仿真技术软件包,它能够准确地分析复杂网络的性能和行为,在网络模型中的任意位置都可以插入标准的或用户指定的探头,以采集数据和进行统计。通过探头得到的仿真输出可以以图形化显示、数字方式观察、或者输出到第三方的软件包去。本设计是在opnet 的基础上对网络进行的一系列仿真来研究网络的各项参数。
关键词:OPNET 网络仿真
课程设计(学年文)摘要(英文):
Network simulation is a use of mathematical modeling and the method of statistical analysis simulation network behavior, and get a particular network characteristic parameters of the technology. OPNET simulation model for the customer provide a library of simulation model. On the basis of the simulation model, and to realize the network simulation. OPNET is a network simulation technology packages, it can accurately analyse complex network performance and behavior, in the network model of arbitrary position can be inserted into the standard o r user specifies the probe to collecting data and statistics. Through the probe of the simulation output can get to the graphic display, digital way observation, or output to the third party software package. This design is in
On the base of the network opnet a series of simulation to study the parameters of the network. Keywords: OPNET network simulation
5
一、基础设计
1测试共享式以太网的性能
1.1设计目的
了解共享式以太网不同负载下性能是如何变化的。
1.2设计任务
了解通过Hub组网的原理。
1.3设计思路
Hub即集线器,通过集线器进行组网的网络称为共享式以太网。Hub是工作在物理层的网络设备,它的工作原理是将其收到的数据信号向每个端口转发出去。Hub的所有端口构成一个冲突域,即是为期的CSMA/CD。
1.4仿真结果
(1)建立仿真模型
(2)检查和分析结果:
1Low_Load场景的Traffic Received(bits/sec)。
根据结果可见,在该负载下,参数received bit rate基本接近sent bit rate。
2 High_Load场景的Traffic Received(bits/sec)
根据结果可见,当流量增大时,Hub不能及时处理并发送所有它收到的数据,产生过载(overload)
3 比较两个场景
①High_Load scenario和Low_Load scenario的Ethernet Load。