CCNA Chapters 8-10
CCNA Chapters 8-10
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.
CCNA 1 v7 Modules 8 – 10 Communicating Between Networks Exam
[sociallocker id=”54558″]
DOWNLOAD
[/sociallocker]
Which interfaces in each router are active and operational?
R1: G0/0 and S0/0/0
R2: G0/0 and S0/0/0
R1: G0/1 and S0/0/1
R2: G0/0 and S0/0/1
R1: G0/0 and S0/0/0
R2: G0/1 and S0/0/0
R1: G0/0 and S0/0/1
R2: G0/1 and S0/0/1
Explanation: The command to use for this activity is show ip interface brief in
each router. The active and operational interfaces are represented by the
value “up” in the “Status” and “Protocol” columns. The interfaces in R1 with
these characteristics are G0/0 and S0/0/0. In R2 they are G0/1 and S0/0/0.
49. Which term describes a field in the IPv4 packet header used to identify the
next level protocol?
protocol
destination IPv4 address
source IPv4 address
TTL
50. Which term describes a field in the IPv4 packet header that contains an 8-bit
binary value used to determine the priority of each packet?
differentiated services
destination IPv4 address
source IPv4 address
protocol
51. Which term describes a field in the IPv4 packet header that contains a 32-bit
binary value associated with an interface on the sending device?
source IPv4 address
destination IPv4 address
protocol
TTL
52. Which term describes a field in the IPv4 packet header used to detect
corruption in the IPv4 header?
header checksum
source IPv4 address
protocol
TTL
53.
RTR1(config)# interface gi0/1
RTR1(config-if)# no shutdown
RTR1(config-if)# no shutdown
RTR1(config-if)# no shutdown
RTR1(config-if)# end
Floor(config-if)# no shutdown
Floor(config-if)# no shutdown
Floor(config-if)# no shutdown
Floor(config-if)# no shutdown
Floor(config-if)# end
Main(config-if)# no shutdown
Main(config-if)# no shutdown
Main(config-if)# no shutdown
Main(config-if)# no shutdown
Main(config-if)# end
BldgA(config-if)# no shutdown
BldgA(config-if)# no shutdown
BldgA(config-if)# no shutdown
BldgA(config-if)# end
Floor(config-if)# no shutdown
Floor(config-if)# no shutdown
Floor(config-if)# interface s0/0/0
Floor(config-if)# no shutdown
Floor(config-if)# no shutdown
Floor(config-if)# end
Floor(config-if)# no shutdown
Floor(config-if)# no shutdown
Floor(config-if)# no shutdown
Floor(config-if)# no shutdown
Floor(config-if)# end
HQ(config-if)# no shutdown
HQ(config-if)# no shutdown
HQ(config-if)# no shutdown
HQ(config-if)# no shutdown
HQ(config-if)# end
HQ(config-if)# no shutdown
HQ(config-if)# no shutdown
HQ(config-if)# no shutdown
HQ(config-if)# end
Main(config-if)# no shutdown
Main(config-if)# no shutdown
Main(config-if)# no shutdown
Main(config-if)# no shutdown
Main(config-if)# end
Refer to the exhibit. A network administrator is connecting a new host to the
Service LAN. The host needs to communicate with remote networks. What IP
address would be configured as the default gateway on the new host?
192.168.167.166
192.168.167.1
10.166.167.254
198.51.100.189
192.168.166.46
76.
BldgA(config)# interface gi0/1
BldgA(config-if)# no shutdown
BldgA(config-if)# no shutdown
BldgA(config-if)# no shutdown
BldgA(config-if)# no shutdown
BldgA(config-if)# end