CCNA 基础练习题(1)

类别:编程语言 点击:0 评论:0 推荐:

1.Which of the following factors determines the OSPF router ID when configuring a router with both
physical and logical interfaces?
A. The lowest network number of any interface.
B. The highest network number of any interface.
C. The highest IP address of any logical interface.
D. The middle IP address of any logical interface.
E. The lowest IP address of any physical interface.
F. The highest IP address of any physical interface.
G. The lowest IP address of any logical interface.
Answer: C

2.Which of the following routes will be used to forward data in a situation where a routing table contains
static, RIP, and IGRP routes destined to the same network with each set to its default administrative
distance?
A. The RIP route
B. The static route
C. The IGRP route
D. All three will load balance.
Answer: B

3.You are a Cisco certified expert. You have been contracted by the TestKing Pro chain to fix a problem
that was caused by a MCP certified technician who could not complete the configuration of the routers.
This TestKing Pro chain has three stores and wanted to maintain their bicycle repair business in a centralized manner through network connectivity. They then asked the local MCP certified technician to
configure the routers, but the technician failed to establish connectivity among the routers.
The routers are named TestKing1, TestKing2, and TestKing3, respectively.
Identify the faults(s) and make the appropriate change(s) to rectify the configuration of the routers. The
MCP technician configured the routers with the specification that follows:
 .The routers are named TestKing1, TestKing2, and TestKing3.
.RIP is the routing protocol
 .Clocking is provided on the serial 0 interfaces
 .The password on each router is “testking“
 .The subnet mask on all interfaces is the default mask.
 .The IP addresses are listed in chart below.
TestKing1
E0 192.168.27.1
E1 192.168.29.1
S0 192.168.31.1
Secret password: testking
TestKing2
E0 192.168.35.1
S0 192.168.33.1
S1 192.168.31.2
Secret password: testking
TestKing3
E0 192.168.37.1
S1 192.168.33.2
Secret password: testking
〈br〉〈button onClick=“window.open(’./picture/test3.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
To configure the router you need to click on the host icon that is connected to the router by a serial cable.
Answer:
Click on Host 2:
Router TestKing1:
TestKing1〉 enable
Password: testking
TestKing1 # config terminal
TestKing1 (config) # interface ethernet 0
TestKing1 (config-if) # ip address 192.168.27.1 255.255.255.0
TestKing1 (config-if) # no shutdown
TestKing1 (config-if) # exit
TestKing1 (config) # interface ethernet 1
TestKing1 (config-if) # ip address 192.168.29.1 255.255.255.0
TestKing1 (config-if) # no shutdown
TestKing1 (config-if) # exit
TestKing1 (config) # interface serial 0
TestKing1 (config-if) # ip address 192.168.31.1 255.255.255.0
TestKing3 (config-if) # clock rate 64000
TestKing1 (config-if) # no shutdown
TestKing1 (config-if) # exit
TestKing1 (config) # router rip
TestKing1 (config-router) # network 192.168.27.0
TestKing1 (config-router) # network 192.168.29.0
TestKing1 (config-router) # network 192.168-31.0
TestKing1 (config-router) # Ctrl-Z
TestKing1 # copy running-config startup-config
Click on Host 4
Router TestKing2:
TestKing2〉 enable
Password: testking
TestKing2 # config t
TestKing2 (config) # interface ethernet 0
TestKing2 (config-if) # ip address 192.168.35.1 255.255.255.0
TestKing2 (config-if) # no shutdown
TestKing2 (config-if) # exit
TestKing2 (config) # interface serial 0
TestKing2 (config-if) # ip address 192.168.33.1 255.255.255.0
TestKing2 (config-if) # clock rate 64000
TestKing2 (config-if) # no shutdown
TestKing2 (config-if) # exit
TestKing2 (config) # interface serial 1
TestKing2 (config-if) # ip address 192.168.31.2 255.255.255.0
TestKing2 (config-if) # no shutdown
TestKing2 (config-if) # exit
TestKing2 (config) # router rip
TestKing2 (config-router) # network 192.168.35.0
TestKing2 (config-router) # network 192.168.33.0
TestKing2 (config-router) # network 192.168.31.0
TestKing2 (config-router) # Ctrl-Z
TestKing2 # copy running-config startup-config
Router TestKing3:
Click on Host6
TestKing3〉 enable
Password: testking
TestKing3 # config t
TestKing3 (config) # interface ethernet 0
TestKing3 (config-if) # ip address 192.168.37.1 255.255.255.0
TestKing3 (config-if) # no shutdown
TestKing3 (config-if) # exit
TestKing3 (config) # interface serial 1
TestKing3 (config-if) # ip address 192.168.33.2 255.255.255.0
TestKing3 (config-if) # no shutdown
TestKing3 (config-if) # exit
TestKing3 (config) # router rip
TestKing3 (config-router) # network 192.168.33.0
TestKing3 (config-router) # network 192.168.37.0
TestKing3 (config-router) # Ctrl-Z
TestKing3 # copy running-config startup-config

4.The following exhibit shows the TestKing.com WAN. Study it carefully:
〈br〉〈button onClick=“window.open(’./picture/test4.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
What are the broadcast addresses of the subnets in the TestKing network? (Select three options.)
A. 172.16.82.255
B. 172.16.95.255
C. 172.16.64.255
D. 172.16.32.255
E. 172.16.47.255
F. 172.16.79.255
Answer: B,E,F

5.You are a network administrator at TestKing. The TestKing network is illustrated in the following
exhibit. Study it carefully:
〈br〉〈button onClick=“window.open(’./picture/test5.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
Routers TestKing1 and TestKing2 are connected through their social interfaces, however, they cannot
communicate. You ascertain that TestKing1 has the correct configuration.
Can you identify the fault on router TestKing2?
A. Link reliability is insufficient
B. IPCP is not open
C. Incorrect subnet mask
D. Incompatible encapsulation
E. Bandwidth allocation is too low
F. Incomplete IP address
Answer: D

6.You are a network administrator at TestKing. The TestKing network is illustrated in the following
exhibit. Study it carefully:
〈br〉〈button onClick=“window.open(’./picture/test6.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
You want to prevent users on the Research Network and the Internet from accessing the TestKing
Support server, but you want to allow all other TestKing users access to the server. You create an access
control list (ACL) called research block. The ACL contains the following statements:
deny 172.16.102.0 0.0.0.255 172.16.104.255 0.0.0.0
permit 172.16.0.0 0.0.255.255 172.16.104.252 0.0.0.0
Which of the following command sequence must be issued so that the list meets these requirements?
A. TestKing1(config)# interface e0
TestKing1(config-if)# ip access-group research_block in
B. TestKing2(config)# interface s1
TestKing2(config-if)# ip access-group research_block in
C. TestKing3(config)# interface s1
TestKing3(config-if)# ip access-group research_block in
D. TestKing1(config)# interface s0
TestKing1(config-if)# ip access-group research_block out
E. TestKing2(config)# interface s0
TestKing2(config-if)# ip access-group research_block out
F. TestKing3(config)# interface e0
TestKing3(config-if)# ip access-group research_block out
Answer: F

7.You are a network administrator at TestKing. You are troubleshooting a router problem. You issue the
show ip route command on one of the routers. The output from the command is shown in the following
exhibit:
A. 120 is the bandwidth allocation and 3 is the routing process number.
B. 120 is the administrative distance and 3 is the metric for that route.
C. 120 is the value of the update timer and 3 is the number of updates received.
D. 120 is the UDP port for forwarding traffic and 3 is the number of bridges.
Answer: B

8.What is the basic characteristic of switches and hubs?
A. Hubs cannot filter frames.
B. Using hubs is costly with regard to bandwidth availability.
C. Switches do and can not forward broadcasts.
D. Switches are more efficient than hubs in processing frames.
E. Switches increase the number of collision domains in the network.
Answer: E

9.When you consider half-duplex and full-duplex Ethernet, what are unique for half-duplex Ethernet?
(Select two options.)
A. Half-duplex Ethernet operates in a shared collision domain.
B. Half-duplex Ethernet operates in an exclusive broadcast domain.
C. Half-duplex Ethernet has efficient throughput.
D. Half-duplex Ethernet has lower effective throughput.
E. Half-duplex Ethernet operates in an exclusive collision domain.
Answer: A, D

10.Which PPP authentication methods will you use when configuring PPP on an interface of a Cisco router?
(Select two options.)
A. SSL
B. SLIP
C. PAP
D. LAPB
E. CHAP
F. VNP
Answer: C, E

11.Study the Exhibit below carefully:
〈br〉〈button onClick=“window.open(’./picture/test11.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
What is the function of the Frame Relay DLCI with regard to TestKingA?
A. Defines the signaling standard between TestKingA and TestKingB,
B. Identifies the type of encapsulation in operation between TestKingA and TestKingB.
C. Identifies the circuit between TestKingA and the frame switch.
D. Defines the signaling standard between TestKingA and the frame switch.
Answer: C

12.What could be the rationale behind using passive-interface command when configuring a router?
A. Allows interfaces to share common IP addresses.
B. Allows an interface to remain up without the aid of keepalives.
C. Allows a router to send routing and not receive updates via that interface.
D. Allows a routing protocol to forward updates that is missing its IP address.
E. Allows a router to receive routing updates on an interface but not send updates via that interface.
Answer: E

13.You are a network administrator at TestKing. The TestKing network is illustrated in the following
exhibit. Study it carefully:
〈br〉〈button onClick=“window.open(’./picture/test13.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
TestKing is acquiring a new Class C IP network.
Which of the following subnet masks will provide one useful subnet for each department while still
making allowance for enough usable host addresses per department as specified in the graphic?
A. 255.255.255.128
B. 255.255.255.192
C. 255.255.255.224
D. 255.255.255.240
E. 255.255.255.248
F. 255.255.255.252
Answer: C

14.You are a network administrator at TestKing. You need to troubleshoot the TestKing network shown in
the exhibit. Study the Exhibit carefully:
〈br〉〈button onClick=“window.open(’./picture/test14.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
The host, TK1, is connected to the TestKing1 LAN, but it cannot get access to resources on any of the
other networks. The host’s configuration is as follows:
host address: .....192.168.166.42
subnet mask: ......255.255.255.240
default gateway: ..192.168.166.33
Then which of the following is the cause of the problem?
A. The default gateway is a broadcast address.
B. The default gateway is on a different subnet address as the host.
C. The IP address of the host is on a different subnet.
D. The host subnet mask is incompatible to the subnet mask of the attached router interface.
Answer:

15.What are the benefits of using a router to segment the network at a main office? (Select two options.)
A. Broadcasts are not forwarded across the router.
B. Broadcasts are eradicated.
C. Adding a router to the network decreases latency.
D. Filtering can occur based on Layer 3 information.
E. Routers are more efficient than switches.
Answer: A, D

16.You are a network technician at TestKing. TestKing has a larger 172.12.0.0 network that you want to
divide into subnets. You want each subnet to support 459 hosts. You also want to provide the maximum
number of subnets.
Which network mask should you use?
A. 225.225.0.0.
B. 225.225.128.0.
C. 225.225.224.0.
D. 225.225.254.0.
Answer: D

17.Your new junior TestKing trainee, Rutger, has a problem with basic binary math. He must convert the
binary number 10011101 into its decimal and hexadecimal equivalent.
Which two numbers must Rutger provide? (Select two options)
A. 158
B. 0x9D
C. 156
D. 157
E. 0x19
F. 0x9F
Answer: B,D

18.You are a network technician at TestKing. The TestKing network is illustrated in the following exhibit.
Study it carefully:
〈br〉〈button onClick=“window.open(’./picture/test18.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
Note: SPIDs are not required for this switch.
Which of the following command will you use to bring up the ISDN link? (Select three options.)
A. Router(config-if)# encapsulation ppp
B. Router(config)# dialer-list 1 protocol ip allow
C. Router(config)# isdn switch-type type
D. Router(config)# dialer map ip address name connection number
E. Router(config-if)# dialer-group 1
F. Router(config-if)# ip address address subnet mask
Answer: C,E,F

19.You are a network technician at TestKing. You are troubleshooting a LAN connectivity problem.
Which of the following router IOS commands could you use? (Select three options.)
A. show ip route
B. winipcfg
C. tracert
D. show interfaces
E. traceroute
F. ping
Answer: A,D,E,F

20.Place the parameters in the correct sequence to configure dial-on-demand routing (DDR) on an ISDN
BRI interface.
〈br〉〈button onClick=“window.open(’./picture/test20.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
Answer:
Place 1st - Dialer
Place 2nd - Map
Place 3rd - Protocol
Place 4th - Next-hop-address
Place 5th - Dialer-String

21.Which of the following commands will you use to display the configuration register setting on a router?
A. show boot
B. show flash
C. show register
D. show version
E. show config
Answer: D

22.You are a network administrator at TestKing. You must configure a new subnetwork at the TestKing
branch office in Berlin. You have been provided with the subnet mask of 255.255.255.224. You want to
assign IP addresses to hosts on the subnet.
Which of the following IP addresses would you use? (Choose all that apply.)
A. 16.23.118.63
B. 87.45.16.159
C. 92.11.178.93
D. 134.178.18.56
E. 192.168.16.87
F. 217.168.166.192
Answer: C,D,E

23.You are a network technician at TestKing. You need to configure Frame Relay on a Cisco router.
What is the default LMI (Local Management Interface) frame type transmitted by the Cisco router on a
Frame Relay circuit?
A. IETF
B. B8ZS
C. ANSI
D. Cisco
E. Q933a
Answer: D

24.You are a network technician at TestKing. You have subnetted the 210.106.14.0 network with a /24 mask.
Your supervisor asks you how many usable subnetworks and usable host addresses per subnet this would
make provision for.
What would your response be?
A. 1 network with 254 hosts
B. 4 networks with 128 hosts
C. 2 networks with 24 hosts
D. 6 networks with 64 hosts
E. 8 networks with 36 hosts
Answer: A

25.You are a network technician at TestKing. Due to rapid expansion, TestKing is leaning towards scalable
WAN technology. Immediate plans for the company include an additional 7 regional offices with all sites
requiring continuous connectivity, but the current head office has no free ports available.
Which of the following WAN technologies will meet the requirements?
A. Frame Relay
B. Broadband cable
C. ISDN-BRI
D. ADSL
E. Dedicated PPP/HDLC links
F. ISDN
Answer: D

26.You are a network technician at TestKing. You apply the access list illustrated below to interface E0 on a
Cisco router. The interface is connected to the 192.168.1.8/29 LAN.
access-list 123 deny tcp 192.168.166.18 0.0.0.7 eq 20 any
access-list 123 deny tcp 192.168.166.18 0.0.0.7 eq 21 any
What are the consequences of this specific access list?
A. All traffic will be allowed to exit E0 except FTP traffic.
B. FTP traffic from 192.168.166.19 to any host will be denied.
C. FTP traffic from 192.168.166.22 to any host will be denied.
D. All traffic exiting E0 will be denied.
E. All FTP traffic to network 192.168.166.18/29 from any host will be denied.
Answer: D

27.What are the characteristic of link state routing protocols? (Choose all that apply.)
A. The exchange of advertisement is triggered by a change in the network.
B. All routers exchange routing tables with each other iIn a multipoint network.
C. Packets are routed based upon the shortest path to the destination.
D. Paths are chosen depending on the cost efficiency factor.
E. Every router in an OSPF area is capable of representing the entire network topology.
F. Only the designated router in an OSPF area can represent the entire network topology.
Answer: A,C,E

28.You use multiple access lists when configuring it on an interface of a Cisco router.
Which of the following statements are valid?
A. Application of up to three access lists per protocol to a single interface.
B. No more than two access lists per interface.
C. One access list may be configured per direction for each Layer 3 protocol configured on an interface.
D. The maximum number allowed varies due to RAM availability in the router.
E. An infinite number of access lists that can be applied to an interface, from most specific to most general.
F. Cisco IOS allows only one access list to an interface.
Answer: C

29.Which of the following are typical Layer 2 encapsulations for a WAN link? (Choose all that apply.)
A. Ethernet
B. PPP
C. Token Ring
D. HDLC
E. Frame Relay
F. POTS
Answer: B,D,E

30.You are a network technician at TestKing. TestKing has its head office in Mubai and a branch office in
Delhi. You want to establish connectivity between head office and the branch office. You intend using two
data link layer encapsulation, one for data and one for signaling.
What type of WAN service allows two data layer encapsulations of this nature?
A. ISDN
B. ATM
C. FDDI
D. ATX
E. Frame Relay
Answer: A

31.You are a network technician at TestKing. You use a Cisco router to divide the TestKing network into
two separate segments, TestKing1 and TestKing2. The TestKing CEO is concerned about the cost, and
wants to know what the purpose of your action is.
What should you tell him?
A. It decreases the number of broadcast domains.
B. It makes broadcasting domains more efficient between segments.
C. It increases the number of collisions.
D. It prevents segment 1’s broadcasts from getting to segment 2.
E. It connects segment 1’s broadcasts to segment 2.
Answer: D

32.You are a network technician at TestKing. A newly appointed trainee wants to know what the basics of
distance vector and link state routing protocols are.
What would your reply be? (Choose all that apply.)
A. Distance vector protocols send the entire routing table to directly connected neighbors.
B. Distance vector protocols are responsible for sending updates to all networks listed in the routing table.
C. Link state protocols are responsible for sending the entire routing table to the whole network.
D. Link state protocols send updates regarding their own links status to all other routers on the network.
Answer: A,D

33.Which of the following statements is true regarding the split horizon rule?
A. Distance vector protocols need fall back routes that are responsible for momentary loops.
B. Networks can only remain fully operational provided all information is sent out all active interfaces.
C. Each AS must keep routing tables converged to avoid dead routes from being advertised.
D. Information about a route should not be sent back in the direction from which the original update came.
E. Only routers can split boundaries (horizons) between concentric networks.
Answer: D

34.You are a network technician at TestKing. A newly appointed trainee wants to know what the differences
and similarities between bridges and switches are.
What would your reply be? (Choose all that apply.)
A. Bridges are faster learners than switches due to fewer ports.
B. Bridges and switches increase the size of a collision domain.
C. A bridge will forward a broadcast but a switch will not.
D. Bridges and switches learn MAC addresses through examining the source MAC address.
E. A switch is a uniport bridge,
Answer: D

35.You are a network technician at TestKing. You are working with a 2500 series Cisco router. You are
performing the password recovery procedure. You have just typed the following command:
o/r 0x2142
Your newly appointed trainee is curious about why this command is used.
What should you tell him?
A. It is used to restart the router.
B. It is used to bypass the configuration in NVRAM.
C. It is used to enter ROM Monitor mode.
D. It is used to view the lost password.
E. It is used to save the changes to the configuration.
Answer: B

36.You are a network technician at TestKing. You have told a newly appointed trainee that the OSI model
has 7 layers and that the Application layer is the highest layer. The trainee is curious as to which
protocols operate at the application layer.
What should you tell him? (Choose all that apply.)
A. TCP
B. Telnet
C. FTP
D. SNMP
E. IP
Answer: B,C,D

37.You are a network technician at TestKing. TestKing has its head office in Berlin and a branch office in
Bonn. You are troubleshooting the WAN link between head office and the branch office.
You replace a Cisco router that was providing Frame Relay connectivity at the Bonn site with a frame
relay router from a different vendor. However, connectivity broke down between the two offices.
What is the most likely cause of the problem?
A. Mismatched LMI types.
B. Incompatible encapsulation types.
C. Mismatching IP addresses.
D. Incorrect DLCI.
Answer: B

38.You are a network administrator at TestKing. You need to configure five new routes urgently for testing
purposes. While connected to a router by console, you copy and past a configuration from a text file into
the HyperTerminal window. Part of the text file is shown in the following exhibit:
As a result of this procedure, host 192.168.10.10/29 would not be able to ping the Ethernet interface of the
router. Why?
A. The new configuration must be saved to the NVRAM before the changes can be effected.
B. The subnet mask on the router results is miscommunication.
C. The Ethernet network does not feature in the routing table due to imcomplete RIP configuration.
D. The copied configuration did not overwrite the shutdown command on the Ethernet interface.
E. The router needs to be rebooted before the changes are effected.
Answer: D

39.You are a network administrator at TestKing. The TestKing network has three remote networks are
accessed through serial 0/0 interface on the testking1 router. The remote networks are: 172.16.10.0,
172.16.20.0, and 172.16.30.0. However, users cannot access 172.16.20.0. You are troubleshooting the
problem. You issue the debug ip rip and show ip route commands. The output form the command is
shown in the following exhibit:
〈some output text is omitted〉
testking1# debug ip rip
ld00h: RIP:received vl update from 172.16.100.2 on Serial0/0
ld00h: 172.16.10.0 in 1 hops
ld00h: 172.16.20.0 in 1 hops
ld00h: 172.16.30.0 in 1 hops
testking1# show ip route
Gateway of last resort is not set
172.16.0.0/24 is subnetted, 8 subnets
C 172.16.150.0 is directly connected, FastEthernet0/0
C 172.16.220.0 is directly connected, Loopback2
C 172.16.210.0 is directly connected, Loopback1
C 172.16.200.0 is directly connected, Loopback0
R 172.16.30.0 [120/1] via 172.16.100.2, 00:00:07, Serial0/0
S 172.16.20.0 [1/0] via 172.16.150.15
R 172.16.10.0 [120/1] via 172.16.100.2, 00:00:07, Serial0/0
C 172.16.100.0 is directly connected, Serial0/0
What is the most likely cause of the problem?
A. 172.16.20.0 is not located in testking1’s routing table.
B. There is no gateway of last resort on testking1.
C. The static route for 172.16.20.0 is incorrect.
D. The testking1 router is not receiving 172.16.20.0 updates.
Answer: C

40.You have subnetted the 213.105.72.0 network with a /28 mask. How many usable subnetworks and
usable host addresses per subnet will be provided?
A. 2 networks with 62 hosts
B. 6 networks with 30 hosts
C. 16 networks and 16 hosts
D. 62 networks and 2 hosts
E. 14 networks and 14 hosts
Answer: E

41.You are a network technician at TestKing, Inc. You are currently troubleshooting a Cisco router. You
issue the show ip route command. The output from the command is displayed in the following exhibit:
testking1#show ip route
Codes: C – connected, S – static, I – IGRP, R- RIP, M – mobile, B – BGP
D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inner area
E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP
i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, * - Candidate default
U – per-user static route
Gateway of last resort is not set
R 192.168.8.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
C 192.168.9.0/24 is directly connected, Serial1
R 192.168.10.0/24 [120/7] via 192.168.9.1, 00:00:02, Serial1
R 192.168.11.0/24 [120/7] via 192.168.9.1, 00:00:03, Serial1
C 192.168.1.0/24 is directly connected, Ethernet0
C 192.168.2.0/24 is directly connected, Serial0
R 192.168.3.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
R 192.168.4.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
R 192.168.5.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
R 192.168.6.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
R 192.168.7.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
Which route will not be entered into the routing table of a neighboring router?
A. R 192.168.11.0/24 [120/7] via 192.168.9.1, 00:00:03, Serial1
B. C 192.168.1.0/24 is directly connected, Ethernet0
C. R 192.168.8.0/24 [120/1] via 192.168.2.2, 00:00:10, Serial0
D. R 192.168.5.0/24 [120/15] via 192.168.2.2, 00:00:10, Serial0
Answer: D

42.You are a network technician at TestKing, Inc. You have subnetted the 201.105.13.0 network with a /26
mask. How many usable subnetworks and usable host addresses per subnet will be provided?
A. 4 networks with 64 hosts
B. 64 networks and 4 hosts
C. 2 networks and 62 hosts
D. 62 networks and 2 hosts
E. 6 network and 30 hosts
Answer: C

43.You are a network technician at TestKing, Inc. Your TestKing trainee is studying the spanning tree
algorithm and wants to know what the default mechanism for determining the spanning-tree path cost is.
What would your reply be?
A. Statically determined by the administrator.
B. Sum of the costs based on bandwidth.
C. Total hop count.
D. Sum of the cost based on latency.
Answer: B

44.You are a trainee technician at TestKing, Inc. You need to display your knowledge of the Spanning-Tree
algorithm.
Connect the Spanning-Tree Protocol states with the correct functions.
(Not all options are used.)
〈br〉〈button onClick=“window.open(’./picture/test44.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
Answer:
〈br〉〈button onClick=“window.open(’./picture/test44answer.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉

45.You are a network technician at TestKing, Inc. You are required to establish a Telnet session with a cisco
router.
Which of the following commands should you use?
A. testking1(config)# line console 0
testking1(config-if)# enable password testking
B. testking1(config)# line vty 0
testking1(config-line)# enable password testking
C. testking1(config)# line vty 0
testking1(config-line)# enable secret testking
testking1(config-line)# login
D. testking1(config)# line console 0
testking1(config-line)# enable secret testking
testking1(config-line)# login
E. testking1(config)# line console 0
testking1(config-line)# password testking
testking1(config-line)# login
F. testking1(config)# line vty 0
testking1(config-line)# password testking
testking1(config-line)# login
Answer: F

46.You are a network technician at TestKing, Inc. TestKing has recently opened a third office in a foreign
country and bought a router to connect this office to the other two already on the network. The names of
the routers are TestKing1, TestKing2, and TestKing3. Configure the TestKing3’s router’s IP addresses
on the E0 and S1 interfaces so that the E0 interface receives the first usable subnet while the S1 interface
receives the second usable subnet from the network 192.168.101.0/28. Both interfaces should receive the
first available IP of the subnet. The zero subnet should not be used. The routers have been configured
with the following specifications.
  .The routers are named TestKing1, TestKing2, and TestKing3.
  .RIP is the routing protocol.
  .Clocking is provided on the serial 0 interfaces
  .The secret password on the TestKing3 router is “testking“
  .The subnet mask of all networks other than 192.168.101.0 is the default mask.
  .The IP addresses are listed in the chart below.
TestKing1
E0 192.168.93.1
S0 192.168.95.1
TestKing2
E0: 192.168.97.1
S0: 192.168.101.42
S1: 192.168.95.2
TestKing3
E0 to be determined
S1 to be determined
Secret password: testking
〈br〉〈button onClick=“window.open(’./picture/test46.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
Click on the host icon that is connect to a router by a serial console cable to configure the router.
Answer:
TestKing3〉 enable
Password: testking
TestKing3 # config terminal
TestKing3 (config) # interface ethernet 0 (Shorthand: int e 0)
TestKing3 (config) # router rip
TestKing3 (config-router) # network 192.168.101.0
TestKing3 (config-router) # network 192.168.101.0
TestKing3 (config-router) # exit
TestKing3 (config) # int ethernet 0
TestKing3 (config-if) # ip address 192.168.101.17 255.255.255.240
TestKing3 (config-if) # no shutdown
TestKing3 (config-if) # exit
TestKing3 (config) # interface serial 1 (Shorthand: int s 1)
TestKing3 (config-if) # ip address 192.168.101.33 255.255.255.240
TestKing3 (config-if) # no shutdown
TestKing3 (config-if) # CTRL+Z
TestKing3 # copy running-config startup-config

47.You are a network technician at TestKing, Inc. You are planning a network installation for the company.
The design requires 100 separate subnetworks, resulting in the acquisition of a Class B network address.
Which of the following subnet masks will provide the 100 subnetworks required, if 500 usable host
addresses are required per subnet?
A. 255.255.0.0
B. 255.255.224.0
C. 255.255.254.0
D. 255.255.255.0
E. 255.255.255.224
F. 255.255.255.254
Answer: C

48.What is the function of access control lists (ACLs)? (Choose all that apply.)
A. Monitor the number of bytes and packets.
B. Assume role off virus detector.
C. Identify interesting traffic for DDR.
D. IP route filtering.
E. Provide high network availability.
F. Classify and organizing network traffic.
Answer: C,D,F

49.What could you use to prevent rooting loops in the network when configuring the network using a distance vector routing protocol? (Choose all that apply.)
A. Spanning Tree Protocol
B. Shortest path first tree
C. Link-state advertisements (LSA)
D. Hold-down timers
E. Split horizon
F. VRP
Answer: D,E

50.The following exhibit shows the router topology for the TestKing network.
〈br〉〈button onClick=“window.open(’./picture/test50.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
All routers are running RIP. Which of the following statements describe how the routers exchange their
routing tables? (Choose all that apply.)
A. TestKing4 exchanges with TestKing3.
B. TestKing4 exchanges with TestKing2.
C. TestKing4 exchanges with TestKing1.
D. TestKing1 exchanges with TestKing3.
E. TestKing1 exchanges with TestKing2.
F. TestKing1 exchanges with TestKing4.
Answer: A, D

51.Which of the following encapsulations can be used when configuring a serial interface on a Cisco router?
(Choose all that apply.)
A. Token Ring
B. Ethernet
C. HDLC
D. PPP
E. Frame Relay
F. CHAP
Answer: C, D, E

52.You are a network technician at TestKing. TestKing has a class C network license. The company requires
5 usable subnets. Each subnet must accommodate at least 18 hosts.
Which network mask should you use?
A. 225.225.224.0.
B. 225.225.240.0.
C. 225.225.255.0.
D. 255.255.255.224
E. 225.225.255.240
Answer: D

53.You are a network technician at TestKing, Inc. The TestKing network topology is shown in the following
exhibit:
〈br〉〈button onClick=“window.open(’./picture/test53.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
Each host is connected through its own 10Mbps half-duplex switch port to the e0 interface of the router
TestKing1.
What is the bandwidth available to each host?
A. 1 Mbps
B. 10 Mbps
C. 20 Mbps
D. 100 Mbps
E. 120 Mbps
Answer: B

54.Three sites, TestKing1, TestKing2, and TestKing3 are connected via a WAN. At each site a router
provides serial connectivity to the Wan and an Ethernet connection to a LAN. All three routers are
configured, and the network is functional. Configure and apply an access list will prevent telnet access to
the TestKing1 router while allowing all other traffic to pass. The access list should not contain more than
three (3) statements and should be applied to the TestKing1 router. The routers have been previously
configured with the following specifications:
 .The routers are named TestKing1, TestKing2, and TestKing3.
 .RIP is the routing protocol.
 .The clocking signal is provided on the serial 0 interfaces.
 .All passwords on all routers are “testking“.
 .The subnet mask on all the interfaces is the default mask.
 .IP addresses are listed in the chart below.
TestKing1
E0 192.168.149.1
S0 192.168.199.1
Secret password: testking
TestKing2
E0 192.168.155.1
S0 192.168.11.1
S1 192.168.199.2
Secret password: testking
TestKing3
E0 192.168.165.1
S1 192.168.11.2
〈br〉〈button onClick=“window.open(’./picture/test54.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
To configure the router click on the host icon that is connected to a router by a serial console cable.
Answer:
TestKing1〉enable
Password:
TestKing1#show access-lists
TestKing1#config t
Enter configuration commands, one per line. End with END.
TestKing1(config)#access-list 101 deny tcp any 192.168.149.1 0.0.0.0 eq 23
TestKing1(config)#access-list 101 deny tcp any 192.168.199.1 0.0.0.0 eq 23
TestKing1(config)#access-list 101 permit ip any any
TestKing1(config)#interface Ethernet 0
TestKing1(config-if)#ip access-group 101 in
TestKing1(config-if)#exit
TestKing1(config)#interface serial 0
TestKing1(config-if)#ip access-group 101 in
TestKing1(config-if)# 〈CTRL-Z〉
..
TestKing1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration….
[OK]
TestKing1#

55.You are a network technician at TestKing, Inc. You have completed the password recovery procedure on
a Cisco router successfully and the router returned to normal operation.
What is configuration register value at this point in time?
A. 0x2112
B. 0x2104
C. 0x2102
D. 0x2101
E. 0x2100
Answer: C

56.You are a network technician at TestKing, Inc. You are using a switch to break up a broadcast domain.
Which features of the switch enables this?
A. Transparent bridging
B. Cut-through bridges
C. Fragment-free switches
D. Microsegmentation
E. Virtual LANs
F. Store-and-forward switching
Answer: E

57.To upgrade a network, emphasis must be placed on efficiency and error-free transport rather than fast
transport. For this purpose, new switches had been purchased. Which switching mode should be
configured on these new switches to have the desired effect?
A.802.1q forwarding
B.VTP transparent mode
C.cut-through
D.store-and-forward
E.fragment-free
F.frame-filtering
Answer: D

58.Which of the following addresses can be assigned to network hosts when given a subnet mask of
255.255.255.224? (Choose all that apply.)
A. 10.15.16.125
B. 134.178.18.44
C. 92.11.178.83
D. 192.168.16.67
E. 115.23.118.67
F. 217.63.12.192
Answer: A ,B, C, D ,E

59.Documenting the name of the IOS image file of each router in the network is part of updating network
documentation.
Which of the following commands can be used to obtain this information?
A. Router# show IOS
B. Router# show version
C. Router# show image
D. Router# show protocols
E. Router# show flash
Answer: B

60.Which of the following statements describes the rule of split horizon?
A. Only routers can split boundaries (horizons) between concentric networks.
B. Each AS must keep routing tables converged to prevent dead routes from being advertised across
boundaries.
C. Networks can only remain fully converged if all information is sent out all active interfaces.
D. Information about a route should not be sent back in the direction from which the original update came.
E. Distance vector protocols need fall back routers that are responsible for momentary loops.
Answer: D

61.You are a network technician at TestKing, Inc. The TestKing network is shown in the following exhibit:
〈br〉〈button onClick=“window.open(’./picture/test61.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
SPIDs are not required for this switch.
Which of the following configuration commands are the minimum commands required to bring up the
ISDN link? (Choose all that apply.)
A. Router(Config-if)# ip address subnet mask
B. Router(Config-if)# dialer-list, protocol ip permit
C. Router(Config-if)# isdn switch-type type
D. Router(Config-if)# dialer map ip address name name connection number.
E. Router(Config-if)# encapsulation ppp
F. Router(Config-if)# dialer group 1
Answer: A, C, F

62.Which of the following features are PPP characteristics? (Choose all that apply.)
A. Encapsulates several different types of routing protocols.
B. Supports only IP.
C. Can be used over analog circuits.
D. Maps Layer addresses.
E. Corrects errors.
Answer: C, E

63.You are a network technician at TestKing, Inc. You are troubleshooting a connectivity problem. You
issue the ping command during a router console session. Your trainee wants to know what the ping
command use to test connectivity between the two devices.
What would your reply be?
A. ICMP echo request
B. Information interrupt request
C. Timestamp reply
D. Source quench
Answer: A

64.You are a network technician at TestKing, Inc. You must assign static IP addresses to the servers in the
TestKing network. For network 192.168.20.24/29 the router is assigned the first usable host address while
the sales server is given the last usable host address.
Which of the following should be entered into the IP properties box for the sales server?
A. IP address: 192.168.20.32 Subnet Mask 255.255.255.240 Default Gateway: 192.168.20.17
B. IP address: 192.168.20.31 Subnet Mask 255.255.255.224 Default Gateway: 192.168.20.25
C. IP address: 192.168.20.30 Subnet Mask 255.255.255.248 Default Gateway: 192.168.20.25
D. IP address: 192.168.20.1 Subnet Mask: 255.255.255.248 Default Gateway: 192.168.20.254
E. IP address: 192.168.20.254 Subnet Mask: 255.255.255.240 Default Gateway: 192.168.20.24
Answer: C

65.Which of the following statements regarding the store and forward switching method are true? (Select
two options.)
A. Latency fluctuates regardless of frame size.
B. The switch receives the complete frame before beginning to forward it.
C. Latency through the switch varies with frame length.
D. The switch checks the destination address upon receipt of headers.
Answer: B, C

66.Match the hex and decimal numbers on the left with the corresponding binary number on the right.
Please note: Not all options apply.
〈br〉〈button onClick=“window.open(’./picture/test66.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
Answer:
〈br〉〈button onClick=“window.open(’./picture/test66answer.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉


67.You are a network technician at TestKing, Inc. You are configuring the routing protocol on the
TestKing3 router to allow a host on the LAN to communicate with a host on the TestKing2 router, where
the TestKing3 router is an addition to and already configured network that includes TestKing1 and
TestKing2, each with one LAN respectively.
The routers have been configures as follows:
.The routers are named TestKing1, TestKing2, and TestKing3.
.RIP is the routing protocol
.The clocking is provided on the serial 0 interfaces.
.The secret password on the TestKing3 router is “testking“
.The subnet masks on all interfaces is the default mask.
.The IP addresses are listed in the chart
TestKing1
E0 192.168.149.1
S0 192.168.179.1
TestKing2
E0 192.164.155.1
S0 192.168.111.1
S1 192.168.179.2
TestKing3
E0 192.168.165.1
S1 192.111.2
〈br〉〈button onClick=“window.open(’./picture/test67.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
To configure the router click on a host icon that is connected to a router by a serial cable.
Answer:
TestKing3〉enable
Password:
TestKing3#config t
Testking3(config)#router rip
Testking3(config-router)#network 192.168.165.0
Testking3(config-router)#network 192.168.111.0
Testking3(config)# Ctrl-Z
**Output omitted**
TestKing3#copy running-config startup-config
**Output omitted**
[OK]
TestKing3#_

68.Which of the following statements are characteristic of a typical VLAN arrangement? (SChoose all that
apply.)
A. VLANs logically divide a switch into multiple, independent switches at Layer 2.
B. Trunk links can carry traffic for multiple VLANs.
C. VLAN implementation significantly increases traffic due to adding trunking information.
D. A VLAN can span multiple switches.
E. VLANs extend the collision domain to include multiple switches.
F. VLANs typically decrease the number of multiple switches.
Answer: A, B, D

69.Which of the following options can be negotiated using LCP during the PPP link establishment? (Select
three options.)
A. Q.931
B. IPCP
C. multilink
D. CHAP
E. callback
Answer: C, D, E

70.Match the ISDN term on the right to the appropriate description on the left. Please note: Not all options
on the left apply.
〈br〉〈button onClick=“window.open(’./picture/test70.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
Answer:
〈br〉〈button onClick=“window.open(’./picture/test70answer.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉

71.You are the network administrator at TestKing, Inc. TestKing’s network topology is shown in the
following exhibit:
〈br〉〈button onClick=“window.open(’./picture/test71.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
You can telnet to all of the routers. An employee named Tess has moved office and finds herself on a
different floor. You need the address of Switch TestKing5 to verify that the employee who moved office
remains in the same VLAN.
What can you do to determine the IP address of TestKing5?
A. Issue the show ip route command on Router TestKing1.
B. Issue the show cdp neighbors detail command on Router TestKing2.
C. Issue the show arp command on Router TestKing3.
D. Issue the show cdp neighbors detail command on Router TestKing3.
E. Issue the show arp command on Router TestKing1.
F. Issue the show ip route command on Router TestKing2.
Answer: D

72.You are a network technician at TestKing, Inc. The TestKing network is shown in the following exhibit:
〈br〉〈button onClick=“window.open(’./picture/test72.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
You must configure the address on the TestKing2 serial interface. Which of the following commands will
you use?
A. TESTKING2(config-if)# ip address 172.16.17.1 255.255.255.0
B. TESTKING2(config-if)# ip address 172.16.18.2 255 255.255.252.0
C. TESTKING2(config-if)# ip address 172.16.18.1 255.255.255.0
D. TESTKING2(config-if)# ip address 172.16.17.2 255.255.255.252
Answer: B

73.You are a network technician at TestKing, Inc. You received reports that users on the TestKing2
Ethernet site cannot access the TestKing1 network site. You issue the show running-config command.
The output form the command is shown in the following exhibit:
〈br〉〈button onClick=“window.open(’./picture/test73.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
After reviewing the command output, what is the most likely cause of the problem?
A. Link state routing protocol is missing.
B. Incorrectly configured IP addresses
C. IGRP is incorrectly configured.
D. Frame relay is not configured.
Answer: C

74.You are a network technician at TestKing, Inc. You add a new workstation to the TestKing network to
accommodate a new employee. The relevant section of the TestKing network is shown in the following
exhibit:
〈br〉〈button onClick=“window.open(’./picture/test74.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
The employee is unable to connect to the server TestKingA at IP address 192.168.10.98/27.
Can you identify the incorrectly configured network parameter in the workstation configuration?
A. IP address of the Ethernet 0 router interface
B. Server
C. Workstation default gateway
D. Workstation subnet mask
E. Workstation IP address
Answer: C

75.You are a network technician at TestKing. Your trainee asks you what 11111000 binary is in decimal.
What would your reply be?
A. 220
B. 224
C. 240
D. 248
E. 256
Answer: D

76.You are a network technician at TestKing, Inc. You received a report that users on the 172.17.22.0
network are unable to reach the server located on the 172.31.5.0 network. You connected to router
TestKing1 via the console port, issued the show ip route command, and could ping the server.
The network topology and the output from the show ip route is shown in the following exhibit:
〈br〉〈button onClick=“window.open(’./picture/test76.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
What is the cause of this problem?
A. The FastEthernet interface is disabled.
B. The neighbor relationship table is not updated.
C. A static route is configured incorrectly.
D. The routing table on TestKing1 is not updated.
E. IP routing is not enabled.
Answer: C

77.You are a network technician at TestKing, Inc. The router topology for the TestKing network is shown in
the following exhibit:
〈br〉〈button onClick=“window.open(’./picture/test77.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
TestKing2 and TestKing3 are configured for RIPv1 and have complete connectivity. TestKing1 was
recently added to the network. You want TestKing1 to have full connectivity as well.
What would then be the most appropriate TestKing1 configuration?
A. TestKing1(config)# router rip
TestKing1(config-router)# network 10.0.0.0
TestKing1(config-router)# network 172.16.0.0
TestKing1(config-router)# network 192.168.1.0
B. TestKing1(config)# router rip
TestKing1(config-router)# network 10.0.0.0
TestKing1(config-router)# network 192.168.1.0
C. TestKing1(config)# router rip
TestKing1(config-router)# network 10.0.0.0
TestKing1(config-router)# network 172.16.0.0
D. TestKing1(config)# router rip
TestKing1(config-router)# network 10.0.0.0
Answer: C

78.You are a network technician at TestKing, Inc. You are required to troubleshoot a network connectivity
problem. While busy, you observe steady link lights on both the workstation NIC and the switch port to
which the workstation is connected. However, when the ping command is issued from the workstation,
the output message “Request timed out” is displayed.
At which layer of the OSI model does this problem reside?
A. The data link layer
B. The application layer
C. The access layer
D. The session layer
E. The network layer
Answer: E

79.The Testking network is shown in the following exhibit:
〈br〉〈button onClick=“window.open(’./picture/test79.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
What is the function of the Frame Relay DLCI with regard to TestKing1?
A. Defines the signaling standard between TestKing1 and TestKing2.
B. Classifies the encapsulation used between TestKing1 and TestKing2.
C. Identifies the circuit between TestKing1 and the frame switch.
D. Classifies the circuit between TestKing1 and TestKing2.
E. Defines the signaling standard between TestKing1 and the frame switch.
Answer: C

80.You are a network technician at TestKing, Inc. The router topology for the TestKing network is shown in
the following exhibit:
〈br〉〈button onClick=“window.open(’./picture/test80.jpg’,’Network’,’height=450,width=650,status=no,toolbar=no,menubar=no,location=no,titlebar=no,scrollbars=no,alwaysRaised=1,resizable=yes’)“〉Exhibit〈/button〉〈br〉
〈br〉
TestKingA is communicating with the server.
What will be the source MAC address of the frames that TestKingA receives from the server?
A. The MAC address of router interface e0.
B. The MAC address of router interface e1.
C. The MAC address of TestKingA.
D. The MAC address of the server network interface.
Answer: A

本文地址:http://com.8s8s.com/it/it25029.htm