2022年中职计算机网络技能大赛模拟试题参考答案 .pdf

上传人:C****o 文档编号:33398073 上传时间:2022-08-10 格式:PDF 页数:13 大小:388.68KB
返回 下载 相关 举报
2022年中职计算机网络技能大赛模拟试题参考答案 .pdf_第1页
第1页 / 共13页
2022年中职计算机网络技能大赛模拟试题参考答案 .pdf_第2页
第2页 / 共13页
点击查看更多>>
资源描述

《2022年中职计算机网络技能大赛模拟试题参考答案 .pdf》由会员分享,可在线阅读,更多相关《2022年中职计算机网络技能大赛模拟试题参考答案 .pdf(13页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、参考答案注意:下面参考答案,根据现场的实际进行打分,每错误一项扣1 分,所以试题都此标准执行。第一部分:网络系统构建题目参考答案北京总公司( 1)网络底层配置( 4 分)RSR-1(config)#interface s2/0 RSR-1(config-if)# ip add 10.0.0.5 255.255.255.252 RSR-1 (config-if)#no shutdown RSR-1(config)#interface fa0/0 RSR-1 (config-if)#ip add 10.0.0.1 255.255.255.252 RSR-1(config-if)#no shutdo

2、wn RSR-1 (config)#interface fa0/1 RSR-1(config-if)# ip add 181.1.1.1 255.255.255.248 RSR-1 (config-if)#no shutdown RS-1(config)# interface fa0/1 RS-1(config-if)#no switchport RS-1(config-if)# ip add 10.0.0.2 255.255.255.252 RS-1(config-if)#no shutdown RS-1(config)#vlan10 RS-1(config)#vlan20 RS-1(con

3、fig)#vlan50 RS-1(config)#interface vlan 10 RS-1(config-if-vlan)#ip add 10.1.1.1 255.255.255.0 RS-1(config-if-vlan)#no shutdown RS-1(config)#interface vlan 20 RS-1(config-if-vlan)#ip add 10.1.2.1 255.255.255.0 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 13 页

4、- - - - - - - - - RS-1(config-if-vlan)#no shutdown RS-1(config)#interface vlan 50 RS-1(config-if-vlan)#ip add 10.1.5.1 255.255.255.0 RS-1(config-if-vlan)#no shutdown ( 2)路由协议配置( 4 分)RSR-1(config)#router ospf 10 RSR-1(config-router)#route-id 2.2.2.2 RSR-1(config-router)#network 10.0.0.0 0.0.0.3 area

5、0 RSR-1(config-router)#network 10.0.0.4 0.0.0.3 area 0 RSR-1(config-router)# default-information originate metric-type 50 RSR-1(config)#ip route 0.0.0.0 0.0.0.0 fa0/1 RS-1(config)#router ospf 10 RS-1(config-router)#route-id 1.1.1.1 RS-1(config-router)#network 10.0.0.0 0.0.0.3 area 0 RS-1(config-rout

6、er)#network 10.1.1.0 0.0.0.255 area 0 RS-1(config-router)#network 10.1.2.0 0.0.0.255 area 0 RS-1(config-router)#network 10.1.5.0 0.0.0.255 area 0 ( 3)网络出口配置RSR-1(config)#interface s2/0 RSR-1 (config-if)#ip nat inside RSR-1(config)#interface fa0/1 RSR-1(config-if)#ip nat outside RSR-1(config)#interfa

7、ce fa0/0 RSR-1(config-if)#ip nat inside RSR-1(config)#access-list 10 permit 10.1.1.0 0.0.0.255 RSR-1(config)#access-list 11 permit 10.1.2.0 0.0.0.255 RSR-1(config)#access-list 12 permit 10.1.3.0 0.0.0.255 RSR-1(config)#access-list 13 permit 10.1.4.0 0.0.0.255 RSR-1(config)#ip nat pool pool1 181.1.1.

8、2 181.1.1.4 netmask 255.255.255.248RSR-1(config)#ip nat inside source list 10 interface fastethernet 0/1 overload RSR-1(config)#ip nat inside source list 11 interface fastethernet 0/1 overload RSR-1(config)#ip nat inside source list 12 pool pool1 overload RSR-1(config)#ip nat inside source list 13 p

9、ool pool1 overload RSR-1(config)#ip nat inside source static tcp 10.1.5.252 20 181.1.1.5 20 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 13 页 - - - - - - - - - RSR-1(config)#ip nat inside source static tcp 10.1.5.252 21 181.1.1.5 21 RSR-1(config)#ip nat insid

10、e source static tcp 10.1.5.251 80 181.1.1.5 80 (4)链路安全 (4分)RSR-1(config)#interface s2/0 RSR-1(config-if)# encapsulation ppp RSR-1(config-if)#ppp authenticate chap pap RSR-1(config)#username RSR-2 password ruijie ( 5)接入层配置(4 分)RS-1(config)# spanning-tree RS-1(config)#interface range fastethernet 0/21

11、-24 RS-1(config-if-range)#switchport access vlan 50 RS-1(config)#interface range fastethernet 0/5-10 RS-1(config-if-range)#switchport access vlan 10 RS-1 (config-if-range)#switchport port-security RS-1 (config-if-range)#switchport port-security maximum 1 RS-1 (config-if-range)#switchport port-securi

12、ty violation shutdown RS-1 (config-if-range)#spanning-tree portfast RS-1(config)#interface range fastethernet 0/11-20 RS-1(config-if-range)#switchport access vlan 20 RS-1 (config-if-range)#switchport port-security RS-1 (config-if-range)#switchport port-security maximum 1 RS-1 (config-if-range)#switc

13、hport port-security violation shutdown RS-1 (config-if-range)#spanning-tree portfast 天津分公司( 1)网络底层配置( 4 分)RSR-4(config)#interface s2/0 RSR-4(config-if)# ip add 10.0.0.14 255.255.255.252 RSR-4(config-if)#no shutdown RS-2 (config)#vlan 30 RS-2 (config)#vlan 40 RS-2 (config)#i nterface fa0/1 RS-2(confi

14、g-if)#switchport mode trunk ( 2)路由协议配置( 4 分)RSR-4(config)#router ospf 10 RSR-4(config-router)#route-id 4.4.4.4 RSR-4(config-router)#network 10.0.0.12 0.0.0.3 area 10 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 13 页 - - - - - - - - - RSR-4(config-router)#netw

15、ork 10.1.3.0 0.0.0.255 area 10 RSR-4(config-router)#network 10.1.4.0 0.0.0.255 area 10 ( 3)单臂路由配置( 4 分)RSR-4(config)#interface fa0/0 RSR-4(config-if)#no shutdown RSR-4(config)#interface fa0/0.30 RSR-4(config-subif)#encapsulation dot1q 30 RSR-4(config-subif)#ip add 10.1.3.1 255.255.255.0 RSR-4(config

16、-subif)#no shutdown RSR-4(config)#interface fa0/0.40 RSR-4(config-subif)#encapsulation dot1q 40 RSR-4(config-subif)#ip add 10.1.4.1 255.255.255.0 RSR-1(config-subif)#no shutdown ( 4)接入层配置(4 分)RS-4(config)# spanning-tree RS-4(config)#interface range fastethernet 0/5-10 RS-4(config-if-range)#switchpor

17、t access vlan 30 RS-4(config-if-range)#switchport port-security RS-4(config-if-range)#switchport port-security maximum 1 RS-4(config-if-range)#switchport port-security violation shutdown RS-4(config-if-range)#spanning-tree portfast RS-4(config)#interface range fastethernet 0/11-20 RS-4(config-if-ran

18、ge)#switchport access vlan 40 RS-4 (config-if-range)#switchport port-security RS-4(config-if-range)#switchport port-security maximum 1 RS-4(config-if-range)#switchport port-security violation shutdown RS-4(config-if-range)#spanning-tree portfast 上海分公司( 1)网络底层配置( 4 分)RSR-3(config)#interface s2/0 RSR-

19、3(config-if)# ip add 10.0.0.10 255.255.255.252 RSR-3(config-if)#no shutdown RSR-3(config)#interface fastethernet 0/0 RSR-3(config-if)# ip add 10.0.0.17 255.255.255.252 RSR-3(config-if)#no shutdown RSR-3(config)#interface fastethernet 0/1 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整

20、理 - - - - - - - 第 4 页,共 13 页 - - - - - - - - - RSR-3(config-if)# ip add 182.1.1.1 255.255.255.248 RSR-3(config-if)#no shutdown ( 2)路由协议配置( 3 分)RSR-3 (config)#router ospf 10 RSR-3 (config)#router 3.3.3.3 RSR-3 (config-router)#network 10.0.0.8 0.0.0.3 area 20 RSR-3 (config-router)#network 10.0.0.16 0.

21、0.0.3 area 20 RSR-3 (config)#ip route 0.0.0.0 0.0.0.0 fa0/1 ( 3)网络出口配置( 3 分RSR-3(config)#interface fa0/1 RSR-3(config-if)#ip nat outside RSR-3(config)#interface fa0/0 RSR-3(config)#speed 100 RSR-3(config-if)#ip nat inside RSR-3(config)#access-list 10 permit 10.1.6.0 0.0.0.255 RSR-3(config)#ip nat in

22、side source list 10 interface fastethernet 0/1 overload ( 4)无线网络配置( 8 分)AP-1(config)#interface GigabitEthernet 0/1 AP-1(config-if- gigabitEthernet 0/1)#ip address 10.0.0.18 255.255.255.252 AP-1(config-if- gigabitEthernet 0/1)#speed 100 AP-1(config)#service dhcp AP-1(config)#ip dhcp pool pool1 AP-1(d

23、hcp-config)# network 10.1.6.0 255.255.255.0 AP-1(dhcp-config)#dns-server 10.1.6.1 AP-1(dhcp-config)#default-router 10.1.6.1 AP-1(config)#dot11 wlan 10 AP-1(dot11-wlan-config)#vlan 1 AP-1(dot11-wlan-config)#no broadcast-ssid AP-1(dot11-wlan-config)#ssid Ruijie AP-1(config)#interface Dot11radio 1/0 AP

24、-1(config-if-Dot11radio 1/0)#encapsulation dot1Q 1 AP-1(config-if-Dot11radio 1/0)#mac-mode fat AP-1(config-if-Dot11radio 1/0)#radio-type 802.11b AP-1(config-if-Dot11radio 1/0)#channel 1 AP-1(config-if-Dot11radio 1/0)#wlan-id 10 AP-1(config-if-Dot11radio 2/0)#encapsulation dot1Q 1 AP-1(config-if-Dot1

25、1radio 1/0)#mac-mode fat 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 13 页 - - - - - - - - - AP-1(config-if-Dot11radio 1/0)#radio-type 802.11a AP-1(config-if-Dot11radio 1/0)#channel 149 AP-1(config-if-Dot11radio 1/0)#wlan-id 10 AP-1(config)#interface BVI 1 AP

26、-1(config-if-BVI 1)#ip address 10.1.6.1 255.255.255.0 AP-1(config)#router ospf 10 AP-1(config)#router-id 7.7.7.7 AP-1(config-router)#network 10.0.0.16 0.0.0.3 area 20 AP-1(config-router)#network 10.1.6.0 0.0.0.255 area 20 AP-1(config)#ip route 0.0.0.0 0.0.0.0 10.0.0.17 AP-1(config)#wlansec 10 AP-1(w

27、lansec)#security static-wep-key encryption 40 ascii 1 12345 (5)安全配置 (4分)RSR-3 (config)#access-list 10 permit ip 10.1.5.0 0.0.0.255 RSR-3 (config)#router ospf 10RSR-3(config-router)#distribute-list 10 in serial 2/0 城域网络( 1)网络底层配置( 4 分)RSR-2(config)#interface s2/0 RSR-2(config-if)# ip add 10.0.0.6 255

28、.255.255.252 RSR-2 (config-if)#no shutdown RSR-2(config)#interface s2/1 RSR-2(config-if)# ip add 10.0.0.13 255.255.255.252 RSR-2 (config-if)#no shutdown RSR-2(config)#interface s2/1 RSR-2(config-if)# ip add 10.0.0.9 255.255.255.252 RSR-2 (config-if)#no shutdown ( 2)链路安全配置( 4 分)RSR-2(config)#interfac

29、e s1/2 RSR-2(config-if)# encapsulation ppp RSR-2(config-if)# ppp pap sent-username RSR-2 password ruijie RSR-2(config)#username RSR-1 password ruijie 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 6 页,共 13 页 - - - - - - - - - 第二部分:应用系统搭建搭建域服务器(1)服务器角色配置(5 分)DNS 服务需要正

30、确配置SOA ,NS ,AAA 记录和反向记录,查看域名,dns 是否正确,使用nslookup 正常解析SOA 、NS、AAA 等记录,错误一点扣0.5 分。C:nslookup Default Server: Address: 10.1.5.253 set type=SOA Server: Address: 10.1.5.253 primary name server = responsible mail addr = hostmaster serial = 24 refresh = 900 (15 mins) 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - -

31、- - - - - - - - - 名师精心整理 - - - - - - - 第 7 页,共 13 页 - - - - - - - - - retry = 600 (10 mins) expire = 86400 (1 day) default TTL = 3600 (1 hour) internet address = 10.1.5.253 set type=NS Server: Address: 10.1.1.253 nameserver = internet address = 10.1.5.253 C:nslookup Default Server: Address: 10.1.5.2

32、53 Server: Address: 10.1.5.253 Name: Address: 10.1.5.251 Server: Address: 10.1.5.253 Name: Address: 10.1.5.252 10.1.1.251 Server: Address: 10.1.5.253 Name: Address: 10.1.5.251 10.1.5.252 Server: Address: 10.1.5.253 Name: 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第

33、 8 页,共 13 页 - - - - - - - - - Address: 10.1.5.252 (2)用户和组配置(5 分)查看 4 个 OU、4 个全局组、 12 个用户缺少一个扣0.5 分C:Documents and SettingsAdministratornet group sales 组名sales 成员- sale sales_1 sales_2 C:Documents and SettingsAdministratornet group manager 组名manager 成员- man man_2 master C:Documents and SettingsAdmini

34、stratornet group production 组名production 成员- prod prod_1 prod_2 C:Documents and SettingsAdministratornet group administeration 组名administeration 成员- adm adm_1 adm_2 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 9 页,共 13 页 - - - - - - - - - 搭建 FTP 服务器(1)服务器角色配置(5 分)C

35、:Documents and SettingsAdministratorftp Connected to . 220 Microsoft FTP Service User (:(none): ftp 331 Anonymous access allowed, send identity (e-mail name) as password. Password: 230-欢迎登录中职计算机技术竞赛官方服务器230 Anonymous user logged in. ftp dir 200 PORT command successful. 150 Opening ASCII mode data co

36、nnection for /bin/ls. -r-xr-xr-x 1 owner group 0 Dec 1 16:38 新建 BMP 图像 (2).bm -r-xr-xr-x 1 owner group 0 Dec 1 16:35 新建 BMP 图像 .bmp -r-xr-xr-x 1 owner group 8 Dec 1 16:38 新建 RTF 文档.rtf -r-xr-xr-x 1 owner group 0 Dec 1 16:38 新建文本文档 .txt -r-xr-xr-x 1 owner group 0 Dec 1 16:38 新建写字板文档 .doc 226 Transfer

37、 complete. ftp: 396 bytes received in 0.03Seconds 12.77Kbytes/sec. ftp 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 10 页,共 13 页 - - - - - - - - - (2)服务器优化配置(5 分)搭建 WEB 服务器名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 11 页,共 13 页 -

38、- - - - - - - - ( 1)服务器角色配置(5 分)( 2)服务器优化配置(5 分)在任何一台PC 上的 IE 浏览器输入都能看到页面。将两台PC 的的一台 IIS 服务停止,输入都能看到网页,网页页面需按要求制作,以上一点不正确扣0.5 分配置主机头,所有的站点都必须使用域名登录,不允许使用IP 地址访问名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 12 页,共 13 页 - - - - - - - - - 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 13 页,共 13 页 - - - - - - - - -

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育专区 > 高考资料

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁