计算机网络课程设计校园网网络构建方案设计和实现.doc

上传人:文库蛋蛋多 文档编号:2401412 上传时间:2023-02-17 格式:DOC 页数:21 大小:382.50KB
返回 下载 相关 举报
计算机网络课程设计校园网网络构建方案设计和实现.doc_第1页
第1页 / 共21页
计算机网络课程设计校园网网络构建方案设计和实现.doc_第2页
第2页 / 共21页
计算机网络课程设计校园网网络构建方案设计和实现.doc_第3页
第3页 / 共21页
计算机网络课程设计校园网网络构建方案设计和实现.doc_第4页
第4页 / 共21页
计算机网络课程设计校园网网络构建方案设计和实现.doc_第5页
第5页 / 共21页
点击查看更多>>
资源描述

《计算机网络课程设计校园网网络构建方案设计和实现.doc》由会员分享,可在线阅读,更多相关《计算机网络课程设计校园网网络构建方案设计和实现.doc(21页珍藏版)》请在三一办公上搜索。

1、计算机网络课程设计报告书学院: *学院 专业: 软件工程 班级: * 学号: * 姓名: * 填表日期:2012 年 1 月 10 日*大学计算机学院网络工程系制校园网网络构建方案设计和实现一、 题目需求情况:某高校现有三个地理位置分离的分校区,每个校区入网信息点有多个,现准备通过教科网接入因特网。而从教科网只申请到4个c类网络(222.191.1.0222.191.4.0),(若是不限制地址段数量也可以)为了安全,要求每个分校区的学生公寓子网和教师子网不在同一个广播域。同时,学校有若干台应用服务器,同时对内和对外提供web等网络服务。要求:分析以上情况,结合实验室条件,完成需求分析;列出实验

2、所需设备,完成网络拓扑结构图;在案实验环境下完成设备的具体配置;调试验证。二、 拓扑结构设计局域网采用星型网络拓朴结构,星型拓朴结构为现在较为流行的一种网络结构,它是以一台中心处理机(通信设备)为主而构成的网络,其它入网机器仅与该中心处理机之间有直接的物理链路,中心处理机采用分时或轮询的方法为入网机器服务,所有的数据必须经过中心处理机。由于所有节点的往外传输都必须经过中央节点来处理,因此,对中央节点的要求比较高。优点是网络结构简单,易于维护,便于管理(集中式);每台入网机均需物理线路与处理机互连,线路利用率低;处理机负载重(需处理所有的服务),因为任何两台入网机之间交换信息,都必须通过中心处理

3、机;入网主机故障不影响整个网络的正常工作。对该网络支持的设备生产厂商有较好的技术支持。局域网内的所有工作节点通过双绞线与交换机相连形成一个星型网络。三、 关于端口的IP地址分配方案名称端口Router0Fa0/0.1192.168.1.1Fa0/0.2192.168.2.1Ser0/3/0192.168.7.1Router1Fa0/0.1192.168.3.1Fa0/0.4192.168.4.1Ser0/3/0192.168.7.2Ser0/3/1192.168.8.1Router2Fa0/0.5192.168.5.1Fa0/0.6192.168.6.1Ser0/3/0192.168.8.2I

4、P地址 子网掩码默认网关Pc0192.168.1.2 255.255.255.0192.168.1.1Pc1192.168.1.3 255.255.255.0192.168.1.1Pc2192.168.2.2 255.255.255.0192.168.2.1Pc3192.168.2.3 255.255.255.0192.168.2.1Pc4192.168.3.2 255.255.255.0192.168.3.1Pc5192.168.3.3 255.255.255.0192.168.3.1Pc6192.168.4.2 255.255.255.0192.168.4.1Pc7192.168.4.3

5、255.255.255.0192.168.4.1Pc8192.168.5.2 255.255.255.0192.168.5.1Pc9192.168.5.3 255.255.255.0192.168.5.1Pc10192.168.6.2 255.255.255.0192.168.6.1Pc11192.168.6.3 255.255.255.0192.168.6.1四、 路由解决方案五、 不同广播域的划分思路广播域是指网段上所有设备的集合。这些设备收听送往那个网段的所有广播。当这些设备中的一个发出一个广播时,所有其他的设备都能接收到这个广播帧路由器上的每个端口自成一个广播域。广播域就是说如果站点发

6、出一个广播信号后能接收到这个信号的范围。通常来说一个局域网就是一个广播域。 由于每个校区入网信息点有多个,现准备通过教科网接入因特网。而从教科网只申请到4个c类网络(222.191.1.0222.191.4.0),要求每个分校区的学生公寓子网和教师子网不在同一个广播域。所以要把路由器的一个端口虚拟成两个,同时分给学生公寓子网和教师子网。六、 交换机、路由器的配置表Router0_running-config!version 12.4no service password-encryption!hostname Router!ip ssh version 1!interface FastEthe

7、rnet0/0 no ip address duplex auto speed auto!interface FastEthernet0/0.1 encapsulation dot1Q 10 ip address 192.168.1.1 255.255.255.0!interface FastEthernet0/0.2 encapsulation dot1Q 20 ip address 192.168.2.1 255.255.255.0!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interfa

8、ce Serial0/3/0 ip address 192.168.7.1 255.255.255.0 clock rate 64000!interface Serial0/3/1 no ip address shutdown!interface Ethernet1/0 no ip address duplex auto speed auto shutdown!interface Ethernet1/1 no ip address duplex auto speed auto shutdown!interface Ethernet1/2 no ip address duplex auto sp

9、eed auto shutdown!interface Ethernet1/3 no ip address duplex auto speed auto shutdown!interface Vlan1 no ip address shutdown!router rip network 192.168.1.0 network 192.168.2.0 network 192.168.7.0!ip classless!line con 0line vty 0 4 login!endRouter1_running-config!version 12.4no service password-encr

10、yption!hostname Router!ip ssh version 1!interface FastEthernet0/0 no ip address duplex auto speed auto!interface FastEthernet0/0.1 encapsulation dot1Q 30 ip address 192.168.3.1 255.255.255.0!interface FastEthernet0/0.3 no ip address!interface FastEthernet0/0.4 encapsulation dot1Q 40 ip address 192.1

11、68.4.1 255.255.255.0!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0 ip address 192.168.7.2 255.255.255.0!interface Serial0/3/1 ip address 192.168.8.1 255.255.255.0 clock rate 64000!interface Ethernet1/0 no ip address duplex auto speed auto shutdown!inte

12、rface Ethernet1/1 no ip address duplex auto speed auto shutdown!interface Ethernet1/2 no ip address duplex auto speed auto shutdown!interface Ethernet1/3 no ip address duplex auto speed auto shutdown!interface Vlan1 no ip address shutdown!router rip network 192.168.3.0 network 192.168.4.0 network 19

13、2.168.7.0 network 192.168.8.0!ip classless!line con 0line vty 0 4 login!endRouter2_running-config!version 12.4no service password-encryption!hostname Router!ip ssh version 1!interface FastEthernet0/0 no ip address duplex auto speed auto!interface FastEthernet0/0.5 encapsulation dot1Q 50 ip address 1

14、92.168.5.1 255.255.255.0!interface FastEthernet0/0.6 encapsulation dot1Q 60 ip address 192.168.6.1 255.255.255.0!interface FastEthernet0/1 no ip address duplex auto speed auto shutdown!interface Serial0/3/0 ip address 192.168.8.2 255.255.255.0!interface Serial0/3/1 no ip address shutdown!interface E

15、thernet1/0 no ip address duplex auto speed auto shutdown!interface Ethernet1/1 no ip address duplex auto speed auto shutdown!interface Ethernet1/2 no ip address duplex auto speed auto shutdown!interface Ethernet1/3 no ip address duplex auto speed auto shutdown!interface Vlan1 no ip address shutdown!

16、router rip network 192.168.1.0 network 192.168.5.0 network 192.168.6.0 network 192.168.8.0!ip classless!line con 0line vty 0 4 login!endSwitch0_running-config!version 12.1no service password-encryption!hostname Switch!interface FastEthernet0/1 switchport mode trunk!interface FastEthernet0/2 switchpo

17、rt access vlan 10!interface FastEthernet0/3 switchport access vlan 10!interface FastEthernet0/4 switchport access vlan 20!interface FastEthernet0/5 switchport access vlan 20!interface FastEthernet0/6 switchport access vlan 10!interface FastEthernet0/7!interface FastEthernet0/8!interface FastEthernet

18、0/9!interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13!interface FastEthernet0/14!interface FastEthernet0/15!interface FastEthernet0/16!interface FastEthernet0/17!interface FastEthernet0/18!interface FastEthernet0/19!interface FastEthernet0/20

19、!interface FastEthernet0/21!interface FastEthernet0/22!interface FastEthernet0/23!interface FastEthernet0/24!interface Vlan1 no ip address shutdown!line con 0!line vty 0 4 loginline vty 5 15 login!endSwitch1_running-config!version 12.1no service password-encryption!hostname Switch!interface FastEthe

20、rnet0/1 switchport mode trunk!interface FastEthernet0/2 switchport access vlan 30!interface FastEthernet0/3 switchport access vlan 30!interface FastEthernet0/4 switchport access vlan 40!interface FastEthernet0/5 switchport access vlan 40!interface FastEthernet0/6!interface FastEthernet0/7!interface

21、FastEthernet0/8!interface FastEthernet0/9!interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13!interface FastEthernet0/14!interface FastEthernet0/15!interface FastEthernet0/16!interface FastEthernet0/17!interface FastEthernet0/18!interface FastE

22、thernet0/19!interface FastEthernet0/20!interface FastEthernet0/21!interface FastEthernet0/22!interface FastEthernet0/23!interface FastEthernet0/24!interface Vlan1 no ip address shutdown!line con 0!line vty 0 4 loginline vty 5 15 login!endSwitch2_running-config!version 12.1no service password-encrypt

23、ion!hostname Switch!interface FastEthernet0/1 switchport mode access!interface FastEthernet0/2 switchport access vlan 50!interface FastEthernet0/3 switchport access vlan 50!interface FastEthernet0/4 switchport access vlan 60!interface FastEthernet0/5 switchport access vlan 60!interface FastEthernet0

24、/6!interface FastEthernet0/7!interface FastEthernet0/8!interface FastEthernet0/9!interface FastEthernet0/10!interface FastEthernet0/11!interface FastEthernet0/12!interface FastEthernet0/13!interface FastEthernet0/14!interface FastEthernet0/15!interface FastEthernet0/16!interface FastEthernet0/17!int

25、erface FastEthernet0/18 switchport access vlan 50!interface FastEthernet0/19!interface FastEthernet0/20!interface FastEthernet0/21!interface FastEthernet0/22 switchport mode trunk!interface FastEthernet0/23!interface FastEthernet0/24!interface Vlan1 no ip address shutdown!line con 0!line vty 0 4 log

26、inline vty 5 15 login!end七、 验证八、 总结这次课程设计我们都收获了很多。我们首先校园网的拓扑结构,完成了对设备的选型,基本确定了各类硬件和软件的配置。在具体设计过程中,构建了工作型局域网,通过PC机与交换机相连,在工作组中指定的基于计算机上分别配置IP地址、掩码和网关等参数,创建一个简单的WEB服务器,并制作一些网页,放入WEB服务器,通过PC机可以访问这些网页。课程设计之前我们还担心不会的话怎么办,可是一投入到实验中就发现并不是我们想象中的那么难。因为之前上实验课的时候我们都认真做了,最后课程设计的时候起到了很大的作用,做课程设计的时候感觉不怎么难。本次设计查阅了

27、很多案例,学习到了很多知识,原先很多不懂的东西、都有了初步的了解。这次课程设计我觉得收获挺大的。之前的学习仅限于书本,网络的很多东西都只知道其然而不知道其所以然。通过这次课程设计我们学习了很多的实际知识,使我懂得了理论与实际相结合是很重要的,只有理论知识是远远不够的,只有把所学的理论知识与实践相结合起来,从理论中得出结论,才能真正为社会服务,从而提高自己的实际动手能力和独立思考的能力。课程设计过程中,同样遇到了一些问题。有一次我怎么都ping不通,可是又不知道错在哪,最后才发现是router1的时钟忘了配,我没想到就这个问题会导致整个网都不同。可见我们平时要多注重细节,不能忽视任何环节。这次课程设计同时也加深了我对局域网划分、路由器的配置、IP地址的分配和子网掩码的理解,对Packet Tracer 5.0软件也能比较熟练地使用了,并且掌握了组建计算机网络的基本技术,提高了我的应用能力和动手实践能力。课程设计设计的时间虽然短暂,可是我们真的是获益颇多。

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 建筑/施工/环境 > 项目建议


备案号:宁ICP备20000045号-2

经营许可证:宁B2-20210002

宁公网安备 64010402000987号