The Penultimate CCNA 2 Chapter 1

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Dlefinc
D
Dlefinc
Community Contributor
Quizzes Created: 3 | Total Attempts: 9,643
| Attempts: 217 | Questions: 23
Please wait...
Question 1 / 23
0 %
0/100
Score 0/100
1. What is the outcome of entering these commands?
R1(config)# line vty 0 4 R1(config-line)# password check123
R1(config-line)# login

Explanation

The given commands "R1(config)# line vty 0 4" and "R1(config-line)# password check123" are used to set a password for connecting to the router via Telnet. The "login" command is used to enable login authentication for the VTY lines. Therefore, the outcome of entering these commands is that the password "check123" will be set for connecting to the router via Telnet.

Submit
Please wait...
About This Quiz
The Penultimate CCNA 2 Chapter 1 - Quiz

Have you had any trouble understanding CCNA 2 chapter 1 over these few weeks? Take up the test below and get a chance to understand it better and... see moretest out what you understood. Take it up and get to know if you might need more study sessions. All the best! see less

2. Refer to the exhibit. The network administrator has configured the router with the interface IP addresses shown for the directly connected networks. Pings from the router to hosts on the connected networks or pings between router interfaces are not working. What is the most likely problem?

Explanation

The most likely problem is that the interfaces on the router are not enabled. The "no shutdown" command is used to enable an interface on a Cisco router. Without enabling the interfaces, the router will not be able to send or receive any traffic, resulting in the pings not working.

Submit
3. The network administrator needs to connect two routers directly via their FastEthernet ports. What cable should the network administrator use?

Explanation

The network administrator should use a cross-over cable to connect two routers directly via their FastEthernet ports. A cross-over cable is used to connect similar devices, such as two routers, without the need for a hub or switch in between. It allows the transmit signals from one device to be connected to the receive signals of the other device, ensuring proper communication between them. This is different from a straight-through cable, which is used to connect dissimilar devices, such as a router and a switch. A rollover cable is used to connect a computer to a router for console access, and a serial cable is used for serial connections.

Submit
4. If a router cannot find a valid configuration file during the startup sequence, what will occur?

Explanation

If a router cannot find a valid configuration file during the startup sequence, it will prompt the user for a response to enter setup mode. This means that the router will require the user to provide the necessary configuration settings manually in order to proceed.

Submit
5. Which interfaces in the exhibit could be used for a leased line WAN connection? (Choose two.)

Explanation

Interfaces 1 and 4 could be used for a leased line WAN connection. A leased line is a dedicated connection between two locations, and it requires a physical connection. Interfaces 1 and 4 are the only options provided in the exhibit, so they are the possible interfaces for a leased line connection.

Submit
6. Refer to the exhibit. After host 2 is connected to the switch on the LAN, host 2 is unable to communicate with host 1. What is the cause of this problem?

Explanation

The cause of the problem is that host 1 and host 2 are on different networks. This means that they are not able to communicate with each other because they are not in the same network range. In order for them to communicate, they need to be on the same network and have compatible IP addresses and subnet masks.

Submit
7. 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.)

Explanation

Passwords can be used to restrict access to the VTY interface, console interface, and privileged EXEC mode. The VTY interface is used for remote access to the device, so setting a password for it ensures that only authorized users can connect remotely. The console interface is the physical connection to the device, so setting a password for it ensures that only authorized users can access the device directly. Privileged EXEC mode is the mode that allows users to make configuration changes, so setting a password for it ensures that only authorized users can make these changes.

Submit
8. A network administrator has just entered new configurations into Router1. Which command should be executed to save configuration changes to NVRAM?

Explanation

The command "copy running-config startup-config" should be executed to save configuration changes to NVRAM. This command copies the current running configuration of the router to the startup configuration file in NVRAM, which will be used to load the configuration on subsequent reboots.

Submit
9. The serial connection shown in the graphic needs to be configured. Which configuration commands must be made on the Sydney router to establish connectivity with the Melbourne site? (Choose three.)

Explanation

The three configuration commands that must be made on the Sydney router to establish connectivity with the Melbourne site are:
1. Sydney(config-if)# ip address 201.100.53.2 255.255.255.0: This command sets the IP address and subnet mask for the interface connecting to the Melbourne site.
2. Sydney(config-if)# no shutdown: This command activates the interface, allowing it to send and receive data.
3. Sydney(config-if)# clock rate 56000: This command sets the clock rate for the interface, which is necessary for serial connections.

Submit
10.  Which of the following is the correct flow of routines for a router startup?

Explanation

The correct flow of routines for a router startup is to first load the bootstrap, then load the IOS (Internetwork Operating System), and finally apply the configuration. This sequence ensures that the router's basic software (bootstrap) is loaded, followed by the main operating system (IOS), and then the specific configuration settings for the router to function properly.

Submit
11. Refer to the exhibit. What can be concluded from the routing table output in the exhibit? (Choose two.)

Explanation

From the routing table output, it can be concluded that the FastEthernet0/0 and Serial0/0/0 interfaces of this router were configured with an IP address and the no shutdown command. This means that these interfaces are operational and ready to transmit data. Additionally, it can be concluded that an IP packet received by this router with a destination address of 198.18.9.1 will be forwarded out of the Serial0/0/0 interface.

Submit
12. Refer to the exhibit. What can be concluded from the output of the running-configuration of a router?

Explanation

The output of the running-configuration of a router displays the commands that are currently in effect and determine the current operation of the router. It does not provide information about password encryption, saving to NVRAM, or the configuration that will be used on the next reboot.

Submit
13. Refer to the exhibit. All routers have a route in its routing table to each network that is shown in the exhibit. Default routes have not been issued on these routers. What can be concluded about how packets are forwarded in this network? (Choose two.)

Explanation

Based on the information provided in the exhibit, RouterA has a route to the network 192.168.3.0/24 through interface S0/0/1. Therefore, if RouterA receives a packet destined for 192.168.3.146, it will forward it out through interface S0/0/1. Similarly, RouterB has a route to the network 10.5.27.0/24 through interface S0/0/1. So, if RouterB receives a packet destined for 10.5.27.15, it will forward it out through interface S0/0/1.

Submit
14.  Which two statements correctly describe the components of a router? (Choose two.)

Explanation

ROM contains diagnostics executed on hardware modules. This statement is correct because ROM (Read-Only Memory) in a router contains the diagnostics that are executed during the boot sequence to check the hardware modules for any issues or errors.

Flash memory does not lose its contents during a reboot. This statement is correct because flash memory is non-volatile memory, meaning it retains its contents even when the device is powered off or rebooted. In a router, the IOS (Internetwork Operating System) is stored in flash memory, allowing the router to retain its operating system and configuration even after a reboot.

Submit
15. What header address information does a router change in the information it receives from an attached Ethernet interface before information is transmitted out another interface?

Explanation

A router changes the Layer 2 source and destination address in the header address information it receives from an attached Ethernet interface before transmitting the information out another interface. This is because Layer 2 addresses are specific to the local network, and as the router forwards the information to a different network, it needs to update the Layer 2 addresses to ensure proper delivery. The Layer 3 addresses, on the other hand, remain unchanged as they are used for routing the information across different networks.

Submit
16. Which two statements describe characteristics of load balancing? (Choose two.)

Explanation

Load balancing allows a router to distribute network traffic across multiple paths, which helps to optimize resource utilization and improve performance. This means that a router can forward packets over different paths to the same destination network, ensuring that the network is not overloaded or congested. In addition, EIGRP, a routing protocol, supports unequal cost load balancing, which means that it can distribute traffic across paths with different metrics (such as bandwidth or delay) to achieve better load distribution.

Submit
17. From what location can a router load the Cisco IOS during the boot process? (Choose two.)

Explanation

During the boot process, a router can load the Cisco IOS from two locations: TFTP server and Flash memory. The TFTP server is a remote location where the router can retrieve the IOS image over the network. Flash memory, on the other hand, is a non-volatile storage location within the router itself where the IOS image can be stored and loaded during boot-up. Both options provide the router with the necessary IOS image to start up and function properly.

Submit
18.Which are functions of a router? (Choose three.)

Explanation

A router performs packet switching by receiving packets from different sources and forwarding them to their intended destinations. It also performs segmentation of broadcast domains by dividing a network into smaller subnets, which helps to reduce network congestion and improve performance. Additionally, a router selects the best path based on logical addressing, such as IP addresses, to determine the most efficient route for forwarding packets in a network.

Submit
19. Refer to the exhibit. Host A pings host B. When R4 accepts the ping into the Ethernet interface, what two pieces of header information are included? (Choose two.)

Explanation

When R4 accepts the ping into the Ethernet interface, the two pieces of header information included are the destination IP address: 192.168.10.134 and the destination MAC address: 9999.DADC.1234. These two pieces of information are necessary for the packet to reach its intended destination, as the destination IP address identifies the specific host, and the destination MAC address identifies the specific network interface card (NIC) on that host.

Submit
20. What three processes does a router execute when it receives a packet from one network that is destined for another network? (Choose three.)

Explanation

When a router receives a packet from one network that is destined for another network, it first decapsulates the Layer 3 packet by stripping off the Layer 2 frame header. Then, it uses the destination IP Address in the IP header to look up the next-hop address in the routing table. After that, the router encapsulates the Layer 3 packet into a new Layer 2 frame and forwards it out the exit interface. These three processes ensure that the packet is properly routed to its intended destination network.

Submit
21. What is the default sequence for loading the configuration file?

Explanation

The default sequence for loading the configuration file is NVRAM, TFTP, CONSOLE. This means that the router will first look for the configuration file in the NVRAM (non-volatile random access memory), which is where the startup configuration is stored. If it is not found there, the router will then try to load the configuration file from a TFTP (Trivial File Transfer Protocol) server. If it is still not found, the router will prompt the user to enter the configuration manually through the console port.

Submit
22. Refer to the exhibit. The frame shown in the exhibit was received by the router. The router interfaces are operational. How will the router process this frame? (Choose two.)

Explanation

The router will change the frame type to one supported by the WAN link before forwarding the frame. This is because different types of WAN links require different frame types for communication. The router will modify the frame to match the required frame type of the WAN link it is connected to.

The frame was received on the Fa0/0 interface of the router and will be switched to the S0/0/0 interface. This is because the router uses the destination MAC address to determine which interface to forward the packet. The router will look at the destination MAC address in the frame and use it to determine the appropriate interface to forward the packet. In this case, the destination MAC address corresponds to the S0/0/0 interface, so the frame will be switched to that interface.

Submit
23. What information about the router and its startup process can be gathered from the output of the show version command? (Choose three.)

Explanation

The output of the "show version" command provides information about the router's startup process. It includes the last restart method, which indicates how the router was last restarted (e.g., power cycle, software reload). It also displays the configuration register settings, which determine how the router boots up and other system behaviors. Additionally, the output shows the location from where the IOS (Internetwork Operating System) loaded, which indicates the source of the router's operating system. However, it does not provide information about the command buffer contents or the amount of NVRAM and FLASH used.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jan 16, 2013
    Quiz Created by
    Dlefinc
Cancel
  • All
    All (23)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is the outcome of entering these commands?...
Refer to the exhibit. The network administrator has configured the...
The network administrator needs to connect two routers directly via...
If a router cannot find a valid configuration file during the startup...
Which interfaces in the exhibit could be used for a leased line WAN...
Refer to the exhibit. After host 2 is connected to the switch on the...
Passwords can be used to restrict access to all or parts of the Cisco...
A network administrator has just entered new configurations into...
The serial connection shown in the graphic needs to be configured....
 Which of the following is the correct flow of routines for a...
Refer to the exhibit. What can be concluded from the routing table...
Refer to the exhibit. What can be concluded from the output of the...
Refer to the exhibit. All routers have a route in its routing table to...
 Which two statements correctly describe the components of a...
What header address information does a router change in the...
Which two statements describe characteristics of load balancing?...
From what location can a router load the Cisco IOS during the boot...
. Which are functions of a router? (Choose three.)
Refer to the exhibit. Host A pings host B. When R4 accepts the ping...
What three processes does a router execute when it receives a packet...
What is the default sequence for loading the configuration file?
Refer to the exhibit. The frame shown in the exhibit was received by...
What information about the router and its startup process can be...
Alert!

Advertisement