Monday, August 25, 2008

CCNA Final Exam Answer 101-200

QUESTION 101 You are a network technician at Cisco Highway. 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 F Explanation

A: The show ip route command displays the IP route table.

D: The show interfaces EXEC command to display statistics for all interfaces configured on the router or access server.

F: The ping command tests connectivity to a remote node.

QUESTION 102 You are a network administrator at Cisco Highway. You must configure a new subnetwork at the Cisco Highway 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 Explanation:

C: Valid Host in subnetwork 2 ( 92.11.178.64 to 92.11.178.95)

D: Valid Host in subnetwork 1 (134.178.18.32 to 134.178.18.63)

E: Valid Host in subnetwork 2 (192.168.16.64 to 192.168.16.95)

QUESTION 103 You are a network technician at Cisco Highway. Cisco Highway 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: 255.255.255.224 Explanation: Default subnet mask for class C network is 255.255.255.0. If one has to create 5 subnets, then 3 bits are required. With 3 bits we can create 6 subnets. Remaining 5 bits are used for Hosts. One can create 30 hosts using 5 bits in host field. This matches with requirement.

QUESTION 104 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 "Show flash" displays all the image files in it. There could be more than one file. However, "show version" displays the one that is currently in use by the router. Incorrect answers:

D: Show Protocols will shows routed Protocol using by the router, all interface conditions and their IP address if configured. A,C: There are no such commands.

QUESTION 105 You are a network technician at Cisco Highway, Inc. The Cisco Highway network topology is shown in the following exhibit:

Each host is connected through its own 10Mbps half-duplex switch port to the e0 interface of the router Cisco Highway1. 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 Explanation

QUESTION 106 Which of the following statements are characteristic of a typical VLAN arrangement? (Choose 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 Explanation

QUESTION 107 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 Explanation: The Switch receives and stores all bits in the frame before forwarding the frame. This allows switch to check the FCS before forwarding the frame. FCS is Ethernet Trailer. Incorrect answers:

E. The Switch performs the address table lookup as soon as the destination address field in the header is received. The first bits in the frame can be sent out to out port before the final bits in the incoming frame are received. This does not allow the switch to discard frames that fail the FCS check. This is also same as C. But Switch waits 64 bytes to be received before forwarding the first bytes of the outgoing frame. Collisions may occur during first 64 bytes of the frame. Frames in error due to collision will not be forwarded. The FCS still cannot be checked. B, D, F: They are not related to Switch mode transport.

QUESTION 108 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. 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: B, C, D Explanation:

B: Valid Host in subnetwork 2 ( 92.11.178.64 to 92.11.178.95)

C: Valid Host in subnetwork 1(134.178.18.32 to 134.178.18.63)
D:Valid host in subnetwork 2 (192.168.16.64 to 192.168.16.95
Incorrect answers:

A.is a broadcast
E.is a broadcast
F.is a network id


QUESTION
109 Which of the following addresses can be assigned to network hosts when given a subnet mask of 255.255.255.224? (Select three options.)

A. 201.45.116.159

B. 134.178.18.62

C. 192.168.16.91

D. 92.11.178.93

E. 217.63.12. 24

F. 15.234.118.63 Answer: B, C, D Explanation

B: Valid host in subnetwork 1 (134.178.18.32 to 134.178.18.63)

C: Valid host in subnetwork 3 (192.168.16.64 to 192.168.16.95)

D: Valid host in subnetwork 2 ( 92.11.178.64 to 92.11.178.95)

QUESTION 110 Which of the following commands will provide you with information regarding the Layer 3 configuration of directly connected router interfaces?

A. show ip links

B. show cdp neighbors

C. show cdp neighbors detail

D. show ip clients

E. show ip route Answer: C Explanation

QUESTION 111 You work as a technician at Cisco Highway. You are asked to add a new VLAN, named ACCOUNTS, to your switched network. Which of the following are true regarding configuration of this VLAN? (Select three options.)

A. The VLAN must be created.

B. The desired ports must be added to the new VLAN.

C. The VLAN must be added to the all of the domains.

D. The VLAN must be named.

E. An IP address must be configured for all the ACCOUNTS VLAN. Answer: A, B, D Explanation

QUESTION 112 You are a network technician at Cisco Highway, Inc. You have been assigned a junior trainee named Ellen. She wants you to describe what is specific for a global command. What would your response be?

A. A command that is available in every release of IOS, regardless of the version or deployment status.

B. A command that is set once and will result in affecting the rest of the router operation ability.

C. A command that is implemented in all IOS versions.

D. A command that is universal in application supporting different types of protocols.

E. A command that can be entered in any configuration mode. Answer: A Explanation: Global command is available an all releases of IOS .In every router one has to define minimum hostname. This will be available in Global config mode in all versions of images. Reference: Wendell Odom. CISCO CCNA Certification Guide (2000 Press) Page 36 Incorrect Answers

B: An interface config may overwrite global config parameter

C: Not clear about IOS version

D: It is not mandatory to support all protocols

E: It can be entered from user mode or exit from interface mode mainly

QUESTION 113 You are a network technician at Cisco Highway, Inc. Your trainee wants to know which command is used to display the placement and direction of an IP access control list on a router. What would your response be??

A. show interface list

B. show ip route

C. show ip interface

D. show ip interface brief E. show interface Answer: C Explanation

QUESTION 114 You are a network technician at Cisco Highway, Inc. Your newly appointed trainee wants to segment a network. What devices would you advice him? (Choose all that apply.)

A. Use switch and hub converters.

B. Use media converters.

C. Use switches.

D. Use routers.

E. Use bridges.

F. Use repeaters. Answer: C, D, E Explanation

QUESTION 115 You are a network technician at Cisco Highway, Inc. Your trainee wants to know what the characteristics of micro segmentation are. What would your response be?? (Select two options.)

A. Dedicated paths between sending and receiving hosts are established.

B. Multiple subnetwork broadcast addresses are created.

C. Multiple ARP tables are needed.

D. The decrease in the number of collision domains.

E. Broadcast domains are enhanced.

F. Bandwidth is dedicated to connect hosts. Answer: A, F Explanation

QUESTION 116 You are a network technician at Cisco Highway. Your trainee wants to know which wireless data command type has a high data rate but is limited to very short distances. What would your response be?

A. broadband personal comm. Service (PCS)

B. narrowband

C. infrared

D. spread spectrum

E. cable Answer: C Explanation

QUESTION 117 You are a network technician at Cisco Highway, Inc. You are installing a new workstation to the Cisco Highway network. The relevant network segment is shown in the following exhibit:

What should be the IP address of the host?

A. 192.168.5.55

B. 192.168.5.47

C. 192.168.5.40

D. 192.168.5.32

E. 192.168.5.14 Answer: C Explanation The network uses a 28bit subnet (255.255.255.240). This means that 4 bits are used for the networks and 4 bits for the hosts. This allows for 14 networks and 14 hosts (2n-2). The last bit used to make 240 is the 4th bit (16) therefore the first network will be 192.168.5.16. The network will have 16 addresses (but remember that the first address is the network address and the last address is the broadcast address). In other words, the networks will be in increments of 16 beginning at 192.168.5.16/28. The router interface E0 has the IP address 192.168.5.33. Therefore it is on the 2nd network (192.169.5.32/28). The host must also be on this network. Valid IP addresses for hosts on this network are: 192.168.5.33-192.168.5.46. Incorrect Answers:

A: 192.168.5.55 is on network 192.168.5.48. It is not on the same network as the router interface.

B: This is a broadcast address.

D: This is a network address.

E: This is not a valid address for a 28 bit subnet mask. The first network address should be 192.168.5.16.

QUESTION 118 Which protocol allows the configuring of a new VLAN to be distributed to all the switches in a domain in a switch network?

A. STP

B. VTP

C. EGRP

D. SNMP

E. DHCP Answer: B Explanation: Sybex CCNA Study Guide 4th Edition (Page 359) " The basic goals of VLAN Trunking Protocol (VTP) are to manage all configured VLANs across a switched internetworking and to maintain consistency throughout that network. VTP allows an administrator to add, delete, and rename VLANs-information that is then propagated to all other switches in the VTP domain."

QUESTION 119 You are a network technician at Cisco Highway, Inc. A newly pointed trainee wants to know which of the following are types of crosstalk. What would your response be? (Choose all that apply.)

A. near-end crosstalk(NEXT)

B. middle open-end crosstalk(MOEXT)

C. power sum near-end crosstalk(PSNEXT)

D. jitterry crosstalk(JEXT)

E. far end crosstalk(FEXT) Answer: A, C, E Explanation: Near End Crosstalk (NEXT) is crosstalk measured at the transmitting end of the cable. Far End Crosstalk (FEXT) is measured at the far end from where the signal was injected into the cable. Power Sum NEXT (PSNEXT) is basically a mathematical calculation that simulates all four pairs being energized at the same time. PSNEXT calculations are used to ensure that a cable will not exceed crosstalk noise performance requirements when all pairs are operating simultaneously. PSNEXT is typically used in Gigabit Ethernet, rather than 10BaseT or 100BaseT. Reference: Sybex CCNA 4.0 - P. 30

QUESTION 120 If pressed for time, how would you go about quickly configuring a router for basic operations?

A. ROM Monitor mode

B. SETUP mode

C. AutoFlush mode

D. RXBOOT mode Answer: B Explanation

QUESTION 121 Characteristic such as Acknowledgements, sequencing, and flow control are typical of which OSI layer?

A. Layer 2

B. Layer 3

C. Layer 4

D. Layer 5

E. Layer 6

F. Layer 7 Answer: C Explanation The Transport layer (Layer 4) defines several functions, including the choice of protocols. The most important Layer 4 functions are error recovery and flow control. The transport layer may provide for retransmission, i.e., error recovery, and may use flow control to prevent unnecessary congestion by attempting to send data at a rate that the network can accommodate, or it might not, depending on the choice of protocols. Multiplexing of incoming data for different flows to applications on the same host is also performed. Reordering of the incoming data stream when packets arrive out of order is included. Examples include: TCP, UDP, and SPX.

QUESTION 122 How would you respond when asked which of the following are VLAN frame encapsulation types that may be configured on a catalyst switch? (What would your response be?)

A. VTP

B. 802.1Q

C. LLC

D. ISL

E. CDP

F. CHAP Answer: B, D ISL and 802.1Q are the two trunking encapsulations.

QUESTION 123 Which of the following is the binary equivalent of the decimal number 231?

A. 11011011

B. 11110011

C. 11100111

D. 11111001

E. 11010011 Answer: C Explanation Decimal number 231 equates to 11100111 in binary (128+64+32+0+0+4+2+1) Incorrect Answers:

A: Binary 11011011 equates to 219 (128+64+0+16+8+0+2+1)

B: Binary 11110011 equates to 243 (128+64+32+16+0+0+2+1)

D: Binary 11101011 equates to 249 (128+64+32+16+8+0+0+1)

E: Binary 11010011 equates to 211 (128+64+0+16+0+0+2+1)

QUESTION 124 Which of the following EIGRP route entries would be described as a feasible successor?

A. A primary route, stored in the routing table

B. A backup route, stored in the routing table

C. A backup route, stored in the topology table

D. A primary route, stored in the topology table Answer: C Explanation

QUESTION 125 Your trainee wants to know which of the following is a Layer 2 protocol used to maintain a loop-free network. What will you tell her?

A. RIP

B. STP

C. VNP

D. CDP

E. VTP Answer: B Explanation

QUESTION 126 Which of the following WAN protocols is used for out-of-band signaling?

A. HDLC

B. NCP

C. PAP

D. LAPD

E. LAPB Answer: D Explanation

QUESTION 127 You want to form a WAN connection between two routers, one is a Cisco router and the other from another manufacturer, that are directly connected via a serial link. Which of the following commands can you use?

A. Lab(config-if)# encapsulation hdlc ansi

B. Lab(config-if)# encapsulation ppp

C. Lab(config-if)# encapsulation isdn

D. Lab(config-if)# encapsulation frame-relay default Answer: B Explanation

QUESTION 128 What advantages does full-duplex Ethernet have over single-duplex? (Select two options.)

A. Uses inexpensive hubs

B. Operates without collisions

C. Operates on switches

D. Provides faster data transfer

E. Utilizes fewer wiring pairs Answer: B, D Explanation

QUESTION 129 In a routine check on the state of the network, you discover that the existing copy of the Cisco IOS is outdated and needs to be updated. Which of the following commands would you issue to replace the Cisco router IOS with the newer version?

A. Router# copy tftp flash

B. Router# copy flash run

C. Router(config)# restore flash

D. Router(config)# repair flash

E. Router> copy start flash

F. Router# copy start flash Answer: A Explanation

QUESTION 130 Which of the following addresses is representative of a unicast address?

A. 172.31.128.255./18

B. 255.255.255.255

C. 192.168.24.59/30

D. FFFF.FFFF.FFFF

E. 224.1.5.2

Answer: A Explanation 172.32.128.255 /18 10101100.00100000.10|000000.11111111 valid ip Not C: 192.168.24.59 /30 11000000.10101000.00011000.001110|11 Broadcast address, all bit in host portion is 1.

QUESTION 131 Which of the following commands will configure an interface on a Catalyst 2900 series switch to carry traffic from all VLANs to another directly connected switch? (What would your response be?)

A. Switch(config-if)# vlan all

B. Switch(config-if)# switchport trunk encapsulation dot1q

C. Switch(config-if)# switchport access vlan all

D. Switch(config-if)# switchport mode trunk

E. Switch(config-if)# switchport access clan 30 Answer: C, D The trunk encapsulation for the catalyst 2900 by default is dot1q

QUESTION 132 You are the network administrator at Cisco Highway. One of the users on the network complained about being unable to reach a server at a remote site. You are the network administrator and have to investigate. Upon investigation, you discover the following information: local PC 10.0.3.35/24 default gateway 10.0.3.1 remote server 10.0.5.250/24 You then conduct the following tests from the offending local PC. ping 127.0.0.1 - unsuccessful ping 10.0.3.35 - unsuccessful ping 10.0.3.1 - unsuccessful ping 10.0.5.250 - unsuccessful Following the above scenario, which of the following problems would create the test results listed above?

A. TCP/IP not correctly installed.

B. Default gateway not operational.

C. Local physical layer faulty.

D. Remote physical layer at fault. Answer: A Explanation Ping test connectivity on a TCP/IP network. However, all the ping commands, including the loopback command, fails, therefore there is a TCP/IP configuration error.

QUESTION 133 You are the network administrator at Cisco Highway. You verify the configuration of a newly installed host by establishing an FTP connection to a remote server. What is the highest layer of the protocol stack used in this operation?

A. application

B. presentation C. session D. transport E. network F. data link G. physical Answer: A

QUESTION 134 Which type of NAT will map multiple private IP addresses to a singular registered IP address through making use of different ports?

A. static NAT

B. port loading

C. overloading

D. dynamic NAT Answer: C Explanation

QUESTION 135 On three different occasions an administrator configured a router, and after testing the configuration saved it to NVRAM by issuing the copy running-config startup-config command. After each successful save the administrator issued the reload command. However, each time when the router restarted, it appeared to have the default blank configuration. What could be the cause of such results?

A. The NVRAM is corrupted.

B. The boot system commands were omitted in the configuration.

C. The configuration register setting is incorrect.

D. The upgraded configuration incompatible with the hardware platform.

E. The upgraded IOS incompatible with the hardware. Answer: C Explanation

QUESTION 136 You are the network administrator in this scenario. The exhibit illustrates a console session running on a router and you have connected your Windows workstation directly to the router E0 port as well. Which of the following are among the requirements for the copy flash tftp command to be successful? (Select three options.)

A. TFTP server software must be activated.

B. TFTP server software must be running on the administrator's workstation.

C. There must be space in the flash memory of the router to accommodate the file to be copied.

D. The copy flash tftp command must be supplied the IP address of the administrator's workstation.

E. The administrator's workstation must be on the same subnet as the router E0 interface.

F. The Ethernet connection between the router and the administrator's workstation must be via straight through cable. Answer: B, D, E Explanation

QUESTION 137 One of your trainees wants to know at what stage are packets processed by an inbound access list. What can you tell her?

A. Before they are routed to an outbound interface.

B. After they are routed for outbound traffic.

C. After they are routed to an outbound interface while queuing.

D. Before and after they are routed to an outbound interface. Answer: A Explanation

QUESTION 138 One of your trainees wants to know which of the following is types of flow control one can expect while working in a Cisco network environment. What can you tell him? (Select three options.)

A. Congestion Avoidance.

B. Learning.

C. Buffering.

D. Windowing.

E. Cut-Throat. Answer: A, C, D Explanation: There are three commonly used methods for handling network congestion: Source Quench Messages Source quench messages are used by receiving devices to help prevent their buffers from overflowing. The receiving device sends a source quench message to request that the source reduce its current rate of data transmission. Buffering Buffering is used by network devices to temporarily store bursts of excess data in memory until they can be processed. Occasional data bursts are easily handled by buffering. However, buffers can overflow if data continues at high speeds Windowing Windowing is a flow-control method in which the source device requires an acknowledgement from the destination after a certain number of packets have been transmitted.

  1. The source device sends a few packets to the destination device.
  2. After receiving the packets, the destination device sends an acknowledgment to the source.
  3. The source receives the acknowledgment and sends the same amount of packets.
  4. If the destination does not receive one or more of the packets for some reason (such as overflowing buffers),

it does not send an acknowledgment. The source will then retransmits the packets at a reduced transmission rate.

QUESTION 139 Consider the address 192.168.15.19/28, which of the following addresses are valid host addresses on this subnet? (Select two options.)

A. 192.168.15.17

B. 192.168.15.0

C. 192.168.15.29

D. 192.168.15.16

E. 192.168.15.31 Answer: A, C Explanation The network uses a 28bit subnet (255.255.255.240). This means that 4 bits are used for the networks and 4 bits for the hosts. This allows for 14 networks and 14 hosts (2n-2). The last bit used to make 240 is the 4th bit (16) therefore the first network will be 192.168.15.16. The network will have 16 addresses (but remember that the first address is the network address and the last address is the broadcast address). In other words, the networks will be in increments of 16 beginning at 192.168.15.16/28. The IP address we are given is 192.168.15.19. Therefore the other host addresses must also be on this network. Valid IP addresses for hosts on this network are: 192.168.15.17-192.168.15.30. Incorrect Answers:

A. near-end crosstalk(NEXT)

B: This is not a valid address for a 28 bit subnet mask. The first network address should be 192.168.15.16.

D: This is a network address.

E: This is a broadcast address.

QUESTION 140 Study the Exhibit below carefully:

A. This router was configure with the commands: RtrA(config)#router rip RtrA(config-router)# network 172.16.0.0 RtrA(config-router)# network 10.0.0.0

B. This router was configured with the commands: RtrA(config)# router rip RtrA(config-router)# network 192.168.1.0 RtrA(config-router)# network 10.0.0.0 RtrA(config-router)# network 192.168.168.0

C. This router was configured with the commands: RtrA(config)# router rip RtrA(config-router)# version 2 RtrA(config-router)# network 172.16.0.0 RtrA(config-router)# network 10.0.0.0

D. Split horizon was disabled on this router.

E. Network 192.168.168.0 will be displayed in the routing table.

F. Network 10.0.0.0 will be displayed in the routing table. Answer: A, F Explanation

QUESTION 141 Which of the following fields are contained within an IEEE Ethernet frame header?

A. source and destination MAC address

B. source MAC address and destination network address only

C. source and destination network address only

D. source network address and destination MAC address

E. source and destination MAC address and source and destination network address Answer: A Explanation

QUESTION 142 One of your trainees wants to know which fields are common to the TCP and the UDP segments. What can you tell her? (Select two options.)

A. source address

B. options

C. sequence number

D. sources

E. destination port

F. checksum Answer: E, F Explanation

QUESTION 143 Which of the following network masks would you use to reduce any wastage of IP addresses in point-to-point WAN links on a network that supports VLSM?

A. /38

B. /30

C. /27

D. /23

E. /18 Answer: B Explanation:

QUESTION 144 Study the Exhibit below carefully: Two switches named London and Madrid has been configured to use VTP. But they are not sharing VTP messages. Referring to the command output in the exhibit above, why is this so?

A. VTP V2 mode is not in operation.

B. VTP pruning mode is disabled.

C. The VTP domain name is configured incorrectly.

D. The VTP operating mode is not configured.

E. The VTP version is configured incorrectly. Answer: C Explanation

QUESTION 145 Study the Exhibit below carefully:

Users on the Holyoke router cannot get access to the intranet server attached to interface E0 of the Chicopee router. After investigating you discover that the routing table of the Holyoke router shows that an entry for the Chicopee E0 network is missing. Which command, according to the above exhibit, will configure the Holyoke router with a path to the intranet server network?

A. Holyoke(config)# ip host Chicopee 201.73.127.2

B. Holyoke(config)# ip network 202.18.38.0

C. Holyoke(config)# ip network 202.18.18.0 255.255.255.0

D. Holyoke(config)# ip host Chicopee 201.73.127.0 255.255.255.0

E. Holyoke(config)# ip route 202.18.18.0 255.255.255.0 201.73.127.2

F. Holyoke(config)# ip route 201.73.127.2 266.255.255.0 202.18.18.0 Answer: E Explanation

QUESTION
146 In which VTP mode should a catalyst switch be to be able to delete and add VLANs to a management domain?

A. Transparent

B. Server

C. Domains

D. Client

E. Users. Answer: B Explanation: VTP Modes If you intend to make a switch part of a VTP management domain, each switch must be configured in one of three possible VTP modes. The VTP mode assigned to a switch will determine how the switch interacts with other VTP switches in the management domain. The three VTP modes that can be assigned to a Cisco switch include server mode, client mode, and transparent mode. Each of these roles is outlined below: Server Mode Once VTP is configured on a Cisco switch, the default mode used is Server Mode. In any given VTP management domain, at least one switch must be in Server Mode. When in Server Mode, a switch can be used to add, delete, and modify VLANs, and this information will be passed to all other switches in the VTP management domain. Client Mode When a switch is configured to use VTP Client Mode, it is simply the recipient of any VLANs added, deleted, or modified by a switch in Server Mode within the same management domain. A switch in VTP client mode cannot make any changes to VLAN information. Transparent Mode A switch in VTP Transparent Mode will pass VTP updates received by switches in Server Mode to other switches in the VTP management domain, but will not actually process the contents of these messages. When individual VLANs are added, deleted, or modified on a switch running in transparent mode, the changes are local to that particular switch only, and are not passed to other switches in the VTP management domain. Based on the roles of each VTP mode, the use of each should be more or less obvious. For example, if you had 15 Cisco switches on your network, you could configure each of them to be in the same VTP management domain. Although each could theoretically be left in the default Server Mode, it would probably be easier to leave only one switch in this configuration, and then configure all remaining switches for VTP Client Mode. Then, when you need to add, delete, or modify a VLAN, that change can be carried out on the VTP Server Mode switch and passed to all Client Mode switches automatically. In cases where you need a switch to act in a relatively standalone manner, or do not want it to propagate information about its configured VLANs, use Transparent Mode. Incorrect Answers:

D: CLIENT mode merely accepts changes made by the switch that is connected and in SERVER mode.

QUESTION 147 You work as a network administrator for Cisco Highway.com. You must design an IP addressing scheme to support the company's network that will provide for a minimum of 300 sub-networks and a maximum of 50 host addresses per subnet. Which of the following subnet masks will enable you to support an appropriate addressing scheme given the fact that you work with only one Class B address. (Select two options.)

A. 255.255.255.0

B. 255.255.255.192

C. 255.255.248.0

D. 255.255.252.0

E. 255.255.255.128

F. 255.255.255.224

Answer: B, E Explanation:

QUESTION 148 What can you tell the CEO of the company that you work for, are the advantages of using VLANs? (Select three options.)

A. VLANs allow access to network services based on department, not physical location.

B. VLANs utilize packet filtering to enhance network security.

C. VLANs provide a low-latency, high bandwidth internetworking alternative.

D. VLANs provide a method of communication between IP addresses in large networks.

E. VLANs establish broadcast domains in switched networks.

F. VLANs can greatly simplify adding, moving, or changing hosts on the network. Answer: A, E, F Explanation

QUESTION 149 What does the concept route aggregate mean when one talks about using variable subnet masking?

A. Deleting unusable addresses through the creation of many subnets.

B. Combining routes to multiple networks into one supernet.

C. Reclaiming unused space by means of changing the subnet size.

D. Calculating the available host addresses in the AS. Answer: B Explanation:

QUESTION 150 Which of the following commands are required to create an 802.1Q link on an IOS based switch when you want to establish a trunk link between two switches? (Select two options.)

A. Switch(vlan)# mode trunk

B. Switch(config)# switchport access mode trunk

C. Switch(config-if)# switchport mode trunk

D. Switch(config-if)# switchport trunk encapsulation dot1q

E. Switch(config)# switchport access mode 1

F. Switch(vlan)# trunk encapsulation dot1q Answer: C, D Explanation:

QUESTION 151 Study the Exhibit below carefully: Two switches named London and Madrid has been configured to use VTP. But they are not sharing VTP messages. Referring to the command output in the exhibit above, why is this so?

A. VTP V2 mode is not in operation.

B. VTP pruning mode is disabled.

C. The VTP domain name is configured incorrectly.

D. The VTP operating mode is not configured.

E. The VTP version is configured incorrectly. Answer: C

QUESTION 152 One of your trainees asked you which parameter must be supplied when initializing the IGRP routing process. What is your response?

A. Connected subnet numbers

B. Register administrative subnet masks

C. IP address mask

D. Autonomous system number

E. Metric weights Answer: D Explanation: You configure IGRP just like RIP, except that the router igrp command has an additional parameter - the autonomous system (AS) number. The term autonomous system refers to a network that is within the control of a single company or organization. The term AS number refers to a number assigned to a single company or organization when it registers its connection to the Internet. However, for IGRP, you do not need a registered AS number. All that is needed for IGRP to work is for all the routers to use the same AS number. Reference: CCNA Self-Study CCNA ICND exam certification Guide (Cisco press, ISBN 1-58720-083-X) Page 165

QUESTION 153 Which of the following devices can you use to segment a network? (Select three options.)

A. hub

B. repeater

C. bridge

D. switch

E. router Answer: C D E Explanation Reference: CCNA Self-Study CCNA ICND exam certification Guide (Cisco press, ISBN 1-58720-083-X) Page

QUESTION 154 You are a technician at Cisco Highway. After configuring your router, you find that you cannot ping the directly connected serial port of the neighboring router. The show running-config output displays the word "shutdown" for the serial interface. Which of the following lines will be displayed in the show interface s0 output?

A. Serial 0 is down, line protocol is down

B. Serial 0 is up, line protocol is down

C. Serial 0 is down, line protocol is up

D. Serial 0 is administratively down, line protocol is down

E. Serial 0 is administratively up, line protocol is down

F. Serial 0 is administratively down, line protocol is up Answer: D Explanation: To bring down an interface for administrative reasons and, as a side effect, remove the connected router from the routing table, you can use the shutdown interface subcommand. Reference: CCNA Self-Study CCNA INTRO exam certification Guide (Cisco press, ISBN 1-58720-094-5) Page 379

QUESTION 155 Study the Exhibit below carefully: Which data structure is described in the exhibit above?

A. FDDI frame

B. Ethernet frame

C. UDP datagram

D. Token Ring frame

E. TCP segment Answer: E Reference: CCNA Self-Study CCNA INTRO exam certification Guide (Cisco press, ISBN 1-58720-094-5) page 151

QUESTION 156 Study the Exhibit below carefully:

You are contracted as a network administrator at Cisco Highway. You are required to configure two routers named Cisco Highway1 and Cisco Highway2 respectively. The network topology is shown in the exhibit above. The enable password is "Cisco Highway". You must configure the following passwords on the Cisco Highway2 router:

  • Console password: Jack
  • Vty lines 0-4 password: king To configure the router click on a host icon that is connected to a router by a serial cable. Answer: Click on Host 4: Router Con0 is now available Press RETURN to get started !We press enter Router Cisco Highway2:

Cisco Highway2> enable !We enter enable mode Password: Cisco Highway !We enter "Cisco Highway" Cisco Highway2 # config terminal !We enter the terminal Enter configuration commands, one per line. End with CTRL/Z Cisco Highway2 (config) # line console 0 !Configure the terminal connection Cisco Highway2 (config-line)# login Cisco Highway2 (config-line)# password Jack !Specify the terminal connection password Cisco Highway2 (config-line)# exit Cisco Highway2 (config) # line vty 0 4 !Configure the telnet connections. Numbered 0,1,2,3,4. Cisco Highway2 (config-line)# login Cisco Highway2 (config-line)# password king !specify the password Cisco Highway2 (config-line) # exit !Exit from configuration mode. Cisco Highway2 (config) # exit Cisco Highway2 # copy running-config startup-config !Saves the running config to NVRAM. Reference: CCNA Self-Study CCNA INTRO exam certification Guide (Cisco press, ISBN 1-58720-094-5) Page 177

QUESTION 157 What are the basic network services that is provided by the Cisco IOS? (Select three options.)

A. Defines topology

B. Access to network resources

C. Routing and switching functions

D. Creation of VLANs

E. Quality of service Answer: A B C Reference: CCNA Self-Study CCNA INTRO exam certification Guide (Cisco press, ISBN 1-58720-094-5)

QUESTION 158 One of your trainees wants to know which of the following mentioned below are represented in the router IOS file naming conventions. What can you tell her? (Select three options.)

A. Distribution channel failures

B. Feature capabilities

C. Memory capacity needs

D. Hardware product platform

E. Programming language requirements

F. Run location and compression status Answer: B D F Explanation: Image Naming Conventions You can identify the platform, features, and image location by the name of the image. The naming convention is platform-features-type for images that are stored on a UNIX system The platform variable indicates which platforms can use this image. Examples of platform variables include rsp (Cisco 7000 series with RSP7000 and Cisco 7500 series), c1600 (Cisco 1600 series), and c1005 (Cisco 1005). The features variable identifies the feature sets supported by the image. The type field can contain the following characters:

f-The image runs from Flash memory. m-The image runs from RAM. r-The image runs from ROM. l-The image is relocatable. z-The image is zip compressed. x-The image is mzip compressed. Source: http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800 c6c63.php#1026053

QUESTION 159 Which of the following pieces of information is displayed by the show host command? (Select two options.)

A. The IP addresses of workstations allowed gain access to the router.

B. Permanent name-to-address mappings created using the ip host command.

C. Temporary and permanent DNS entries.

D. The names of the routers created using the hostname command.

E. The length of time a host has been connected via Telnet. Answer: B, D

QUESTION 160 Study the Exhibit below carefully:

In the illustration, Host Cisco Highway1 is trying to communicate with Host Cisco Highway2. The e0 interface on Cisco HighwayC is down. Which of the following are true? (Select two options.)

A. Cisco HighwayC will make use of ICMP to inform Cisco Highway 1, Cisco HighwayA, and Cisco HighwayB that Host 2 is unreachable.

B. Cisco HighwayC will send a Destination Unreachable message type.

C. Cisco HighwayC will make use of ICMP to inform Cisco Highway 1 that Cisco Highway 2 is unreachable.

D. Cisco HighwayC will use ICMP to inform Cisco HighwayB that Cisco Highway2 is unreachable.

E. Cisco HighwayC will issue a Router Selection message type.

F. Cisco HighwayC will issue a Source Quench message type. Answer: B, C Explanation ICMP is an error-reporting protocol for IP. When datagram delivery error occur, ICMP reports these errors to the sender of the datagram. When the e0 interface on Cisco Highway C goes down, Cisco Highway C uses ICMP to send a message back to Cisco Highway 1 indicating that the datagram could not be delivered. ICMP does not correct the encountered network problem.

Cisco Highway C will not notify the intermediary devices of the delivery failure. Therefore, Cisco Highway C will not send ICMP messages to Cisco Highway B. Datagrams contain only source and destination IP addresses, they do not contain information about all the intermdiary devices. The reporting device ( Cisco Highway C) has only the sender's IP address with which to communicate. Although Cisco Highway A and B are not notified directly, they might become aware of the down interface on Cisco Highway C. However, disseminating this information to neighbor routers is not the function of ICMP. ICMP reports on the status of the delivered packet to the sender, its function is not to propagate information about network changes.

QUESTION 161 Study the Exhibit below carefully: The company, Cisco Highway, network is running OSPF on the routers as shown in the exhibit above. An ISDN link provides connectivity to the remote sales office. Which of the following route types should be configured on the Corporate router to connect to the sales office's remote network while minimizing network overhead on the ISDN link?

A. A RIP route

B. An OSPF route

C. A static route

D. A default route

E. A dynamic route Answer: C

QUESTION 162 Study the Exhibit below carefully: Cisco Highway#show ip protocol Routing Protocol is "rip" Sending updates every 30 seconds, next due in 4 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Redistribution rip Default version control: send version 1, receive any version Interface Send Recv Triggered RIP Key-chain Serial0/0 1 1 2 Serial0/1 1 1 2 Automatic network summarization is in effect Maximum path: 4 Routing for Networks:

10.0.0.0 Routing Information Sources: Gateway Distance Last Update 10.168.11.14 120 00:00:22 Distance: (default is 120) John#show ip interfaces brief Interface IP-Address OK? Method Status FastEthernet0/0 192.168.18.1 YES manual up Serial0/0 10.168.11.17 YES manual up FastEthernet0/1 unassigned YES NVRAM administratively down Serial0/1 192.168.11.21 YES manual up The exhibit above shows the output from the router. Use it to determine which of the following are correct. (Select two options.)

A. Router John will get routing updates on the Serial0/1 interface.

B. Router John will issue routing updates out the Serial0/0 interface.

C. Router John makes use of a link-state routing protocol.

D. Router John will get routing updates on the Serial0/0 interface.

E. Router John will issue routing updates out the FastEthernet0/0 interface. Answer: B, D

QUESTION 163 One of the features of the OSPF routing protocol is that it maintains a topology database of information about other routers in the network. Which of the following is a characteristic of this topology database?

A. All entries in the topology database will be included on each router.

B. All routers in the same OSPF area will have one topology database.

C. The Dijkstra algorithm is used in the creation of the topology database.

D. LSA packets are used to update and maintain the topology database. Answer: D

QUESTION 164 Study the Exhibit below carefully: A new router has been installed in the branch office in Lisbon. However, the network administrator cannot make a backup of the IOS image of the new route to the TFTP server located in the Gibraltar office. Following the network diagram, can you identify the cause of the problem?

A. IP address if the TFTP server not correct.

B. Incorrect subnet mask of the TFTP server.

C. Default gateway of the TFTP server not properly set.

D. Subnet mask on the Lisbon router not correct

E. Incorrect IP address configured on E0 of the Gibraltar router Answer: B

QUESTION 165 Study the Exhibit below carefully: Using the information in the exhibit above, which of the following command lines would configure the serial0 port on the Cisco Highway2 router with the least usable host address in the 192.216.32.32 subnet correctly?

A. Cisco Highway2(config-if)# ip address 192.216.32.63 255.255.255.248

B. Cisco Highway2(config-if)# ip address 192.216.32.38 255.255.255.240

C. Cisco Highway2(config-if)# ip address 192.216.32.39 255.255.255.248

D. Cisco Highway2(config-if)# ip address 192.216.32.63 255.255.255.248 no shut

E. Cisco Highway2(config-if)# ip address 192.216.32.39 255.255.255.248 no shut

F. Cisco Highway2(config-if)# ip address 192.216.32.38 255.255.255.248 Answer: F

QUESTION 166 Study the Exhibit below carefully: To protect the records server, a named access list called records_block has been employed to prevent student and Internet access to the records. All other users within the enterprise should have access to this server. This access list was applied to the e0 interface of the Cisco Highway3 router in the outbound direction. Which of the following conditions should the access list contain to meet these requirements? (Select two options.)

A. permit 172.16.64.254 0.0.0.0 172.16.0.0 0.0.255.255

B. permit 172.16.0.0 0.0.255.255 172.16.64.254 0.0.0.0

C. deny 172.16.64.254 0.0.0.0 172.16.62.0 0.0.0.255

D. deny 172.16.62.0 0.0.0.255 172.16.64.254 0.0.0.0

E. deny 172.16.64.254 0.0.0.0 any

F. permit any any Answer: B, D Explanation: We need to block access from the Student network (172.16.62.0/24). Answer D will do this. We need to allow access from all other networks (except the internet). Answer B will do this.

QUESTION 167 Study the Exhibit below carefully:

A. 01100100.00001010.11101011.00100111

B. 10101100.00010010.10011110.00001111

C. 11000000.10100111.10110010.01000101 Which of the following statements regarding the IP addresses as illustrated in the exhibit above, are true? (Select three options.)

A. Address C is a public Class C address.

B. Address C is an exclusive Class C address.

C. Address B is a public Class B address.

D. Address A is a public Class A address.

E. Address B is a private Class B address.

F. Address A is an exclusive Class A address. Answer: A, C, D

Explanation: Address A converts to 100.10.235.39 Address B converts to 172.18.158.15 Address C converts to 192.167.178.69

QUESTION 168 Study the Exhibit below carefully: RouterA# show running-config interface serial0/0 bandwidth 64 ip address 172.16.100.2 255.255.0.0 encapsulation frame-relay frame-relay map ip 172.16.100.1 200 broadcast The Hong Kong office with Router Cisco Highway1, has a communication problem with the Tokyo branch office which has Router Cisco Highway2. The scenario is the following: Router Cisco Highway1 is unable to reach Router Cisco Highway2. Both routers are running IOS version 12.0. After reviewing the command output and graphic, your boss wants to know what is the most probable cause of the problem. What should you tell him?

A. Bandwidth configuration incorrect

B. IP address not correct

C. Improper map statement

D. Improper LMI configuration Answer: C

QUESTION 169 You are a network technician at Cisco Highway and have to locate and fix a router problem. Scenario is as follows: There are three routers named Cisco Highway1, Cisco Highway2, and Cisco Highway3 respectively. You know that Cisco Highway2 and Cisco Highway3 are 100% operational. The routing protocol being used is Single area OSPF. Cisco Highway1 has recently been installed and configured one of the trainees. However, he did not succeed in configuring Cisco Highway1 correctly. He tells you that connectivity is not complete because routing tables are not being updated correctly. You must now locate and fix this router configuration problem. Current configuration: Cisco Highway1 E0: 192.168.33.1/24 S0: 192.168.100.5/30 Secret Password: Cisco Highway Cisco Highway2 E0: 192.168.34.1/24 S0: 192.168.100.10/30 S1: 192.168.100.6/30 Secret Password: Cisco Highway Cisco Highway3 E0: 192.168.35.1/24 S1: 192.168.100.9/30 Secret Password: Cisco Highway

Click on the picture of host connected to a router by a serial console cable. Answer: Cisco Highway1#config t Cisco Highway1(config)#no router ospf 2 Cisco Highway1(config)#^Z Cisco Highway1#show ip ospf Cisco Highway1#config t Cisco Highway1(config)#router ospf 2 Cisco Highway1(config)#network 192.168.33.0 0.0.0.255 area 0 Cisco Highway1(config)#network 192.168.100.4 0.0.0.3 area 0 Cisco Highway1(config)#^Z Cisco Highway1#show ip route Cisco Highway1#copy running startup

QUESTION 170 Which of the following commands should you use if you were asked to apply an access list on a virtual terminal line of a router?

A. RouterCK(config-line)# access-class 10 in

B. RouterCK(config-if)# ip access-class 23 out

C. RouterCK(config-line)# access-list 150 in

D. RouterCK(config-if)# ip access-list 128 out

E. RouterCK(config-line)# access-group 15 out

F. RouterCK(config-if)# ip access-group 110inAnswer: A Explanation: To configure VTY you must be in the config-line mode. Incorrect Answer:

B: Wrong mode C-F: not applicable

QUESTION 171 On three different occasions an administrator configured a router, and after testing the configuration saved it to NVRAM by issuing the copy running-config startup-config command. After each successful save the administrator issued the reload command. However, each time when the router restarted, it appeared to have the default blank configuration. What could be the cause of such results?

A. The NVRAM is corrupted.

B. The boot system commands were omitted in the configuration.

C. The configuration register setting is incorrect.

D. The upgraded configuration incompatible with the hardware platform.

E. The upgraded IOS incompatible with the hardware. Answer: C

QUESTION 172 One of your trainees wants to know which of the following statements regarding the command ip route 172.16.3.0 255.255.255.0 192.168.2.4 are true. What can you tell her? (Select two options.)

A. The default administrative distance is used.

B. The command is used to establish a static route.

C. The command is used to configure the routers.

D. The command is used to establish a stub network.

E. The subnet mask for the source address is 255.255.255.0 Answer: A, B

QUESTION 173 Which of the following statements can you use to describe the process identifier that is used to run OSPF on a router? (Select two options.)

A. It is needed to identify a unique instance of an OSPF database.

B. It is an optional parameter only necessary if multiple OSPF processes are used.

C. It is locally significant.

D. It is globally insignificant

E. All routers in the same OSPF area must have the same process ID to exchange routing information. Answer: A, C Explanation: router ospf process-id no router ospf process-id process-id Internally used identification parameter for an OSPF routing process. It is locally assigned and can be any positive integer. A unique value is assigned for each OSPF routing process. http://www.cisco.com/en/US/products/sw/iosswrel/ps1826/products_command_summary_chapter09186a00800 d9c58.php

QUESTION 174 You were told to block all traffic from an entire subnet with a standard access control list by your boss. What IP address and wildcard mask should you use in the access control list to block all hosts from the subnet on which the host 192.168.16.43/28 resides?

A. 192.168.16.32 0.0.0.16

B. 192.168.16.43 0.0.0.212

C. 192.168.16.0 0.0.0.15

D. 192.168.16.32 0.0.0.15

E. 192.168.16.0 0.0.0.31

F. 192.168.16.16 0.0.0.31 Answer: D

QUESTION 175 Study the Exhibit below carefully: You are the network administrator at Cisco Highway. Cisco HighwayA is using multiple routing protocols according to the exhibit. Assuming that all networks that are connected are advertised, there are no redistribution of routes, and all other parameters are set to default, which path do you think will Cisco HighwayA use to reach Cisco HighwayD?

A. It will take the route via Cisco HighwayB.

B. It will take the route via Cisco HighwayC.

C. It will use the route with the highest metric.

D. It will load balance over both paths.

E. It will take the shortest route Answer: A

QUESTION 176 Study the Exhibit below carefully: You are the network administrator in this scenario. The exhibit illustrates a console session running on a router and you have connected your Windows workstation directly to the router E0 port as well. Which of the following are among the requirements for the copy flash tftp command to be successful? (Select three options.)

A. TFTP server software must be activated.

B. TFTP server software must be running on the administrator's workstation.

C. There must be space in the flash memory of the router to accommodate the file to be copied.

D. The copy flash tftp command must be supplied the IP address of the administrator's workstation.

E. The administrator's workstation must be on the same subnet as the router E0 interface.

F. The Ethernet connection between the router and the administrator's workstation must be via straight through cable. Answer: B, D, E

QUESTION 177 Study the Exhibit below carefully:

You work as a network administrator at Cisco Highway, You received complaints from the Cisco Highway employees that their Frame Relay connection to the corporate site is very slow. You have a suspicion that the link is overloaded. Which output value indicates to the local router that traffic is sent to the corporate site is experiencing congestion taking into account the partial output of the Router# show frame relay pvc command shown in the exhibit?

A. in DE packets 0

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

C. in BECN packets 192

D. DLCI = 100 E. in FECN packets 147 Answer: C

QUESTION 178 Study the Exhibit below carefully:

A. This router was configure with the commands: RtrA(config)#router rip RtrA(config-router)# network 172.16.0.0 RtrA(config-router)# network 10.0.0.0

B. This router was configured with the commands: RtrA(config)# router rip RtrA(config-router)# network 192.168.1.0 RtrA(config-router)# network 10.0.0.0 RtrA(config-router)# network 192.168.168.0

C. This router was configured with the commands: RtrA(config)# router rip RtrA(config-router)# version 2 RtrA(config-router)# network 172.16.0.0 RtrA(config-router)# network 10.0.0.0

D. Split horizon was disabled on this router.

E. Network 192.168.168.0 will be displayed in the routing table.

F. Network 10.0.0.0 will be displayed in the routing table. Answer: A, F

QUESTION 179 What can you tell the CEO of the company that you work for, are the advantages of using VLANs? (Select three options.)

A. VLANs allow access to network services based on department, not physical location.

B. VLANs utilize packet filtering to enhance network security.

C. VLANs provide a low-latency, high bandwidth internetworking alternative.

D. VLANs provide a method of communication between IP addresses in large networks.

E. VLANs establish broadcast domains in switched networks.

F. VLANs can greatly simplify adding, moving, or changing hosts on the network. Answer: A, E, F

QUESTION 180 You need to establish a telnet session to verify the status of a physical connection. You then issue the debug frame-relay lmi command. However, after 40 seconds, you do not get any output resulting from the debug command. Why are no messages displayed?

A. The IP addresses are configured incorrectly.

B. Frame Relay LMI messages not displayed in real time.

C. The administrator must issue the enable frame-relay lmi debug command.

D. The administrator must issue the terminal monitor command.

E. Debug messages can only be received once through the console port.

F. The administrator must issue the show frame-relay lmi vty 0 4 command- Answer: D

QUESTION 181 One of your trainees wants to know what values are used to elect the root bridge in a spanning tree topology. What can you tell her? (Select two options.)

A. The BPDU version number

B. The access layer bridge setting

C. The Bridge ID

D. The spanning-tree update number

E. The bridge priority

F. The VLAN number Answer: C, E

QUESTION 182 Which of the following are the routing protocols that are capable of supporting a network that uses VLSM and route summarization? (Select three options.)

A. IGRP

B. EIGRP

C. RIP v1

D. RIP v2

E. OSPF

F. VTP

G. LSA Answer: B, D, E

QUESTION 183 On the left are access list conditions and on the right design goals. Match up the corresponding pairs. (Please note: Not all options are used) Answer:

QUESTION 184 You are the network administrator. Your aim is to support a multi-protocol network that includes IP, AppleTalk and IPX. Which routing protocol can you use that will achieve this aim?

A. OSPF

B. EIGRP

C. RIP v2

D. IGRP

E. RIP v1 Answer: B

QUESTION 185 Which one of the following represents the bandwidth capacity of a single ISDN BRI B channel?

A. 16kb/s

B. 64kb/s

C. 128kb/s

D. 144kb/s

E. 192kb/s

F. 256kb/s Answer: B

QUESTION 186 The Missouri office router is connected through its s0 interface to the Alabama Headquarters router s1 interface. The Alabama router has two LANs. Missouri users obtain Internet access through the Headquarters router. The network interfaces in the topology are addressed as follows: Missouri: e0 -192.168.35.17/28; s0- 192.168.35.33/28; Alabama: e0- 192.168.35.49/28 e1 - 192.168.35.65/28, s1 -192.168.35.34/28. The accounting server has the address of 192.168.35.66/28. Match the access list conditions on the left with the goals on the right. (Please note: Not all options on the left are used.)

QUESTION 187 You work as network administrator at Cisco Highway. There are three routers that are connected serially. All serial links all tested to be OK. The routing protocol is single area OSPF. The Cisco Highway2 router was replaced yesterday since it broke down. The router replacement has caused problems. Routing tables are not correctly updated and some traffic between the sites are not routed. The routers are configured as follows: Cisco Highway1 E0: 192.168.3.1/24 S0: 172.16.10.5/30 Secret password: Cisco Highway Cisco Highway2 E0: 192.168.4.1/24 S0: 172.16.10.10/30 S1: 172.16.10.6/30 Secret password: Cisco Highway Cisco Highway3 E0: 192.168.5.1/24 S1: 172.16.10.9/30 Secret password: Cisco Highway Answer: Cisco Highway2#config Cisco Highway2(config)#no router ospf 2 Cisco Highway2(config)#router ospf 2 Cisco Highway2(config-rooter)#network 192.168.4.0 0.0.0.255 area 0 Cisco Highway2(config-rooter)#network 172.16.10.8 0.0.0.3 area 0 Cisco Highway2(config-rooter)#network 172.16.10.4 0.0.0.3 area 0 Cisco Highway2(config-rooter)#Ctrl-Z Cisco Highway2#copy running start Cisco Highway2#

QUESTION 188 Which of the following fields of frame is used by detection schemes to perform its function?

A. ERR

B. Flag

C. FCS

D. MTU

E. MAC

F. PDU Answer: C

QUESTION 189 Your company has been assigned the following IP address for its network: 199.141.27.0 Of subnet mask of 255.255.255.240 was selected to make provision for the LAN design. Which of the following addresses can be assigned to hosts on the resulting subnets? (Select three options.)

A. 199.141.27.126

B. 199.141.27.175

C. 199.141.27.33

D. 199.141.27.119

E. 199.141.27.208

F. 199.141.27.112 Answer: A, C, D

QUESTION
190 You have been asked to configure a default route. Which of the IOS commands mentioned below will accomplish this task? (Select two options.)

A. LTD(config)# ip route 0.0.0.0 0.0.0.0 192.168.15.36

B. LTD(config)# ip route 0.0.0.0 192.168.15.36 255.255.255.255

C. LTD# ip default-network 0.0.0.0 192.168.15.36 255.255.255.255

D. LTD(config)# ip route 0.0.0.0 0.0.0.0 E0

E. LTD(config)# ip route 0.0.0.0 255.255.255.255 S0

F. LTD(config-router)# ip route 255.255.255.255 0.0.0.0 192.168.15.36 Answer: A, D

QUESTION 191 Why is it beneficial for individuals in the data communication industry to use the layered OSI reference model? (Select two options.)

A. It encourages industry standardization by defining what functions occur at each layer of the model.

B. It necessitates changes in functionality in one layer to other layers.

C. It enables equipment efficiency from different vendors to use the same electronic components.

D. It divides the network communication process into smaller and simpler components, thus aiding component development, design, and troubleshooting.

E. It supports the evolution of multiple competing standards, and thus enhances business equipment manufacturing opportunities. Answer: A, D

QUESTION 192 Which routing protocol would allow a network administrator scalability and VLSM support and minimize overhead if the network administrator want to merge different networks all using routers from multiple vendors.

A. VTP

B. RIP

C. EIGRP

D. OSPF

E. IGRP Answer: D

QUESTION 193 You have been assigned a trainee who wants to know which of the following modes are valid when a switch port is used as a VLAN trunk. What can you tell him? (Select three options.)

A. blocking

B. auto

C. desirable

D. on

E. transparent

F. learning Answer: B, C, D

QUESTION 194 When you execute Router# show frame-relay, which of the following command options will be displayed?

(Select three options.)

A. dlci

B. clients

C. pvc

D. neighbors

E. lmi

F. map Answer: C, E, F

QUESTION 195 A newly assigned trainee wants to know from you what the "Inside Global" address represents in the configuration of NAT. What can you tell him?

A. The MAC address used by inside hosts to connect to the Internet.

B. The summarized address for all internal subnetted addresses.

C. A private IP address assigned to a host on the inside network.

D. A registered address that represents an inside host to an outside network.

E. A unique IP address used on an intranet. Answer: D

QUESTION 196 What does the concept route aggregate mean when one talks about using variable subnet masking?

A. Deleting unusable addresses through the creation of many subnets.

B. Combining routes to multiple networks into one supernet.

C. Reclaiming unused space by means of changing the subnet size.

D. Calculating the available host addresses in the AS. Answer: B

QUESTION 197 Which of the following statements describes full or half-duplex Ethernet operation correctly? (Select two options.)

A. Full-duplex Ethernet uses CSMA/CD to prevent collisions.

B. Half-duplex Ethernet uses a loopback circuit to detect collisions.

C. A full-duplex Ethernet card allows 20Mbps for data transmission.

D. Full-duplex Ethernet makes use of two pairs of wires for data.

E. An Ethernet hub can operate both half and full duplex simultaneously. Answer: B, D

QUESTION 198 Select two of the following statements that are characteristics of a Frame Relay point-to-point subinterface.

A. Needs to use Inverse ARP.

B. Maps a single IP subnet per DLCI.

C. Maps a single IP subnet across multiple DLCIs.

D. Addresses and resolves NBMA split horizon issues.

E. Needs the frame-relay map command. Answer: B, D QUESTION 199 You work as a network administrator for Cisco Highway.com. You must design an IP addressing scheme to support the company's network that will provide for a minimum of 300 sub-networks and a maximum of 50 host addresses per subnet. Which of the following subnet masks will enable you to support an appropriate addressing scheme given the fact that you work with only one Class B address. (Select two options.)

A. 255.255.255.0

B. 255.255.255.192

C. 255.255.248.0

D. 255.255.252.0

E. 255.255.255.128

F. 255.255.255.224 Answer: B, E

QUESTION 200 Study the Exhibit below carefully: The ISP assigned Network 207.134.6.0 to Cisco Highway. You are the network administrator at Cisco Highway and would like to configure one router with the commands to access the Internet. Which of the following commands will you use to configure the Gateway Router to allow Internet access to the entire network? (Select two options.)

A. Gateway(config)# ip route 0.0.0.0 0.0.0.0 207.134.6.1.

B. Gateway(config)# router rip Gateway(config-router)# network 207.134.6.0 default

C. Gateway(config)# ip route 207.134.6.0 255.255.255.0 Serial0/0

D. Gateway(config)# router rip Gateway(config-router)# network 207.134.6.0

E. Gateway(config)# ip default-network 207.134.6.0 Answer: A, E


No comments:

Post a Comment