QUESTION NO: 84<br>Which statements is true regarding the command sequence shown below? (Choose three)<br>RouterA(config)# interface loopback 0<br>RouterA(config-if)# ip address 192.168.31.33 255.255.255.255<br>A. It creates a virtual, software only, interface.<br>B. It uses a wildcard mask of 255.255.255.255.<br>C. It ensures that an interface is always active for OSPF processes.<br>D. It provides a way to test the convergence of OSPF routing updates.<br>E. The mask of 255.255.255.255 is called a host mask.<br>F. These commands can only be issued to configure serial interfaces.<br>Answer: A, B, D<br><br>QUESTION NO: 36<br>You are a network technician at TestKing. You have told a newly appointed trainee that the OSI model<br>has 7 layers and that the Application layer is the highest layer. The trainee is curious as to which<br>protocols operate at the application layer.<br>What should you tell him? (Choose all that apply.)<br>A. TCP<br>B. Telnet<br>C. FTP<br>D. SNMP<br>E. IP<br>Answer: B C(D怎么不选择应该选择B,C,D)<br>QUESTION NO: 113<br>Which commands are required to properly configure a router to run OSPF and to add network<br>192.168.16.0/24 to OSPF area 0? (Choose two)<br>A. Router(config)# router ospf 0<br>B. Router(config)# router ospf 1<br>C. Router(config)# router ospf area 0<br>D. Router(config-router)# network 192.168.16.0 0.0.0.255 0<br>E. Router(config-router)# network 192.168.16.0 0.0.0.255 area 0<br>F. Router(config-router)# network 192.168.0 255.255.255.0 area 0<br>Answer: B, E (A怎么不能选择)<br>QUESTION NO: 34<br>You are a network technician at TestKing. A newly appointed trainee wants to know what the differences<br>and similarities between bridges and switches are.<br>What would your reply be? (Choose all that apply.)<br>A. Bridges are faster learners than switches due to fewer ports.<br>B. Bridges and switches increase the size of a collision domain.<br>C. A bridge will forward a broadcast but a switch will not.<br>D. Bridges and switches learn MAC addresses through examining the source MAC address.<br>E. A switch is a uniport bridge,<br>Answer: B C (D的怎么不行 应该是B,D)<br>QUESTION NO: 115<br>OSPF routing makes use of areas. What are the characteristics of these areas? (Choose all that apply.)<br>A. Hierarchical OSPF networks do not need multiple areas<br>B. Multiple OSPF areas must connect to area 0<br>C. Single area OSPF networks must be configured in area 1<br>D. Areas can be assigned any number from 0 to 63535<br>E. Area 0 is called the backbone area<br>F. Each OSPF area need to be configures with a loopback interface<br>Answer: B, C, E(B,D,E)<br>ExplanationIn multiple area OSPF networks, all areas must connect to th backbone area which is disgnated Area 0. In<br>Single area OSPF networks, there is no backbone,. There fore the Area is designated Area 1<br><br>QUESTION NO: 131<br>Which characteristics describe the routing protocol EIGRP? (Choose two)<br>A. Has a maximum hop count of 255<br>B. Uses a 32-bit metric<br>C. Can differentiate between internal and external routes<br>D. Supports a single routed protocol<br>E. Can maintain only a single routing table<br>F. Required all networks within an AS to use the same subnet mask<br>Answer: B, C<br><br><br>QUESTION NO: 170<br>You work as network technician at TestKing and you are now required to apply an access list on a<br>virtual terminal line of a router.<br>Which command should you use?<br>A. RouterTK(config-line)# access-class 10 in<br>B. RouterTK(config-if)# ip access-class 23 out<br>C. RouterTK(config-line)# access-group 15 out<br>D. RouterTK(config-if)# ip access-group 110in<br>E. RouterTK(config-line)# access-list 150 in<br>F. RouterTK(config-if)# ip access-list 128 out<br>Answer: B<br>应该选择A<br><br>QUESTION NO: 173<br>Which of the following describe the process identifier that is used to run OSPF on a router? (Choose two)<br>A. It is locally significant.<br>B. It is globally significant<br>C. It is needed to identify a unique instance of an OSPF database.<br>D. It is an optional parameter required only if multiple OSPF processes are running on the router.<br>E. All routers in the same OSPF area must have the same process ID if they are to exchange routing<br>information.<br>Answer:<br>VLAN 三种技术1。基于端口 2。MAC 3。IP address <br>具体原理和配置命令???<br>只有一个IP address 要做NAT 也要做内网WEB服务器 怎么来实现??<br>21.0<br>QUESTION NO: 4<br>What is the most common layer 2 device?<br>A. Hub<br>B. Bridge<br>C. Switch<br>D. Router<br>Answer: C<br>Explanation:<br>A switch segments the network and uses an ASIC for fast switching. It has become the most common layer two<br>device. Chapter: 6<br>QUESTION NO: 11<br>When enabling EIGRP routing, what parameters must you apply?<br>A. broadcast address, and AS number<br>B. network number and AS number<br>C. igrp routing, network number, and passive interface<br>D. igrp routing, network number, and AS<br>Answer: D<br>Explanation:<br>To enable EIGRP on your router, you must specify EGRP routing, the network number, and the AS system<br>number. Chapter: 应该选择(B)<br>QUESTION NO: 12<br>What is a connection protocol at the Host to Host layer?<br>A. ARP<br>B. RARP<br>C. TCP<br>D. UDP<br>E. IP<br>F. ICMP<br>G. BootP<br>Answer: C<br>Explanation:<br>Transport Protocol is a connection protocol that resides at the Host to Host layer of the DOD stack and handles<br>connection oriented communication. Chapter: 6(D怎么不能)<br><br>QUESTION NO: 32<br>Which of the following statements is true in regards to Frame Relay Multipoint subinterfaces?<br>A. An ip address is required on the physical interface<br>B. All routers are required to be fully meshed<br>C. All routers must be in the same subnet to forward routing updates and broadcasts<br>D. Multipoint is the default configuration for Frame Relay subinterfaces<br>Answer: C<br>Explanation:<br>Unlike Frame Relay point-to-point connections, multipoint Frame Relay router interfaces must all be in the<br>same subnet. Chapter: 7<br>QUESTION NO: 41<br>You are a technician at TestKing. You add a new workstation to the Testking network. The workstation<br>is to be used by a new employee.<br>The employee is unable to connect to the server at IP address 192.168.10.98/27.<br>Identify the incorrectly configured network parameter.<br>Examine the exhibit.<br>A. Workstation IP address<br>B. Workstation subnet mask<br>C. Workstation default gateway<br>D. Router interface E0 ip address<br>Answer: C<br>Explanation:<br><br>QUESTION NO: 27<br>What are the characteristic of link state routing protocols? (Choose all that apply.)<br>A. The exchange of advertisement is triggered by a change in the network.<br>B. All routers exchange routing tables with each other iIn a multipoint network.<br>C. Packets are routed based upon the shortest path to the destination.<br>D. Paths are chosen depending on the cost efficiency factor. (delay)<br>E. Every router in an OSPF area is capable of representing the entire network topology.<br>F. Only the designated router in an OSPF area can represent the entire network topology.<br>Answer: A C E<br><br>QUESTION NO: 37<br>You are a network technician at TestKing. TestKing has its head office in Berlin and a branch office in<br>Bonn. You are troubleshooting the WAN link between head office and the branch office.<br>You replace a Cisco router that was providing Frame Relay connectivity at the Bonn site with a frame<br>relay router from a different vendor. However, connectivity broke down between the two offices.<br>What is the most likely cause of the problem?<br>A. Mismatched LMI types.<br>B. Incompatible encapsulation types.????<br>C. Mismatching IP addresses.<br>D. Incorrect DLCI.<br>Answer: A<br>Explanation:<br>Three LMI protocol options are available in Cisco IOS software: Cisco, ITU, and ANSI. Each LMI option is<br>slightly different and therefore is incompatible with the other two. As long as both the DTE and DCE on each<br>end of an access link use the same LMI standard, LMI works fine.<br><br><br><br><br><br><br> |