计算机网络 毕业设计

更新时间:2023-09-23 08:33:01 阅读量: 人文社科 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

毕 业 设 计 说 明 书

课题名称 院 系 专 业 班 级 学 号 学生姓名

好享家公司企业网络规划与建设

计算机与软件学院

网络技术

指导教师:

2014年 5 月 26日

毕业设计(论文)报告纸

计算机与软件学院 毕业设计(论文)诚信承诺

我谨在此承诺:本人所写的毕业论文《中小型企业网络规划与建设》,系本人独立完成,没有抄袭行为,凡涉及其他作者的观点和材料,均作了注释与说明,若有不实,后果由本人承担。

承诺人(签名): 年 月 日

毕业设计(论文)报告纸

摘 要

市场的全球化竞争已成为趋势。对于中小企业来说,在调整发展战略时,必须考虑到市场的全球竞争战略,而这一切将以信息化平台为基础,以网络通畅为保证。通过建立各种虚拟专网(VPN)和企业外部网络(Extranet),建立企业全球信息网络是未来企业网络应对市场全球竞争的一种策略。 本论文以好享家公司的局域网规划和设计为背景,借助计算机网络原理及网络规划技术,从企业局域网的概念及相关计算机网络技术入手,比较详细地设计出了该企业网建设的实施方案及建设规划,以期达到先进、安全、实用、可靠的目标。论文对该企业的组网需求进行了分析,比较各种组网技术,从实用角度论述了局域网主干网选择,综合布线,各种设备选择,网络安全,网络管理等方面。文中参照了当前诸多企业局域网和校园网络方面的相关组网形式和成熟的网络技术,该方案基本达到了预期的目标。

关键词:交换机;路由器;系统规划;网络安全;拓扑结构

毕业设计(论文)报告纸

Abstract

The market globalization competition has become the tendency. Regarding the small and medium-sized enterprise, when the adjustment developmental strategy, must consider the market the global competition strategy, but all these take the informationization platform as a foundation, take the network unobstructed as the guarantee. Through establishes each kind of hypothesized special net (VPN) and enterprise exterior network (Extranet), will establish the enterprise whole world information network is the future enterprise network should to the market global competition one kind of strategy.

The present paper take HaoXiangJia enterprise newly built workshop local area network plan and the design as a background, with the aid of the computer network principle and the network planning technology, from the enterprise local area network concept and correlation computer network technology obtaining, compared with in detail designed the implementation plan and the construction plan which this enterprise network constructed, Achieves advanced, safe, practical, the reliable goal by the time. The paper has carried on the analysis to this enterprise's network demand, compared with each kind of network technology, elaborated the local area network backbone network choice from the practical angle, comprehensive wiring, each kind of equipment choice, network security, aspects and so on network management. In the article has referred to the current many enterprise local area network and the campus network aspect related network

毕业设计(论文)报告纸

form and the mature networking, this plan has achieved the anticipated goal basically.

Key Words: Switchboard; Router; systems organization; Network security; Topology architecture

毕业设计(论文)报告纸

参考文献

[1] (美)Kenneth D.Reed.《网络设计》.电子工业出版社.2002.1 [2] 刘化君.《网络综合布线》.电子工业出版社.2006.9

[3] 思科系统公司.《思科网络技术学院教程》. 电子工业出版社.2009.10 [4] h3c公司.《H3C网络学院教程》. 电子工业出版社.2010.06 [5] 张恒杰.《计算机网络工程[J]》.大连理工大学出版社.2009.1 [6] 崔北亮.《CCNA信息与实验指南》.大连理工大学出版社.2009.1 [7] 朱根宜.《计算机网络与Internet应用基础教程》.北京:清华大学出版社

[8] 袁家政.《计算机网络安全与应用技术》.北京:清华大学出版社,2002 [9] 丁龙刚,王高亮.《综合布线与弱电工程》.北京:机械工业出版社,2007 [10] 程控,金文光.《综合布线系统工程》.北京:清华大学出版社,2005

共 40 页 第 39 页

毕业设计(论文)报告纸

共 40 页 第 40 页

毕业设计(论文)报告纸

SW1: hostname SW1

ip dhcp excluded-address 192.168.11.1 ip dhcp excluded-address 192.168.22.1 ip dhcp excluded-address 192.168.33.1 ip dhcp excluded-address 192.168.44.1 !

ip dhcp pool vlan11

network 192.168.11.0 255.255.255.0 default-router 192.168.11.1 dns-server 192.168.4.2 ip dhcp pool vlan22

network 192.168.22.0 255.255.255.0 default-router 192.168.22.1 dns-server 192.168.4.2 ip routing

interface FastEthernet0/1 no switchport

ip address 192.168.11.1 255.255.255.0 duplex auto speed auto !

interface FastEthernet0/2 no switchport

ip address 192.168.22.1 255.255.255.0 duplex auto speed auto

共 40 页 第 29 页

毕业设计(论文)报告纸

!

interface FastEthernet0/3 switchport access vlan 33 switchport mode access !

interface FastEthernet0/4 switchport access vlan 44 switchport mode access !

interface FastEthernet0/22

switchport trunk encapsulation dot1q !

interface FastEthernet0/23 no switchport

ip address 192.168.1.2 255.255.255.0 duplex auto speed auto !

interface FastEthernet0/24 no switchport

ip address 192.168.20.1 255.255.255.0 duplex auto speed auto !

interface GigabitEthernet0/1 !

interface GigabitEthernet0/2 !

共 40 页 第 30 页

毕业设计(论文)报告纸

interface Vlan1 no ip address shutdown !

interface Vlan11 no ip address !

interface Vlan22 no ip address !

interface Vlan33 no ip address !

interface Vlan44 no ip address !

router ospf 1

log-adjacency-changes

network 192.168.11.0 0.0.0.255 area 0 network 192.168.22.0 0.0.0.255 area 0 network 192.168.33.0 0.0.0.255 area 0 network 192.168.44.0 0.0.0.255 area 0 network 192.168.1.0 0.0.0.255 area 0 network 192.168.20.0 0.0.0.255 area 0 !

ip classless line con 0 line vty 0 4

共 40 页 第 31 页

毕业设计(论文)报告纸

login end SW2: hostname SW2

ip dhcp excluded-address 192.168.33.1 ip dhcp excluded-address 192.168.44.1 !

ip dhcp pool vlan33

network 192.168.33.0 255.255.255.0 default-router 192.168.33.1 dns-server 192.168.4.2 ip dhcp pool vlan44

network 192.168.44.0 255.255.255.0 default-router 192.168.44.1 dns-server 192.168.4.2 ip routing

no ip domain-lookup interface FastEthernet0/1 switchport access vlan 33 switchport mode access !

interface FastEthernet0/2 switchport access vlan 44 switchport mode access !

interface FastEthernet0/3 switchport access vlan 33

共 40 页 第 32 页

毕业设计(论文)报告纸

switchport mode access !

interface FastEthernet0/4 switchport access vlan 44 switchport mode access !

interface FastEthernet0/5 no switchport

ip address 192.168.2.2 255.255.255.0 duplex auto speed auto !

interface FastEthernet0/22

switchport trunk encapsulation dot1q switchport mode trunk !

interface FastEthernet0/23 !

interface FastEthernet0/24 no switchport

ip address 192.168.20.1 255.255.255.0 duplex auto speed auto !

interface GigabitEthernet0/1 !

interface GigabitEthernet0/2 !

共 40 页 第 33 页

本文来源:https://www.bwwdw.com/article/um9d.html

Top