打印

分享变题后的 10 道CCNA 考题-附详细解释!

分享变题后的 10 道CCNA 考题-附详细解释!

1.Which of the following are true concerning distance vector and link state routing protocols? (Choose 2.)

A. Distance vector protocols send the entire routing table to directly connected neighbors.

B. Link state protocols send the entire routing table to all routers in the network.

C. Distance vector protocols send updates about directly connected neighbors to all networks listed in the routing table.

D. Link state protocols send updates containing the state of their own links to all other routers on the network.

Answer:AD


2.Given a subnet mask of 255.255.255.224, which of the following addresses can be assigned to network hosts? (Choose three.)

A. 15.234.118.63

B. 92.11.178.93

C. 134.178.18.56

D. 192.168.16.87

E. 201.45.116.159

F. 217.63.12.192

Answer:BCD

解释: 224 11100000 3位表示网络, 5位代表主机
A. 15.234.118.63 63 二进制为: 111111 为广播地址

B. 92.11.178.93 93 二进制为: 1011101 可以使用

C. 134.178.18.56 56 二进制为: 111000 可以使用

D. 192.168.16.87 87 二进制为: 1010111 可以使用

E. 201.45.116.159 159 二进制为:10011111 为广播地址

F. 217.63.12.192 192 二进制为:11000000 代表网络



3.Refer to the graphic.


It has become necessary to prevent accounting department users on the Amherst router
from accessing the human resources server attached to interface E0 of the Northampton router.
The following access control list has been created:
access-list 19 deny 192.168.16.128 0.0.0.31
access-list 19 permit any
On which interface and in which direction should this access list be placed to
prevent accounting users from accessing the network attached to the E0 interface of the Northampton router?
Access to other networks should be unaffected.

A. Amherst S0, out

B. Amherst E1, in

C. Amherst E1, out

D. Northampton S1, in

E. Northampton E0, out

F. Northampton E0, in

Answer:E

解释: 这里使用的标准访问列表, standard access-list 应该加在离目标地址最近的地方, 所以应该选择 E ,
如此应用, 一般推荐 使用扩展访问列表,就可以配置在离源网络最近的端口了。

4.


Users have been complaining that their Frame Relay connection to the corporate site is very slow.
The network administrator suspects that the link is overloaded. Based on the partial output of the
Router# show frame relay pvc
command shown in the graphic, which output value indicates to the local router that
traffic sent to the corporate site is experiencing congestion?

A. DLCI=100

B. last time PVC status changed 00:25:40

C. in BECN packets 192

D. in FECN packets 147

E. in DE packets 0

Answer:C

解释:
BECN为后向拥塞指示:
FECN为前向拥塞指示:
BECN是向数据传输方向的源方发送的(方向与数据传输方向相反),
而FECN是向数据传输方向的目的方发送的(方向与数据传输方向相同)

此处in BECN packets 192,表示本地路由器发送数据到总部网络时发生拥塞,
它收到BECN后,将会降低发送速率,从而导致速率下降。
选择选择 C


5.


The administrator is unable to establish connectivity between two Cisco routers.
Upon reviewing the command output of both routers, what is the most likely cause of the problem?

A. Authentication needs to be changed to PAP for both routers.

B. Serial ip addresses of routers are not on the same subnet.

C. Username/password is incorrectly configured.

D. Router names are incorrectly configured.

Answer:C
解释: 由图看出 密码配置有错误, 一个是 cisco ,一个是 cisco1

6.


Based on the network shown in the graphic which option contains both the potential
networking problem and the protocol or setting that should be used to prevent the problem?

A. routing loops, hold down timers

B. switching loops, split horizon

C. routing loops, split horizon

D. switching loops, VTP

E. routing loops, STP

F. switching loops, STP

Answer:F
解释:图中看出,是一交换机互连的有冗余连接的网络,
routing loops, hold down timers ,split horizon 这里都是路由网络中的一些概念
冗余连接的交换网络,
会出现: 交换环路 switching loops
解决方法: STP 生成树 协议



7.
Assuming that a router contains both physical and logical interfaces,
what factor determines the OSPF router ID?

A. the lowest network number of any interface

B. the lowest IP address of any logical interface

C. the lowest IP address of any physical interface

D. the highest network number of any interface

E. the highest IP address of any logical interface

F. the highest IP address of any physical interface

Answer:E

解释: E is ok! 这也是我们在配置OSPF 路由的时候, 为了保证路由的稳定, 一般都会配置LOOPBACK 接口
WHY? LOOPBACK 接口 就是logical interface , logical interface 为永远 UP 。



8.


Which IP addressing scheme would be correct for the topology shown in the graphic?

A. Host 1 - 192.168.10.22/24; Host 2 - 192.168.10.23/24; Host 3 - 192.168.10.24/24

B. Host 1 - 192.168.10.22/24; Host 2 - 192.168.11.23/24; Host 3 - 192.168.10.23/24

C. Host 1 - 192.168.10.22/24; Host 2 - 192.168.10.23/24; Host 3 - 192.168.11.23/24

D. Host 1 - 192.168.11.22/24; Host 2 - 192.168.11.23/24; Host 3 - 192.168.10.24/24

Answer:B
解释:每个VLAN 分别为一个 网段, 所以Host1, Host3 在同一网段, Host2 应该在其他的一个不同的网段



9.


An access list was written with the four statements shown in the graphic.
Which single access list statement will combine all four of these statements
into a single statement that will have exactly the same effect?

A. access-list 10 permit 172.29.16.0 0.0.0.255

B. access-list 10 permit 172.29.16.0 0.0.1.255

C. access-list 10 permit 172.29.16.0 0.0.3.255

D. access-list 10 permit 172.29.16.0 0.0.15.255

E. access-list 10 permit 172.29.0.0 0.0.255.255

Answer:C
解释 : 0.0.3.255 表示第3部分, 最后2位可变: 分别为:
00 (0) + 16 代表了16
01 (1) + 16 代表了17
10 (2) + 16 代表了18
11 (3) + 16 代表了19


10.


Refer to the graphic. A host is connected to switch port Fa0/3 with a crossover cable.
The host and switch have been fully configured for IP connectivity as shown.
However, the port indicator on switch port Fa0/3 is not on,
and the host can not communicate with any other hosts including those connected to VLAN 2 on the same switch.
Based on the information given, what is the problem?

A. Switch port Fa0/3 is not configured as a trunk port.

B. The cable is the wrong type.

C. The switch has been assigned an incorrect subnet mask.

D. Switch port Fa0/3 has been blocked by STP.

E. The switch and the hosts must be in the same subnet.

Answer:B
解释 : PC与交换机 互连应该使用直通线
PC与PC, PC与路由器路由器ETHERNET 与路由器ETHERNET , 互连才需要使用crossover cable

TOP

谢谢,有学习到,向楼主同志敬礼!

TOP

谢谢...

TOP

英文也,英文也,英文也,英文也,英文也,英文也,英文也,英文也,英文也,英文也, 我的英文!

TOP

谢谢

谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢

TOP

昏 这不是最新的吧

我在一个月前 就看到题库就看到这些题目了啊

TOP

我做对了9道,题库里都见过,最后一道我觉得纯属在考英文,

TOP

谢谢热心人!

TOP

俺错了好几个啊!!
怎么办啊?

TOP

请问现在考NA看什么版本TK?

TOP

看完了,有收获

TOP

楼主辛苦了

TOP

英文不太好。

TOP

现在NA最新的题库在哪里??谢谢提供

现在NA最新的题库在哪里??现在NA最新的题库在哪里??现在NA最新的题库在哪里??现在NA最新的题库在哪里??现在NA最新的题库在哪里??现在NA最新的题库在哪里??现在NA最新的题库在哪里??

TOP