HCNE题库+个人笔记_hcne题库个人笔记

其他范文 时间:2020-02-28 21:25:22 收藏本文下载本文
【www.daodoc.com - 其他范文】

HCNE题库+个人笔记由刀豆文库小编整理,希望给你工作、学习、生活带来方便,猜你可能喜欢“hcne题库个人笔记”。

1.帧中继采用()作为交换方式。

A.路由

B.电路交换

C.快速交换

D.分组交换

2.网络协议是为了使计算机网络中的不同设备能进行数据通信而预先制定的一套通信双方互相了解和共同遵守的格式和约定。

T.True

F.False

3.在OSI 七层参考模型中,可以完成加密功能的是()

A.物理层

B.传输层

C.会话层

D.表示层

4.传输层和数据链路层都会负责差错校检()

T.True

F.False

5.常见的路由协议有()

A.IPX(可路由协议:IP,IPX)B.OSPF

C.RIP

D.IP

6.在Quidway VRP 命令行中用哪个命令可以测试数据包从发送主机到目的地所经过的网关()

A.ping

B.tracert

C.show path

D.display path

7.PPP 的CHAP 认证采用了什么加密算法()

A.MD5

B.DES

C.RSA

D.SHA

8.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1] display current-configuration #

sysname Router1 #

FTP server enable

#

l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3 service-type ftp local-user h3c

paword simple huawei-3com service-type ppp # interface Aux0 async mode flow

# interface Serial0/0 link-protocol ppp

ppp authentication-mode chap ppp chap user huawei

ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2] display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user huawei

paword simple 3com service-type ppp # interface Serial0/0 clock DTECLK1 link-protocol ppp

ppp authentication-mode chap ppp chap user h3c

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

A.能

B.不能

C.信息不足,无法判断

9.在帧中继网络中,超过

Bc(承诺突发量)的用户数据一定会被丢弃。(Bc+Be)

T.True

F.False

10.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # fr switching

# radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 link-protocol fr fr interface-type dce

# interface Serial0/0.1 p2p fr dlci 20

ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp

# interface Aux0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 clock DTECLK1 link-protocol fr

# interface Serial0/0.1 p2p fr dlci 20

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

11.Quidway 系列路由器

vrp 3.4 版本下保存当前配置的命令是()

A.write

B.save

C.copy

D.reset

12.Quidway AR 系列路由器,可以用很多种方式进行升级,请问哪一种不是其支持的升级方法()

A.xmodem

B.ftp

C.tftp

D.HGMP(教材上没有提到HGMP)

13.下列关于

OSPF 的说法,哪些是正确的()

A.路由变化收敛速度快

B.无路由自环,支持变长子网掩码

C.支持等值路由和区域划分

D.提供路由分级管理

E.支持验证,支持以组播地址发送协议报文

14.RIP 使用()作为传输协议,端口号

520。

A.TCP

B.UDP

C.IP

D.PPP

15.访问控制列表的种类利用数字来标识,其中

4000~4999 表示()

A.基于接口的访问控制列表

(1000~1999)B.基本访问控制列表

(2000~2999)C.高级访问控制列表

(3000~3999)D.基于

MAC 地址的访问控制列表

16.TFTP 的端口号是()

(TFTP端口号是69,属于UDP协议应用程序)A.TCP 68

B.UDP 68

C.TCP 69

D.UDP 69

17.DCC 可以单独承载

IP 或

IPX 网络层协议,也可同时承载

IP 和

IPX 网络层协议。

T.True

F.False

18.下面关于

IP 地址说法正确的是(ABC)

A.每一个

IP 地址包括两部分:网络地址和主机地址

B.最小的IPv4 地址值为

0.0.0.0,最大的地址值为

255.255.255.255

C.使用

位的二进制地址,每个地址由点分隔的位二进制数组成D.IP 地址掩码与

IP 地址逐位进行与操作,结果为

0 的部分为主机位

19.下面关于子网掩码说法正确的是()

A.子网掩码有两种表示方式,其中一种可以用掩码长度来表示

B.决定IP 地址中哪部分为网络部分,哪部分为主机部分

C.A 类地址掩码为255.255.0.0(255.0.0.0)D.以上都不对

20.以下使用知名端口号的应用层协议为()

A.FTP(20/21)B.TFTP(69)C.Telnet(23)D.SMTP

21.在网络中间设备发生拥塞时,TCP 可以使用滑动窗口技术很好的解决流量控制问题。

T.True(TCP采用滑动窗口机制来实现流量控制功能。拥塞了就不行了。)F.False

22.ISDN 的功能群包含下面哪些()

A.网络终端(NT1)

B.网络终端(NT2)

C.1 类终端设备(TE1)

D.2 类终端设备(TE2)

E.终端适配器(TA)

23.缺省情况下,主接口切换到备份接口的延时为()秒。

A.0

B.10

C.30

D.一个轮询周期

24.路由器上配置命令

standby threshold 50 20,链路带宽为

100M,那么当所有主接口流量为

80M 时,系统将()

(80/100*100%=80%>50%,所以要启用备份接口)A.启用优先级最高的备份接口

B.不启用备份接口

C.关闭备份接口

D.备份接口被永久性关闭

25.以下说法正确的是()

A.IP 地址中网络地址部分全为 的IP 地址是广播地址;(主机地址)

B.IP 地址中网络地址部分全为

0 的IP 地址表示所有网络;

C.IP 地址中网络地址部分为

的IP 地址是环回地址,用于环回测试;

D.IP 地址中主机地址部分全为 的IP 地址表示所有网络。(网络地址和主机地址都为0就表示所有网络)

26.局域网(LAN)常见类型包括()

A.以太网

B.令牌环网

C.令牌总线网

D.FDDI

27.CE1 可以同时划分为

64K 的逻辑通道,一个通道用于同步,个通道用于数据传输。

(32个64K的逻辑通道,31个用于数据传输)T.True

F.False

28.802.3 帧长度从

64byte 到

1518byte 不等,802.3 标准选取最小帧长度为

64byte 时,其中用户数据的长度是()

A.46byte(64-18=46;1518-18=1500byte=1500*8=12000bit)B.46bit

C.2408bit

D.512bit

29.Xerox 的以太网极其成功,它和

DEC,Intel 共同起草了一份

100Mb/s 的以太网标准,这个标准称为

DIX(DEC,Intel,Xerox)。这个标准就是

IEEE802.3 的基础。

T.True(10Mbps)F.False

30.关于

STP 说法正确的是()

A.STP 是由

IEEE 802.1D 协议标准规定的B.STP 通过阻断网络中存在的冗余链路来消除网络可能存在的路径环路

C.运行

STP 的网桥间通过传递一种特殊的配置消息(BPDU)来实现

STP 的运算

D.STP 可以在当前活动路径发生故障时激活被阻断的冗余备份链路来恢复网络的连通性,保障业务的不间断

UPS 服务

31.以太网的典型逻辑拓扑结构是()

A.星型

B.总线型

C.环型

D.网状

32.计算机网络最主要的功能在于(D)

(看清楚题目)A.扩充存储容量

B.提高运算速度

C.传输文件

D.共享资源

33.当今居于主导地位的LAN 标准是()

A.IEEE 802.1X

B.IEEE 802.1Q

C.IEEE 802.X

D.TCP/IP

34.今天的Internet 最早的雏形是()

A.IBM SNA

B.TELENET

C.ARPANET

D.CYBERNET

35.()提出了

OSI 七层参考模型。

A.IEEE

B.ISO

C.ANSI

D.IETF

36.计算机网络可以提供以下哪些特性()

A.资源共享

B.信息传输与集中处理

C.负载均衡与分布处理

D.综合信息服务

37.局域网的常用线缆包括()

A.光纤

(局域网和广域网都可以)B.双绞线

C.V.35 线缆

(广域网)D.同轴电缆

38.网卡的主要技术参数为()

A.带宽

B.延迟

C.总线方式

D.电气接口方式

39.以太网交换机具有以下哪些功能()

A.数据过滤

B.网络分段

C.广播控制

D.访问控制

40.WAN 通常采用的交换技术是()

(WAN交换模式:电路交换(基于电话网的)和分组交换(以分组为单位存储转发)。)A.电路交换

B.存储交换

C.分组交换

D.快速交换

41.常见的网络逻辑拓扑结构包括()

A.总线型

B.星型

C.树型

D.环型

E.网型

42.衡量网络性能的两个主要指标是()

A.范围

B.带宽

C.承载协议

D.延迟

43.网络延迟主要有()

A.传导延迟

B.介质访问延迟

C.交换延迟

D.队列延迟

44.下面对于

WAN 描述正确的有()

A.运行于广阔的地理区域

B.网络控制服从公共服务的规则

C.一般通过低速串行链路进行访问

D.提供全时的或部分时间的连接

45.Modem 分为同步和异步两种,分别连接路由器的同步和异步串口,同步

Modem 可用于以下哪些网络()

A.专线

B.帧中继

C.PSTN(异步)D.X.25

46.下面属于

WAN 的有()

A.ISDN

B.WLAN(无线局域网)

C.PSTN

D.ATM

47.下面关于

Frame Relay 描述错误的有()

A.是在X.25 基础上发展起来的B.允许用户在传输数据时有一定的突发量

C.点到点的连接方式

(还可以实现一点对多点的连接)

D.速率一般选择为

256Kbps-2.048Mbps(64Kbps-2.048Mbps)

48.一台设备不支持

TCP/IP,也是可以和其他网络设备通信的。(可以通过IPX/SPX)

T.True F.False

49.当今居于主导地位的LAN 标准是由国际标准化组织

ISO 提出的。

(IEEE)T.True

F.False

50.路由器是一种用于网络互连的设备,为不同网络之间的报文提供寻径和存储转发的功能。

T.True

F.False

51.ISDN 的BRI 方式下双通道不能同时支持两路独立的应用。

(2B+D,2B是独立的)T.True

F.False

52.局域网的特点是()

A.距离短

B.延迟小

C.数据速率高

D.可大范围提供数据通信服务

53.下列选项中属于无线局域网(WLAN)标准的是()

A.802.3(802.3以太网标准、802.4令牌总线网标准、802.5令牌环网标准、802.11无线局域网标准。)B.802.4

C.802.5

D.802.11

54.计算机网络,就是把分布在不同地理区域的计算机以及专门的外部设备利用通信线路互连成一个规模大、功能强的网络系统,从而使众多的计算机可以方便地互相传递信息,共享信息资源。

T.True

F.False

55.计算机网络起始于世纪

年代,当时网络的概念主要是基于主机(host)架构的低速串行(serial)连接,提供应用程序执行、远程打印和数据服务功能。

(60年代)T.True

F.False

56.一般来讲,计算机网络可以按照它覆盖的地理范围,划分为以太网和局域网。(按照覆盖的地理范围划分:局域网(LAN)、广域网(WAN)和城域网(MAN)。)

T.True

F.False

57.LAN 的杓颇勘曛饕

娑杂邢薜牡乩砬

辉市硗

狈梦矢叽

淼慕橹省?

T.True

F.False

58.局域网的特点是距离短、延迟小、数据速率高,就是数据传输不可靠。(数据传输中的TCP和SPX是可靠的)

T.True

F.False

59.集线器(Hub)中平均每用户(端口)传递的数据量、速率等受活动用户(端口)总数量的限制。

T.True

F.False

60.WAN 的目的是为了让分布较远的各局域网互联,所以它的结构又分为末端系统(两端的用户集合)和通信系统(中间链路)两部分。

T.True

F.False

61.路由器负责在各段广域网和局域网间根据地址信息将数据送到最终目的地,但它并不参与建立路由。

(①路由器负责在各个网段广域网和局域网间根据地址建立路由,将数据送到最终的目的地。

②路由器通常不直接与主机相连,而是提供连接广域网网段和局域网网段的接口,从而在不同网段之间进行路由选择。)T.True

F.False

62.网络的拓扑结构是逻辑结构,和实际设备的物理连接没有必然的关系。

T.True

F.False

63.PSTN 系统使用电路交换技术,必须给每一个通话分配一个专用的语音通道,消息是以数字的形式在PSTN 上传送的。

(模拟)T.True

F.False 答案为F 64.WAN 交换技术的分组方式是一种存储转发的交换方式。它将需要传输的信息划分为一定长度或可变长度的包,以分组为单位进行存储转发。

T.True

F.False

65.异步传输模式(ATM)是一种信元交换网络,最大特点是速率高、延迟小、传输质量有保证。

T.True

F.False

66.星型拓扑结构安装方便,易于设计与维护,网络易于修改,并且更容易对发生的问题进行诊断。在局域网构建中,大量采用了星型拓扑结构。

T.True

F.False

67.物理层的主要功能是()

A.物理地址定义

(物理地址通常是由网卡生产厂家烧入网卡的EPROM)B.建立端到端连接

(传输层)

C.在终端设备间传送比特流,定义了电压、接口、电缆标准和传输距离等

D.将数据从一端主机传送到另外一端主机

(传输层)68.以下属于数据链路层的设备是()

A.广域网交换机

B.路由器

(网络层设备:路由器,三层交换机)C.中继器

(物理层设备:中继器,集线器)D.网关

69.数据链路层添加报头到数据包中,形成(),再传递到物理层,在物理层网络传送原始的比特流。

A.帧

B.信元

C.数据包

(网络层)D.段

(传输层)

70.网桥属于

OSI 七层参考模型的第()层。

A.1

B.2(数据链路层)C.3

D.4

71.主机在数据链路层通过()找到本地网络上的其他主机。

A.端口号

B.硬件地址

(MAC地址)C.默认网关

D.逻辑网络地址

72.IP 协议对应于

OSI 七层参考模型中的第()层。

A.5

B.3(网络层)C.2

D.1

73.在OSI 七层参考模型中,网络层的功能主要是()(寻址和路由选择)

A.在信道上传输原始的比特流

B.确保到达对方的各段信息正确无误(传输层)

C.确定数据包从源端到目的端如何选择路由

D.加强物理层数据传输原始比特流的功能并且进行流量调控

74.数据分段是在OSI 七层参考模型中的()完成的。

A.物理层

B.网络层

C.传输层

D.接入层

75.当数据在网络层时,我们称之为()

A.段

B.包

C.位

D.帧

76.提供端到端可靠数据传输、流控的是在OSI 七层参考模型的()

A.表示层

B.网络层

C.传输层

D.会话层

77.选出下列基于

TCP 协议的应用程序()

(常用TCP端口号:HTTP 80,FTP 20/21,Telnet 23,SMTP 25,DNS 53;)A.PING B.TFTP

C.TELNET

D.OSPF

78.TCP,UDP,SPX 属于

OSI 七层参考模型的()

(传输层协议主要有TCP/IP协议栈的TCP协议和UDP协议,IPX/SPX协议栈的SPX协议。)A.网络层

B.传输层

C.会话层

D.表示层

79.下列不属于传输层的功能的是()

(功能:建立、维护虚电路,进行差错校验,流量控制)

A.维护虚链路

B.进行差错校检

C.流量控制

D.选择路由

(网络层)80.DNS 工作于()(应用层常用的几种协议:FTP,SMTP,SNMP,TFTP,Telnet,Tracert,HTTP,DNS,WINS,BootP,Ping,POP3)

A.网络层

B.传输层

C.会话层

D.应用层

81.SNMP 工作于()

A.网络层

B.应用层

C.会话层

D.表示层

82.三层交换机是工作在()的设备。

A.网络层

B.传输层

C.会话层

D.数据链路层

83.RFC 文档是下面哪一个标准化组织的工作文件()

A.ISO

B.IETF

C.ITU

D.IEEE

84.OSI 代表()

A.Organization for Standards Institute

B.Organization for Internet Standards

C.Open Standards Institute

D.Open Systems Interconnection

85.OSI 参考模型从上至下按顺序有哪些层()

A.应用层、传输层、网络层、物理层

B.应用层、表示层、会话层、网络层、传输层、数据链路层、物理层

C.应用层、表示层、会话层、传输层、网络层、数据链路层、物理层

D.应用层、会话层、传输层、物理层

86.数据封装的正确过程是()

A.数据段

-> 数据包

-> 数据帧

-> 数据流

-> 数据

B.数据流

-> 数据段

-> 数据包

-> 数据帧

-> 数据

C.数据

-> 数据包

-> 数据段

-> 数据帧

-> 数据流

D.数据

-> 数据段

-> 数据包

-> 数据帧

-> 数据流

87.下面关于

CSMA/CD 网络的叙述哪个是正确的()(参考D,每一个节点都耀接收并检验数据,所以都不可能直接发送)

A.数据都是以广播方式发送的B.一个节点的数据发往最近的路由器,路由器将数据直接发到目的地

C.如果源节点知道目的地的IP 和

MAC 地址的话,信号是直接送往目的地

D.任何一个节点的通信数据要通过整个网络,并且每一个节点都接收并检验该数据

88.对于

V.24 标准,工作在异步模式下,封装链路层协议

PPP、SLIP 支持网络层协议

IP 和

IPX,最高传输速率是

115200bps。

T.True

F.False

89.对于

V.24 标准,工作在同步模式下,封装链路层协议

x.25、PPP、HDLC、LAPB 支持网络层协议

IP 和

IPX,最高传输速率是

115200bps。(64000bps)

T.True

F.False

90.V.35 电缆传输(同步方式下)的公认最高速率是

2048000bps。

T.True

F.False

91.V.24 是由

ITU-T 定义的DTE 和

DCE 设备间的接口标准。

T.True

F.False

92.EIA/TIA-232,又称

RS-232,是一个公共物理层标准,用来支持信号速率达

64kbps 的非平衡电路。

T.True

F.False

93.路由器和路由器之间需要用直连网线相连。(相同设备用交叉线,不同设备用直通线)

T.True

F.False

94.会话层不但用于建立虚链路,进行差错校检,还提供双工协商,会话同步等。(会话层允许不同机器上的用户建立、管理和终止应用程序间的会话关系,还提供双工协商、会话同步)

T.True

F.False

95.多个应用程序可以共享同一个传输连接,称为多路复用(multiplex)。

T.True

F.False

96.MAC(Media Acce Control)位于网络层和

LLC 子层之间,是上层和下一层的管理层。(网络层>数据链路层(LLC>MAC)>物理层,而数据链路层分为LLC子层和MAC子层。)

T.True

F.False

97.传输层协议主要有

TCP 协议,UDP 协议,以及

SPX 协议等,其中

UDP 和

SPX 协议提供不可靠的,无连接的服务。(SPX协议提供可靠连接的服务)

T.True

F.False

98.流量控制的三种方式包括缓存技术,源抑制报文和窗口机制,其中窗口机制采用了肯定确认技术(positive acknowledgement)技术,所以认为是非常可靠的。

T.True

F.False

99.流量控制只是在数据链路层实现的一种机制。(并非只是在数据链路层)

T.True

F.False 答案为F 100.封装是指网络节点将要传送的数据用特定的协议头打包来传送数据,有时也会在数据尾部加上信息。

T.True

F.False

101.非屏蔽双绞线较屏蔽双绞线具有更强的抗干扰能力,传输距离更远。(相反)

T.True

F.False

102.面向连接的服务是可靠的报文序列服务,不易丢失数据。

T.True

F.False

103.面向连接的服务是以邮政系统为模型的,每个报文带有完整的目的地址,并且每一个报文都独立于其它报文,经由选定的路线传递。(不可靠连接)

T.True

F.False

104.网络层的协议有()协议。

A.IP

B.ARP

C.ICMP

D.RARP

105.以太网常用的接口线缆标准有()(局域网常用的接口线缆标准:10Base-T、100 Base-T、100 Base-TX/FX、1000 Base-T、1000 Base-SX/LX。)

A.10BASE-T

B.100BASE-T

C.100BASE-TX

D.1000BASE-TX

E.10BASE-TX

106.广域网常用的DTE 设备有()(广域网常用的DTE 设备终端主机,路由器)

A.广域网交换机

B.MODEM

C.终端主机

D.路由器

107.广域网常用的DCE 设备有()

(广域网常用的DCE 设备:CSU/DSU,MODEM,广域网交换机)A.CSU/DSU

B.路由器

C.广域网交换机

D.MODEM

108.以下有关以太网

MAC 地址说法正确的是()

A.网络设备的MAC 地址是全球唯一的B.MAC 地址由

个二进制位组成,通常我们用十六进制来表示

(MAC地址则是48位的。)

C.MAC 地址中前六位十六进制数由

IEEE 统一分配,后六位十六制数由厂商自行分配

D.如果您的计算机配置了两块网卡,那么该主机就有个

MAC 地址

109.下列有关广域网数据链路层说法正确的是()

A.常见的广域网链路层协议包括

HDLC、PPP、X.25 和帧中继等

B.PPP 协议是

Quidway 路由器串口默认的数据链路层封装协议

C.X.25 通过使用无差错的校检机制,加速了数据转发速率,因此比帧中继更有效。

D.广域网交换机是广域网常见的数据链路层设备

110.常见的可路由协议有()

A.IPX

B.OSPF

C.RIP

D.IP

111.传输层的基本功能包括()

(传输层一般包含四项基本功能)A.将应用层发往网络层的数据进行分段

B.建立端到端的连接,主要是建立逻辑连接以传送数据流

C.将数据段从一台主机发往另一台主机

D.部分传输层协议保证数据传送正确性,如

TCP 协议

112.常见的会话层协议有()(SQL,NFS,RPC,X Windows)

A.结构化查询语言(SQL, Structured Query Language)

B.网络文件系统(NFS,Network File System)

C.远程过程调用(RPC,Remote Procedure Call)

D.ASCII(America Standard Code for International Interchange)(属于表示层协议)

113.常见的表示层协议有()(EBCDIC,ASCII,JPEG,TIFF,MIDI,MPEG,QuickTime)

A.JPEG

B.GIF

C.MPEG

D.MIDI

114.PDU 是指协议数据单元,OSI 参考模型中包含的协议数据单元有()

A.APDU(应用层APDU,表示层PPDU,会话层SPDU,传输层段,网络层包,数据链路层帧,物理层比特流)B.BPDU

C.PPDU

D.SPDU 115.以下选项为广域网接口的是()

A.X.21(X.21的另外一个设计目标是允许接口在比EIA RS-232C更长的距离上进行更高速率的数据传略多于,其电气特性类似于EIA RS-422的平衡接口,支持最大的DTE-DCE电缆距离是300m。X.21可以按同步传输的半双工或全双工方式运行,传输速率最大可达10Mbps。X.21接口适用于由数字线路(而不是模拟线路)访问公共数据网(PDN)的地区.欧洲网络大多使用X.21接口.)B.RS-232

C.V.24

D.V.35

116.以下哪些是面向连接服务包含的内容()

(面向连接的服务 首先要在信源与信宿之间建立连接,然后在此连接上通信,最后拆除连接)A.建立连接

B.数据传输

C.断开连接

D.资源动态分配

117.数据链路层的主要功能包括()

A.承载网络层的数据包

B.负责网络拓扑

C.差错校验

D.流量控制

118.物理层实现的主要功能在于提出了物理层的()(物理层实现传输数据所需要的机械、电气、功能特性以及过程等手段)

A.比特流传输中的差错控制方法

B.机械特性

C.电气特性

D.功能特性

119.关于

Quidway 路由器,下列说法正确的是()

A.Quidway 路由器的软件平台是

VSP(VRP)

B.Quidway 路由器的配置只能用

console 口实现

(可以通过Console终端配置模式、AUX口远程配置模式、远程Telnet配置模式、哑终端配置模式、FTP下载配置文件模式)C.Quidway 路由器的console 口接口类型为

RJ45

D.Quidway 路由器的console 口缺省配置速率为

9600bps

120.配置

Quidway 路由器的时候,超级终端必须打开流控功能。(可以不打开流控功能)

T.True

F.False

121.清除路由器的配置执行如下哪条命令()

A.reset history-command

B.reset saved-configuration

C.reset current-configuration

D.erase saved-configuration

122.在Quidway 路由器上查看当前配置命令为()

A.show running-configuration

B.show current-configuration C.display current-configuration

D.display configuration

123.在Quidway 路由器上用户视图下键入哪条命令进入系统视图()

A.super

B.system-view

C.system view

D.enable

124.在Quidway 路由器上任一命令视图下,键入()键可以获取该命令视图下所有的命令及其简单描述。

A.?

B.!

C./

D.125.在Quidway 路由器命令行中使用()快捷键可以停止当前正在执行的功能。

A.Ctrl+C

B.Ctrl+D

C.Ctrl+N

D.Ctrl+X

126.在Quidway VRP 命令行中用哪个命令可以检测网络的连通性()

A.ping

B.display ip routing-table

C.show path

D.display path

127.使用

TFTP 方式对

Quidway 路由器升级,下列说法正确的是()

A.TFTP 升级可以通过

console 口完成(1.在路由器上选择用于下载的以太网接口。(Ethernet 0/0)

2.在与以太网接口相连的PC上运行TFTP SERVER程序,并指定升级文件的路径。

3。在与配置口相连的PC上运行PC上运行终端仿真程序,启动路由器)

B.TFTP 升级时只能用路由器做

server 端(路由器做客户端)

C.TFTP 升级需要配置用户名和密码

(只有FTP需要用户名和密码,其他都不需要)D.TFTP 升级通常比

Xmodem 速度快

128.在Quidway 路由器

Bootrom 中的NET 升级方式用的传输协议实际上是

FTP。

(TFTP)T.True

F.False

129.在Quidway 路由器

VRP3.4 版本上

show history-command 可以显示历史命令。

T.True(display history-command)F.False

130.在Quidway 路由器VRP3.4 版本上一个端口被

shutdown 后,执行 no shutdown 可以恢复。

T.True(undo shutdown)F.False 131.在Quidway 路由器上使用什么快捷键可以补全命令()

A.Tab 键

B.?键

C.回车键

D.Ctrl +

C 键

132.Quidway 路由器的广域网接口缺省封装协议为()

A.HDLC

(CISCO路由器缺省封装的协议)B.X.25

C.PPP

D.Frame Relay

133.下列关于

HDLC 的说法哪个是错误的()

A.HDLC 运行于同步串行线路

B.HDLC 是面向字符的链路层协议,其传输的数据必须是规定字符集

(HDLC是面向比特的协议,不一定是规定字符集)C.HDLC 的地址字段长度为一个字节

D.链路层封装标准

HDLC 协议的单一链路只能承载单一的网络层协议

134.下列关于

PPP 协议的说法哪个是正确的()

A.PPP 协议是一种

NCP 协议(PPP具有各种 NCP 协议)

B.PPP 协议只能工作在同步串行链路上

(PPP主要被设计用来在支持全双工的同异步链路上进行点到点之间的数据传输)

C.PPP 协议与

HDLC 同属广域网协议

D.PPP 协议是三层协议(PPP协议是数据链路层协议,位于第二层)

135.PPP 协议在LCP 协商状态变成OPENED 后,可能进入什么阶段()

A.KeepAlive

B.Network(无验证)

C.Authenticate(配置有验证)D.Establish

136.PPP 协商包含哪几个阶段()

(PPP 协商分为几个阶段: Dead 阶段、Establish 阶段、Authenticate 阶段、Network阶段和 Terminate 阶段)A.Dead

B.Inital

C.Establish

D.Authenticatie

E.KeepAlive

F.Network

G.Terminate

137.PPP 的CHAP 验证为几次握手()

A.1

B.2

C.3

D.4

138.CHAP 验证中哪些说法是错误的()

A.主验方先发送验证报文

B.被验方先发送验证报文

C.验证过程中传输验证密码

D.验证过程中不传输验证密码

139.关于

MultiLink PPP 下列哪些说法错误()

A.在NCP 阶段协商是否使用

MP(在LCP阶段协商是否使用MP)B.MP 协商不能进行验证

(可以进行验证)

C.终端描述符不同的PPP 通道可以绑定到同一个

MP(只有终端描述符相同的 PPP 通道可以绑定到同一个 MP)

D.MP 绑定只需要用户名相同即可

(协商参数包括:MRRU、SSNHF、终端描述符)140.当

PPP 的PAP 验证失败时,出现如下情况()

A.LCP up,NCP down

B.LCP down,NCP down

C.IP 协议可以建立

D.LCP up,NCP 也可以

UP

141.下列关于

MP 的说法正确的是()

A.MP 不允许将报文分片

(MP允许将报文分片,分片将从多个点对点 链路上送到同一个目的地)

B.MP 协商的参数包括:

MRRU、SSNHF、终端描述符和用户名

(不包括用户名)C.一般推荐使用

MP-group 进行绑定

D.MP 绑定越多越好

(不是绑定越多越好)142.下列说法正确的是()

A.PAP 没有

CHAP 安全性高,所以

PAP 根本不应该存在B.PPP 链路在空闲一段时间后,会自动断链

(PPP要进行链路维护,不会自动断)C.PPP 协议主要由三类协议组成:

MAC 层协议、LCP 协议和

NCP 协议

(PPP 主要由两类协议组成: 链路控制协议族(LCP)和网络层控制协议族(NCP))D.PPP 是数据链路层协议,提供点对点的链路层封装

143.PPP 链路的状态为

serial number is administratively down, line protocol is down 时,说明()

A.物理链路有问题

B.接口被管理员

shutdown 了

C.参数配置不正确

D.没大问题,重启路由器就行了。

144.PPP 的CHAP/PAP 验证发生在LCP 协商之前。(LCP 状态为 Opened时才进入到Authenticate 阶段,开始CHAP/PAP验证)

T.True

F.False

145.关于

MP 的说法,下面正确的是()

A.MP 方式下链路协商时,LCP 阶段不协商

MP 的相关参数,而在NCP 阶段进行。

(在LCP阶段协商)

B.终端描述符

(Endpoint Discriminator)唯一标识一个网络实体,所以绑定到一个

MP 的PPP 通道不能有相同的终端描述符。(只有终端描述符相同的 PPP 通道可以绑定到同一个 MP)

C.MP 链路有

DTE 端和

DCE 端,两端不能接错。

(不用考虑DTE或DCE)D.MP 链路允许将报文分片,分片将从多个点对点链路送到同一个目的地。

146.PPP 链路

CHAP 验证方式,其算法是无法破译的,所以在验证时可以放心的把加密后的用户名和口令在网络上传递。(CHAP验证不用传递口令)

T.True

F.False

147.MP 只能绑定在Virtual Template 接口上,其他接口无法做到。

(可以是物理接口)T.True

F.False

148.CHAP 验证时,主验证方需要知道自己和被验证方的用户名,而被验证方不需要知道主验证方的用户名。

T.True

F.False

149.关于

PAP 和

CHAP,下列说法错误的是()

A.CHAP 验证的主验证方向被验证方发送一些随机报文,并同时将本端的主机名附带上一起发给被验证方。

B.PAP 验证的被验证方发送用户名和口令给主验证方。

C.PAP 验证中,一旦被验证方收到

NAK 报文,就立刻将链路关闭。(PAP:发送 NAK 报文,通告对端验证失败。此时,并不会直接将链路关闭。只有当验证不通过次数达到一定值(缺省为 4)时,才会关闭链路)

D.CHAP 的验证方收到被验证方返回的数据,用本地保留的口令字和随机报文算出结果,进行比较,相同则返回

ACK,否则返回

NAK。

150.下列说法不正确的是()

A.Serial number is down , line protocol is down 表示该接口没有被激活或物理层没有转为

UP 状态。

B.Serial number is up,line protocol is up(spoofing)表示该接口是拨号口,已经呼通。(没有呼通)

C.Serial number is up,line protocol is up 表示该接口已可以进行数据传输。

D.Serial number is up,line protocol is down 表示该接口已激活,但链路协商仍没有通过。

151.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user h3c

paword simple huawei-3com service-type ppp # interface Serinal0/0 link-protocol ppp

ppp authentication-mode pap ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4

authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow # interface Serial1/1 clock DTECLK1 link-protocol ppp

ip addre ppp-negotiate # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

(Router2没有配置S0/0)C.信息不足,无法判断

152.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯([Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher)

service-type telnet terminal level 3

service-type ftp local-user h3c

paword simple h3c service-type ppp # interface Aux0 async mode flow interface Serial0/0 link-protocol ppp

ppp authentication-mode pap ip addre 10.0.0.1 255.255.255.0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow # interface Serial0/0 clock DTECLK1 link-protocol ppp

ppp pap local-user h3c paword simple huawei-3com ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

(Router2中的S0/0缺少命令ppp authentication-mode pap)C.信息不足,无法判断

153.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user h3c

paword simple huawei-3com service-type ppp # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ppp authentication-mode chap ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration

# sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user h3c

paword simple huawei-3com service-type ppp # interface Aux0 async mode flow # interface Serial0/0 clock DTECLK1 link-protocol ppp ppp chap user h3c

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

154.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯([Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user h3c

paword simple huawei-3com service-type ppp # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ppp authentication-mode chap ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3)

# return

[Router2]display current-configuration

# sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user huawei

paword simple huawei-3com service-type ppp # interface Aux0 async mode flow

# interface Ethernet0/0 i addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 clock DTECLK1 link-protocol ppp

ip addre10.0.0.2 255.255.255.0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

A.能

B.不能

C.信息不足,无法判断

155.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user h3c

paword simple huawei-3com service-type ppp # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ppp authentication-mode pap

ppp pap local-user h3c paword simple huawei-3com ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0

user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

sevice-type ftp local-user h3c

paword simple huawei-3com service-type ppp local-user huawei # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ppp authentication-mode pap

ppp pap local-user h3c paword simple huawei-3com ip addre 10.0.0.2 255.255.255.0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

156.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user h3c

paword simple huawei-3com serviece-type ppp # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ppp authentication-mode pap

ppp pap local-user huawei paword simple 3com ip addre 10.0.0.1 255.255.255.0

# interface Serial1/0 clock DTECLK1 link-protocol ppp

ip addre ppp-negotiate # interface Serial1/1 clock DTECLK1 link-protocol ppp

ip addre ppp-negotiate # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user huawei

paword simple 3com service-type ppp # interface Aux 0

async mode flow # interface Serial0/0 clock DTECLK1 link-protocol ppp

ppp authentication-mode pap

ppp pap local-user h3c paword simple huawei-3com ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

157.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯([Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user h3c

paword simple huawei-3com)

serviece-type ppp # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ppp authentication-mode pap

ppp pap local-user h3c paword simple huawei ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp

local-user h3c

paword simple huawei service-type ppp # interface Aux 0 async mode flow # interface Serial0/0 clock DTECLK1 link-protocol ppp

ppp authentication-mode pap

ppp pap local-user h3c paword simple huawei-3com ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

158.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system

# local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user h3c

paword simple huawei-3com serviece-type ppp # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ppp authentication-mode pap ppp pap user h3c

ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin

paword cipher

service-type telnet terminal level 3

service-type ftp local-user h3c paword simple huawei-3com service-type ppp # interface Aux 0 async mode flow # interface Serial0/0 clock DTECLK1 link-protocol ppp

ppp authentication-mode chap ppp chap user h3c

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

159.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1

# FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp

# interface Virtual-Templatel ip addre 10.0.0.1 255.255.255.0 # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ppp mp Virtual-Template 1 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system

# local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp

# interface Virtual-Template1 Ip addre 10.0.0.2 255.255.255.0 # interface Aux 0 async mode flow # interface Serial0/0 clock DTECLK1 link-protocol ppp

ppp mp Virtual-Template 1 # interface Serial1/0 clock DTECLK1 link-protocol ppp

ppp mp Virtual-Template 1 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

160.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher service-type telnet terminal level 3

service-type ftp local-user route-b

paword simple route-b serviece-type ppp

# interface Virtual-Template 1 ip addre 10.0.0.1 255.255.255.0 # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ppp authentication-mode pap

ppp pap local-user route-a paword simple route-a ppp mp

# interface Serial1/0 link-protocol ppp

ppp authentication-mode pap

ppp pap local-user router-a paword simple router-a ppp mp

# interface NULL0

# user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @

# ppp mp user router-a bind Virtual-Template 1 # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user router-a

paword simple router-a service-type ppp

# interface Virtual-Template 1 ip addre 10.0.0.2 255.255.255.0 # interface Aux 0 async mode flow # interface Serial0/0 clock DTECLK1 link-protocol ppp

ppp authentication-mode pap

ppp pap local-user router-b paword simple router-b ppp mp

# interface Scrial1/0 clock DTECLK1 link-protocol ppp

ppp authentication-mode pap

ppp pap local-user router-b paword simple router-b ppp mp

# interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

161.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal

level 3

service-type ftp local-user router-b

paword simple router-b serviece-type ppp

# interface Virtual-Template1 ip addre 10.0.0.1 255.255.255.0 # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ppp pap local-user router-a paword simple router-a ppp mp

# interface Serial1/0 link-protocol ppp

ppp pap local-user router-a paword simple router-a ppp mp

# interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @

ppp mp user router-a bind Virtual-Template 1

# radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp local-user router-a

paword simple router-a service-type ppp

# interface Virtual-Template1 ip addre 10.0.0.2 255.255.255.0 # interface Aux 0 async mode flow # interface Serial0/0 clock DTECLK1 link-protocol ppp

ppp pap local-user router-b paword simple router-b ppp mp

# interface Serial1/0 clock DTECLK1 link-protocol ppp

ppp pap local-user router-b paword simple router-b ppp mp

# interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4

authentication-mode none

user privilege level 3 # return A.能

B.不能

(Router1和Router2中的S0/0缺少ppp authentication-mode pap)C.信息不足,无法判断

162.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow # interface Serial0/0 link-protocol ppp

ip addre 20.0.0.1 255.255.255.0 # interface Null0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3

# return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux 0 async mode flow # interface Serial0/0 clock DTECLK1 link-protocol ppp

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

A.能

B.不能

C.信息不足,无法判断

163.如果路由器使能了帧中继

PVC 交换功能,帧中继接口类型应该为()

(若将帧中继接口的终端类型改为 DCE 或 NNI,必须先要在全局配置模式下执行使能帧中继交换(fr switching)A.DCE

B.DTE

C.NNI

D.UNI

164.全连通的组网方式能够解决帧中继网上的水平分割问题。

T.True

F.False

165.Quidway 系列路由器支持几种

LMI 协议()

(VRP 支持三种标准 LMI 协议类型:ITU-T 的 Q.933 附录 A、ANSI的 T1.617 附录 D、CISCO 标准)A.1

B.2

C.3

D.4

166.目前帧中继网络中常用的是帧中继的()业务。

(目前比较常用的是帧中继的 PVC 业务)A.PVC

B.SVC

C.DLCI

D.LMI

167.以下关于帧中继的说法中,正确的是()

A.基于虚电路

B.带宽统计复用

C.具有确认重传机制

D.是一种快速分组交换机制

168.下列哪个参数描述了帧中继网络使用

PVC 传输数据的承诺信息速率()

(Bc 是网络允许用户以 CIR速率在 Tc 时间间隔传送的数据量,即 Tc = Bc/CIR。Be 是网络允许用户在 Tc 时间间隔内传送的超过 Bc 的数据量)A.Bc

B.Be

C.CIR

D.Tc

169.在Quidway 路由器上配置帧中继时,使用

Inverse ARP 协议后还必须手工配置静态地址映射。

(如果已经手工配置了静态 MAP 或已经建立了动态 MAP,则无论该静态 MAP 中的对端地址正确与否,都不会在该虚电路上发送 Inverse ARP 请求报文给对端,只有在没有 MAP 的情况下才会向对端发送 Inverse ARP 请求报文)T.True

F.False

170.逆向地址解析协议(Inverse ARP)的主要功能是()

(Inverse ARP的主要功能是求解每条虚电路连接的对端设备的协议地址和在本地就可以生成对端协议地址与 DLCI 的映射(MAP))

A.通过网络设备的网络地址查找到设备的硬件地址

B.通过网络设备的硬件地址查找到设备的网络地址

C.在帧中继网络中查找虚电路连接的对端设备的网络地址

D.在帧中继网络中生成对端网络地址与

DLCI 的映射

E.在帧中继网络中查找虚电路连接的本地设备的网络地址

171.和电路交换相比,分组交换的时延较小。(电路交换:基于电话网的电路交换  优点:时延小、透明传输、信息传输的吞吐量大 ;缺点:带宽固定,网络资源利用率低。分组交换:以分组为 单位存储转发

 优点:多路复用,网络资源利用率高 ;缺点:实时性差。)

T.True

F.False

172.以下不属于帧中继技术特性的是()

A.信元长度固定

B.对

X.25 进行了简化

C.在链路层完成统计复用、帧透明传输和错误检测

D.提供

SVC 和

PVC 业务

173.帧中继协议工作在OSI 参考模型的()(帧中继功能的核心部分对应 OSI 参考模型的下两层)

A.物理层和应用层

B.物理层和数据链路层

C.数据链路层和网络层

D.数据链路层和表示层

174.对于帧中继描述正确的是()

(每个DLCI只有本地意义,帧中继提供SVC和PVC业务)

A.使用具有本地意义的DLCI 描述

SVC

B.使用具有全局意义的DLCI 描述

SVC

C.使用具有本地意义的DLCI 描述

PVC

D.使用具有全局意义的DLCI 描述

PVC

175.在帧中继网络中,如果已经配置了静态

MAP,则不会在该虚电路上发送

Inverse ARP。

T.True

F.False

176.下列关于

DLCI 叙述正确的是()

(帧中继网络用户接口上最多可支持 1024 条虚电路,其中用户可用的 DLCI 范围是 16~1007)A.DLCI 是本地接口有效

B.DLCI 是由

DCE 侧分配的C.用户可用的DLCI 范围是

1-1007(16~1007)D.不同的物理接口可以配置相同的DLCI

177.在配置帧中继子接口时,可配的子接口类型有()(帧中继的子接口又可分为两种类型:点到点(point-to-point)子接口和点到多点(multipoint)子接口)

A.point-to-point

B.NBMA(帧中继接口属于 NBMA类型的接口,支持子接口)C.point-to-multipoint

D.broadcast

178.帧中继

LMI 一般占用哪几个

DLCI()

(DLCI 0 和 1023 为 LMI 协议专用)A.0

B.16

C.1007

D.1023

179.帧中继的点到点子接口不用配置静态地址映射即可确定对端设备。

(对于点到点的子接口,因为只有一个对端设备,只要在该子接口上配置一条 PVC 就可以了,而不用配置静态地址映射就可唯一地确定对端设备)T.True

F.False

180.下列哪些是帧中继中

LMI 协议的功能()

(LMI 协议用于维护当前帧中继链路状况和帧中继协议的 PVC表)A.维护链路状态

B.维护

PVC 的状态

C.通知

PVC 的增加

D.通知

PVC 的删除

181.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 link-protocol fr fr interface-type dce

fr map ip 10.0.0.2 255.255.255.0 20 broadcast fr dlci 20

ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp

# interface Aux 0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 clock DTECLK1 link-protocol fr

fr map ip 10.0.0.1 255.255.255.0 20 broadcast fr dlci 20

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

182.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system

# domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 link-protocol fr fr interface-type dce

fr map ip 10.0.0.2 255.255.255.0 20 broadcast fr dlci 30

ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @

# radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux 0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 clock DTECLK1 link-protocol fr

fr map ip 10.0.0.1 255.255.255.0 20 broadcast fr dlci 20

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

X

183.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 link-protocol fr

fr map ip 10.0.0.2 255.255.255.0 20 broadcast fr dlci 20

ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4

authentication-mode none

user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux 0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 clock DTECLK1 link-protocol fr

fr map ip 10.0.0.1 255.255.255.0 20 broadcast fr dlci 20

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4

authentication-mode none user privilege level 3 # return A.能

B.不能

(Router1中的S0/0缺少命令fr interface-type dce)C.信息不足,无法判断

184.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 link-protocol fr

ip addre 10.0.0.1 255.255.255.0 # interface NULL0

# user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux 0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 clock DTECLK1 link-protocol fr

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0

user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

(Router1中的S0/0缺少命令fr interface-type dce)C.信息不足,无法判断

185.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 link-protocol fr

fr interface-type dce fr dlci 20

ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux 0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 clock DTECLK1

link-protocol fr

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

C.信息不足,无法判断

186.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯([Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal)

level 3

service-type ftp # interface Aux0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc

# interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 link-protocol fr fr interface-type dce

fr map ip 10.0.0.2 255.255.255.0 20 broadcast fr dlci 30

ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux 0 async mode flow

# interface Ethernet0/0

ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 clock DTECLK1 link-protocol fr

fr map ip 10.0.0.1 255.255.255.0 30 broadcast fr dlci 20

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

(Router1和Router2中的S0/0 DLCI)

C.信息不足,无法判断

187.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯()

[Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 link-protocol fr fr interface-type nni fr dlci 20

ip addre 10.0.0.1 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux 0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 clock DTECLK1 link-protocol fr

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return A.能

B.不能

(Router2中的S0/0缺少命令fr interface-type nni)C.信息不足,无法判断

188.两台路由器背靠背直连,配置如下,路由器之间是否能够通讯([Router1]display current-configuration # sysname Router1 # FTP server enable

# l2tp domain suffix-separator @

# radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1)

ip addre dhcp-alloc # interface Serial0/0

link-protocol fr nonstandard fr interface-type dce fr dlci 20

ip addre 10.0.0.1 255.255.255.0 # interface Serial1/0 clock DTECLK1 link-protocol ppp

ip addre ppp-negotiate # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3 # return

[Router2]display current-configuration # sysname Router2 # FTP server enable

# l2tp domain suffix-separator @ # radius scheme system # domain system # local-user admin paword cipher

service-type telnet terminal level 3

service-type ftp # interface Aux 0 async mode flow

# interface Ethernet0/0 ip addre dhcp-alloc # interface Ethernet0/1 ip addre dhcp-alloc # interface Serial0/0 clock DTECLK1 link-protocol fr

ip addre 10.0.0.2 255.255.255.0 # interface NULL0 # user-interface con 0 user-interface aux 0 user-interface vty 0 4 authentication-mode none user privilege level 3

下载HCNE题库+个人笔记word格式文档
下载HCNE题库+个人笔记.doc
将本文档下载到自己电脑,方便修改和收藏。
点此处下载文档

文档为doc格式

    热门文章
      整站推荐
        点击下载本文