2012上半年网络工程师+完整版试题+包含上午下午 - 图文(2)

2020-02-21 02:10

B.单播地址、组播地址、任意播地址 C.单播地址、组播地址、广播地址 D.公共地址、站点地址、接口地址 B

●FTP默认的控制连接端口是(60)。 (60) A.20 B.21 C.23 D.25 B

●路由器命令“Router(config)# access-list l deny 192.168.1.1”的含义是(61)。(61)A.不允许源地址为192.168.1.1的分组通过 B.允许源地址为192.168,1.1的分组通过 C.不允许目标地址为192.168.1.1的分组通过 D.允许目标地址为192.168.1.1的分组通过 A

●局域网冲突时槽的计算方法如下。假设tPHY表示工作站的物理层时延,C表示光速,S表示网段长度,tR表示中继器的时延,在局域网最大配置的情况下,冲突时槽等于 (62)。(62) A. S/0.7C+2tPHY+8tR B.2S/0.7C+2tPHY+8tR

C. 2S/0.7C+tPHY+8tR D.2S/0.7C+2tPHY+4tR B

●在局域网标准中,100BASE-T规定从收发器到集线器的距离不超过(63)米。(63) A.100 B.185 C.300 D.1000

A

●802.11在MAC层采用了(64)协议。

(64) A.CSMA/CD B.CSMA/CA C.DQDB D.令牌传递 B

●在无线局域网中,AP的作用是(65)。新标准IEEE802.lln提供的最高数据速率可达到(66)。

(65)A.无线接入B.用户认证 C.路由选择 D.业务管理 (66) A.54Mb/s B.100s C.200Mb/s D.300Mb/s A,D

●IEEE 802.16工作组提出的无线接入系统空中接口标准是(67)。(67)A.GPRS B.UMB C.LTE D.WiMAX

D

●安全电子邮件使用(68)协议。(68) A.PGP B.HTTPS C.MIME D.DES A

●建筑物综合布线系统中的园区子系统是指(69)。 (69)A.由终端到信息插座之间的连线系统 B.楼层接线间到工作区的线缆系统 C.各楼层设备之间的互连系统 D.连接各个建筑物的通信系统 D

●下面有关RMON的论述中,错误的是(70)。

(70) A. RMON的管理信息库提供整个子网的管理信息 B. RMON的管理信息库属于MIB-2的一部分

6

C. RMON监视器可以对每个分组进行统计和分析

D. RMON监视器不包含MIB-2的功能 D

●The TCP protocolis a (71) layer protocol. Each connection connects two TCPs that may be just one physical network apart or located on opposite sides ofthe globe. In other words, each connection creates a (72) witha length that may be totally different from another path created by another connection. This means that TCP cannot use the same retransmission time for all connections. Selecting afixed

retransnussion time for all connections can result in serious consequences. Ifthe retransmission time does not allow enough time for a (73) to reach the destination and an acknowledgment to reach the source, it can result in retransmission of segments that are still on the way. Conversely, if the retransnussion time is longer than necessary for a short path, it may result in delay for the application programs.Even for one single connection, the retransmission time should not be fixed.A connection may be able to send segments and receive (74)faster during nontraffic period than during congested periods. TCP uses the dynamic retransmission time,a transmission time is different for each connection and which may be changed during the same connection. Retransmission time can be made(75) by basing it on the round-trip time (RTT). Several formulas are used for this purpose.(71) A.physical B.network C.transport D.application(72) A.path B.window C.response D.process(73) A.process B.segment C.program D.user(74)

A.connections B.requestsC.acknowledgments D.datagrams(75) A.long B.short C.fixed D.dynamic C,A,B,C,D

试题一(共15分)阅读以下说明,回答问题1至问题3,将解答填入答题纸对应的解答栏内。【说明】某公司计划部署园区网络,其建筑物分布如图1-1所

7

示。

根据需求分析结果,网络规划要求如下:1. 网络中心机房在信息大楼。2. 设计中心由于业务需求,要求千兆到桌面;同时要求设计中心汇聚交换机到核心交换机以千兆链路聚合。 3. 会议中心采用PoE无线网络部署。

【问题1】(5分,每空1分)根据公司网络需求分析,设计人员设计的网络拓扑结构如图1-2所示。 1.根据网络需求描述和网络拓扑结构,图1-2中介质1应选用

(1);介质2应选用(2);介质3应选用(3)。问题(1)~(3)备选答案:(注:每项只能选择一次)A.单模光纤B.多模光纤C.6类双绞线D.同轴电缆2.在该网络中,应至少选用单模SFP(4) 个,多模SFP (5)个。

【问题2】(4分,每空1分) 该网络部分设备如下表所示:

8

根据题目说明和网络拓扑图,在图1-2中,设备1应选用(6),设备2应选用(7),设备3应选用(8),设备4应选用(7)。【问题3】(6分,每空1分)该网络在进行地址分配时,其VLAN分配如下表所示:

根据上表,完成下列生产车间汇聚交换机的配置: Switch(config)#interface vlan 99

Switch(config-if)#ip address 192.168.99.254 255.255.255.0 Switch(config-if)#no shutdown Switch(config-if)#exit

Switch(config)#interface vlan 100 Switch(config-if)#ip address (10) (11) Switch(config-if)#no shutdown Switch(config-if)#exit Switch(config)#interface fl/2

Switch(config-if)#switchport mode (12) Switch(config-if)#switchport access vlan(13) Switch(config-if)#exit Switch(config)#interface g2/1

Switch(config-if)#switchport mode (14) Switch(config-if)#exit

9

Switch(config)#interface vlan 1

Switch(config-if)#ip address 192.168.1.254 255.255.255.0 Switch(config-if)#no shutdown Switch(config-if)#exit

Switch(config)#ip default-gateway (15)??

试题二(15分)阅读以下说明,回答问题1至问题3,将解答填入答题纸对应的解答栏内。

【问题1】(3分,每空1.5分)Linux服务器中DHCP服务程序/usr/sbin/dhcpd对应的配置文件名称是(1),该文件的缺省目录是(2)。

【问题2】(6分,每空1分)某网络采用Linux DHCP服务器为主机提供服务,查看某主机的网络连接详

细信息如图2-1所示。

请根据图2-1中补充完成Linux DHCP服务器中DHCP配置文件的相关配置项。 subnet 192.168.1.0

Netmask 255.255.255.0{range 192.168.1.10 192.168.1.200; default-lease-time (3) : max-lease-time 14400; option subnet-mask (4); option routers (5);

option domain-name \option broadcast-address (6) ;

optiondomain-name-servers (7) , (8) ;}

10


2012上半年网络工程师+完整版试题+包含上午下午 - 图文(2).doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:传承美德观后感

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: