4.0.CPFinal.txt

(18 KB) Pobierz
Identify the factors that contribute to congestion on an Ethernet LAN. (Choose three.)
 
*** improper placement of enterprise level servers
 
*** addition of hosts to a physical segment
 
replacement of hubs with workgroup switches
 
*** increasing use of bandwidth intensive network applications
 
creation of new collision domains without first adding network hosts
 
migration to full-duplex Ethernet within the LAN
Which of the following are examples of TCP/IP application layer protocols? (Choose three.)
 
*** a terminal emulation protocol that supports remote console connections with various network devices
 
a protocol created by IBM that makes it easier for mainframes to connect to remote offices
 
*** a protocol responsible for transporting electronic mail on TCP/IP networks and the Internet
 
a protocol that controls the rate at which data is sent to another computer
 
*** a protocol that exchanges network management information between a network device and a management console
Which of the following eliminates switching loops?
 
hold-down timers
 
poison reverse
 
*** spanning tree protocol
 
time to live
 
split horizon protocol
 
The show cdp neighbors command is a very useful network troubleshooting tool. Using the output in the graphic, select the statements that are true. (Choose two.)
 
CDP operates at the network layer of the OSI model.
 
*** The output of this command displays information about directly connected Cisco devices only.
 
The switch is attached to the SanJose1 FastEthernet0/21 interface.
 
SanJose1 is running CDP version 12.0. 
 
SanJose1 has two fully operational, cdp-enabled Cisco switches directly connected to it.
 
*** SanJose2 is a 2600 series router running several routed protocols
 
A network administrator can ping the Denver router, but gets a 'Password Required but None Set' message when trying to connect remotely via Telnet. Which command sequence must be applied to the Denver router to allow remote access?
 
Router(config)# line console 0
Router(config-line)# login
Router(config-line)# password cisco
 
*** Router(config)# line vty 0 4
*** Router(config-line)# login
*** Router(config-line)# password cisco
 
Router(config)# line virtual terminal
Router(config-line)# enable login
Router(config-line)# password cisco
 
Router(config)# line vty 0 4
Router(config-line)# enable secret
Router(config-line)# password cisco
 
Router(config)# enable secret cisco
 
Router(config)# enable cisco
Which of the following is associated with link-state routing protocols?
 
low processor overhead 
 
poison reverse
 
routing loops
 
split horizon
 
*** shortest-path first calculations
	
A router does not load its configuration after a power failure. After running the show startup-configuration command, the adminstrator finds that the original configuration is intact. What is the cause of this problem?
 
The configuration register is set for 0x2100.
 
The configuration register is set for 0x2101.
 
The configuration register is set for 0x2102.
 
*** The configuration register is set for 0x2142.
 
Boot system commands are not configured.
 
Flash memory is empty causing the router to bypass the configuration in NVRAM
Nederst p� formularen
Which commands are used to verify the content and placement of access control lists? (Choose three.)
 
*** show ip interface
 
show ip route
 
show processes
 
*** show running-config
 
show cdp neighbor
 
*** show access-lists
Which of the following are required when creating a standard access control list? (Choose two.)
 
destination address and wildcard mask
 
*** source address and wildcard mask
 
subnet mask and wildcard mask
 
access list number between 100 and 199 or 2000 and 2699
 
*** access list number between 1 and 99 or 1300 to 1999

Which of the following are keywords that can be used in an access control list to replace a dotted decimal wildcard mask? (Choose two.)
 
most
 
*** host
 
all
 
*** any
 
some
 
sum
 
Refer to the diagram. All ports on Switch A are in the Sales VLAN and all ports on Switch B are in the Accounting VLAN. How many broadcast domains and how many collision domains are shown? (Choose two).
 
3 collision domains
 
*** 3 broadcast domains
 
5 broadcast domains 
 
*** 9 collision domains
 
10 collision domains
 
13 collision domains
 
Refer to the graphic. Using the most efficient IP addressing scheme and VLSM, which address can be configured on one of the serial interfaces?
 
192.168.16.63/27
 
192.168.16.158/27
 
192.168.16.192/27
 
192.168.16.113/30
 
192.168.16.145/30
 
*** 192.168.16.193/30

What is the purpose of the Spanning Tree Protocol (STP)?
 
*** prevents Layer 2 loops
 
prevents routing loops on a router
 
creates smaller collision domains
 
creates smaller broadcast domains
 
allows Cisco devices to exchange routing table updates
What is the purpose of a loopback address when using the OSPF routing protocol?
 
activates the OSPF neighboring process 
 
*** ensures a persistent router ID for the OSPF process
 
provides a backdoor for connectivity during the convergence process
 
streamlines and speeds up the convergence process
Which statement is true regarding states of the IEEE 802.1d Spanning Tree Protocol?
 
Ports are manually configured to be in the forwarding state.
 
*** Ports listen and learn before going into the forwarding state.
 
Ports must be blocked before they can be placed in the disabled state.
 
It takes 15 seconds for a port to go from blocking to forwarding
Which sequence of commands is used to configure a loopback address on a router?
 
Router1(config)# interface loopback 1
Router1(config-if)# ip address 192.168.1.1
 
Router1(config)# interface serial 0/0 
Router1(config-if)# loopback 1
Router1(config-if)# ip address 192.168.1.1
 
Router1(config)# interface serial 0/0 
Router1(config-if)# loopback 1
Router1(config-if)# ip address 192.168.1.1 255.255.255.0
 
*** Router1(config)# interface loopback 1
*** Router1(config-if)# ip address 192.168.1.1 255.255.255.255

Which routing protocols are classful and do not support VLSM? (Choose two.)
 
EIGRP
 
OSPF
 
*** RIP v1
 
RIP v2
 
*** IGRP
 
Refer to the graphic. Two switches are connected together through a trunk port. SW2 displays the message shown. Which of the following will solve the duplex mismatch?
 
SW1(config)# interface fastethernet 0/1
SW1(config-if)# duplex full
 
SW1(config)# interface fastethernet 0/1
SW1(config-if)# full-duplex
 
*** SW2(config)# interface fastethernet 0/1
*** SW2(config-if)# duplex full
 
SW2(config)# interface fastethernet 0/1
SW2(config-if)# full-duplex
 
Refer to the graphic. Two routers have been configured to use EIGRP. Packets are not being forwarded between the two routers. What could be the problem?
 
EIGRP does not support VLSM.
 
The routers were not configured to monitor neighbor adjacency changes.
 
The default bandwidth was used on the routers.
 
*** An incorrect IP address was configured on a router interface.
 
According to the the provided router output, which of the following statements is true regarding PPP operation?
 
Only the link-establishment phase completed successfully.
 
Only the network-layer phase completed successfully.
 
Neither the link-establishment phase nor the the network-layer phase completed successfully.
 
*** Both the link-establishment and network-layer phase completed successfully

Frame Relay is configured over a point-to-point connection between two routers. The output of the show frame-relay pvc command indicates that the status of this PVC is inactive. Which of the following devices could be the source of the problem? (Choose two.)
 
local router
 
local Frame Relay switch
 
*** remote router
 
*** remote Frame Relay switch
 
R3 has the following configuration:

R3# show running-config
--some output text omitted--
interface serial0/0
bandwidth 128
ip address 192.168.11.2 255.255.255.0
encapsulation frame-relay
frame-relay map ip 192.168.11.2 30 broadcast

After the command R3# debug frame-relay packet is executed, a ping is issued from R3 to R1 but is unsuccessful. Based on the output of the debug command shown in the graphic and the router configuration, what might be problem?
 
*** No clock rate assigned.
 
There is an incorrect DLCI number in the map statement.
 
An incorrect IP address exists in the map statement.
 
The encapsulation command is missing the broadcast keyword
Which statements are true regarding the Frame Relay LMI? (Choose three.)
 
*** The LMI provides a virtual circuit (VC) status mechanism.
 
The LMI type must always be manually configured.
 
The available LMI types are NI1, DMS100 and 5ESS.
 
The LMI types supported by Cisco routers are CISCO and IETF.
 
*** The LMI type configured on the router must match the one used on the Frame Relay switch.
 
*** The LMI uses reserved DLCIs to exchange messages between the DTE and DCE

Which statement describes the process that occurs in Network Address Translation (NAT) overloading?
 
*** Multiple private IP addresses are mapped to one public IP address.
 
The number of usable addresses assigned to a company is divided into smaller manageable groups.
 
A pool of IP addresses are mapped to one or more MAC addresses.
 
The router acts as a DHCP server and assigns multiple public IP addresses for each private IP address configured
Which two statements are true about the committed information rate on a Frame Relay link? (Choose two.)
 
The sum of the CIRs for all PVCs must be less than the port speed.
 
The sum of the CIRs for all PVCs must equal the port speed.
 
*** The sum of the CIRs for all PVCs can be greater than the port speed.
 
*** The DE bit will be set on frames that are transmitted i...
Zgłoś jeśli naruszono regulamin