Static & Dynamic Routing Test

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 CiscoUSPLautoka
C
CiscoUSPLautoka
Community Contributor
Quizzes Created: 1 | Total Attempts: 2,639
| Attempts: 2,639 | Questions: 15
Please wait...
Question 1 / 15
0 %
0/100
Score 0/100
1. Which command will show the administrative distance of routes?

Explanation

The correct answer is "show ip route". This command displays the routing table on the router, including the administrative distance of each route. The administrative distance is a metric used by routers to determine the trustworthiness of a particular route. A lower administrative distance indicates a more reliable route.

Submit
Please wait...
About This Quiz
Static & Dynamic Routing Test - Quiz

This Static & Dynamic Routing Test assesses knowledge in routing protocols and network configuration. It covers administrative distances, load balancing, routing table updates, and path determination, essential for... see morenetwork professionals. see less

2. R2#show ip route<output omitted>Gateway of last resort is not setD 192.168.1.0/24 [90/2172416] via 192.168.2.1, 00:00:24, Serial0/0C 192.168.2.0/24 is directly connected, Serial0/0/0C 192.168.3.0/24 is directly connected, FastEthernet0/0C 192.168.4.0/24 is directly connected, Serial0/0/1R 192.168.5.0/24 [120/1] via 192.168.4.1, 00:00:08, Serial0/0/1D 192.168.6.0/24 [90/2172416] via 192.168.2.1, 00:00:24, Serial0/0/0R 192.168.7.0/24 [120/1] via 192.168.4.1, 00:00:08, Serial0/0/1R 192.168.8.0/24 [120/2] via 192.168.4.1, 00:00:08, Serial0/0/1Network 192.168.4.0 is directly connected to R2

Explanation

The given output shows that the network 192.168.4.0 is directly connected to R2. This is indicated by the line "C 192.168.4.0/24 is directly connected, Serial0/0/1". Therefore, the statement "Network 192.168.4.0 is directly connected to R2" is true.

Submit
3.  R2#show ip route Gateway of last resort is not setD 192.168.1.0/24 [90/2172416] via 192.168.2.1, 00:00:24, Serial0/0C 192.168.2.0/24 is directly connected, Serial0/0/0C 192.168.3.0/24 is directly connected, FastEthernet0/0C 192.168.4.0/24 is directly connected, Serial0/0/1R 192.168.5.0/24 [120/1] via 192.168.4.1, 00:00:08, Serial0/0/1D 192.168.6.0/24 [90/2172416] via 192.168.2.1, 00:00:24, Serial0/0/0R 192.168.7.0/24 [120/1] via 192.168.4.1, 00:00:08, Serial0/0/1R 192.168.8.0/24 [120/2] via 192.168.4.1, 00:00:08, Serial0/0/1Network 192.168.5.0/24 is 1 hop away from R2

Explanation

The given output of the "show ip route" command shows the routing table of R2. The line "R 192.168.5.0/24 [120/1] via 192.168.4.1, 00:00:08, Serial0/0/1" indicates that the network 192.168.5.0/24 is reachable via the next hop IP address 192.168.4.1, which is connected to the Serial0/0/1 interface. Since the next hop is only one hop away from R2, the statement "Network 192.168.5.0/24 is 1 hop away from R2" is true.

Submit
4. How many equal-cost paths can a dynamic routing protocol use for load balancing bydefault?

Explanation

A dynamic routing protocol can use two equal-cost paths for load balancing by default. This means that the routing protocol can distribute network traffic across two different paths that have the same cost, allowing for better utilization of available network resources and improving overall network performance. By dividing the traffic between these two paths, the protocol can achieve load balancing and prevent congestion on a single path.

Submit
5. Designate the following characteristics as belonging to either a classful routing proto-col or a classless routing protocol.Sends subnet mask in its routing updates:

Explanation

Classful routing protocols do not send subnet masks in their routing updates. They assume a default subnet mask based on the class of the IP address. Classless routing protocols, on the other hand, send subnet masks in their routing updates, allowing for more flexible and efficient routing. This allows for the use of variable length subnet masks (VLSM) and the ability to subnet a network into smaller subnets.

Submit
6. Which statement best describes convergence on a network?

Explanation

Convergence on a network refers to the time it takes for routers in the network to update their routing tables after a topology change has occurred. This means that when there is a change in the network's topology, such as a link failure or a new connection, the routers need to adjust their routing tables to reflect the new paths and ensure efficient data transmission. The faster the convergence, the quicker the network can adapt to changes and continue functioning properly.

Submit
7. R2#show ip route<output omitted>Gateway of last resort is not setD 192.168.1.0/24 [90/2172416] via 192.168.2.1, 00:00:24, Serial0/0C 192.168.2.0/24 is directly connected, Serial0/0/0C 192.168.3.0/24 is directly connected, FastEthernet0/0C 192.168.4.0/24 is directly connected, Serial0/0/1R 192.168.5.0/24 [120/1] via 192.168.4.1, 00:00:08, Serial0/0/1D 192.168.6.0/24 [90/2172416] via 192.168.2.1, 00:00:24, Serial0/0/0R 192.168.7.0/24 [120/1] via 192.168.4.1, 00:00:08, Serial0/0/1R 192.168.8.0/24 [120/2] via 192.168.4.1, 00:00:08, Serial0/0/1Destination IP packet 192.168.2.200 will be forwarded to R2 S0/0/1

Explanation

The given output of the "show ip route" command shows that the network 192.168.2.0/24 is directly connected to R2's Serial0/0/0 interface, not Serial0/0/1. Therefore, any destination IP packet for 192.168.2.200 will not be forwarded to R2 S0/0/1. Hence, the correct answer is False.

Submit
8. Designate the following characteristics as belonging to either a classful routing proto-col or a classless routing protocol.Supports discontiguous networks:

Explanation

Classful routing protocols do not support discontiguous networks, meaning that the network must be contiguous or continuous. Classless routing protocols, on the other hand, do support discontiguous networks. This means that classless routing protocols allow for the division of a network into smaller subnets, even if they are not physically connected. Therefore, the given answer that "classless routing protocol" supports discontiguous networks is correct.

Submit
9. Designate the following characteristics as belonging to either a classful routing proto-col or a classless routing protocol.EIGRP, OSPF, and BGP:

Explanation

EIGRP, OSPF, and BGP are all examples of classless routing protocols. Classless routing protocols do not use fixed network classes (such as Class A, B, or C) to determine network boundaries. Instead, they use variable length subnet masks (VLSM) to allow for more efficient use of IP address space. Classless routing protocols can support the use of subnetting and supernetting, allowing for more flexibility in network design and address allocation.

Submit
10. R2#show ip route Gateway of last resort is not setD 192.168.1.0/24 [90/2172416] via 192.168.2.1, 00:00:24, Serial0/0C 192.168.2.0/24 is directly connected, Serial0/0/0C 192.168.3.0/24 is directly connected, FastEthernet0/0C 192.168.4.0/24 is directly connected, Serial0/0/1R 192.168.5.0/24 [120/1] via 192.168.4.1, 00:00:08, Serial0/0/1D 192.168.6.0/24 [90/2172416] via 192.168.2.1, 00:00:24, Serial0/0/0R 192.168.7.0/24 [120/1] via 192.168.4.1, 00:00:08, Serial0/0/1R 192.168.8.0/24 [120/2] via 192.168.4.1, 00:00:08, Serial0/0/1Refer to the Exhibit: Network 192.168.1.0 was learned through EIGRP routing protocol with the cost of 90 

Explanation

The given output shows the routing table of the router using the "show ip route" command. The line "D 192.168.1.0/24 [90/2172416] via 192.168.2.1" indicates that the network 192.168.1.0/24 is learned through EIGRP with a cost of 90. Therefore, the statement "Network 192.168.1.0 was learned through EIGRP routing protocol with the cost of 90" is true.

Submit
11. Router R1 is using the RIPv2 routing protocol and has discovered multiple unequalpaths to reach a destination network. How will Router R1 determine which path is thebest path to the destination network?

Explanation

Router R1 will determine the best path to the destination network based on the lowest metric. The metric is a value assigned to each path, indicating the cost or preference of that path. In RIPv2, the metric is typically based on factors such as hop count, bandwidth, delay, reliability, and load. By selecting the path with the lowest metric, Router R1 ensures that it chooses the path with the least cost or best conditions to reach the destination network.

Submit
12. When do directly connected networks appear in the routing table?

Explanation

Directly connected networks appear in the routing table as soon as they are addressed and operational at Layer 3. This means that when a network interface on a router is configured with an IP address and is able to communicate with other devices on the same network, the router will add that network to its routing table. This allows the router to know that it can directly reach that network without needing to go through any other routers.

Submit
13. Designate the following characteristics as belonging to either a classful routing proto-col or a classless routing protocol.RIP version 1 and IGRP:

Explanation

RIP version 1 and IGRP are both examples of classful routing protocols. Classful routing protocols do not include subnet mask information in their routing updates and assume that all networks within a major network have the same subnet mask. Therefore, they do not support variable length subnet masking (VLSM) or the use of different subnet masks within the same major network. RIP version 1 and IGRP both adhere to this classful routing behavior.

Submit
14. Designate the following characteristics as belonging to either a classful routing proto-col or a classless routing protocol.1. Does not support discontiguous networks 

Explanation

A classful routing protocol is a type of routing protocol that does not support discontiguous networks. In classful routing, networks are divided into predefined classes based on their size, and the routing protocol assumes that all networks within a class have the same subnet mask. This means that classful routing protocols do not have the ability to route traffic to discontiguous networks, which are networks that are not adjacent or connected. Therefore, the given characteristic of "Does not support discontiguous networks" belongs to a classful routing protocol.

Submit
15. Match the description to the proper routing protocol
Submit
View My Results

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

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

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jun 02, 2016
    Quiz Created by
    CiscoUSPLautoka
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which command will show the administrative distance of routes?
R2#show ip route<output omitted>Gateway of last resort is not...
 R2#show ip route Gateway of last resort is not setD...
How many equal-cost paths can a dynamic routing protocol use for load...
Designate the following characteristics as belonging to either a...
Which statement best describes convergence on a network?
R2#show ip route<output omitted>Gateway of last resort is not...
Designate the following characteristics as belonging to either a...
Designate the following characteristics as belonging to either a...
R2#show ip route Gateway of last resort is not setD...
Router R1 is using the RIPv2 routing protocol and has discovered...
When do directly connected networks appear in the routing table?
Designate the following characteristics as belonging to either a...
Designate the following characteristics as belonging to either a...
Match the description to the proper routing protocol
Alert!

Advertisement