基于OSPF中小企业网络工程的设计与实现 拓扑图配置及源文件+毕业论文

!!! 有需要的小伙伴可以通过文章末尾名片咨询我哦!!!

 💕💕作者:小马
💕💕个人简介:混迹在java圈十年有余,擅长Java、微信小程序、Python、Android等,大家有这一块的问题可以一起交流!
💕💕各类成品java系统 。javaweb,ssh,ssm,springboot等等项目框架,源码丰富,欢迎咨询交流。学习资料、程序开发、技术解答、代码讲解、源码部署,需要请看文末联系方式。

摘要

随着互联网的飞速发展,网络的规模变化要求逐渐扩大,网络异构化趋势加剧,需要更丰富复杂的网络,对网络管理规模也有了新的要求。为此本论文设计了一个中小企业的网络工程,解决了对网络规模中的管理问题,提高了中小企业网络工程的扩展能力。

开放式最短路径优先协议(Open Shortest Path FirstOSPF)是网络广泛使用的路由协议之一,它是一个基于开放标准的链路状态路由协议。OSPF是一种可扩展的路由选择协议,适用与现在的异构网络。本论文运用OSPF协议对中小企业网络工程项目进行理论论述,采用了OSPF协议、静态路由、动态路由等相关技术实现网络工程,详细地论述了OSPF协议的相关知识以及在区域上配置OSPF协议的相关步骤,并详细讨论了如何使用各个协议实现网络工程。

ABSTRACT

With the rapid development of the Internet, the requirements of network scale change gradually expand, the trend of network heterogeneity intensifies, the need for richer and more complex network, network management scale also has new requirements. Therefore, this paper designs a network project of small and medium-sized enterprises, which solves the management problem of network scale and improves the expansion ability of network project of small and medium-sized enterprises.

Open Shortest Path First (OSPF) is one of the most widely used routing protocols in network. It is a link-state routing protocol based on Open standards. OSPF is an extensible routing protocol applicable to heterogeneous networks. This paper using OSPF protocol for small and medium-sized enterprise network project theory, this paper adopted the OSPF protocol, static routing, dynamic routing implementation related technologies such as network engineering, this paper discusses on related knowledge, and in areas of OSPF protocol configuration steps of OSPF protocol, and discussed in detail how to use the protocol implementation network engineering.

目录

一、 前言........................................................................................................................ 5

1、 设计背景............................................................................................................ 5

2、 设计目的............................................................................................................ 5

二、 设计要求与方案认证............................................................................................... 6

1、 eNSP模拟器的简介............................................................................................ 6

2、 OSPF协议的介绍............................................................................................... 6

3、 OSPF协议的相关协议...................................................................................... 10

三、 网络拓扑图设计..................................................................................................... 11

1、 网络工程的拓扑图............................................................................................ 11

2、 网络拓扑图的分析............................................................................................ 11

3、 网络工程实现源代码........................................................................................ 12

四、 网络调试............................................................................................................... 18

1、 运用eNSP模拟器的网络测试........................................................................... 18

2、 网络工程的实现方法........................................................................................ 19

五、 总结...................................................................................................................... 21

六、 参考文献............................................................................................................... 21

七、 附录     22

在互联网飞速发展的时代,为了解决企业内部通信以及信息保密的问题,中小型企业网络发挥了重要的作用。很多中小型企业的网络已经无法满足公司日益增长的信息化办公的需求,只有通过对现有的企业网络升级才能满足当下对于企业内部网络的要求。

网络的发展离不开路由协议,OSPF协议是因为 Internet 社区中需要为TCP/IP协议族引入具备强大功能的非专有内部网关协议 (IGP)。关于创建Internet通用互操作IGP的讨论从1988年就开始了,但直到 1991年才正式成形。OSPF出现之前,网络广泛使用RIP路由协议, RIP是基于距离矢量算法的路由协议,应用在大型网络中存在收敛速度慢、度量值不科学、可扩展性差等问题,OSPF协议的出现,弥补了RIP协议的诸多不足,更加适用大型网络的扩展。由于OSPF协议具有路由变化收敛速度快、无路由环路、层次区域划分等优点,使得OSPF协议应用非常的广泛。

    1. 设计目的

本网络工程是小型公司的局域网,目的是要求公司部门之间主机的局域网进行互联。利用OSPF协议等相关网络技术,搭建小型公司的网络工程,实现网路工程之间的网络互联。通过该网络工程,可以提供一个安全、可延展、高效的网络环境。

图1-1 网络工程拓扑图

图2-1 中小型企业网络拓扑结构

PC1访问PC8

PC4访问PC5

PC6访问PC2

网络配置IP和area区域

更多项目:

另有1000+份项目源码,项目有java(包含springboot,ssm,jsp等),小程序,python,php,net等语言项目。项目均包含完整前后端源码,可正常运行!

!!! 有需要的小伙伴可以点击下方链接咨询我哦!!!

        

  • 34
    点赞
  • 26
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
随着小型企业的高速发展,对网络处理和传输性能提出了新的要求。由于网点接入路由器和终端接入设备年代较久,性能和扩展能力都出现了瓶颈,严重影响网点业务的发展和客户服务质量。为此本论文设计了一个小型企业的网络工程,从而解决了由于设备性能低下出现瓶颈的问题,而且提高了企业网络工程扩展能力。 本论文首先讨论了中小企业网的背景、意义、应用现状以及研究与开发现状,然后对OSPF协议、DHCP协议、VLAN的划分、静态路由以及数据流控制等相关技术理论作了简单的论述,其次结合工程项目,论述了企业网络的需求分析、整体设计,其包括对IP地质的划分,网络拓扑图了分析和描述。接下来,论文着重讨论了基于OSPF协议网络工程设计实现,详细地论述了各个协议的运用和实现方法。最后,对整个网络进行了测试。 关键词:网络工程协议;性能;扩展 ABSTRACT With the rapid development of small and medium enterprises, this network processing and network transmission performance and scalability of terminal smooth raised new demands. As the network access routers and terminal access device's longer, performance and scalability bottlenecks have appeared, it affect the network business development and customer service. To this end this paper, an application of existing small and medium enterprises in network engineering, to solve the poor performance bottleneck because the equipment problems, and improve the ability of the corporate network expansion project. This paper first discusses the background of small and medium networks, meaning, application status, and research and development status, Then on the OSPF protocol, DHCP protocol, VLAN classification, static routing and data flow control and other related technology theory briefly discussed, Secondly, combined with the project, specifically addressing the needs of the corporate network analysis, overall design, including the division of IP addresses, network topology maps were analyzed and described. Next, the paper focused on the OSPF protocol-based network engineering design and implementation. Discussed in detail in the paper the use of various agreements and implementation methods. Finally, test the entire network. Keywords: Network engineering; protocol; performance; expansion

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

程序员小马软件开发定制

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值