CCNA: Routing Protocols And Concepts: Chapter 7

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 Rodney.butler
R
Rodney.butler
Community Contributor
Quizzes Created: 21 | Total Attempts: 29,077
| Attempts: 593 | Questions: 20
Please wait...
Question 1 / 20
0 %
0/100
Score 0/100
1. What field was added to the RIP message header by RFC 1723 to add support for VLSM and CIDR?

Explanation

The field that was added to the RIP message header by RFC 1723 to add support for VLSM and CIDR is the subnet mask. The subnet mask is used to determine which part of an IP address represents the network address and which part represents the host address. By including the subnet mask in the RIP message header, routers are able to accurately determine the network prefixes and perform routing accordingly, supporting Variable Length Subnet Masks (VLSM) and Classless Inter-Domain Routing (CIDR).

Submit
Please wait...
About This Quiz
CCNA: Routing Protocols And Concepts: Chapter 7 - Quiz

In today’s quiz on the CCNA program, we aim to test your knowledge on a host of different routing protocols, their concepts and various uses. We’ll be offering... see moreyou a number of examples and expecting you to make the right moves! Let’s see how many you can get right. see less

2. What is the maximum network diameter permitted by the default metric of RIPv2?

Explanation

The maximum network diameter permitted by the default metric of RIPv2 is 15 hops. This means that RIPv2 will not consider routes that are more than 15 hops away as valid paths to reach a destination network. The metric is used to determine the best path for routing packets, and a hop refers to each time a packet is passed from one network device to another. Therefore, any routes that require more than 15 hops will be considered unreachable by RIPv2.

Submit
3.
Refer to the exhibit. Which command on which router will allow Router1 to learn about the 192.168.0.0/20 network?

Explanation

The command "Router2(config-router)# version 2" will allow Router1 to learn about the 192.168.0.0/20 network. This command is used to specify the version of the routing protocol being used. By setting it to version 2, Router2 is indicating that it is using a newer version of the routing protocol which may include updates or improvements that Router1 needs to be aware of in order to learn about the 192.168.0.0/20 network.

Submit
4. What are two reasons to implement RIP version 2 rather than RIP version 1? (Choose two.)

Explanation

RIP version 2 supports VLSM, which stands for Variable Length Subnet Masking. This allows for more efficient use of IP addresses by allowing the use of different subnet mask lengths within a network. RIP version 2 also supports routing update authentication, which provides a level of security by allowing routers to verify the authenticity of routing updates received from neighboring routers.

Submit
5.
Refer to the exhibit. Routers East and West are configured using RIPv1. Both routers are sending updates about their directly connected routes. The East router can ping the West router serial interface and West can ping the serial interface of East. However, neither router has dynamically learned routes from the other. What is most likely the problem?

Explanation

RIPv1 does not support Variable Length Subnet Masking (VLSM), which allows for the use of different subnet masks within a network. This means that RIPv1 can only advertise routes using the default subnet mask for the network, which may cause issues when trying to communicate between routers with different subnet masks. In this scenario, both routers can ping each other's serial interfaces, indicating that the physical connectivity is fine. However, since they are not dynamically learning routes from each other, it suggests that the problem lies with the lack of support for VLSM in RIPv1.

Submit
6.
Refer to the exhibit. If all routers are running RIP version 2, why is there no route for the 192.168.1.32/27 network?

Explanation

RIP version 2 will auto summarize routes by default. This means that when RIP version 2 advertises routes, it will automatically summarize them at the classful network boundary. In this case, the network 192.168.1.32/27 falls within the classful network 192.168.1.0/24. Since RIP version 2 auto summarizes routes, it will not advertise the more specific network 192.168.1.32/27, resulting in no route for that network in the routing table.

Submit
7.
Refer to the exhibit. A technician needs to add a new loopback interface to test routing functionality and network design. The technician enters the following set of commands on the router:
Sanford(config)# interface loopback1
Sanford(config-if)# ip address 192.168.6.62 255.255.255.252 Why does the router respond with an error?

Explanation

The router responds with an error because the network address for Loopback1 overlaps with an already configured interface address. This means that the IP address 192.168.6.62 is already being used by another interface on the router, and therefore cannot be assigned to the loopback interface. It is important to use unique IP addresses for each interface to avoid conflicts and ensure proper network functionality.

Submit
8. A network administrator installed four new routers that are running RIPv2. Router1 is a boundary router in the RIPv2 network and has a default route configured. Once the network has converged, the network administrator enters Router1(config-router)# defaultinformation originate on Router1. How will this affect the network?

Explanation

When the network administrator enters the command "default-information originate" on Router1, it will propagate the default route to all routers in the network. This means that all routers in the network will be aware of the default route and can use it to forward traffic to destinations that are not directly connected. This command is useful when there is a need for a default route to be advertised throughout the network, ensuring that all routers have a route to forward traffic to unknown destinations.

Submit
9.
Refer to the exhibit. RIPv1 is configured as the routing protocol for the network that is shown. The following commands are used on each router:
router rip
network 10.0.0.0
network 172.16.0.0 When this configuration is complete, users on the LAN of each router are unable to access the remote LANs. Why?

Explanation

The users on the LAN of each router are unable to access the remote LANs because RIPv1 is unable to route to discontiguous subnets of a major network. This means that RIPv1 cannot route traffic between networks that are not directly connected and have different subnets within the same major network. In this case, the network statements are configured correctly, but RIPv1 is unable to handle the routing for the discontiguous subnets.

Submit
10. A network administrator has been told that the company IP address infrastructure must adhere to RFC 1918. What three IP address ranges from RFC 1918 could the administrator use on the network? (Choose three.)

Explanation

The network administrator can use the IP address ranges 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16 from RFC 1918. These ranges are reserved for private networks and are not routable on the internet. Using these IP address ranges ensures that the company's internal network is secure and isolated from the public internet.

Submit
11. RIPv2 is the configured routing protocol on the routers in a network. The command Router(config-router)# no version 2 is entered on the routers. What effect does entering this command have on routing updates?

Explanation

Entering the command "no version 2" on the routers will cause the routers to receive both version 1 and version 2 updates, but it will not send out version 2 updates. This means that the routers will be able to understand and process both versions of the updates, but they will only send out version 1 updates.

Submit
12.

Refer to the exhibit. What can be concluded from the output shown in the exhibit?

Explanation

The output in the exhibit suggests that the "no auto-summary" command has not been configured on the router. This command is used to disable automatic summarization of routes at network boundaries. Since this command has not been configured, it indicates that the router is performing automatic summarization, which can lead to less efficient routing and potential routing issues.

Submit
13.
Refer to the exhibit. All routers are running RIP version 2. JAX is configured to just advertise the 10.0.0.0/24 network. CHI is configured to advertise the 172.16.0.0/16 network. A network administrator enters the commands shown in the exhibit. What changes will occur in this network?

Explanation

The CHI router will install a route to the 192.168.0.0/16 network in its routing table. This is because the command "network 192.168.0.0" is entered in the RIP configuration of the CHI router. This command tells the router to advertise the specified network in its routing updates. Therefore, the CHI router will include the 192.168.0.0/16 network in its routing table.

Submit
14. How are RIP v1 and RIP v2 similar to one another? (Choose three.)

Explanation

RIP v1 and RIP v2 are similar to one another in three ways. Firstly, they both use hop count as a metric to determine the distance between networks. Secondly, they both have the same metric value for infinite distance, meaning that if a network is unreachable, it is assigned the maximum metric value. Lastly, they both utilize split horizon, a technique that prevents routing loops by not advertising routes back to the same interface from which they were learned.

Submit
15.
Refer to the exhibit. What effect will the commands that are shown have on RIP updates for Router1?

Explanation

The given commands configure Router1 to send only version 2 updates to the multicast address 224.0.0.9. This means that Router1 will only send RIP version 2 updates to its neighboring routers that are listening to the multicast address 224.0.0.9. It will not send any updates to the broadcast address 255.255.255.255 and it will not send any version 1 updates.

Submit
16.
Refer to the exhibit. All routers are running RIPv1. What changes will occur in the routing table of router B if a loopback interface with an address of 10.16.1.129/27 is configured on router B?

Explanation

When a loopback interface with an address of 10.16.1.129/27 is configured on router B, a connected route to the 10.16.1.128/27 network will be added to the routing table of router B. This means that router B will now have a direct connection to the 10.16.1.128/27 network, allowing it to send and receive traffic to and from that network without needing to go through any other routers.

Submit
17.
Refer to the exhibit. The exhibited network contains a mixture of Cisco and non-Cisco routers. The command debug ip rip was entered on the JAX router. All routers are running the same version of RIP. Router CHI and Router ORL are not able to reach the 192.168.1.16/28 network. What is a possible solution to this problem?

Explanation

The possible solution to the problem of Router CHI and Router ORL not being able to reach the 192.168.1.16/28 network is to configure RIPv2 on the routers. This is because RIPv2 is an enhanced version of RIP that supports classless routing and can advertise subnet masks along with network addresses. By configuring RIPv2 on the routers, the 192.168.1.16/28 network will be included in the routing updates and properly advertised to Router CHI and Router ORL, allowing them to reach the network.

Submit
18. What are two functions of the network command used when configuring routing protocols? (Choose two.)

Explanation

The network command is used to identify which networks will be included in the routing updates. It allows the administrator to specify which networks should be advertised to other routers in the network. Additionally, the network command determines which interfaces can send and receive routing updates. This helps control the flow of routing information and ensures that only the desired interfaces participate in the routing process.

Submit
19.
Refer to the exhibit. Which two statements are true? (Choose two.)

Explanation

Based on the exhibit, Router1 will install a route to 192.168.0.0/20 because it has a directly connected interface in that network. However, Router1 will not install a route to 192.168.0.0/24 because it does not have a directly connected interface in that network. Router1 will also install a route to 192.168.16.0/24 because it has a directly connected interface in that network. On the other hand, Router2 will not install a route to 192.168.16.0/20 because it does not have a directly connected interface in that network.

Submit
20.
Refer to the exhibit. Which command will allow Router2 to learn about the 192.168.16.0/28 network?

Explanation

The command "Router1(config-router)# network 192.168.16.0" is the correct answer because it allows Router1 to advertise the 192.168.16.0/28 network to its neighbors. This command tells the router to include the specified network in its routing updates, allowing Router2 to learn about it.

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
  • Nov 15, 2009
    Quiz Created by
    Rodney.butler
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What field was added to the RIP message header by RFC 1723 to add...
What is the maximum network diameter permitted by the default metric...
Refer to the exhibit. Which command on which router will allow Router1...
What are two reasons to implement RIP version 2 rather than RIP...
Refer to the exhibit. Routers East and West are configured using...
Refer to the exhibit. If all routers are running RIP version 2, why is...
Refer to the exhibit. A technician needs to add a new loopback ...
A network administrator installed four new routers that are running ...
Refer to the exhibit. RIPv1 is configured as the routing protocol ...
A network administrator has been told that the company IP address ...
RIPv2 is the configured routing protocol on the routers in a network. ...
Refer to the exhibit. What can be concluded from the output shown in...
Refer to the exhibit. All routers are running RIP version 2. JAX is ...
How are RIP v1 and RIP v2 similar to one another? (Choose three.)
Refer to the exhibit. What effect will the commands that are shown...
Refer to the exhibit. All routers are running RIPv1. What changes...
Refer to the exhibit. The exhibited network contains a mixture of...
What are two functions of the network command used when configuring...
Refer to the exhibit. Which two statements are true? (Choose two.)
Refer to the exhibit. Which command will allow Router2 to learn about...
Alert!

Advertisement