Zota
Zota
9. Match each characteristic to its corresponding Internet connectivity type. (Not all
options are used.)
Explanation: DSL is an always-on, high bandwidth connection that runs over telephone
lines. Cable uses the same coaxial cable that carries television signals into the home to
provide Internet access. Dialup telephone is much slower than either DSL or cable, but is
the least expensive option for home users because it can use any telephone line and a
simple modem. Satellite requires a clear line of sight and is affected by trees and other
obstructions. None of these typical home options use dedicated leased lines such as
T1/E1 and T3/E3.
10. What two criteria are used to help select a network medium from various
network media? (Choose two.)
the types of data that need to be prioritized
the cost of the end devices utilized in the network
the distance the selected medium can successfully carry a signal
the number of intermediate devices installed in the network
the environment where the selected medium is to be installed
Explanation: Criteria for choosing a network medium are the distance the selected
medium can successfully carry a signal, the environment in which the selected medium is
to be installed, the amount of data and the speed at which the data must be transmitted,
and the cost of the medium and its installation.
11. What type of network traffic requires QoS?
email
on-line purchasing
video conferencing
wiki
12. A user is implementing security on a small office network. Which two actions
would provide the minimum security requirements for this network? (Choose two.)
implementing a firewall
installing a wireless network
installing antivirus software
implementing an intrusion detection system
adding a dedicated intrusion prevention device
Explanation: Technically complex security measures such as intrusion prevention and
intrusion prevention systems are usually associated with business networks rather than
home networks. Installing antivirus software, antimalware software, and implementing a
firewall will usually be the minimum requirements for home networks. Installing a home
wireless network will not improve network security, and will require further security
actions to be taken.
13. Passwords can be used to restrict access to all or parts of the Cisco IOS. Select
the modes and interfaces that can be protected with passwords. (Choose three.)
VTY interface
console interface
Ethernet interface
boot IOS mode
privileged EXEC mode
router configuration mode
Explanation: Access to the VTY and console interfaces can be restricted using
passwords. Out-of-band management of the router can be restricted in both user EXEC
and privileged EXEC modes.
15. What function does pressing the Tab key have when entering a command in
IOS?
It aborts the current command and returns to configuration mode.
It exits configuration mode and returns to user EXEC mode.
It moves the cursor to the beginning of the next line.
It completes the remainder of a partially typed word in a command.
Explanation: Pressing the Tab key after a command has been partially typed will cause
the IOS to complete the rest of the command.
16. While trying to solve a network issue, a technician made multiple changes to the
current router configuration file. The changes did not solve the problem and were
not saved. What action can the technician take to discard the changes and work
with the file in NVRAM?
Issue the reload command without saving the running configuration.
Delete the vlan.dat file and reboot the device.
Close and reopen the terminal emulation software.
Issue the copy startup-config running-config command.
Explanation: The technician does not want to make any mistakes trying to remove all
the changes that were done to the running configuration file. The solution is to reboot the
router without saving the running configuration. The copy startup-config running-config
command does not overwrite the running configuration file with the configuration file
stored in NVRAM, but rather it just has an additive effect.
17. An administrator uses the Ctrl-Shift-6 key combination on a switch after issuing
the ping command. What is the purpose of using these keystrokes?
to restart the ping process
to interrupt the ping process
to exit to a different configuration mode
to allow the user to complete the command
Explanation: To interrupt an IOS process such as ping or traceroute, a user enters the
Ctrl-Shift-6 key combination. Tab completes the remainder of parameters or arguments
within a command. To exit from configuration mode to privileged mode use the Ctrl-Z
keystroke. CTRL-R will redisplay the line just typed, thus making it easier for the user to
press Enter and reissue the ping command.
letmein
secretin
lineconin
linevtyin
Explanation: Telnet accesses a network device through the virtual interface configured
with the line VTY command. The password configured under this is required to access
the user EXEC mode. The password configured under the line console 0 command is
required to gain entry through the console port, and the enable and enable secret
passwords are used to allow entry into the privileged EXEC mode.
SwitchA(config-if)# no shutdown
20. Which command or key combination allows a user to return to the previous level
in the command hierarchy?
end
exit
Ctrl-Z
Ctrl-C
Explanation: End and CTRL-Z return the user to the privileged EXEC mode. Ctrl-C
ends a command in process. The exit command returns the user to the previous level.
21. What are two characteristics of RAM on a Cisco device? (Choose two.)
RAM provides nonvolatile storage.
The configuration that is actively running on the device is stored in RAM.
The contents of RAM are lost during a power cycle.
RAM is a component in Cisco switches but not in Cisco routers.
RAM is able to store multiple versions of IOS and configuration files.
Explanation: RAM stores data that is used by the device to support network operations.
The running configuration is stored in RAM. This type of memory is considered volatile
memory because data is lost during a power cycle. Flash memory stores the IOS and
delivers a copy of the IOS into RAM when a device is powered on. Flash memory is
nonvolatile since it retains stored contents during a loss of power.
22. Which two host names follow the guidelines for naming conventions on Cisco
IOS devices? (Choose two.)
Branch2!
RM-3-Switch-2A4
Floor(15)
HO Floor 17
SwBranch799
Explanation: Some guidelines for naming conventions are that names should:
Start with a letter
Contain no spaces
End with a letter or digit
Use only letters, digits, and dashes
Be less than 64 characters in length
Explanation: The configuration mode that the administrator first encounters is user
EXEC mode. After the enable command is entered, the next mode is privileged EXEC
mode. From there, the configure terminal command is entered to move to global
configuration mode. Finally, the administrator enters the line console 0 command to enter
the mode in which the configuration will be entered.
26. What command is used to verify the condition of the switch interfaces, including
the status of the interfaces and a configured IP address?
ipconfig
ping
traceroute
show ip interface brief
Explanation: The show ip interface brief command is used to display a brief synopsis of
the condition of the device interfaces. The ipconfig command is used to verify TCP/IP
properties on a host. The ping command is used to verify Layer 3 connectivity. The
traceroute command is used to trace the network path from source to destination.
27. Match the description with the associated IOS mode. (Not all options are used.)
28. Match the definitions to their respective CLI hot keys and shortcuts. (Not all
options are used.)
29. In the show running-config command, which part of the syntax is represented by
running-config?
the command
a keyword
a variable
a prompt
Explanation: The first part of the syntax, show, is the command, and the second part of
the syntax, running-config, is the keyword. The keyword specifies what should be
displayed as the output of the show command.
33. What method can be used by two computers to ensure that packets are not
dropped because too much data is being sent too quickly?
encapsulation
flow control
access method
response timeout
Explanation: In order for two computers to be able to communicate effectively, there
must be a mechanism that allows both the source and destination to set the timing of the
transmission and receipt of data. Flow control allows for this by ensuring that data is not
sent too fast for it to be received properly.
35. What three application layer protocols are part of the TCP/IP protocol suite?
(Choose three.)
ARP
DHCP
DNS
FTP
NAT
PPP
Explanation: DNS, DHCP, and FTP are all application layer protocols in the TCP/IP
protocol suite. ARP and PPP are network access layer protocols, and NAT is an internet
layer protocol in the TCP/IP protocol suite.
36. Match the description to the organization. (Not all options are used.)
37. Which name is assigned to the transport layer PDU?
bits
data
frame
packet
segment
Explanation: Application data is passed down the protocol stack on its way to be
transmitted across the network media. During the process, various protocols add
information to it at each level. At each stage of the process, a PDU (protocol data unit)
has a different name to reflect its new functions. The PDUs are named according to the
protocols of the TCP/IP suite:
Data – The general term for the PDU used at the application layer.
Segment – transport layer PDU
Packet – network layer PDU
Frame – data link layer PDU
Bits – A physical layer PDU used when physically transmitting data over the medium
38. When IPv4 addressing is manually configured on a web server, which property
of the IPv4 configuration identifies the network and host portion for an IPv4
address?
DNS server address
subnet mask
default gateway
DHCP server address
Explanation: There are several components that need to be entered when configuring
IPv4 for an end device:
IPv4 address – uniquely identifies an end device on the network
Subnet mask – determines the network address portion and host portion for an IPv4
address
Default gateway – the IP address of the router interface used for communicating with
hosts in another network
DNS server address – the IP address of the Domain Name System (DNS) server
DHCP server address (if DHCP is used) is not configured manually on end devices. It
will be provided by a DHCP server when an end device requests an IP address.
39. What process involves placing one PDU inside of another PDU?
encapsulation
encoding
segmentation
flow control
Explanation: When a message is placed inside of another message, this is known as
encapsulation. On networks, encapsulation takes place when one protocol data unit is
carried inside of the data field of the next lower protocol data unit.
40. What layer is responsible for routing messages through an internetwork in the
TCP/IP model?
internet
transport
network access
session
Explanation: The TCP/IP model consists of four layers: application, transport, internet,
and network access. Of these four layers, it is the internet layer that is responsible for
routing messages. The session layer is not part of the TCP/IP model but is rather part of
the OSI model.
41. For the TCP/IP protocol suite, what is the correct order of events when a Telnet
message is being prepared to be sent over the network?
CCNA-1-v7-Modules-1-3-Basic Network Connectivity and Communications Exam
Answers 41
42. Which PDU format is used when bits are received from the network medium by
the NIC of a host?
file
frame
packet
segment
Explanation: When received at the physical layer of a host, the bits are formatted into a
frame at the data link layer. A packet is the PDU at the network layer. A segment is the
PDU at the transport layer. A file is a data structure that may be used at the application
layer.
43. Refer to the exhibit. ServerB is attempting to contact HostA. Which two
statements correctly identify the addressing that ServerB will generate in the
process? (Choose two.)
46. Which two OSI model layers have the same functionality as a single layer of the
TCP/IP model? (Choose two.)
data link
network
physical
session
transport
Explanation: The OSI data link and physical layers together are equivalent to the
TCP/IP network access layer. The OSI transport layer is functionally equivalent to the
TCP/IP transport layer, and the OSI network layer is equivalent to the TCP/IP internet
layer. The OSI application, presentation, and session layers are functionally equivalent to
the application layer within the TCP/IP model.
47. At which layer of the OSI model would a logical address be added during
encapsulation?
physical layer
data link layer
network layer
transport layer
48. What is a characteristic of multicast messages?
They are sent to a select group of hosts.
They are sent to all hosts on a network.
They must be acknowledged.
They are sent to a single destination.
Explanation: Multicast is a one-to-many type of communication. Multicast messages are
addressed to a specific multicast group.
51. Which device performs the function of determining the path that messages
should take through internetworks?
a router
a firewall
a web server
a DSL modem
Explanation: A router is used to determine the path that the messages should take
through the network. A firewall is used to filter incoming and outgoing traffic. A DSL
modem is used to provide Internet connection for a home or an organization.
52. Open the PT Activity. Perform the tasks in the activity instructions and then
answer the question.
tweet
share
share
like
54. Refer to the exhibit. An administrator is trying to configure the switch but
receives the error message that is displayed in the exhibit. What is the problem?
CCNA-1-v7-Modules-1-3-Basic Network Connectivity and Communications Exam
Answers 54
55. What term describes a network owned by one organization that provides safe
and secure access to individuals who work for a different organization?
extranet
cloud
BYOD
quality of service
56. What term describes storing personal files on servers over the internet to
provide access anywhere, anytime, and on any device?
cloud
BYOD
quality of service
converged network
57. What term describes a network where one computer can be both client and
server?
peer-to-peer
cloud
BYOD
quality of service
58. What term describes a type of network used by people who work from home or
from a small remote office?
SOHO network
BYOD
quality of service
converged network
59. What term describes a computing model where server software runs on
dedicated computers?
client/server
internet
intranet
extranet
60. What term describes a type of network used by people who work from home or
from a small remote office?
SOHO network
internet
intranet
extranet
61. What term describes a technology that allows devices to connect to the LAN
using an electrical outlet?
powerline networking
internet
intranet
extranet
62. What term describes a policy that allows network devices to manage the flow of
data to give priority to voice and video?
quality of service
internet
intranet
extranet
63. What term describes a private collection of LANs and WANs that belongs to an
organization?
intranet
internet
extranet
peer-to-peer
64. What term describes the ability to use personal devices across a business or
campus network?
BYOD
internet
intranet
extranet
65. At which OSI layer is a source IP address added to a PDU during the
encapsulation process?
network layer
data link layer
transport layer
application layer
66. At which OSI layer is a destination port number added to a PDU during the
encapsulation process?
transport layer
data link layer
network layer
application layer
67. At which OSI layer is data added to a PDU during the encapsulation process?
application layer
data link layer
network layer
transport layer
68. At which OSI layer is a source IP address added to a PDU during the
encapsulation process?
network layer
data link layer
application layer
presentation layer
69. Which of the following is the name for all computers connected to a network that
participate directly in network communication?
Servers
Intermediary device
Host media
70. At which OSI layer is a destination IP address added to a PDU during the
encapsulation process?
network layer
application layer
transport layer
presentation layer
71. At which OSI layer is a source MAC address added to a PDU during the
encapsulation process?
data link layer
application layer
transport layer
presentation layer
72. At which OSI layer is a source port number added to a PDU during the
encapsulation process?
transport layer
application layer
network layer
presentation layer
data link layer
73. At which OSI layer is a destination MAC address added to a PDU during the
encapsulation process?
data link layer
transport layer
application layer
network layer
74. When data is encoded as pulses of light, which media is being used to transmit
the data?
Wireless
Fire optic cable
Copper cable
75. Which two devices are intermediary devices? (Choose two)
Host
Router
Switch
Servers
8. What is a primary role of the Physical layer in transmitting data on the network?
create the signals that represent the bits in each frame on to the media
provide physical addressing to the devices
determine the path packets take through the network
control data access to the media
Explanation: The OSI physical layer provides the means to transport the bits that make
up a frame across the network media. This layer accepts a complete frame from the data
link layer and encodes it as a series of signals that are transmitted to the local media.
9. With the use of unshielded twisted-pair copper wire in a network, what causes
crosstalk within the cable pairs?
the magnetic field around the adjacent pairs of wire
the use of braided wire to shield the adjacent wire pairs
the reflection of the electrical wave back from the far end of the cable
the collision caused by two nodes trying to use the media simultaneously
Explanation: Crosstalk is a type of noise, or interference that occurs when signal
transmission on one wire interferes with another wire. When current flows through a wire
a magnetic field is produced. The produced magnetic field will interface the signal
carried in the adjacent wire.
STP
UTP
coax
fiber
Explanation: Network cabling include different types of cables:
UTP cable consists of four pairs of color-coded wires that have been twisted together
and then encased in a flexible plastic sheath.
STP cable uses four pairs of wires, each wrapped in a foil shield, which are then
wrapped in an overall metallic braid or foil.
Coaxial cable uses a copper conductor and a layer of flexible plastic insulation
surrounds the copper conductor.
Fiber cable is a flexible, extremely thin, transparent strand of glass surrounded by
plastic insulation.
11. In addition to the cable length, what two factors could interfere with the
communication carried over UTP cables? (Choose two.)
crosstalk
bandwidth
size of the network
signal modulation technique
electromagnetic interference
Explanation: Copper media is widely used in network communications. However,
copper media is limited by distance and signal interference. Data is transmitted on copper
cables as electrical pulses. The electrical pulses are susceptible to interference from two
sources:
Electromagnetic interference (EMI) or radio frequency interference (RFI) – EMI
and RFI signals can distort and corrupt the data signals being carried by copper media.
Crosstalk – Crosstalk is a disturbance caused by the electric or magnetic fields of a
signal on one wire interfering with the signal in an adjacent wire.
14. Which two statements describe the services provided by the data link layer?
(Choose two.)
It defines the end-to-end delivery addressing scheme.
It maintains the path between the source and destination devices during the data
transmission.
It manages the access of frames to the network media.
It provides reliable delivery through link establishment and flow control.
It ensures that application data will be transmitted according to the prioritization.
It packages various Layer 3 PDUs into a frame format that is compatible with the
network interface.
Explanation: The data link layer is divided into two sub layers, namely Logical Link
Control (LLC) and Media Access Control (MAC). LLC forms a frame from the network
layer PDU into a format that conforms to the requirements of the network interface and
media. A network layer PDU might be for IPv4 or IPv6. The MAC sub layer defines the
media access processes performed by the hardware. It manages the frame access to the
network media according to the physical signaling requirements (copper cable, fiber
optic, wireless, etc.)
15. What is the function of the CRC value that is found in the FCS field of a frame?
to verify the integrity of the received frame
to verify the physical address in the frame
to verify the logical address in the frame
to compute the checksum header for the data field in the frame
16. What is contained in the trailer of a data-link frame?
logical address
physical address
data
error detection
17. Which statement describes a characteristic of the frame header fields of the data
link layer?
They all include the flow control and logical connection fields.
Ethernet frame header fields contain Layer 3 source and destination addresses.
They vary depending on protocols.
They include information on user applications.
Explanation: All data link layer protocols encapsulate the Layer 3 PDU within the data
field of the frame. However, the structure of the frame and the fields that are contained in
the header vary according to the protocol. Different data link layer protocols may use
different fields, like priority/quality of service, logical connection control, physical link
control, flow control, and congestion control.
18. A network team is comparing physical WAN topologies for connecting remote
sites to a headquarters building. Which topology provides high availability and
connects some, but not all, remote sites?
mesh
partial mesh
hub and spoke
point-to-point
Explanation: Partial mesh topologies provide high availability by interconnecting
multiple remote sites, but do not require a connection between all remote sites. A mesh
topology requires point-to-point links with every system being connected to every other
system. A point-to-point topology is where each device is connected to one other device.
A hub and spoke uses a central device in a star topology that connects to other point-to-
point devices.
19. Which two fields or features does Ethernet examine to determine if a received
frame is passed to the data link layer or discarded by the NIC? (Choose two.)
auto-MDIX
CEF
Frame Check Sequence
minimum frame size
source MAC address
20. Which media communication type does not require media arbitration in the data
link layer?
deterministic
half-duplex
full-duplex
controlled access
Explanation: Half-duplex communication occurs when both devices can both transmit
and receive on the medium but cannot do so simultaneously. Full-duplex communication
occurs when both devices can transmit and receive on the medium at the same time and
therefore does not require media arbitration. Half-duplex communication is typically
contention-based, whereas controlled (deterministic) access is applied in technologies
where devices take turns to access the medium.
25. What three items are contained in an Ethernet header and trailer? (Choose
three.)
source IP address
source MAC address
destination IP address
destination MAC address
error-checking information
Explanation: Layer 2 headers contain the following:
Frame start and stop indicator flags at the beginning and end of a frame
Addressing – for Ethernet networks this part of the header contains source and
destination MAC addresses
Type field to indicate what Layer 3 protocol is being used
Error detection to determine if the frame arrived without error
28. Which statement is true about the CSMA/CD access method that is used in
Ethernet?
When a device hears a carrier signal and transmits, a collision cannot occur.
A jamming signal causes only devices that caused the collision to execute a backoff
algorithm.
All network devices must listen before transmitting.
Devices involved in a collision get priority to transmit after the backoff period.
29. What is the auto-MDIX feature on a switch?
the automatic configuration of an interface for 10/100/1000 Mb/s operation
the automatic configuration of an interface for a straight-through or a crossover
Ethernet cable connection
the automatic configuration of full-duplex operation over a single Ethernet copper or
optical cable
the ability to turn a switch interface on or off accordingly if an active connection is
detected
Explanation: The auto-MDIX enables a switch to use a crossover or a straight-through
Ethernet cable to connect to a device regardless of the device on the other end of the
connection.
30. Refer to the exhibit. What is the destination MAC address of the Ethernet frame
as it leaves the web server if the final destination is PC1?
00-60-2F-3A-07-AA
00-60-2F-3A-07-BB
00-60-2F-3A-07-CC
00-60-2F-3A-07-DD
Explanation: The destination MAC address is used for local delivery of Ethernet frames.
The MAC (Layer 2) address changes at each network segment along the path. As the
frame leaves the web server, it will be delivered by using the MAC address of the default
gateway.
31. A Layer 2 switch is used to switch incoming frames from a 1000BASE-T port to
a port connected to a 100Base-T network. Which method of memory buffering
would work best for this task?
port-based buffering
level 1 cache buffering
shared memory buffering
fixed configuration buffering
Explanation: With shared memory buffering, the number of frames stored in the buffer
is restricted only by the of the entire memory buffer and not limited to a single port
buffer. This permits larger frames to be transmitted with fewer dropped frames. This is
important to asymmetric switching, which applies to this scenario, where frames are
being exchanged between ports of different rates. With port-based memory buffering,
frames are stored in queues that are linked to specific incoming and outgoing ports
making it possible for a single frame to delay the transmission of all the frames in
memory because of a busy destination port. Level 1 cache is memory used in a CPU.
Fixed configuration refers to the port arrangement in switch hardware.
32. What are two examples of the cut-through switching method? (Choose two.)
store-and-forward switching
fast-forward switching
CRC switching
fragment-free switching
QOS switching
Explanation: Store-and forward switching accepts the entire frame and performs error
checking using CRC before forwarding the frame. Store-and-forward is often required for
QOS analysis. Fast-forward and fragment-free are both variations of the cut-through
switching method where only part of the frame is received before the switch begins to
forward it.
33. Which frame forwarding method receives the entire frame and performs a CRC
check to detect errors before forwarding the frame?
cut-through switching
store-and-forward switching
fragment-free switching
fast-forward switching
Explanation: Fast-forward and fragment-free switching are variations of cut-through
switching, which begins to forward the frame before the entire frame is received.
37. Which advantage does the store-and-forward switching method have compared
with the cut-through switching method?
collision detecting
frame error checking
faster frame forwarding
frame forwarding using IPv4 Layer 3 and 4 information
Explanation: A switch using the store-and-forward switching method performs an error
check on an incoming frame by comparing the FCS value against its own FCS
calculations after the entire frame is received. In comparison, a switch using the cut-
through switching method makes quick forwarding decisions and starts the forwarding
process without waiting for the entire frame to be received. Thus a switch using cut-
through switching may send invalid frames to the network. The performance of store-
and-forward switching is slower compared to cut-through switching performance.
Collision detection is monitored by the sending device. Store-and-forward switching does
not use IPv4 Layer 3 and 4 information for its forwarding decisions.
38. When the store-and-forward method of switching is in use, what part of the
Ethernet frame is used to perform an error check?
CRC in the trailer
source MAC address in the header
destination MAC address in the header
protocol type in the header
Explanation: The cyclic redundancy check (CRC) part of the trailer is used to determine
if the frame has been modified during transit. If the integrity of the frame is verified, the
frame is forwarded. If the integrity of the frame cannot be verified, then the frame is
dropped.
40. What are two actions performed by a Cisco switch? (Choose two.)
building a routing table that is based on the first IP address in the frame header
using the source MAC addresses of frames to build and maintain a MAC address
table
forwarding frames with unknown destination IP addresses to the default gateway
utilizing the MAC address table to forward frames via the destination MAC
address
examining the destination MAC address to add new entries to the MAC address table
Explanation: Important actions that a switch performs are as follows:
When a frame comes in, the switch examines the Layer 2 source address to build and
maintain the Layer 2 MAC address table.
It examines the Layer 2 destination address to determine how to forward the frame.
When the destination address is in the MAC address table, then the frame is sent out a
particular port. When the address is unknown, the frame is sent to all ports that have
devices connected to that network.
41. Which two statements describe features or functions of the logical link control
sublayer in Ethernet standards? (Choose two.)
Logical link control is implemented in software.
Logical link control is specified in the IEEE 802.3 standard.
The LLC sublayer adds a header and a trailer to the data.
The data link layer uses LLC to communicate with the upper layers of the
protocol suite.
The LLC sublayer is responsible for the placement and retrieval of frames on and off
the media.
Explanation: Logical link control is implemented in software and enables the data link
layer to communicate with the upper layers of the protocol suite. Logical link control is
specified in the IEEE 802.2 standard. IEEE 802.3 is a suite of standards that define the
different Ethernet types. The MAC (Media Access Control) sublayer is responsible for
the placement and retrieval of frames on and off the media. The MAC sublayer is also
responsible for adding a header and a trailer to the network layer protocol data unit
(PDU).
43. What is one advantage of using the cut-through switching method instead of the
store-and-forward switching method?
has a positive impact on bandwidth by dropping most of the invalid frames
makes a fast forwarding decision based on the source MAC address of the frame
has a lower latency appropriate for high-performance computing applications
provides the flexibility to support any mix of Ethernet speeds
Explanation: Cut-through switching provides lower latency switching for high-
performance computing (HPC) applications. Cut-through switching allows more invalid
frames to cross the network than store-and-forward switching. The cut-through switching
method can make a forwarding decision as soon as it looks up the destination MAC
address of the frame.
46. Refer to the exhibit. The PC is connected to the console port of the switch. All
the other connections are made through FastEthernet links. Which types of UTP
cables can be used to connect the devices?
1 – rollover, 2 – crossover, 3 – straight-through
1 – rollover, 2 – straight-through, 3 – crossover
1 – crossover, 2 – straight-through, 3 – rollover
1 – crossover, 2 – rollover, 3 – straight-through
Explanation: A straight-through cable is commonly used to interconnect a host to a
switch and a switch to a router. A crossover cable is used to interconnect similar devices
together like switch to a switch, a host to a host, or a router to a router. If a switch has the
MDIX capability, a crossover could be used to connect the switch to the router; however,
that option is not available. A rollover cable is used to connect to a router or switch
console port.
47. Open the PT Activity. Perform the tasks in the activity instructions and then
answer the question.
10. Within a production network, what is the purpose of configuring a switch with a
default gateway address?
Hosts that are connected to the switch can use the switch default gateway address to
forward packets to a remote destination.
A switch must have a default gateway to be accessible by Telnet and SSH.
The default gateway address is used to forward packets originating from the
switch to remote networks.
It provides a next-hop address for all traffic that flows through the switch.
Explanation: A default gateway address allows a switch to forward packets that
originate on the switch to remote networks. A default gateway address on a switch does
not provide Layer 3 routing for PCs that are connected on that switch. A switch can still
be accessible from Telnet as long as the source of the Telnet connection is on the local
network.
12. Which field in the IPv4 header is used to prevent a packet from traversing a
network endlessly?
Time-to-Live
Sequence Number
Acknowledgment Number
Differentiated Services
Explanation: The value of the Time-to-Live (TTL) field in the IPv4 header is used to
limit the lifetime of a packet. The sending host sets the initial TTL value; which is
decreased by one each time the packet is processed by a router. If the TTL field
decrements to zero, the router discards the packet and sends an Internet Control Message
Protocol (ICMP) Time Exceeded message to the source IP address. The Differentiated
Services (DS) field is used to determine the priority of each packet. Sequence Number
and Acknowledgment Number are two fields in the TCP header.
13. What is one advantage that the IPv6 simplified header offers over IPv4?
smaller-sized header
little requirement for processing checksums
smaller-sized source and destination IP addresses
efficient packet handling
Explanation: The IPv6 simplified header offers several advantages over IPv4:
Better routing efficiency and efficient packet handling for performance and
forwarding-rate scalability
No requirement for processing checksums
Simplified and more efficient extension header mechanisms (as opposed to the IPv4
Options field)
A Flow Label field for per-flow processing with no need to open the transport inner
packet to identify the various traffic flows
14. What IPv4 header field identifies the upper layer protocol carried in the packet?
Protocol
Identification
Version
Differentiated Services
Explanation: It is the Protocol field in the IP header that identifies the upper-layer
protocol the packet is carrying. The Version field identifies the IP version. The
Differential Services field is used for setting packet priority. The Identification field is
used to reorder fragmented packets.
15. Refer to the exhibit. Match the packets with their destination IP address to the
exiting interfaces on the router. (Not all targets are used.)
Explanation: Packets with a destination of 172.17.6.15 are forwarded through Fa0/0.
Packets with a destination of 172.17.10.5 are forwarded through Fa1/1. Packets with a
destination of 172.17.12.10 are forwarded through Fa1/0. Packets with a destination of
172.17.14.8 are forwarded through Fa0/1. Because network 172.17.8.0 has no entry in the
routing table, it will take the gateway of last resort, which means that packets with a
destination of 172.17.8.20 are forwarded through Serial0/0/0. Because a gateway of last
resort exists, no packets will be dropped.
20. What statement describes the function of the Address Resolution Protocol?
ARP is used to discover the IP address of any host on a different network.
ARP is used to discover the IP address of any host on the local network.
ARP is used to discover the MAC address of any host on a different network.
ARP is used to discover the MAC address of any host on the local network.
21. Under which two circumstances will a switch flood a frame out of every port
except the port that the frame was received on? (Choose two.)
The frame has the broadcast address as the destination address.
The destination address is unknown to the switch.
The source address in the frame header is the broadcast address.
The source address in the frame is a multicast address.
The destination address in the frame is a known unicast address.
Explanation: A switch will flood a frame out of every port, except the one that the frame
was received from, under two circumstances. Either the frame has the broadcast address
as the destination address, or the destination address is unknown to the switch.
22. Which statement describes the treatment of ARP requests on the local link?
They must be forwarded by all routers on the local network.
They are received and processed by every device on the local network.
They are dropped by all switches on the local network.
They are received and processed only by the target device.
Explanation: One of the negative issues with ARP requests is that they are sent as a
broadcast. This means all devices on the local link must receive and process the request.
24. A network technician issues the arp -d * command on a PC after the router that
is connected to the LAN is reconfigured. What is the result after this command is
issued?
The ARP cache is cleared.
The current content of the ARP cache is displayed.
The detailed information of the ARP cache is displayed.
The ARP cache is synchronized with the router interface.
Explanation: Issuing the arp –d * command on a PC will clear the ARP cache content.
This is helpful when a network technician wants to ensure the cache is populated with
updated information.
25. Refer to the exhibit. The exhibit shows a small switched network and the
contents of the MAC address table of the switch. PC1 has sent a frame addressed to
PC3. What will the switch do with the frame?
26. Which two types of IPv6 messages are used in place of ARP for address
resolution?
anycast
broadcast
echo reply
echo request
neighbor solicitation
neighbor advertisement
Explanation: IPv6 does not use ARP. Instead, ICMPv6 neighbor discovery is used by
sending neighbor solicitation and neighbor advertisement messages.
31. Match the commands to the correct actions. (Not all options are used.)
32. A new network administrator has been asked to enter a banner message on a
Cisco device. What is the fastest way a network administrator could test whether the
banner is properly configured?
Reboot the device.
Enter CTRL-Z at the privileged mode prompt.
Exit global configuration mode.
Power cycle the device.
Exit privileged EXEC mode and press Enter.
Explanation: While at the privileged mode prompt such as Router#, type exit,press
Enter, and the banner message appears. Power cycling a network device that has had
the banner motd command issued will also display the banner message, but this is not a
quick way to test the configuration.
33. A network administrator requires access to manage routers and switches locally
and remotely. Match the description to the access method. (Not all options are used.)
Explanation: Both the console and AUX ports can be used to directly connect to a Cisco
network device for management purposes. However, it is more common to use the
console port. The AUX port is more often used for remote access via a dial up
connection. SSH and Telnet are both remote access methods that depend on an active
network connection. SSH uses a stronger password authentication than Telnet uses and
also uses encryption on transmitted data.
34. Match the phases to the functions during the boot up process of a Cisco router.
(Not all options are used.)
Explanation: There are three major phases to the bootup process of a Cisco router:
1. Perform the POST and load the bootstrap program.
2. Locate and load the Cisco IOS software.
3. Locate and load the startup configuration file
If a startup configuration file cannot be located, the router will enter setup mode by
displaying the setup mode prompt.
35. Match the command with the device mode at which the command is entered.
(Not all options are used.)
Explanation: The enable command is entered in R1> mode. The login command is
entered in R1(config-line)# mode. The copy running-config startup-config command is
entered in R1# mode. The ip address 192.168.4.4 255.255.255.0 command is entered in
R1(config-if)# mode. The service password-encryption command is entered in global
configuration mode.
37. A router boots and enters setup mode. What is the reason for this?
The IOS image is corrupt.
Cisco IOS is missing from flash memory.
The configuration file is missing from NVRAM.
The POST process has detected hardware failure.
38. The global configuration command ip default-gateway 172.16.100.1 is applied to
a switch. What is the effect of this command?
The switch will have a management interface with the address 172.16.100.1.
The switch can be remotely managed from a host on another network.
The switch can communicate with other hosts on the 172.16.100.0 network.
The switch is limited to sending and receiving frames to and from the gateway
172.16.100.1.
Explanation: A default gateway address is typically configured on all devices to allow
them to communicate beyond just their local network.In a switch this is achieved using
the command ip default-gateway <ip address>.
39. What happens when the transport input ssh command is entered on the switch
vty lines?
The SSH client on the switch is enabled.
Communication between the switch and remote users is encrypted.
The switch requires a username/password combination for remote access.
The switch requires remote connections via a proprietary client software.
Explanation: The transport input ssh command when entered on the switch vty (virtual
terminal lines) will encrypt all inbound controlled telnet connections.
172.24.255.17
172.24.1.22
172.20.0.254
172.24.255.4
172.20.1.18
41. Match the configuration mode with the command that is available in that mode.
(Not all options are used.)
Explanation: The enable command is entered at the R1> prompt. The login command is
entered at the R1(config-line)# prompt. The copy running-config startup-
config command is entered at the R1# prompt. The interface fastethernet 0/0 command
is entered at the R1(config)# prompt.
42. Which three commands are used to set up secure access to a router through a
connection to the console interface? (Choose three.)
interface fastethernet 0/0
line vty 0 4
line console 0
enable secret cisco
login
password cisco
Explanation: The three commands needed to password protect the console port are as
follows:
line console 0
password cisco
login
The interface fastethernet 0/0 command is commonly used to access the configuration
mode used to apply specific parameters such as the IP address to the Fa0/0 port. The line
vty 0 4 command is used to access the configuration mode for Telnet. The0and 4
parameters specify ports 0 through 4, or a maximum of five simultaneous Telnet
connections. The enable secret command is used to apply a password used on the router
to access the privileged mode.
43. Refer to the exhibit. Consider the IP address configuration shown from PC1.
What is a description of the default gateway address?
It is the IP address of the Router1 interface that connects the company to the Internet.
It is the IP address of the Router1 interface that connects the PC1 LAN to
Router1.
It is the IP address of Switch1 that connects PC1 to other devices on the same LAN.
It is the IP address of the ISP network device located in the cloud.
44. Which two functions are primary functions of a router? (Choose two.)
packet forwarding
microsegmentation
domain name resolution
path selection
flow control
Explanation: A router accepts a packet and accesses its routing table to determine the
appropriate exit interface based on the destination address. The router then forwards the
packet out of that interface.
45. What is the effect of using the Router# copy running-config startup-config
command on a router?
The contents of ROM will change.
The contents of RAM will change.
The contents of NVRAM will change.
The contents of flash will change.
Explanation: The command copy running-config startup-config copies the running-
configuration file from RAM into NVRAM and saves it as the startup-configuration file.
Since NVRAM is none-volatile memory it will be able to retain the configuration details
when the router is powered off.
46. What will happen if the default gateway address is incorrectly configured on a
host?
The host cannot communicate with other hosts in the local network.
The switch will not forward packets initiated by the host.
The host will have to use ARP to determine the correct address of the default gateway.
The host cannot communicate with hosts in other networks.
A ping from the host to 127.0.0.1 would not be successful.
Explanation: When a host needs to send a message to another host located on the same
network, it can forward the message directly. However, when a host needs to send a
message to a remote network, it must use the router, also known as the default gateway.
This is because the data link frame address of the remote destination host cannot be used
directly. Instead, the IP packet has to be sent to the router (default gateway) and the
router will forward the packet toward its destination. Therefore, if the default gateway is
incorrectly configured, the host can communicate with other hosts on the same network,
but not with hosts on remote networks.
47. What are two potential network problems that can result from ARP operation?
(Choose two.)
Manually configuring static ARP associations could facilitate ARP poisoning or MAC
address spoofing.
On large networks with low bandwidth, multiple ARP broadcasts could cause
data communication delays.
Network attackers could manipulate MAC address and IP address mappings in
ARP messages with the intent of intercepting network traffic.
Large numbers of ARP request broadcasts could cause the host MAC address table to
overflow and prevent the host from communicating on the network.
Multiple ARP replies result in the switch MAC address table containing entries that
match the MAC addresses of hosts that are connected to the relevant switch port.
Explanation: Large numbers of ARP broadcast messages could cause momentary data
communications delays. Network attackers could manipulate MAC address and IP
address mappings in ARP messages with the intent to intercept network traffic. ARP
requests and replies cause entries to be made into the ARP table, not the MAC address
table. ARP table overflows are very unlikely. Manually configuring static ARP
associations is a way to prevent, not facilitate, ARP poisoning and MAC address
spoofing. Multiple ARP replies resulting in the switch MAC address table containing
entries that match the MAC addresses of connected nodes and are associated with the
relevant switch port are required for normal switch frame forwarding operations. It is not
an ARP caused network problem.
48. Open the PT activity. Perform the tasks in the activity instructions and then
answer the question.
1. What is the prefix length notation for the subnet mask 255.255.255.224?
/25
/26
/27
/28
Explanation: The binary format for 255.255.255.224 is
11111111.11111111.11111111.11100000. The prefix length is the number of consecutive
1s in the subnet mask. Therefore, the prefix length is /27.
2. How many valid host addresses are available on an IPv4 subnet that is configured
with a /26 mask?
254
190
192
62
64
3. Which subnet mask would be used if 5 host bits are available?
255.255.255.0
255.255.255.128
255.255.255.224
255.255.255.240
4. A network administrator subnets the 192.168.10.0/24 network into subnets with
/26 masks. How many equal-sized subnets are created?
1
2
4
8
16
64
5. Match the subnetwork to a host address that would be included within the
subnetwork. (Not all options are used.)
6. An administrator wants to create four subnetworks from the network address
192.168.1.0/24. What is the network address and subnet mask of the second useable
subnet?
subnetwork 192.168.1.64
subnet mask 255.255.255.192
subnetwork 192.168.1.32
subnet mask 255.255.255.240
subnetwork 192.168.1.64
subnet mask 255.255.255.240
subnetwork 192.168.1.128
subnet mask 255.255.255.192
subnetwork 192.168.1.8
subnet mask 255.255.255.224
7. How many bits must be borrowed from the host portion of an address to
accommodate a router with five connected networks?
two
three
four
five
Explanation: Each network that is directly connected to an interface on a router requires
its own subnet. The formula 2n, where n is the number of bits borrowed, is used to
calculate the available number of subnets when borrowing a specific number of bits.
9. How many host addresses are available on the network 172.16.128.0 with a subnet
mask of 255.255.252.0?
510
512
1022
1024
2046
2048
Explanation: A mask of 255.255.252.0 is equal to a prefix of /22. A /22 prefix provides
22 bits for the network portion and leaves 10 bits for the host portion. The 10 bits in the
host portion will provide 1022 usable IP addresses (210 – 2 = 1022).
10. Match each IPv4 address to the appropriate address category. (Not all options
are used.)
11. What three blocks of addresses are defined by RFC 1918 for private network
use? (Choose three.)
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
100.64.0.0/14
169.254.0.0/16
239.0.0.0/8
Explanation: RFC 1918, Address Allocation for Private Internets, defines three blocks
of IPv4 address for private networks that should not be routable on the public Internet.
10.0.0.0/8
172.16.0.0/12
192.168.0.0/16
12. Refer to the exhibit. An administrator must send a message to everyone on the
router A network. What is the broadcast address for network 172.16.16.0/22?
172.16.16.255
172.16.20.255
172.16.19.255
172.16.23.255
172.16.255.255
Explanation: The 172.16.16.0/22 network has 22 bits in the network portion and 10 bits
in the host portion. Converting the network address to binary yields a subnet mask of
255.255.252.0. The range of addresses in this network will end with the last address
available before 172.16.20.0. Valid host addresses for this network range from
172.16.16.1-172.16.19.254, making 172.16.19.255 the broadcast address.
13. A site administrator has been told that a particular network at the site must
accommodate 126 hosts. Which subnet mask would be used that contains the
required number of host bits?
255.255.255.0
255.255.255.128
255.255.255.224
255.255.255.240
Explanation: The subnet mask of 255.255.255.0 has 8 host bits. The mask of
255.255.255.128 results in 7 host bits. The mask of 255.255.255.224 has 5 host bits.
Finally, 255.255.255.240 represents 4 host bits.
14. Refer to the exhibit. Considering the addresses already used and having to
remain within the 10.16.10.0/24 network range, which subnet address could be
assigned to the network containing 25 hosts?
10.16.10.160/26
10.16.10.128/28
10.16.10.64/27
10.16.10.224/26
10.16.10.240/27
10.16.10.240/28
Explanation: Addresses 10.16.10.0 through 10.16.10.63 are taken for the leftmost
network. Addresses 10.16.10.192 through 10.16.10.207 are used by the center
network.The address space from 208-255 assumes a /28 mask, which does not allow
enough host bits to accommodate 25 host addresses.The address ranges that are available
include 10.16.10.64/26 and10.16.10.128/26. To accommodate 25 hosts, 5 host bits are
needed, so a /27 mask is necessary. Four possible /27 subnets could be created from the
available addresses between 10.16.10.64 and 10.16.10.191:
10.16.10.64/27
10.16.10.96/27
10.16.10.128/27
10.16.10.160/27
15. What is the usable number of host IP addresses on a network that has a /26
mask?
256
254
64
62
32
16
Explanation: A /26 mask is the same as 255.255.255.192. The mask leaves 6 host bits.
With 6 host bits, 64 IP addresses are possible. One address represents the subnet number
and one address represents the broadcast address, which means that 62 addresses can then
be used to assign to network devices.
20. A message is sent to all hosts on a remote network. Which type of message is it?
limited broadcast
multicast
directed broadcast
unicast
Explanation: A directed broadcast is a message sent to all hosts on a specific network. It
is useful for sending a broadcast to all hosts on a nonlocal network. A multicast message
is a message sent to a selected group of hosts that are part of a subscribing multicast
group. A limited broadcast is used for a communication that is limited to the hosts on the
local network. A unicast message is a message sent from one host to another.
23. Which of these addresses is the shortest abbreviation for the IP address:
3FFE:1044:0000:0000:00AB:0000:0000:0057?
3FFE:1044::AB::57
3FFE:1044::00AB::0057
3FFE:1044:0:0:AB::57
3FFE:1044:0:0:00AB::0057
3FFE:1044:0000:0000:00AB::57
3FFE:1044:0000:0000:00AB::0057
Explanation: The rules for reducing the notation of IPv6 addresses are:
1. Omit any leading 0s (zeros) in any hextet.
2. Replace any single, contiguous string of one or more 16-bit hextets consisting of all
zeros with a double colon (::) .
3. The double colon (::) can only be used once within an address.
24. A network administrator has received the IPv6 prefix 2001:DB8::/48 for
subnetting. Assuming the administrator does not subnet into the interface ID
portion of the address space, how many subnets can the administrator create from
the /48 prefix?
16
256
4096
65536
Explanation: With a network prefix of 48, there will be 16 bits available for subnetting
because the interface ID starts at bit 64. Sixteen bits will yield 65536 subnets.
25. Given IPv6 address prefix 2001:db8::/48, what will be the last subnet that is
created if the subnet prefix is changed to /52?
2001:db8:0:f00::/52
2001:db8:0:8000::/52
2001:db8:0:f::/52
2001:db8:0:f000::/52
Explanation: Prefix 2001:db8::/48 has 48 network bits. If we subnet to a /52, we are
moving the network boundary four bits to the right and creating 16 subnets. The first
subnet is 2001:db8::/52 the last subnet is 2001:db8:0:f000::/52.
26. Consider the following range of addresses:
2001:0DB8:BC15:00A0:0000::
2001:0DB8:BC15:00A1:0000::
2001:0DB8:BC15:00A2:0000::
…
2001:0DB8:BC15:00AF:0000::
29. What is used in the EUI-64 process to create an IPv6 interface ID on an IPv6
enabled interface?
the MAC address of the IPv6 enabled interface
a randomly generated 64-bit hexadecimal address
an IPv6 address that is provided by a DHCPv6 server
an IPv4 address that is configured on the interface
Explanation: The EUI-64 process uses the MAC address of an interface to construct an
interface ID (IID). Because the MAC address is only 48 bits in length, 16 additional bits
(FF:FE) must be added to the MAC address to create the full 64-bit interface ID.
33. Which IPv6 prefix is reserved for communication between devices on the same
link?
FC00::/7
2001::/32
FE80::/10
FDFF::/7
Explanation: IPv6 link-local unicast addresses are in the FE80::/10 prefix range and are
not routable. They are used only for communications between devices on the same link.
34. Which type of IPv6 address refers to any unicast address that is assigned to
multiple hosts?
unique local
global unicast
link-local
anycast
35. What are two types of IPv6 unicast addresses? (Choose two.)
multicast
loopback
link-local
anycast
broadcast
Explanation: Multicast, anycast, and unicast are types of IPv6 addresses. There is no
broadcast address in IPv6. Loopback and link-local are specific types of unicast
addresses.
36. Which service provides dynamic global IPv6 addressing to end devices without
using a server that keeps a record of available IPv6 addresses?
stateful DHCPv6
SLAAC
static IPv6 addressing
stateless DHCPv6
Explanation: Using stateless address autoconfiguration (SLAAC), a PC can solicit a
router and receive the prefix length of the network. From this information the PC can
then create its own IPv6 global unicast address.
38. Three methods allow IPv6 and IPv4 to co-exist. Match each method with its
description. (Not all options are used.)
39. A technician uses the ping 127.0.0.1 command. What is the technician testing?
the TCP/IP stack on a network host
connectivity between two adjacent Cisco devices
connectivity between a PC and the default gateway
connectivity between two PCs on the same network
physical connectivity of a particular PC and the network
40. Refer to the exhibit. An administrator is trying to troubleshoot connectivity
between PC1 and PC2 and uses the tracert command from PC1 to do it. Based on
the displayed output, where should the administrator begin troubleshooting?
PC2
R1
SW2
R2
SW1
41. Which protocol is used by the traceroute command to send and receive echo-
requests and echo-replies?
SNMP
ICMP
Telnet
TCP
Explanation: Traceroute uses the ICMP (Internet Control Message Protocol) to send and
receive echo-request and echo-reply messages.
42. Which ICMPv6 message is sent when the IPv6 hop limit field of a packet is
decremented to zero and the packet cannot be forwarded?
network unreachable
time exceeded
protocol unreachable
port unreachable
43. A user executes a traceroute over IPv6. At what point would a router in the path
to the destination device drop the packet?
when the value of the Hop Limit field reaches 255
when the value of the Hop Limit field reaches zero
when the router receives an ICMP time exceeded message
when the target host responds with an ICMP echo reply message
44. What is the purpose of ICMP messages?
to inform routers about network topology changes
to ensure the delivery of an IP packet
to provide feedback of IP packet transmissions
to monitor the process of a domain name to IP address resolution
Explanation: The purpose of ICMP messages is to provide feedback about issues that
are related to the processing of IP packets.
45. What source IP address does a router use by default when the traceroute
command is issued?
the highest configured IP address on the router
a loopback IP address
the IP address of the outbound interface
the lowest configured IP address on the router
Explanation: When sending an echo request message, a router will use the IP address of
the exit interface as the source IP address. This default behavior can be changed by using
an extended ping and specifying a specific source IP address.
46. Match each description with an appropriate IP address. (Not all options are
used.)
Explanation: Link-Local addresses are assigned automatically by the OS environment
and are located in the block 169.254.0.0/16. The private addresses ranges are 10.0.0.0/8,
172.16.0.0/12, and 192.168.0.0/16. TEST-NET addresses belong to the range
192.0.2.0/24. The addresses in the block 240.0.0.0 to 255.255.255.254 are reserved as
experimental addresses. Loopback addresses belong to the block 127.0.0.0/8.
47. A user issues a ping 192.135.250.103 command and receives a response that
includes a code of 1. What does this code represent?
host unreachable
protocol unreachable
port unreachable
network unreachable
48. Which subnet would include the address 192.168.1.96 as a usable host address?
192.168.1.64/26
192.168.1.32/27
192.168.1.32/28
192.168.1.64/29
Explanation: For the subnet of 192.168.1.64/26, there are 6 bits for host addresses,
yielding 64 possible addresses. However, the first and last subnets are the network and
broadcast addresses for this subnet. Therefore, the range of host addresses for this subnet
is 192.168.1.65 to 192.168.1.126. The other subnets do not contain the address
192.168.1.96 as a valid host address.
49. Open the PT Activity. Perform the tasks in the activity instructions and then
answer the question.
What are the three IPv6 addresses displayed when the route from PC1 to PC2 is
traced? (Choose three.)
2001:DB8:1:1::1
2001:DB8:1:1::A
2001:DB8:1:2::2
2001:DB8:1:2::1
2001:DB8:1:3::1
2001:DB8:1:3::2
2001:DB8:1:4::1
Explanation: Using the ipv6config command on PC2 displays the IPv6 address of PC2,
which is 2001:DB8:1:4::A. The IPV6 link-local address, FE80::260:70FF:FE34:6930, is
not used in route tracing. Using the tracert 2001:DB8:1:4::A command on PC1 displays
four addresses: 2001:DB8:1:1::1, 2001:DB8:1:2::1 , 2001:DB8:1:3::2, and
2001:DB8:1:4::A.
50. A host is transmitting a broadcast. Which host or hosts will receive it?
all hosts in the same subnet
a specially defined group of hosts
the closest neighbor on the same network
all hosts on the Internet
51. A host is transmitting a unicast. Which host or hosts will receive it?
one specific host
a specially defined group of hosts
all hosts on the Internet
the closest neighbor on the same network
52. A user issues a ping 2001:db8:FACE:39::10 command and receives a response
that includes a code of 3. What does this code represent?
address unreachable
network unreachable
host unreachable
protocol unreachable
53. A host is transmitting a multicast. Which host or hosts will receive it?
a specially defined group of hosts
one specific host
all hosts with the same IP address
the closest neighbor on the same network
54. A host is transmitting a multicast. Which host or hosts will receive it?
a specially defined group of hosts
one specific host
directly connected network devices
the closest neighbor on the same network
55. A host is transmitting a multicast. Which host or hosts will receive it?
a specially defined group of hosts
one specific host
all hosts with the same IP address
all hosts on the Internet
56. A host is transmitting a multicast. Which host or hosts will receive it?
a specially defined group of hosts
one specific host
directly connected network devices
all hosts on the Internet
57. A host is transmitting a multicast. Which host or hosts will receive it?
a specially defined group of hosts
all hosts in the same subnet
directly connected network devices
the closest neighbor on the same network
58. A host is transmitting a broadcast. Which host or hosts will receive it?
all hosts in the same subnet
one specific host
the closest neighbor on the same network
directly connected network devices
59. A host is transmitting a broadcast. Which host or hosts will receive it?
all hosts in the same subnet
one specific host
all hosts on the Internet
directly connected network devices
60. Which is the compressed format of the IPv6 address
2001:0db8:0000:0000:0000:a0b0:0008:0001?
2001:db8::a0b0:8:1
2001:db8::ab8:1:0:1000
2001:db80:0:1::80:1
2001:db80:::1::80:1
61. Which is the compressed format of the IPv6 address
fe80:09ea:0000:2200:0000:0000:0fe0:0290?
fe80:9ea:0:2200::fe0:290
fe80:9:20::b000:290
fe80:9ea0::2020:0:bf:e0:9290
fe80:9ea0::2020::bf:e0:9290
62. Which is the compressed format of the IPv6 address
2002:0042:0010:c400:0000:0000:0000:0909?
2002:42:10:c400::909
200:420:110:c4b::910:0:90
2002:4200::25:1090:0:99
2002:42::25:1090:0:99
63. Which is the compressed format of the IPv6 address
2001:0db8:0000:0000:0ab8:0001:0000:1000?
2001:db8::ab8:1:0:1000
2001:db8::a0b0:8:1
2001:db8:1::ab8:0:1
2001:db8:0:1::8:1
64. Which is the compressed format of the IPv6 address
2002:0420:00c4:1008:0025:0190:0000:0990?
2002:420:c4:1008:25:190::990
2002:42:10:c400::909
2002:4200::25:1090:0:99
2002:42::25:1090:0:99
65. Which is the compressed format of the IPv6 address
2001:0db8:0000:0000:0000:a0b0:0008:0001?
2001:db8::a0b0:8:1
2001:db8:1::ab8:0:1
2001:db8::ab8:1:0:1000
2001:db8:0:1::8:1
66. Which is the compressed format of the IPv6 address
fe80:0000:0000:0000:0220:0b3f:f0e0:0029?
fe80::220:b3f:f0e0:29
fe80:9ea:0:2200::fe0:290
fe80:9ea0::2020:0:bf:e0:9290
fe80:9ea0::2020::bf:e0:9290
67. Which is the compressed format of the IPv6 address
2001:0db8:0000:0000:0000:a0b0:0008:0001?
2001:db8::a0b0:8:1
2001:db8::ab8:1:0:1000
2001:db80:0:1::80:1
2001:db8:0:1::8:1
68. Which is the compressed format of the IPv6 address
2002:0042:0010:c400:0000:0000:0000:0909?
2002:42:10:c400::909
2002:4200::25:1090:0:99
2002:420:c4:1008:25:190::990
2002:42::25:1090:0:99
69. Which is the compressed format of the IPv6 address
fe80:09ea:0000:2200:0000:0000:0fe0:0290?
fe80:9ea:0:2200::fe0:290
fe80:9ea0::2020:0:bf:e0:9290
fe80::220:b3f:f0e0:29
fe80::0220:0b3f:f0e0:0029
70. A user issues a ping 2001:db8:FACE:39::10 command and receives a response
that includes a code of 2 . What does this code represent?
beyond scope of the source address
communication with the destination administratively prohibited
address unreachable
no route to destination
71. A user issues a ping 192.135.250.103 command and receives a response that
includes a code of 1 . What does this code represent?
host unreachable
beyond scope of the source address
address unreachable
communication with the destination administratively prohibited
72. A user issues a ping fe80:65ab:dcc1::100 command and receives a response that
includes a code of 3. What does this code represent?
address unreachable
communication with the destination administratively prohibited
beyond scope of the source address
no route to destination
73. A user issues a ping 10.10.14.67 command and receives a response that includes
a code of 0. What does this code represent?
network unreachable
protocol unreachable
port unreachable
host unreachable
74. A user issues a ping fe80:65ab:dcc1::100 command and receives a response that
includes a code of 4. What does this code represent?
port unreachable
host unreachable
protocol unreachable
network unreachable
75. A user issues a ping 198.133.219.8 command and receives a response that
includes a code of 0 . What does this code represent?
network unreachable
protocol unreachable
port unreachable
host unreachable
76. A user issues a ping 2001:db8:3040:114::88 command and receives a response
that includes a code of 4. What does this code represent?
port unreachable
host unreachable
protocol unreachable
network unreachable
77. A user issues a ping 2001:db8:FACE:39::10 command and receives a response
that includes a code of 2. What does this code represent?
beyond scope of the source address
host unreachable
protocol unreachable
network unreachable
8. Which three fields are used in a UDP segment header? (Choose three.)
Window Size
Length
Source Port
Acknowledgment Number
Checksum
Sequence Number
Explanation: A UDP header consists of only the Source Port, Destination Port, Length,
and Checksum fields. Sequence Number, Acknowledgment Number, and Window Size
are TCP header fields.
9. What are two roles of the transport layer in data communication on a network?
(Choose two.)
identifying the proper application for each communication stream
tracking the individual communication between applications on the source and
destination hosts
providing frame delimiting to identify bits making up a frame
performing a cyclic redundancy check on the frame for errors
providing the interface between applications and the underlying network over which
messages are transmitted
Explanation: The transport layer has several responsibilities. The primary
responsibilities include the following:
Tracking the individual communication streams between applications on the source
and destination hosts
Segmenting data at the source and reassembling the data at the destination
Identifying the proper application for each communication stream through the use of
port numbers
10. What information is used by TCP to reassemble and reorder received segments?
port numbers
sequence numbers
acknowledgment numbers
fragment numbers
Explanation: At the transport layer, TCP uses the sequence numbers in the header of
each TCP segment to reassemble the segments into the correct order.
11. What important information is added to the TCP/IP transport layer header to
ensure communication and connectivity with a remote network device?
timing and synchronization
destination and source port numbers
destination and source physical addresses
destination and source logical network addresses
12. Which two characteristics are associated with UDP sessions? (Choose two.)
Destination devices receive traffic with minimal delay.
Transmitted data segments are tracked.
Destination devices reassemble messages and pass them to an application.
Received data is unacknowledged.
Unacknowledged data packets are retransmitted.
Explanation:
TCP:
Provides tracking of transmitted data segments
Destination devices will acknowledge received data.
Source devices will retransmit unacknowledged data.
UDP
Destination devices will not acknowledge received data
Headers use very little overhead and cause minimal delay.
Explanation: In order to terminate a TCP session, the client sends to the server a
segment with the FIN flag set. The server acknowledges the client by sending a segment
with the ACK flag set. The server sends a FIN to the client to terminate the server to
client session. The client acknowledges the termination by sending a segment with the
ACK flag set.
14. Which flag in the TCP header is used in response to a received FIN in order to
terminate connectivity between two network devices?
FIN
ACK
SYN
RST
Explanation: In a TCP session, when a device has no more data to send, it will send a
segment with the FIN flag set. The connected device that receives the segment will
respond with an ACK to acknowledge that segment. The device that sent the ACK will
then send a FIN message to close the connection it has with the other device. The sending
of the FIN should be followed with the receipt of an ACK from the other device.
15. Which protocol or service uses UDP for a client-to-server communication and
TCP for server-to-server communication?
HTTP
FTP
DNS
SMTP
Explanation: Some applications may use both TCP and UDP. DNS uses UDP when
clients send requests to a DNS server, and TCP when two DNS serves directly
communicate.
17. What kind of port must be requested from IANA in order to be used with a
specific application?
registered port
private port
dynamic port
source port
Explanation: Registered ports (numbers 1024 to 49151) are assigned by IANA to a
requesting entity to use with specific processes or applications. These processes are
primarily individual applications that a user has chosen to install, rather than common
applications that would receive a well-known port number. For example, Cisco has
registered port 1985 for its Hot Standby Routing Protocol (HSRP) process.
18. Which three application layer protocols use TCP? (Choose three.)
SMTP
FTP
SNMP
HTTP
TFTP
DHCP
Explanation: Some protocols require the reliable data transport that is provided by TCP.
In addition, these protocols do not have real time communication requirements and can
tolerate some data loss while minimizing protocol overhead. Examples of these protocols
are SMTP, FTP, and HTTP.
20. Which two fields are included in the TCP header but not in the UDP header?
(Choose two.)
window
checksum
source port
destination port
sequence number
Explanation: The sequence number and window fields are included in the TCP header
but not in the UDP header.
21. Which field in the TCP header indicates the status of the three-way handshake
process?
window
reserved
checksum
control bits
Explanation: The value in the control bits field of theTCP header indicates the progress
and status of the connection.
22. Why does HTTP use TCP as the transport layer protocol?
to ensure the fastest possible download speed
because HTTP is a best-effort protocol
because transmission errors can be tolerated easily
because HTTP requires reliable delivery
Explanation: When a host requests a web page, transmission reliability and
completeness must be guaranteed. Therefore, HTTP uses TCP as its transport layer
protocol.
23. Which two types of applications are best suited for UDP? (Choose two.)
applications that need data flow control
applications that require reliable delivery
applications that handle reliability themselves
applications that need the reordering of segments
applications that can tolerate some data loss, but require little or no delay
24. How are port numbers used in the TCP/IP encapsulation process?
Source port numbers and destination port numbers are not necessary when UDP is the
transport layer protocol being used for the communication.
Source port and destination port numbers are randomly generated.
If multiple conversations occur that are using the same service, the source port
number is used to track the separate conversations.
Destination port numbers are assigned automatically and cannot be changed.
Explanation: Both UDP and TCP use port numbers to provide a unique identifier for
each conversation. Source port numbers are randomly generated and are used to track
different conversations. Destination port numbers identify specific services by using
either a default port number for the service or a port number that is assigned manually by
a system administrator.
25. In what two situations would UDP be better than TCP as the preferred
transport protocol? (Choose two.)
when applications need to guarantee that a packet arrives intact, in sequence, and
unduplicated
when a faster delivery mechanism is needed
when delivery overhead is not an issue
when applications do not need to guarantee delivery of the data
when destination port numbers are dynamic
Explanation: UDP is a very simple transport layer protocol that does not guarantee
delivery. Devices on both ends of the conversation are not required to keep track of the
conversation. UDP is used as the transport protocol for applications that need a speedy,
best-effort delivery.
26. What are three responsibilities of the transport layer? (Choose three.)
meeting the reliability requirements of applications, if any
multiplexing multiple communication streams from many users or applications on
the same network
identifying the applications and services on the client and server that should
handle transmitted data
directing packets towards the destination network
formatting data into a compatible form for receipt by the destination devices
conducting error detection of the contents in frames
Explanation: The transport layer has several responsibilities. Some of the primary
responsibilities include the following:
Tracking the individual communication streams between applications on the source and
destination hosts
Segmenting data at the source and reassembling the data at the destination
Identifying the proper application for each communication stream through the use of port
numbers
Multiplexing the communications of multiple users or applications over a single network
Managing the reliability requirements of applications
27. Which three statements describe a DHCP Discover message? (Choose three.)
The source MAC address is 48 ones (FF-FF-FF-FF-FF-FF).
The destination IP address is 255.255.255.255.
The message comes from a server offering an IP address.
The message comes from a client seeking an IP address.
All hosts receive the message, but only a DHCP server replies.
Only the DHCP server receives the message.
Explanation: When a host configured to use DHCP powers up on a network it sends a
DHCPDISCOVER message. FF-FF-FF-FF-FF-FF is the L2 broadcast address. A DHCP
server replies with a unicast DHCPOFFER message back to the host.
28. Which two protocols may devices use in the application process that sends
email? (Choose two.)
HTTP
SMTP
POP
IMAP
DNS
POP3
Explanation: POP, POP3, and IMAP are protocols that are used to retrieve email from
servers. SMTP is the default protocol that is used to send email. DNS may be used by the
sender email server to find the address of the destination email server.
33. What do the client/server and peer-to-peer network models have in common?
Both models have dedicated servers.
Both models support devices in server and client roles.
Both models require the use of TCP/IP-based protocols.
Both models are used only in the wired network environment.
Explanation: In both the client/server and peer-to-peer network models, clients and
servers exist. In peer-to-peer networks, no dedicated server exists, but a device can
assume the server role to provide information to a device serving in the client role.
34. In what networking model would eDonkey, eMule, BitTorrent, Bitcoin, and
LionShare be used?
peer-to-peer
client-based
master-slave
point-to-point
Explanation: In a peer-to-peer networking model, data is exchanged between two
network devices without the use of a dedicated server. Peer-to-peer applications such as
Shareaz, eDonkey, and Bitcoin allow one network device to assume the role of server,
while one or more other network devices assume the role of client using the peer-to-peer
application.
35. What is a common protocol that is used with peer-to-peer applications such as
WireShare, Bearshare, and Shareaza?
Ethernet
Gnutella
POP
SMTP
Explanation: The Gnutella protocol is used when one user shares an entire file with
another user. A person would load a Gnutella-based application such as gtk-gnutella or
WireShare and use that application to locate and access resources shared by others.
37. The application layer of the TCP/IP model performs the functions of what three
layers of the OSI model? (Choose three.)
physical
session
network
presentation
data link
transport
application
Explanation: The network access layer of the TCP/IP model performs the same
functions as the physical and data link layers of the OSI model. The internetwork layer
equates to the network layer of the OSI model. The transport layers are the same in both
models. The application layer of the TCP/IP model represents the session, presentation,
and application layers of the OSI model.
39. Which layer in the TCP/IP model is used for formatting, compressing, and
encrypting data?
internetwork
session
presentation
application
network access
Explanation: The application layer of the TCP/IP model performs the functions of three
layers of the OSI model – application, presentation, and session. The application layer of
the TCP/IP model is the layer that provides the interface between the applications, is
responsible for formatting, compressing, and encrypting data, and is used to create and
maintain dialogs between source and destination applications.
42. Which application layer protocol uses message types such as GET, PUT, and
POST?
DNS
DHCP
SMTP
HTTP
POP3
Explanation: The GET command is a client request for data from a web server. A PUT
command uploads resources and content, such as images, to a web server. A POST
command uploads data files to a web server.
45. Which protocol is used by a client to communicate securely with a web server?
SMTP
SMB
IMAP
HTTPS
Explanation: HTTPS is a secure form of HTTP used to access web content hosted by a
web server.
46. Which applications or services allow hosts to act as client and server at the same
time?
client/server applications
email applications
P2P applications
authentication services
Explanation: P2P applications allow the clients to behave as servers if needed. When
using authentication services, email exchange, and client/server applications, one host
acts as server and the other acts as client at all times.
47. What are two characteristics of peer-to-peer networks? (Choose two.)
scalability
one way data flow
decentralized resources
centralized user accounts
resource sharing without a dedicated server
Explanation: Peer-to-peer networks have decentralized resources because every
computer can serve as both a server and a client. One computer might assume the role of
server for one transaction while acting as a client for another transaction. Peer-to-peer
networks can share resources among network devices without the use of a dedicated
server.
49. Which three layers of the OSI model provide similar network services to those
provided by the application layer of the TCP/IP model? (Choose three.)
physical layer
session layer
transport layer
application layer
presentation layer
data link layer
Explanation: The three upper layers of the OSI model, the session, presentation, and
application layers, provide application services similar to those provided by the TCP/IP
model application layer. Lower layers of the OSI model are more concerned with data
flow.
50. A PC that is communicating with a web server has a TCP window size of 6,000
bytes when sending data and a packet size of 1,500 bytes. Which byte of information
will the web server acknowledge after it has received two packets of data from the
PC?
3001
6001
4500
6000
51. A PC that is communicating with a web server has a TCP window size of 6,000
bytes when sending data and a packet size of 1,500 bytes. Which byte of information
will the web server acknowledge after it has received three packets of data from the
PC?
4501
6001
6000
4500
52. A PC that is communicating with a web server has a TCP window size of 6,000
bytes when sending data and a packet size of 1,500 bytes. Which byte of information
will the web server acknowledge after it has received four packets of data from the
PC?
6001
3001
1501
1500
60. A client creates a packet to send to a server. The client is requesting TFTP
service. What number will be used as the destination port number in the sending
packet?
69
67
53
80
61. A client creates a packet to send to a server. The client is requesting FTP service.
What number will be used as the destination port number in the sending packet?
21
69
67
80
62. A client creates a packet to send to a server. The client is requesting SSH service.
What number will be used as the destination port number in the sending packet?
22
69
67
80
63. A client creates a packet to send to a server. The client is requesting HTTP
service. What number will be used as the destination port number in the sending
packet?
80
67
53
69
64. A client creates a packet to send to a server. The client is requesting POP3
service. What number will be used as the destination port number in the sending
packet?
110
67
53
69
443
161
80
65. A client creates a packet to send to a server. The client is requesting telnet
service. What number will be used as the destination port number in the sending
packet?
23
443
161
110
67. A client creates a packet to send to a server. The client is requesting SNMP
service. What number will be used as the destination port number in the sending
packet?
161
443
110
80
68. A client creates a packet to send to a server. The client is requesting SMTP
service. What number will be used as the destination port number in the sending
packet?
25
443
161
110
69. A client creates a packet to send to a server. The client is requesting HTTPS
service. What number will be used as the destination port number in the sending
packet?
443
161
110
80
Explanation:
After an intruder gains access to a network, common network threats are as follows:
Information theft
Identity theft
Data loss or manipulation
Disruption of service
Cracking the password for a known username is a type of access attack.
9. Which attack involves a compromise of data that occurs between two end points?
denial-of-service
man-in-the-middle attack
extraction of security parameters
username enumeration
Explanation: Threat actors frequently attempt to access devices over the internet through
communication protocols. Some of the most popular remote exploits are as follows:
Man-In-the-middle attack (MITM) – The threat actor gets between devices in the
system and intercepts all of the data being transmitted. This information could simply
be collected or modified for a specific purpose and delivered to its original destination.
Eavesdropping attack – When devices are being installed, the threat actor can
intercept data such as security keys that are used by constrained devices to establish
communications once they are up and running.
SQL injection (SQLi) – Threat actors uses a flaw in the Structured Query Language
(SQL) application that allows them to have access to modify the data or gain
administrative privileges.
Routing attack – A threat actor could either place a rogue routing device on the
network or modify routing packets to manipulate routers to send all packets to the
chosen destination of the threat actor. The threat actor could then drop specific packets,
known as selective forwarding, or drop all packets, known as a sinkhole attack.
13. Which firewall feature is used to ensure that packets coming into a network are
legitimate responses to requests initiated from internal hosts?
stateful packet inspection
URL filtering
application filtering
packet filtering
14. When applied to a router, which command would help mitigate brute-force
password attacks against the router?
exec-timeout 30
service password-encryption
banner motd $Max failed logins = 5$
login block-for 60 attempts 5 within 60
Explanation: The login block-for command sets a limit on the maximum number of
failed login attempts allowed within a defined period of time. If this limit is exceeded, no
further logins are allowed for the specified period of time. This helps to mitigate brute-
force password cracking since it will significantly increase the amount of time required to
crack a password. The exec-timeout command specifies how long the session can be idle
before the user is disconnected. The service password-encryption command encrypts
the passwords in the running configuration. The banner motd command displays a
message to users who are logging in to the device.
15. Identify the steps needed to configure a switch for SSH. The answer order does
not matter. (Not all options are used.)
Explanation: The login and password cisco commands are used with Telnet switch
configuration, not SSH configuration.
16. What feature of SSH makes it more secure than Telnet for a device management
connection?
confidentiality with IPsec
stronger password requirement
random one-time port connection
login information and data encryption
Explanation: Secure Shell (SSH) is a protocol that provides a secure management
connection to a remote device. SSH provides security by providing encryption for both
authentication (username and password) and the transmitted data. Telnet is a protocol that
uses unsecure plaintext transmission. SSH is assigned to TCP port 22 by default.
Although this port can be changed in the SSH server configuration, the port is not
dynamically changed. SSH does not use IPsec.
19. A user is redesigning a network for a small company and wants to ensure
security at a reasonable price. The user deploys a new application-aware firewall
with intrusion detection capabilities on the ISP connection. The user installs a
second firewall to separate the company network from the public network.
Additionally, the user installs an IPS on the internal network of the company. What
approach is the user implementing?
attack based
risk based
structured
layered
Explanation: Using different defenses at various points of the network creates a layered
approach.
24. Which method is used to send a ping message specifying the source address for
the ping?
Issue the ping command from within interface configuration mode.
Issue the ping command without specifying a destination IP address.
Issue the ping command without extended commands.
Issue the ping command after shutting down un-needed interfaces.
Explanation: By issuing the ping command without a destination IP address in
privileged EXEC mode, the Cisco IOS enters extended ping mode. This allows the user
to implement extended commands which include source IP address.
30. A ping fails when performed from router R1 to directly connected router R2.
The network administrator then proceeds to issue the show cdp neighbors
command. Why would the network administrator issue this command if the ping
failed between the two routers?
The network administrator suspects a virus because the ping command did not work.
The network administrator wants to verify Layer 2 connectivity.
The network administrator wants to verify the IP address configured on router R2.
The network administrator wants to determine if connectivity can be established from a
non-directly connected network.
Explanation: The show cdp neighbors command can be used to prove that Layer 1 and
Layer 2 connectivity exists between two Cisco devices. For example, if two devices have
duplicate IP addresses, a ping between the devices will fail, but the output of show cdp
neighbors will be successful. The show cdp neighbors detail could be used to verify the
IP address of the directly connected device in case the same IP address is assigned to the
two routers.
32. What information about a Cisco router can be verified using the show version
command?
the routing protocol version that is enabled
the value of the configuration register
the operational status of serial interfaces
the administrative distance used to reach networks
Explanation: The value of the configuration register can be verified with the show
version command.
33. Which command should be used on a Cisco router or switch to allow log
messages to be displayed on remotely connected sessions using Telnet or SSH?
debug all
logging synchronous
show running-config
terminal monitor
34. Which command can an administrator issue on a Cisco router to send debug
messages to the vty lines?
terminal monitor
logging console
logging buffered
logging synchronous
Explanation: Debug messages, like other IOS log messages, are sent to the console line
by default. Sending these messages to the terminal lines requires the terminal
monitor command.
36. Users are complaining that they are unable to browse certain websites on the
Internet. An administrator can successfully ping a web server via its IP address, but
cannot browse to the domain name of the website. Which troubleshooting tool
would be most useful in determining where the problem is?
netstat
tracert
nslookup
ipconfig
Explanation: The nslookup command can be used to look up information about a
particular DNS name in the DNS server. The information includes the IP address of the
DNS server being used as well as the IP address associated with the specified DNS name.
This command can help verify the DNS that is used and if the domain name to IP address
resolution works.
traceroute
show cdp neighbors
Telnet
an extended ping
39. Refer to the exhibit. Baseline documentation for a small company had ping
round trip time statistics of 36/97/132 between hosts H1 and H3. Today the network
administrator checked connectivity by pinging between hosts H1 and H3 that
resulted in a round trip time of 1458/2390/6066. What does this indicate to the
network administrator?
44. What is considered the most effective way to mitigate a worm attack?
Change system passwords every 30 days.
Ensure that all systems have the most current virus definitions.
Ensure that AAA is configured in the network.
Download security updates from the operating system vendor and patch all
vulnerable systems.
Explanation: Because worms take advantage of vulnerabilities in the system itself, the
most effective way to mitigate worm attacks is to download security updates from the
operating system vendor and patch all vulnerable systems.
47. Open the PT Activity. Perform the tasks in the activity instructions and then
answer the question.
3. What would be the interface ID of an IPv6 enabled interface with a MAC address
of 1C-6F-65-C2-BD-F8 when the interface ID is generated by using the EUI-64
process?
0C6F:65FF:FEC2:BDF8
1E6F:65FF:FEC2:BDF8
C16F:65FF:FEC2:BDF8
106F:65FF:FEC2:BDF8
4. An organization is assigned an IPv6 address block of 2001:db8:0:ca00::/56. How
many subnets can be created without using bits in the interface ID space?
256
512
1024
4096
5. Refer to the exhibit. If host A sends an IP packet to host B, what will the
destination address be in the frame when it leaves host A?
DD:DD:DD:DD:DD:DD
172.168.10.99
CC:CC:CC:CC:CC:CC
172.168.10.65
BB:BB:BB:BB:BB:BB
AA:AA:AA:AA:AA:AA
Explain:
When a host sends information to a distant network, the Layer 2 frame header will
contain a source and destination MAC address. The source address will be the originating
host device. The destination address will be the router interface that connects to the same
network. In the case of host A sending information to host B, the source address is
AA:AA:AA:AA:AA:AA and the destination address is the MAC address assigned to the
R2 Ethernet interface, BB:BB:BB:BB:BB:BB.
12. What are two functions that are provided by the network layer? (Choose two.)
directing data packets to destination hosts on other networks
placing data on the network medium
carrying data between processes that are running on source and destination hosts
providing dedicated end-to-end connections
providing end devices with a unique network identifier
13. Which two statements describe features of an IPv4 routing table on a router?
(Choose two.)
Directly connected interfaces will have two route source codes in the routing
table: C and S.
If there are two or more possible routes to the same destination, the route associated
with the higher metric value is included in the routing table.
The netstat -r command can be used to display the routing table of a router.
The routing table lists the MAC addresses of each active interface.
It stores information about routes derived from the active router interfaces.
If a default static route is configured in the router, an entry will be included in the
routing table with source code S.
14. How does the service password-encryption command enhance password security
on Cisco routers and switches?
It requires encrypted passwords to be used when connecting remotely to a router or
switch with Telnet.
It encrypts passwords that are stored in router or switch configuration files.
It requires that a user type encrypted passwords to gain console access to a router or
switch.
It encrypts passwords as they are sent across the network.
Explain: The service password-encryption command encrypts plaintext passwords in the
configuration file so that they cannot be viewed by unauthorized users.
18. A user sends an HTTP request to a web server on a remote network. During
encapsulation for this request, what information is added to the address field of a
frame to indicate the destination?
the network domain of the destination host
the IP address of the default gateway
the MAC address of the destination host
the MAC address of the default gateway
19. Data is being sent from a source PC to a destination server. Which three
statements correctly describe the function of TCP or UDP in this situation? (Choose
three.)
The source port field identifies the running application or service that will handle
data returning to the PC.
The TCP process running on the PC randomly selects the destination port when
establishing a session with the server.
UDP segments are encapsulated within IP packets for transport across the
network.
The UDP destination port number identifies the application or service on the
server which will handle the data.
TCP is the preferred protocol when a function requires lower network overhead.
The TCP source port number identifies the sending host on the network.
Explanation: Layer 4 port numbers identify the application or service which will handle
the data. The source port number is added by the sending device and will be the
destination port number when the requested information is returned. Layer 4 segments
are encapsulated within IP packets. UDP, not TCP, is used when low overhead is needed.
A source IP address, not a TCP source port number, identifies the sending host on the
network. Destination port numbers are specific ports that a server application or service
monitors for requests.
20. Match each description with the corresponding TCP mechanism. (Not all
options are used.)
21. Refer to the exhibit. Which two network addresses can be assigned to the
network containing 10 hosts? Your answers should waste the fewest addresses, not
reuse addresses that are already assigned, and stay within the 10.18.10.0/24 range of
addresses. (Choose two.)
10.18.10.200/28
10.18.10.208/28
10.18.10.240/27
10.18.10.200/27
10.18.10.224/27
10.18.10.224/28
Explanation: Addresses 10.18.10.0 through 10.18.10.63 are taken for the leftmost
network. Addresses 192 through 199 are used by the center network. Because 4 host bits
are needed to accommodate 10 hosts, a /28 mask is needed. 10.18.10.200/28 is not a valid
network number. Two subnets that can be used are 10.18.10.208/28 and 10.18.10.224/28.
22. Refer to the exhibit. A company uses the address block of 128.107.0.0/16 for its
network. What subnet mask would provide the maximum number of equal size
subnets while providing enough host addresses for each subnet in the exhibit?
255.255.255.192
255.255.255.0
255.255.255.128
255.255.255.240
255.255.255.224
Explanation: The largest subnet in the topology has 100 hosts in it so the subnet mask
must have at least 7 host bits in it (27-2=126). 255.255.255.0 has 8 hosts bits, but this
does not meet the requirement of providing the maximum number of subnets.
23. A network administrator wants to have the same subnet mask for three
subnetworks at a small site. The site has the following networks and numbers of
devices:
What single subnet mask would be appropriate to use for the three subnetworks?
255.255.255.0
255.255.255.240
255.255.255.248
255.255.255.252
Explain:
If the same mask is to be used, then the network with the most hosts must be examined
for number of hosts. Because this is 10 hosts, 4 host bits are needed. The /28 or
255.255.255.240 subnet mask would be appropriate to use for these networks.
24. Match each item to the type of topology diagram on which it is typically
identified. (Not all options are used.)
25. What two pieces of information are displayed in the output of the show ip
interface brief command? (Choose two.)
IP addresses
interface descriptions
MAC addresses
next-hop addresses
Layer 1 statuses
speed and duplex settings
Explanation: The command show ip interface brief shows the IP address of each
interface, as well as the operational status of the interfaces at both Layer 1 and Layer 2.
In order to see interface descriptions and speed and duplex settings, use the command
show running-config interface. Next-hop addresses are displayed in the routing table with
the command show ip route, and the MAC address of an interface can be seen with the
command show interfaces.
26. A user is complaining that an external web page is taking longer than normal to
load.The web page does eventually load on the user machine. Which tool should the
technician use with administrator privileges in order to locate where the issue is in
the network?
ping
nslookup
tracert
ipconfig /displaydns
27. A network technician is researching the use of fiber optic cabling in a new
technology center. Which two issues should be considered before implementing fiber
optic media? (Choose two.)
Fiber optic cabling requires different termination and splicing expertise from
what copper cabling requires.
Fiber optic cabling requires specific grounding to be immune to EMI.
Fiber optic cabling is susceptible to loss of signal due to RFI.
Fiber optic cable is able to withstand rough handling.
Fiber optic provides higher data capacity but is more expensive than copper
cabling.
28. What technique is used with UTP cable to help protect against signal
interference from crosstalk?
wrapping a foil shield around the wire pairs
twisting the wires together into pairs
terminating the cable with special grounded connectors
encasing the cables within a flexible plastic sheath
Explanation: To help prevent the effects of crosstalk, UTP cable wires are twisted
together into pairs. Twisting the wires together causes the magnetic fields of each wire to
cancel each other out.
30. Match each description with an appropriate IP address. (Not all options are
used.)
31. Users report that the network access is slow. After questioning the employees,
the network administrator learned that one employee downloaded a third-party
scanning program for the printer. What type of malware might be introduced that
causes slow performance of the network?
virus
worm
phishing
spam
Explanation: A cybersecurity specialist needs to be familiar with the characteristics of
the different types of malware and attacks that threaten an organization.
32. Which scenario describes a function provided by the transport layer?
A student is using a classroom VoIP phone to call home. The unique identifier burned
into the phone is a transport layer address used to contact another network device on
the same network.
A student is playing a short web-based movie with sound. The movie and sound are
encoded within the transport layer header.
A student has two web browser windows open in order to access two web sites.
The transport layer ensures the correct web page is delivered to the correct
browser window.
A corporate worker is accessing a web server located on a corporate network. The
transport layer formats the screen so the web page appears properly no matter what
device is being used to view the web site.
Explain:
The source and destination port numbers are used to identify the correct application and
window within that application.
38. What three requirements are defined by the protocols used in network
communcations to allow message transmission across a network? (Choose three.)
message size
message encoding
connector specifications
media selection
delivery options
end-device installation
39. What are two characteristics of IP? (Choose two.)
does not require a dedicated end-to-end connection
operates independently of the network media
retransmits packets if errors occur
re-assembles out of order packets into the correct order at the receiver end
guarantees delivery of packets
Explain:
The Internet Protocol (IP) is a connectionless, best effort protocol. This means that IP
requires no end-to-end connection nor does it guarantee delivery of packets. IP is also
media independent, which means it operates independently of the network media carrying
the packets.
40. An employee of a large corporation remotely logs into the company using the
appropriate username and password. The employee is attending an important video
conference with a customer concerning a large sale. It is important for the video
quality to be excellent during the meeting. The employee is unaware that after a
successful login, the connection to the company ISP failed. The secondary
connection, however, activated within seconds. The disruption was not noticed by
the employee or other employees. What three network characteristics are described
in this scenario? (Choose three.)
security
quality of service
scalability
powerline networking
integrity
fault tolerance
41. What are two common causes of signal degradation when using UTP cabling?
(Choose two.)
improper termination
low-quality shielding in cable
installing cables in conduit
low-quality cable or connectors
loss of light over long distances
42. Which subnet would include the address 192.168.1.96 as a usable host address?
192.168.1.64/26
192.168.1.32/27
192.168.1.32/28
192.168.1.64/29
Explanation: For the subnet of 192.168.1.64/26, there are 6 bits for host addresses,
yielding 64 possible addresses. However, the first and last subnets are the network and
broadcast addresses for this subnet. Therefore, the range of host addresses for this subnet
is 192.168.1.65 to 192.168.1.126. The other subnets do not contain the address
192.168.1.96 as a valid host address.
43. Refer to the exhibit. On the basis of the output, which two statements about
network connectivity are correct? (Choose two.)
44. Which two statements describe how to assess traffic flow patterns and network
traffic types using a protocol analyzer? (Choose two.)
Capture traffic on the weekends when most employees are off work.
Capture traffic during peak utilization times to get a good representation of the
different traffic types.
Only capture traffic in the areas of the network that receive most of the traffic such as
the data center.
Perform the capture on different network segments.
Only capture WAN traffic because traffic to the web is responsible for the largest
amount of traffic on a network.
Explanation: Traffic flow patterns should be gathered during peak utilization times to
get a good representation of the different traffic types. The capture should also be
performed on different network segments because some traffic will be local to a
particular segment.
45. What is the consequence of configuring a router with the ipv6 unicast-
routing global configuration command?
All router interfaces will be automatically activated.
The IPv6 enabled router interfaces begin sending ICMPv6 Router Advertisement
messages.
Each router interface will generate an IPv6 link-local address.
It statically creates a global unicast address on this router.
46. Which three layers of the OSI model map to the application layer of the TCP/IP
model? (Choose three.)
application
network
data link
session
presentation
transport
Explanation: The TCP/IP model consists of four layers: application, transport, internet,
and network access. The OSI model consists of seven layers: application, presentation,
session, transport, network, data link, and physical. The top three layers of the OSI
model: application, presentation, and session map to the application layer of the TCP/IP
model.
47. Refer to the exhibit. If PC1 is sending a packet to PC2 and routing has been
configured between the two routers, what will R1 do with the Ethernet frame
header attached by PC1?
48. What will happen if the default gateway address is incorrectly configured on a
host?
The host cannot communicate with other hosts in the local network.
The host cannot communicate with hosts in other networks.
A ping from the host to 127.0.0.1 would not be successful.
The host will have to use ARP to determine the correct address of the default gateway.
The switch will not forward packets initiated by the host.
49. What are two features of ARP? (Choose two.)
When a host is encapsulating a packet into a frame, it refers to the MAC address table
to determine the mapping of IP addresses to MAC addresses.
An ARP request is sent to all devices on the Ethernet LAN and contains the IP address
of the destination host and its multicast MAC address.
If a host is ready to send a packet to a local destination device and it has the IP
address but not the MAC address of the destination, it generates an ARP
broadcast.
If no device responds to the ARP request, then the originating node will broadcast the
data packet to all devices on the network segment.
If a device receiving an ARP request has the destination IPv4 address, it responds
with an ARP reply.
50. A network administrator is adding a new LAN to a branch office. The new LAN
must support 90 connected devices. What is the smallest network mask that the
network administrator can use for the new network?
255.255.255.128
255.255.255.240
255.255.255.248
255.255.255.224
51. What are two ICMPv6 messages that are not present in ICMP for IPv4?
(Choose two.)
Neighbor Solicitation
Destination Unreachable
Host Confirmation
Time Exceeded
Router Advertisement
Route Redirection
52. A client packet is received by a server. The packet has a destination port number
of 80. What service is the client requesting?
DHCP
SMTP
DNS
HTTP
53. What is an advantage for small organizations of adopting IMAP instead of
POP?
POP only allows the client to store messages in a centralized way, while IMAP allows
distributed storage.
Messages are kept in the mail servers until they are manually deleted from the
email client.
When the user connects to a POP server, copies of the messages are kept in the mail
server for a short time, but IMAP keeps them for a long time.
IMAP sends and retrieves email, but POP only retrieves email.
Explanation: IMAP and POP are protocols that are used to retrieve email messages. The
advantage of using IMAP instead of POP is that when the user connects to an IMAP-
capable server, copies of the messages are downloaded to the client application. IMAP
then stores the email messages on the server until the user manually deletes those
messages.
54. A technician can ping the IP address of the web server of a remote company but
cannot successfully ping the URL address of the same web server. Which software
utility can the technician use to diagnose the problem?
tracert
ipconfig
netstat
nslookup
Explain:
Traceroute (tracert) is a utility that generates a list of hops that were successfully reached
along the path from source to destination.This list can provide important verification and
troubleshooting information. The ipconfig utility is used to display the IP configuration
settings on a Windows PC. The Netstat utility is used to identify which active TCP
connections are open and running on a networked host. Nslookup is a utility that allows
the user to manually query the name servers to resolve a given host name. This utility can
also be used to troubleshoot name resolution issues and to verify the current status of the
name servers.
55. Which two functions are performed at the LLC sublayer of the OSI Data Link
Layer to facilitate Ethernet communication? (Choose two.)
implements CSMA/CD over legacy shared half-duplex media
enables IPv4 and IPv6 to utilize the same physical medium
integrates Layer 2 flows between 10 Gigabit Ethernet over fiber and 1 Gigabit Ethernet
over copper
implements a process to delimit fields within an Ethernet 2 frame
places information in the Ethernet frame that identifies which network layer
protocol is being encapsulated by the frame
Other case:
responsible for internal structure of Ethernet frame
applies source and destination MAC addresses to Ethernet frame
handles communication between upper layer networking software and Ethernet
NIC hardware
adds Ethernet control information to network protocol data
implements trailer with frame check sequence for error detection
Explanation: The data link layer is actually divided into two sublayers:
+ Logical Link Control (LLC): This upper sublayer defines the software processes that
provide services to the network layer protocols. It places information in the frame that
identifies which network layer protocol is being used for the frame. This information
allows multiple Layer 3 protocols, such as IPv4 and IPv6, to utilize the same network
interface and media.
+ Media Access Control (MAC): This lower sublayer defines the media access processes
performed by the hardware. It provides data link layer addressing and delimiting of data
according to the physical signaling requirements of the medium and the type of data link
layer protocol in use.
57. What happens when the transport input ssh command is entered on the switch
vty lines?
The SSH client on the switch is enabled.
The switch requires a username/password combination for remote access.
Communication between the switch and remote users is encrypted.
The switch requires remote connections via a proprietary client software.
Explanation: The transport input ssh command when entered on the switch vty (virtual
terminal lines) will encrypt all inbound controlled telnet connections.
58. Match the type of threat with the cause. (Not all options are used.)
59. A disgruntled employee is using some free wireless networking tools to
determine information about the enterprise wireless networks. This person is
planning on using this information to hack the wireless network. What type of
attack is this?
DoS
access
reconnaissance
Trojan horse
60. What service is provided by HTTP?
Uses encryption to secure the exchange of text, graphic images, sound, and video on
the web.
Allows for data transfers between a client and a file server.
An application that allows real-time chatting among remote users.
A basic set of rules for exchanging text, graphic images, sound, video, and other
multimedia files on the web.
61. A client packet is received by a server. The packet has a destination port number
of 67. What service is the client requesting?
FTP
DHCP
Telnet
SSH
62. What are two problems that can be caused by a large number of ARP request
and reply messages? (Choose two.)
Switches become overloaded because they concentrate all the traffic from the attached
subnets.
The ARP request is sent as a broadcast, and will flood the entire subnet.
The network may become overloaded because ARP reply messages have a very large
payload due to the 48-bit MAC address and 32-bit IP address that they contain.
A large number of ARP request and reply messages may slow down the switching
process, leading the switch to make many changes in its MAC table.
All ARP request messages must be processed by all nodes on the local network.
Explanation: ARP requests are sent as broadcasts:
(1) All nodes will receive them, and they will be processed by software, interrupting the
CPU.
(2) The switch forwards (floods) Layer 2 broadcasts to all ports.
A switch does not change its MAC table based on ARP request or reply messages. The
switch populates the MAC table using the source MAC address of all frames. The ARP
payload is very small and does not overload the switch.
63. A group of Windows PCs in a new subnet has been added to an Ethernet
network. When testing the connectivity, a technician finds that these PCs can access
local network resources but not the Internet resources. To troubleshoot the
problem, the technician wants to initially confirm the IP address and DNS
configurations on the PCs, and also verify connectivity to the local router. Which
three Windows CLI commands and utilities will provide the necessary information?
(Choose three.)
netsh interface ipv6 show neighbor
arp -a
tracert
ping
ipconfig
nslookup
telnet
64. During the process of forwarding traffic, what will the router do immediately
after matching the destination IP address to a network on a directly connected
routing table entry?
analyze the destination IP address
switch the packet to the directly connected interface
look up the next-hop address for the packet
discard the traffic after consulting the route table
65. What characteristic describes antispyware?
applications that protect end devices from becoming infected with malicious
software
a network device that filters access and traffic coming into a network
software on a router that filters traffic based on IP addresses or applications
a tunneling protocol that provides remote users with secure access into the network of
an organization
66. A network administrator needs to keep the user ID, password, and session
contents private when establishing remote CLI connectivity with a switch to manage
it. Which access method should be chosen?
Telnet
AUX
SSH
Console
67. What are the two most effective ways to defend against malware? (Choose two.)
Implement a VPN.
Implement network firewalls.
Implement RAID.
Implement strong passwords.
Update the operating system and other application software.
Install and update antivirus software.
Explanation: A cybersecurity specialist must be aware of the technologies and measures
that are used as countermeasures to protect the organization from threats and
vulnerabilities.
68. Which type of security threat would be responsible if a spreadsheet add-on
disables the local software firewall?
brute-force attack
Trojan horse
DoS
buffer overflow
Explanation: A Trojan horse is software that does something harmful, but is hidden in
legitimate software code. A denial of service (DoS) attack results in interruption of
network services to users, network devices, or applications. A brute-force attack
commonly involves trying to access a network device. A buffer overflow occurs when a
program attempts to store more data in a memory location than it can hold.
69. Match the header field with the appropriate layer of the OSI model. (Not all
options are used.)
70. Which frame field is created by a source node and used by a destination node to
ensure that a transmitted data signal has not been altered by interference,
distortion, or signal loss?
User Datagram Protocol field
transport layer error check field
flow control field
frame check sequence field
error correction process field
71. A network administrator is adding a new LAN to a branch office. The new LAN
must support 4 connected devices. What is the smallest network mask that the
network administrator can use for the new network?
255.255.255.248
255.255.255.0
255.255.255.128
255.255.255.192
72. What service is provided by POP3?
Retrieves email from the server by downloading the email to the local mail
application of the client.
An application that allows real-time chatting among remote users.
Allows remote access to network devices and servers.
Uses encryption to provide secure remote access to network devices and servers.
73. What two security solutions are most likely to be used only in a corporate
environment? (Choose two.)
antispyware
virtual private networks
intrusion prevention systems
strong passwords
antivirus software
74. What characteristic describes antivirus software?
applications that protect end devices from becoming infected with malicious
software
a network device that filters access and traffic coming into a network
a tunneling protocol that provides remote users with secure access into the network of
an organization
software on a router that filters traffic based on IP addresses or applications
75. What mechanism is used by a router to prevent a received IPv4 packet from
traveling endlessly on a network?
It checks the value of the TTL field and if it is 0, it discards the packet and sends a
Destination Unreachable message to the source host.
It checks the value of the TTL field and if it is 100, it discards the packet and sends a
Destination Unreachable message to the source host.
It decrements the value of the TTL field by 1 and if the result is 0, it discards the
packet and sends a Time Exceeded message to the source host.
It increments the value of the TTL field by 1 and if the result is 100, it discards the
packet and sends a Parameter Problem message to the source host.
76. A client packet is received by a server. The packet has a destination port number
of 69. What service is the client requesting?
DNS
DHCP
SMTP
TFTP
77. An administrator defined a local user account with a secret password on router
R1 for use with SSH. Which three additional steps are required to configure R1 to
accept only encrypted SSH connections? (Choose three.)
Configure DNS on the router.
Generate two-way pre-shared keys.
Configure the IP domain name on the router.
Generate the SSH keys.
Enable inbound vty SSH sessions.
Enable inbound vty Telnet sessions.
78. Which two functions are performed at the MAC sublayer of the OSI Data Link
Layer to facilitate Ethernet communication? (Choose two.)
places information in the Ethernet frame that identifies which network layer
protocol is being encapsulated by the frame
adds Ethernet control information to network protocol data
responsible for internal structure of Ethernet frame
enables IPv4 and IPv6 to utilize the same physical medium
implements trailer with frame check sequence for error detection
Other case
integrates Layer 2 flows between 10 Gigabit Ethernet over fiber and 1 Gigabit
Ethernet over copper
handles communication between upper layer networking software and Ethernet NIC
hardware
implements CSMA/CD over legacy shared half-duplex media
applies source and destination MAC addresses to Ethernet frame
applies delimiting of Ethernet frame fields to synchronize communication between
nodes
79. An IPv6 enabled device sends a data packet with the destination address of
FF02::2. What is the target of this packet?
all IPv6 enabled devices on the local link
all IPv6 DHCP servers
all IPv6 enabled devices across the network
all IPv6 configured routers on the local link
80. What are the three parts of an IPv6 global unicast address? (Choose three.)
subnet ID
subnet mask
broadcast address
global routing prefix
interface ID
81. A client is using SLAAC to obtain an IPv6 address for its interface. After an
address has been generated and applied to the interface, what must the client do
before it can begin to use this IPv6 address?
It must send a DHCPv6 INFORMATION-REQUEST message to request the address
of the DNS server.
It must send a DHCPv6 REQUEST message to the DHCPv6 server to request
permission to use this address.
It must send an ICMPv6 Router Solicitation message to determine what default
gateway it should use.
It must send an ICMPv6 Neighbor Solicitation message to ensure that the address
is not already in use on the network.
82. A new network administrator has been asked to enter a banner message on a
Cisco device. What is the fastest way a network administrator could test whether the
banner is properly configured?
Enter CTRL-Z at the privileged mode prompt.
Exit global configuration mode.
Power cycle the device.
Reboot the device.
Exit privileged EXEC mode and press Enter .
83. What method is used to manage contention-based access on a wireless network?
token passing
CSMA/CA
priority ordering
CSMA/CD
84. What is a function of the data link layer?
provides the formatting of data
provides end-to-end delivery of data between hosts
provides delivery of data between two applications
provides for the exchange of frames over a common local media
85. What is the purpose of the TCP sliding window?
to ensure that segments arrive in order at the destination
to end communication when data transmission is complete
to inform a source to retransmit data from a specific point forward
to request that a source decrease the rate at which it transmits data
86. What characteristic describes spyware?
a network device that filters access and traffic coming into a network
software that is installed on a user device and collects information about the user
an attack that slows or crashes a device or network service
the use of stolen credentials to access private data
87. Which switching method drops frames that fail the FCS check?
store-and-forward switching
borderless switching
ingress port buffering
cut-through switching
88. Two pings were issued from a host on a local network. The first ping was issued
to the IP address of the default gateway of the host and it failed. The second ping
was issued to the IP address of a host outside the local network and it was
successful. What is a possible cause for the failed ping?
The default gateway is not operational.
The default gateway device is configured with the wrong IP address.
Security rules are applied to the default gateway device, preventing it from
processing ping requests.
The TCP/IP stack on the default gateway is not working properly.
89. What service is provided by FTP?
A basic set of rules for exchanging text, graphic images, sound, video, and other
multimedia files on the web.
An application that allows real-time chatting among remote users.
Allows for data transfers between a client and a file server.
Uses encryption to secure the exchange of text, graphic images, sound, and video on
the web.
90. A user is attempting to access http://www.cisco.com/ without success. Which two
configuration values must be set on the host to allow this access? (Choose two.)
DNS server
source port number
HTTP server
source MAC address
default gateway
91. Which two statements accurately describe an advantage or a disadvantage when
deploying NAT for IPv4 in a network? (Choose two.)
NAT adds authentication capability to IPv4.
NAT introduces problems for some applications that require end-to-end
connectivity.
NAT will impact negatively on switch performance.
NAT provides a solution to slow down the IPv4 address depletion.
NAT improves packet handling.
NAT causes routing tables to include more information.
92. What subnet mask is needed if an IPv4 network has 40 devices that need IP
addresses and address space is not to be wasted?
255.255.255.0
255.255.255.240
255.255.255.128
255.255.255.192
255.255.255.224
93. Refer to the exhibit. PC1 issues an ARP request because it needs to send a packet
to PC2. In this scenario, what will happen next?
99. Refer to the exhibit. What three facts can be determined from the viewable
output of the show ip interface brief command? (Choose three.)
103. Users are reporting longer delays in authentication and in accessing network
resources during certain time periods of the week. What kind of information should
network engineers check to find out if this situation is part of a normal network
behavior?
syslog records and messages
the network performance baseline
debug output and packet captures
network configuration files
104. What characteristic describes a VPN?
software on a router that filters traffic based on IP addresses or applications
software that identifies fast-spreading threats
a tunneling protocol that provides remote users with secure access into the
network of an organization
a network device that filters access and traffic coming into a network
105. Which two statements are correct in a comparison of IPv4 and IPv6 packet
headers? (Choose two.)
The Source Address field name from IPv4 is kept in IPv6.
The Version field from IPv4 is not kept in IPv6.
The Destination Address field is new in IPv6.
The Header Checksum field name from IPv4 is kept in IPv6.
The Time-to-Live field from IPv4 has been replaced by the Hop Limit field in
IPv6.
106. A network administrator wants to have the same network mask for all
networks at a particular small site. The site has the following networks and number
of devices:
IP phones – 22 addresses
PCs – 20 addresses needed
Printers – 2 addresses needed
Scanners – 2 addresses needed
The network administrator has deemed that 192.168.10.0/24 is to be the network used at
this site. Which single subnet mask would make the most efficient use of the available
addresses to use for the four subnetworks?
255.255.255.192
255.255.255.252
255.255.255.240
255.255.255.248
255.255.255.0
255.255.255.224
107. What is an advantage to using a protocol that is defined by an open standard?
A company can monopolize the market.
The protocol can only be run on equipment from a specific vendor.
An open standard protocol is not controlled or regulated by standards organizations.
It encourages competition and promotes choices.
Explain:
A monopoly by one company is not a good idea from a user point of view. If a protocol
can only be run on one brand, it makes it difficult to have mixed equipment in a network.
A proprietary protocol is not free to use. An open standard protocol will in general be
implemented by a wide range of vendors.
108. A network administrator is adding a new LAN to a branch office. The new
LAN must support 200 connected devices. What is the smallest network mask that
the network administrator can use for the new network?
255.255.255.240
255.255.255.0
255.255.255.248
255.255.255.224
109. What are three commonly followed standards for constructing and installing
cabling? (Choose three.)
cost per meter (foot)
cable lengths
connector color
pinouts
connector types
tensile strength of plastic insulator
110. Refer to the exhibit. What is wrong with the displayed termination?
111. Match the characteristic to the category. (Not all options are used.)
112. A client packet is received by a server. The packet has a destination port
number of 143. What service is the client requesting?
IMAP
FTP
SSH
Telnet
113. What are two characteristics shared by TCP and UDP? (Choose two.)
default window size
connectionless communication
port numbering
3-way handshake
ability to to carry digitized voice
use of checksum
Explain:
Both TCP and UDP use source and destination port numbers to distinguish different data
streams and to forward the right data segments to the right applications. Error checking
the header and data is done by both protocols by using a checksum calculation to
determine the integrity of the data that is received. TCP is connection-oriented and uses a
3-way handshake to establish an initial connection. TCP also uses window to regulate the
amount of traffic sent before receiving an acknowledgment. UDP is connectionless and is
the best protocol for carry digitized VoIP signals.
114. Which value, that is contained in an IPv4 header field, is decremented by each
router that receives a packet?
Header Length
Differentiated Services
Time-to-Live
Fragment Offset
Explanation: When a router receives a packet, the router will decrement the Time-to-
Live (TTL) field by one. When the field reaches zero, the receiving router will discard
the packet and will send an ICMP Time Exceeded message to the sender.
115. A client packet is received by a server. The packet has a destination port
number of 21. What service is the client requesting?
FTP
LDAP
SLP
SNMP
116. What attribute of a NIC would place it at the data link layer of the OSI model?
attached Ethernet cable
IP address
MAC address
RJ-45 port
TCP/IP protocol stack
117. A network administrator is adding a new LAN to a branch office. The new
LAN must support 10 connected devices. What is the smallest network mask that
the network administrator can use for the new network?
255.255.255.192
255.255.255.248
255.255.255.224
255.255.255.240
118. A user is executing a tracert to a remote device. At what point would a router,
which is in the path to the destination device, stop forwarding the packet?
when the router receives an ICMP Time Exceeded message
when the RTT value reaches zero
when the host responds with an ICMP Echo Reply message
when the value in the TTL field reaches zero
when the values of both the Echo Request and Echo Reply messages reach zero
Explain:
When a router receives a traceroute packet, the value in the TTL field is decremented by
1. When the value in the field reaches zero, the receiving router will not forward the
packet, and will send an ICMP Time Exceeded message back to the source.
119. Refer to the exhibit. The network administrator has assigned the LAN of
LBMISS an address range of 192.168.10.0. This address range has been subnetted
using a /29 prefix. In order to accommodate a new building, the technician has
decided to use the fifth subnet for configuring the new network (subnet zero is the
first subnet). By company policies, the router interface is always assigned the first
usable host address and the workgroup server is given the last usable host address.
Which configuration should be entered into the properties of the workgroup server
to allow connectivity to the Internet?
120. Refer to the exhibit. The switches are in their default configuration. Host A
needs to communicate with host D, but host A does not have the MAC address for
its default gateway. Which network hosts will receive the ARP request sent by host
A?
only host D
only router R1
only hosts A, B, and C
only hosts A, B, C, and D
only hosts B and C
only hosts B, C, and router R1
Explain:
Since host A does not have the MAC address of the default gateway in its ARP table,
host A sends an ARP broadcast. The ARP broadcast would be sent to every device on the
local network. Hosts B, C, and router R1 would receive the broadcast. Router R1 would
not forward the message.
121. Which two traffic types use the Real-Time Transport Protocol (RTP)? (Choose
two.)
video
web
file transfer
voice
peer to peer
122. Which wireless technology has low-power and data rate requirements making
it popular in home automation applications?
ZigBee
LoRaWAN
5G
Wi-Fi
123. Which layer of the TCP/IP model provides a route to forward messages
through an internetwork?
application
network access
internet
transport
Explain:
The OSI model network layer corresponds directly to the internet layer of the TCP/IP
model and is used to describe protocols that address and route messages through an
internetwork.
124. Which type of server relies on record types such as A, NS, AAAA, and MX in
order to provide services?
DNS
email
file
web
Explain:
A DNS server stores records that are used to resolve IP addresses to host names. Some
DNS record types include the following:
A – an end device IPv4 address
NS – an authoritative name server
AAAA – an end device IPv6 address
MX – a mail exchange record
132. Match the description to the IPv6 addressing component. (Not all options are
used.)
133. Refer to the exhibit. If Host1 were to transfer a file to the server, what layers of
the TCP/IP model would be used?
only application and Internet layers
only Internet and network access layers
only application, Internet, and network access layers
application, transport, Internet, and network access layers
only application, transport, network, data link, and physical layers
application, session, transport, network, data link, and physical layers
Explanation: The TCP/IP model contains the application, transport, internet, and
network access layers. A file transfer uses the FTP application layer protocol. The data
would move from the application layer through all of the layers of the model and across
the network to the file server.
134. Match the characteristic to the forwarding method. (Not all options are used.)
Explanation: A store-and-forward switch always stores the entire frame before
forwarding, and checks its CRC and frame length. A cut-through switch can forward
frames before receiving the destination address field, thus presenting less latency than a
store-and-forward switch. Because the frame can begin to be forwarded before it is
completely received, the switch may transmit a corrupt or runt frame. All forwarding
methods require a Layer 2 switch to forward broadcast frames.
135. Refer to the exhibit. The IP address of which device interface should be used as
the default gateway setting of host H1?
R1: S0/0/0
R2: S0/0/1
R1: G0/0
R2: S0/0/0
136. What service is provided by Internet Messenger?
An application that allows real-time chatting among remote users.
Allows remote access to network devices and servers.
Resolves domain names, such as cisco.com, into IP addresses.
Uses encryption to provide secure remote access to network devices and servers.
137. Refer to the exhibit. Match the network with the correct IP address and prefix
that will satisfy the usable host addressing requirements for each network.
Explanation: Network A needs to use 192.168.0.128 /25, which yields 128 host
addresses.
Network B needs to use 192.168.0.0 /26, which yields 64 host addresses.
Network C needs to use 192.168.0.96 /27, which yields 32 host addresses.
Network D needs to use 192.168.0.80/30, which yields 4 host addresses.
138. Refer to the exhibit. Which protocol was responsible for building the table that
is shown?
DHCP
ARP
DNS
ICMP
139. A network administrator notices that some newly installed Ethernet cabling is
carrying corrupt and distorted data signals. The new cabling was installed in the
ceiling close to fluorescent lights and electrical equipment. Which two factors may
interfere with the copper cabling and result in signal distortion and data
corruption? (Choose two.)
crosstalk
extended length of cabling
RFI
EMI
signal attenuation
140. A host is trying to send a packet to a device on a remote LAN segment, but
there are currently no mappings in its ARP cache. How will the device obtain a
destination MAC address?
A host is trying to send a packet to a device on a remote LAN segment, but there are
currently no mappings in the ARP cache. How will the device obtain a destination
MAC address?
It will send the frame and use its own MAC address as the destination.
It will send an ARP request for the MAC address of the destination device.
It will send the frame with a broadcast MAC address.
It will send a request to the DNS server for the destination MAC address.
It will send an ARP request for the MAC address of the default gateway.
141. Which two functions are performed at the MAC sublayer of the OSI Data Link
Layer to facilitate Ethernet communication?
integrates Layer 2 flows between 10 Gigabit Ethernet over fiber and 1 Gigabit
Ethernet over copper
enables IPv4 and IPv6 to utilize the same physical medium
handles communication between upper layer networking software and Ethernet NIC
hardware
adds Ethernet control information to network protocol data
implements CSMA/CD over legacy shared half-duplex media
142. A client packet is received by a server. The packet has a destination port
number of 53. What service is the client requesting?
DNS
NetBIOS (NetBT)
POP3
IMAP
143. A network administrator is adding a new LAN to a branch office. The new
LAN must support 25 connected devices. What is the smallest network mask that
the network administrator can use for the new network?
255.255.255.128
255.255.255.192
255.255.255.224
255.255.255.240
144. What characteristic describes a Trojan horse?
malicious software or code running on an end device
an attack that slows or crashes a device or network service
the use of stolen credentials to access private data
a network device that filters access and traffic coming into a network
145. What service is provided by HTTPS?
Uses encryption to provide secure remote access to network devices and servers.
Resolves domain names, such as cisco.com, into IP addresses.
Uses encryption to secure the exchange of text, graphic images, sound, and video
on the web.
Allows remote access to network devices and servers.
146. A technician with a PC is using multiple applications while connected to the
Internet. How is the PC able to keep track of the data flow between multiple
application sessions and have each application receive the correct packet flows?
The data flow is being tracked based on the destination MAC address of the technician
PC.
The data flow is being tracked based on the source port number that is used by
each application.*
The data flow is being tracked based on the source IP address that is used by the PC of
the technician.
The data flow is being tracked based on the destination IP address that is used by the
PC of the technician.
Explanation:
The source port number of an application is randomly generated and used to individually
keep track of each session connecting out to the Internet. Each application will use a
unique source port number to provide simultaneous communication from multiple
applications through the Internet.
147. A network administrator is adding a new LAN to a branch office. The new
LAN must support 61 connected devices. What is the smallest network mask that
the network administrator can use for the new network?
255.255.255.240
255.255.255.224
255.255.255.192
255.255.255.128
148. Refer to the exhibit. Match the network with the correct IP address and prefix
that will satisfy the usable host addressing requirements for each network. (Not all
options are used.)
Question
Answer
Explanation:
Network A needs to use 192.168.0.0 /25 which yields 128 host addresses.
Network B needs to use 192.168.0.128 /26 which yields 64 host addresses.
Network C needs to use 192.168.0.192 /27 which yields 32 host addresses.
Network D needs to use 192.168.0.224 /30 which yields 4 host addresses.
Answer
154. Refer to the exhibit. A network engineer has been given the network address of
192.168.99.0 and a subnet mask of 255.255.255.192 to subnet across the four
networks shown. How many total host addresses are unused across all four subnets?
88
200
72
224
158
156. Which connector is used with twisted-pair cabling in an Ethernet LAN?
LC conector
SC conector
BNC
RJ 11
True Answer:
RJ 45 (true answer)
157. A client packet is received by a server. The packet has a destination port
number of 22. What service is the client requesting?
SSH
SMB/CIFS
HTTPS
SLP
158. What characteristic describes an IPS?
a tunneling protocol that provides remote users with secure access into the network of
an organization
a network device that filters access and traffic coming into a network
software that identifies fast-spreading threats
software on a router that filters traffic based on IP addresses or applications
159. What service is provided by DHCP?
An application that allows real-time chatting among remote users.
Allows remote access to network devices and servers.
Dynamically assigns IP addresses to end and intermediary devices.
Uses encryption to provide secure remote access to network devices and servers.
160. Refer to the exhibit. The switches have a default configuration. Host A needs to
communicate with host D, but host A does not have the MAC address for the default
gateway. Which network devices will receive the ARP request sent by host A?
i360201v3n1_275353.png
only host D
only hosts A, B, C, and D
only hosts B and C
only hosts B, C, and router R1
only hosts A, B, and C
only router R1
164. Which wireless technology has low-power and low-data rate requirements
making it popular in IoT environments?
Bluetooth
Zigbee
WiMAX
Wi-Fi
Explanation: Zigbee is a specification used for low-data rate, low-power
communications. It is intended for applications that require short-range, low data-rates
and long battery life. Zigbee is typically used for industrial and Internet of Things (IoT)
environments such as wireless light switches and medical device data collection.