Quiz 4
Quiz 4
1 / 1 pts
Correct!
Refer to Chapter 4.
Question 2
1 / 1 pts
R2 does not have a return path to the source address that is used in the second
ping.
An ACL blocks all TCP traffic along the path to network 172.16.1.0/24.
An ACL blocks all ICMP traffic from 172.16.1.0/24 to all connected networks to R1.
Refer to Chapter 4.
Question 3
1 / 1 pts
Refer to the exhibit. What conclusion can be drawn from the exhibited output?
Correct!
An interface on a device along the path cannot accommodate the larger packets.
Only the last 24 packets are sent with the DF bit set.
Refer to Chapter 4.
Question 4
0 / 1 pts
Refer to the exhibit. An administrator issues the show interfaces
serial2/0 command. What are two possible causes of an increase in the number of
input errors? (Choose two.)
Correct Answer
Correct!
Refer to Chapter 4.
Question 5
1 / 1 pts
Which two symptoms would the show processes cpu command be helpful in
troubleshooting? (Choose two.)
excessive collisions
no link lights
Correct!
Refer to Chapter 4.
Question 6
1 / 1 pts
The administrator would like to see the commands that are associated with the
serial1/0 interface. The administrator enters the command show running-config |
section interface serial1/0 but does not receive a response. What could be the
problem?
The administrator should have entered the command show run | i interface
serial1/0.
The interface does not have any commands associated with it.
Correct!
The interface serial1/0 keyword looks for an exact match and should
specify interface Serial1/0.
Refer to Chapter 4.
Question 7
1 / 1 pts
The command show ip cef displays the contents of which table?
Correct!
adjacency
IP routing
Refer to Chapter 4.
Question 8
1 / 1 pts
About which process can detailed information be found from the output of the show
platform forward command on the Catalyst 3560, 3750, and 4500 platforms?
buffering
Correct!
forwarding
errors
counters
queuing
Refer to Chapter 4.
Question 9
1 / 1 pts
What is common between Layer 3 switches and routers?
the packet forwarding processes
Correct!
Refer to Chapter 4.
Question 10
1 / 1 pts
An attacker has started a program that fills the MAC address table of the local
switch with false information. What will happen to an inbound frame when the
switch MAC address table is full and does not contain information about the
destination MAC address?
The source MAC address will be added to the MAC address table, displacing the
oldest entry.
The MAC address table will be immediately flushed and the source MAC address
entered in the table.
Correct!
The frame will be flooded out all ports except the one on which it is received.
The inbound frame will be buffered until an entry in the MAC address table times
out and is replaced with the source MAC address of the frame.
Refer to Chapter 4.
Question 11
1 / 1 pts
What is one of the first indications that spanning tree has failed and a broadcast
storm may be underway?
Correct!
MAC address tables rapidly fill and prevent data frame forwarding.
Refer to Chapter 4.
Question 12
1 / 1 pts
A network administrator received several complaints from end users that they are
unable to access any resources on the Layer 2 switched network. The administrator
unplugs one of the redundant links that is running to the affected area of the
network, and the users report that the problem disappears. When the cable is
reconnected, the problem reappears. What is the most likely cause of the problem?
Correct!
Refer to Chapter 4.
Question 13
1 / 1 pts
A network administrator issued the show ip cef command to verify the routing
operations on the device. Which table entries will be present in the output?
Correct!
Refer to Chapter 4.
Question 14
1 / 1 pts
Refer to the exhibit. A network administrator uses the output of the show ip cef
exact-route command to verify the routing operations. Which statement
represents the information that the network administrator will gather from the
output?
Correct!
Traffic that is sourced from 10.10.10.1 and destined to 172.17.249.252 will go out
the FastEthernet1/0 interface.
Traffic that is sourced from 172.17.249.252 will use 192.168.49.252 as a next hop.
The destination 10.10.10.1 can be reached via the next hop address
172.17.249.252.
The destination 172.17.249.252 can be reached via the next hop address
10.10.10.1.
Refer to Chapter 4.
Question 15
1 / 1 pts
all IP prefixes
Correct!
Refer to Chapter 4.
Question 16
1 / 1 pts
Which data structure provides the best information when troubleshooting problems
that are related to the data plane?
Correct!
Refer to Chapter 4.
Question 17
1 / 1 pts
What occurs immediately following the encapsulation of data into IP packets during
the transmission of data between source and destination hosts?
The sending host encapsulates the data into a frame addressed to the MAC address
of the destination host.
The routing table is consulted to determine which interface to forward the packet
through based on the longest prefix match.
Correct!
The source host determines if the destination network is the same or different from
its own local subnet.
The source host sends the packet to the default gateway address.
An ARP request is made to determine the MAC address of the destination host.
Refer to Chapter 4.
Question 18
1 / 1 pts
Which two events happen when the Time to Live (TTL) field in the IP header of a
packet is reduced to zero? (Choose two.)
Correct!
Refer to Chapter 4.
Question 19
1 / 1 pts
Which two data structures are used by Cisco Express Forwarding to improve the
performance of IP packet switching processes on routers? (Choose two.)
interface table
topology table
Correct!
adjacency table
Correct!
routing table
neighbor table
Refer to Chapter 4.
Question 20
1 / 1 pts
A network administrator wishes to use debug commands to observe how a router
processes each individual packet on an interface. Which packet switching solution
should be implemented on the interface to accomplish this task?
Enable Cisco Express Forwarding (CEF) using the no ip cef command.
Question 21
1 / 1 pts
Refer to the exhibit. A network administrator issues a ping command as shown.
What could be the reason for the failure of the ping to host 172.16.1.5?
Packets with the DF bit set cannot be transported over a Frame Relay network.
Ping packets are being blocked by an ACL somewhere along the path to 172.16.1.5.
Correct!
An interface of the device along the path to the destination cannot accommodate
the large packets.
Refer to Chapter 4.
Question 22
1 / 1 pts
Correct!
Refer to Chapter 4.
Question 23
1 / 1 pts
A network administrator has just issued this command:
R1# debug ip packet 5 detail
to increase the amount of given output to include the first five fields of the IP
header
to limit the output to every fifth packet and include all details that are associated
with the packet
Correct!
Refer to Chapter 4.
Question 24
1 / 1 pts
A newly established branch office is reporting connectivity issues with the server
farm that is located at the main office. The network administrator suggests that the
problem could be with the path MTU. How could the network administrator verify
that this is the problem?
Adjust the MTU parameter on the router in the server farm to determine the
acceptable path MTU.
Correct!
Use the extended ping option to send packets of increasing size to the destination
to determine the path MTU.
Use the traceroute command to determine where packets are being lost.
Refer to Chapter 4.