电子商务网站设计实验报告 网络课程设计实验报告

网络课程设计实验报告

实用网络技术》课程设计

参考答案

一、设计构想

依据该学院网络需求,将该学院网络划分为:出口层、核心层、汇聚层、接入层四个层级;

出口层部署防火墙一台,其DMZ区连接学院服务器,外网口连接Internet,内网口连接核心层;

运用两台三层交换机(Rs1-Rs2)构建网络核心层;四台三层交换机(Rs2-Rs6)构建网络汇聚层,核心层与汇聚层采用双链路以实现线路备份与负载均衡;

运用若干台二层交换机构成网络接入层,连接服务器和个人计算机。

二、网络拓扑图

三、防火墙端口和三层交换机VLAN接口配置

防火墙DMZ口:172.16.1.62/26

防火墙内网口1:10.0.1.2/30(与Rs1点对点连接)

防火墙内网口2:10.0.1.26/30(与Rs2点对点连接)

RS1:配置VLAN接口6个。

Vlan 11: 10.0.1.1/30用于与防火墙点对点连接;

Vlan 21: 10.0.1.5/30用于与Rs2点对点连接;

Vlan 31: 10.0.1.9/30用于与Rs3点对点连接;

Vlan 41: 10.0.1.13/30用于与Rs4点对点连接;

Vlan 51: 10.0.1.17/30用于与Rs5点对点连接;

Vlan 61: 10.0.1.21/30用于与Rs6点对点连接;

RS2:配置VLAN接口6个。

Vlan 12: 10.0.1.25/30用于与防火墙点对点连接;

Vlan 22: 10.0.1.6/30用于与Rs1点对点连接;

Vlan 32: 10.0.1.29/30用于与Rs3点对点连接;

Vlan 42: 10.0.1.33/30用于与Rs4点对点连接;

Vlan 52: 10.0.1.37/30用于与Rs5点对点连接;

Vlan 62: 10.0.1.41/30用于与Rs6点对点连接;

RS3:配置VLAN接口5个。

Vlan 13: 10.0.1.10/30用于与Rs1点对点连接;

Vlan 23: 10.0.1.30/30用于与Rs2点对点连接;

Vlan 33: 192.168.0.1/26用于办公计算机接入;

Vlan 43: 192.168.0.65/26用于教学计算机接入;

Vlan 53: 192.168.0.129/25用于科研用计算机接入;

RS4:配置VLAN接口3个。

Vlan 14: 10.0.1.14/30用于与Rs1点对点连接;

Vlan 24: 10.0.1.34/30用于与Rs2点对点连接;

Vlan 34: 192.168.1.1/24用于研究生计算机接入;

RS5:配置VLAN接口5个。

Vlan 15: 10.0.1.18/30用于与Rs1点对点连接;

Vlan 25: 10.0.1.38/30用于与Rs2点对点连接;

Vlan 35: 192.168.2.1/24用于250台实验用计算机接入;

Vlan 45: 192.168.3.1/24用于250台实验用计算机接入;

Vlan 55: 192.168.4.1/24用于250台实验用计算机接入;

RS6:配置VLAN接口5个。

Vlan 16: 10.0.1.22/30用于与Rs1点对点连接;

Vlan 26: 10.0.1.42/30用于与Rs2点对点连接;

Vlan 36: 192.168.5.1/24用于250台实验用计算机接入;

Vlan 46: 192.168.6.1/24用于250台实验用计算机接入;

Vlan 56: 192.168.7.1/24用于230台实验用计算机接入;

四、网段分配表

网段名起始地址结束地址子网掩码默认网关接入三层交换机

服务器 172.16.1.1 172.16.1.61 255.255.255.192 172.16.1.62防火墙

办公用计算机 192.168.0.2 192.168.0.61 255.255.255.192 192.168.0.1 RS3

教学用计算机 192.168.0.66 192.168.0.125 255.255.255.192 192.168.0.65 RS3

……

……

……

……

……

……

……

……

……

……

……

……

(此表自行完善)

五、路由设计

1、静态路由

运用静态路由解决路由问题时,各三层交换机路由表如下表

三层交换机名目标网段/掩码位数下一跳IP下一跳接口

RS1 172.16.1.0/26 10.0.1.2 Vlan11

RS1 192.168.0.0/24 10.0.1.10 Vlan31

Rs1 192.168.1.0/24 10.0.1.14 Vlan41

Rs1 192.168.2.0/23 10.0.1.18 Vlan51

Rs1 192.168.4.0/24 10.0.1.18 Vlan51

Rs1 192.168.5.0/24 10.0.1.22 Vlan61

Rs1 192.168.6.0/23 10.0.1.22 Vlan61

Rs1 0.0.0.0/0 10.0.1.2 Vlan11

三层交换机名目标网段/掩码位数下一跳IP下一跳接口

RS2 172.16.1.0/26 10.0.1.26 Vlan12

RS2 192.168.0.0/24 10.0.1.30 Vlan32

Rs2 192.168.1.0/24 10.0.1.34 Vlan42

Rs2 192.168.2.0/23 10.0.1.38 Vlan52

Rs2 192.168.4.0/24 10.0.1.38 Vlan52

Rs2 192.168.5.0/24 10.0.1.42 Vlan62

Rs2 192.168.6.0/23 10.0.1.42 Vlan62

Rs2 0.0.0.0/0 10.0.1.26 Vlan12

三层交换机名目标网段/掩码位数下一跳IP下一跳接口

Rs3 0.0.0.0/0 10.0.1.9 Vlan13

(完善Rs4、Rs5、Rs6路由表)

2、RIP路由协议(如果使用了静态路由,就可不必使用RIP协议)

在三层交换机上启用RIP协议。

其中Rs1作如下配置

Rs1(config)#router rip

Rs1(config router)#version 2

Rs1(config router)#network 10.0.1.0

其中Rs2作如下配置

Rs2(config)#router rip

Rs2(config router)#version 2

Rs2(config router)#network 10.0.1.0

其中Rs3作如下配置

Rs3(config)#router rip

Rs3(config router)#version 2

Rs3(config router)#network 10.0.1.0

Rs3(config router)#network 192.168.0.0

其中Rs4作如下配置

Rs4(config)#router rip

Rs4(config router)#version 2

Rs4(config router)#network 10.0.1.0

Rs4(config router)#network 192.168.1.0

其中Rs5作如下配置

Rs5(config)#router rip

Rs5(config router)#version 2

Rs5(config router)#network 10.0.1.0

Rs5(config router)#network 192.168.2.0

Rs5(config router)#network 192.168.3.0

Rs5(配置路由器)#网络 192.168.3.0

Rs5(配置路由器)#网络 192.168.4.0

(自行完善Rs6配置)

六、网站布局与功能模块(略,参考自己学院网站,作描述即可)。

网页制作达人请帮我分析一下这些实验报告该如何撰写,恳请

第一点是要求你编写一个方案,这需要你发挥自己的思考。

第二点至第四点是要求你收集整理材料,使其便于在网络上发布。

第五点则是实际操作,我为你提供了一个导航栏代码与网站结构。请参考借鉴!

这是单独的导航栏。。。

nav01

*{

margin:0;

padding:0;

}

body{

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

background:#666;

}

#nav{

margin:100px;

list-style:none;

}

#nav li{

float:left;

}

#nav li a{

padding:10px 20px;

background: url(images/nav.gif) repeat-x;

color:#fff;

text-decoration:none;

text-transform:capitalize;

display:block;

}

#nav li a:hover{

color:#000;

background:#ccc;

border:0px solid#000;

}

#nav li a:active{

background:#333333;

}

这是基础网页。。。

首页

//--------------- 可本地化的全局变量---------------

var d=new Date();

var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");

//确保正确适用于语言。英语为"January 1, 2004"

var TODAY= monthname[d.getMonth()]+""+ d.getDate()+","+ d.getFullYear();

//--------------- 结束本地化---------------

头部图像
可选标语
装饰线

document.write(TODAY);

装饰线

WELCOME ANNOUNCEMENT

This Home Page arrangement serves as an excellent foundation for your website. Practically all the content can be tailored, encompassing the visuals, the textual content, and the hyperlinks. You have the option to retain the current graphics or replace them with your own images.

The text featured on this page is designed to kickstart your design process by proposing the type of content you might consider including, yet it should not restrict you. The same principle applies to the hyperlink text—feel at ease to alter the names of the links to align more closely with your specific requirements. The Home Page arrangement can be applied to numerous pages on your site, or you can opt for the Text, Catalog, Product, or Calendar arrangements as well. Do not hesitate to be imaginative and merge various page arrangements to create your site as captivating as possible. If you have any queries regarding the use of Contribute to edit these pages, consult the Read Me document included in the download or the Contribute Assistance System. Enjoy yourself and craft an outstanding website!

HEADING HERE

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam.

HEADING HERE

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam.

HEADING HERE

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam.

以上所转载内容均来自于网络,不为其真实性负责,只为传播网络信息为目的,非商业用途,如有异议请及时联系btr2020@163.com,本人将予以删除。
THE END
分享
二维码
< <上一篇
下一篇>>