Ultimate Quiz CCENT/CCNA Icnd1 Chapters 14 + 15

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 Ajeff
A
Ajeff
Community Contributor
Quizzes Created: 39 | Total Attempts: 59,871
| Attempts: 552 | Questions: 16
Please wait...
Question 1 / 16
0 %
0/100
Score 0/100
1. Which of the following is a useful command on some Microsoft OSs for discovering a host’s current IP address and mask?

Explanation

The correct answer is ipconfig /all. This command is used to display the IP address and subnet mask of a host on some Microsoft operating systems. It provides detailed information about the network configuration of the host, including the IP address, subnet mask, default gateway, DNS servers, and more. This command is useful for troubleshooting network connectivity issues and for verifying the network configuration of a host.

Submit
Please wait...
About This Quiz
Ultimate Quiz CCENT/CCNA Icnd1 Chapters 14 + 15 - Quiz

Now we continue to have a chapter-to-chapter revision for the CCENT/CCNA Icnd1 to help us retail the knowledge gathered so far. The quiz below is for chapter 16... see moreand 17 and is designed to keep you on your feet. Take it up and keep an eye out for a quiz on the next ones. see less

2. Which of the following commands correctly configures a static route?

Explanation

The correct answer is "ip route 10.1.3.0 255.255.255.0 10.1.130.253" because it uses the correct syntax for configuring a static route. The command specifies the destination network (10.1.3.0), the subnet mask (255.255.255.0), and the next-hop IP address (10.1.130.253). This command correctly sets up a static route for the given network.

Submit
3.

A new network engineer is trying to troubleshoot a problem for the user of PC1. Which of the following tasks and results would most likely point to a Layer 1 or 2 Ethernet problem on the LAN on the left side of the figure? 

Explanation

If the ping command to 10.1.1.1 did not succeed, it indicates a problem at Layer 3 (network layer) or above. This is because the ping command uses ICMP (Internet Control Message Protocol) which operates at the network layer. Therefore, the issue is unlikely to be at Layer 1 or 2 (physical or data link layer) as stated in the question.

Submit
4. Which of the following network commands, following a router rip command, would cause RIP to send updates out two interfaces whose IP addresses are 10.1.2.1 and 10.1.1.1, mask 255.255.255.0?

Explanation

The correct answer is "network 10.0.0.0". This command includes a network address of 10.0.0.0, which encompasses both the IP addresses 10.1.2.1 and 10.1.1.1 with the given subnet mask of 255.255.255.0. This allows RIP to send updates out both interfaces.

Submit
5.

Explanation

not-available-via-ai

Submit
6. Which of the following routing protocols are considered to use distance vector logic?

Explanation

RIP (Routing Information Protocol) and IGRP (Interior Gateway Routing Protocol) are both considered to use distance vector logic. Distance vector routing protocols determine the best path to a destination by considering the distance (or metric) to that destination. RIP and IGRP both use the hop count as their metric, which is the number of routers or hops that a packet must traverse to reach the destination. On the other hand, EIGRP (Enhanced Interior Gateway Routing Protocol) and OSPF (Open Shortest Path First) are examples of link-state routing protocols, which use more advanced algorithms to determine the best path based on factors like bandwidth, delay, and reliability.

Submit
7. Which of the following routing protocols are considered to use link-state logic?

Explanation

OSPF (Open Shortest Path First) and Integrated IS-IS (Intermediate System to Intermediate System) are considered to use link-state logic. These routing protocols use a link-state database to maintain information about the network topology. They exchange information with other routers to build a complete map of the network and calculate the shortest path to each destination. RIP (Routing Information Protocol) and RIP-2 (Routing Information Protocol version 2) use distance-vector logic, while EIGRP (Enhanced Interior Gateway Routing Protocol) uses a hybrid approach combining both distance-vector and link-state elements.

Submit
8. Which of the following must be true for a static route to be installed in a router’s IP routing table?

Explanation

For a static route to be installed in a router's IP routing table, two conditions must be true. Firstly, the outgoing interface associated with the route must be in an "up and up" state, meaning it is operational and functioning properly. Secondly, the "ip route" command must be added to the router's configuration, specifying the destination network and the next hop address. These two conditions ensure that the router has the necessary information to forward traffic to the specified destination network using the specified outgoing interface.

Submit
9. Which of the following routing protocols are considered to be capable of converging quickly?

Explanation

EIGRP, OSPF, and Integrated IS-IS are considered to be capable of converging quickly because they use advanced algorithms and techniques to calculate the shortest and most efficient paths for data packets. They also have mechanisms in place to quickly detect and respond to changes in the network topology, allowing them to adapt and reroute traffic in a timely manner. This enables these routing protocols to converge quickly and ensure efficient communication within the network.

Submit
10. What command(s) list(s) information identifying the neighboring routers that are sending routing information to a particular router?

Explanation

The correct answer is "show ip protocol". This command lists information about the routing protocols configured on the router, including the neighboring routers that are sending routing information. It provides details such as the protocol type, neighboring routers' IP addresses, and the status of the routing protocol.

Submit
11. Router1 has interfaces with addresses 9.1.1.1 and 10.1.1.1. Router2, connected to Router1 over a serial link, has interfaces with addresses 10.1.1.2 and 11.1.1.2. Which of the following commands would be part of a complete RIP Version 2 configuration on Router2, with which Router2 advertises out all interfaces, and about all routes?

Explanation

The correct answer is "router rip, version 2, network 10.0.0.0, network 11.0.0.0". This answer is correct because it includes the necessary commands to configure RIP Version 2 on Router2. The "router rip" command enables RIP routing protocol on the router. The "version 2" command specifies that RIP Version 2 should be used. The "network 10.0.0.0" command advertises all interfaces with addresses in the 10.0.0.0 network. Similarly, the "network 11.0.0.0" command advertises all interfaces with addresses in the 11.0.0.0 network.

Submit
12. Review the snippet from a show ip route command on a router:

R       10.1.2.0 [120/1] via 10.1.128.252, 00:00:13, Serial0/0/1

Which of the following statements are true regarding this output? 

Explanation

The given output indicates that the administrative distance for this route is 120, which means it is less preferred compared to routes with lower administrative distances. Additionally, the metric for this route is 1, indicating that it is a desirable route.

Submit
13.

All the devices in the figure just booted, and none of the devices has yet sent any data frames. Both PCs use statically configured IP addresses. Then PC1 successfully pings PC2. Which of the following ARP table entries would you expect to see?

Explanation

When PC1 successfully pings PC2, it needs to know the MAC address of PC2 in order to send the ICMP packets. PC1 will send an ARP request asking for the MAC address of PC2's IP address (172.16.2.7). PC2 will respond with its MAC address, and PC1 will update its ARP cache with this information. Therefore, we would expect to see an entry on PC1's ARP cache for IP address 172.16.2.7. Similarly, when PC1 wants to send the ICMP packets to PC2, it needs to know the MAC address of the default gateway (R1) which has the IP address 10.1.1.10. PC1 will send an ARP request for the MAC address of R1, and R1 will respond with its MAC address. Therefore, we would expect to see an entry on R1's ARP cache for IP address 10.1.1.10.

Submit
14.

The PC2 user issues the tracert 10.1.1.10 command. Which of the following IP addresses could be shown in the command output?

Explanation

The tracert command is used to trace the route that packets take from the source to the destination IP address. The command output will display the IP addresses of the routers or devices that the packets pass through. In this case, the IP addresses that could be shown in the command output are 10.1.1.10, 10.1.13.1, and 172.16.2.4. These are the IP addresses that the packets may encounter along the route to the destination IP address.

Submit
15.

PC1 is successfully pinging PC2 in the figure. Which of the following is true about the
packets?

Explanation

The first statement is true because when the frame is crossing the left-side LAN, it needs to reach the router R1, so the destination MAC address will be R1's MAC address. The second statement is also true because when the frame is crossing the serial link, it needs to reach PC2, so the destination IP address will be PC2's IP address. The fifth statement is true because when the frame is going right-to-left and crossing the right-side LAN, the source MAC address will be PC2's MAC address.

Submit
16.

If PC3 were added to the LAN on the left, with IP address 10.1.1.130/25, default gateway 10.1.1.1, which of the following would be true?

Explanation

If PC3 were added to the LAN on the left with the given IP address, PC1 would use ARP to learn PC3's MAC address when issuing a ping command to 10.1.1.130. Similarly, if R1 issued a ping command to 10.1.1.130, R1 would ARP trying to learn the MAC address of 10.1.1.130.

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
  • Aug 24, 2009
    Quiz Created by
    Ajeff
Cancel
  • All
    All (16)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which of the following is a useful command on some Microsoft OSs for...
Which of the following commands correctly configures a static route?
A new network engineer is trying to troubleshoot a problem for the...
Which of the following network commands, following a router rip...
Which of the following routing protocols are considered to use...
Which of the following routing protocols are considered to use...
Which of the following must be true for a static route to be installed...
Which of the following routing protocols are considered to be capable...
What command(s) list(s) information identifying the neighboring...
Router1 has interfaces with addresses 9.1.1.1 and 10.1.1.1. Router2,...
Review the snippet from a show ip route command on a router:...
All the devices in the figure just booted, and none of the devices...
The PC2 user issues the tracert 10.1.1.10 command. Which of the...
PC1 is successfully pinging PC2 in the figure. Which of the following...
If PC3 were added to the LAN on the left, with IP address...
Alert!

Advertisement