Routing Concepts Flashcards
(119 cards)
What is the primary function of a router in a network?
A) To connect devices within the same LAN
B) To forward packets between different networks
C) To provide wireless connectivity
D) To filter traffic based on MAC addresses
Answer: B) To forward packets between different networks
Which of the following is a characteristic of static routing?
A) Automatically adapts to network changes
B) Requires manual configuration
C) Uses algorithms to determine the best path
D) Consumes more bandwidth than dynamic routing
Answer: B) Requires manual configuration
What is the purpose of a default route?
A) To provide a backup path if the primary route fails
B) To forward packets when no specific route exists
C) To load-balance traffic between multiple paths
D) To encrypt routing updates
Answer: B) To forward packets when no specific route exists
Which routing protocol uses the Shortest Path First (SPF) algorithm?
A) RIP
B) EIGRP
C) OSPF
D) BGP
Answer: C) OSPF
What is the administrative distance (AD) of a directly connected route?
A) 0
B) 1
C) 90
D) 110
Answer: A) 0
Which command displays the routing table on a Cisco router?
A) show ip route
B) show route
C) display routing-table
D) show interfaces
Answer: A) show ip route
What is the main disadvantage of dynamic routing?
A) Requires manual configuration
B) Consumes more bandwidth and CPU resources
C) Does not scale well in large networks
D) Only works with IPv4
Answer: B) Consumes more bandwidth and CPU resources
Which of the following is a distance-vector routing protocol?
A) OSPF
B) EIGRP
C) RIP
D) IS-IS
Answer: C) RIP
Answer: C) RIP
What is the purpose of a routing metric?
A) To encrypt routing updates
B) To determine the best path to a destination
C) To assign IP addresses dynamically
D) To filter unauthorized traffic
Answer: B) To determine the best path to a destination
Which routing protocol is considered hybrid?
A) RIP
B) OSPF
C) EIGRP
D) BGP
Answer: C) EIGRP
What is the default administrative distance of OSPF?
A) 90
B) 100
C) 110
D) 120
Answer: C) 110
Which of the following is true about static routing?
A) It is suitable for large, constantly changing networks
B) It is more secure than dynamic routing
C) It automatically recovers from link failures
D) It requires less administrative overhead than dynamic routing
Answer: B) It is more secure than dynamic routing
What is the purpose of a next-hop IP address in a routing table?
A) To identify the destination network
B) To specify the IP address of the neighboring router
C) To encrypt routing updates
D) To assign a default gateway
Answer: B) To specify the IP address of the neighboring router
Which command configures a static route to network 192.168.1.0/24 via 10.1.1.1?
A) ip route 192.168.1.0 255.255.255.0 10.1.1.1
B) route add 192.168.1.0 10.1.1.1
C) set route 192.168.1.0 mask 255.255.255.0 gateway 10.1.1.1
D) static-route 192.168.1.0/24 10.1.1.1
Answer: A) ip route 192.168.1.0 255.255.255.0 10.1.1.1
What is the maximum hop count for RIP?
A) 15
B) 16
C) 100
D) 255
Answer: A) 15
Which routing protocol is an exterior gateway protocol (EGP)?
A) OSPF
B) EIGRP
C) BGP
D) RIP
Answer: C) BGP
What is the purpose of a floating static route?
A) To provide a backup route with a higher AD
B) To encrypt routing updates
C) To load-balance traffic
D) To replace dynamic routing
Answer: A) To provide a backup route with a higher AD
Which command removes a static route from the routing table?
A) no ip route 192.168.1.0 255.255.255.0 10.1.1.1
B) delete route 192.168.1.0
C) clear ip route *
D) remove static-route 192.168.1.0
Answer: A) no ip route 192.168.1.0 255.255.255.0 10.1.1.1
Which of the following is a link-state routing protocol?
A) RIP
B) EIGRP
C) OSPF
D) BGP
Answer: C) OSPF
What is the purpose of a routing loop?
A) To improve network performance
B) To cause packets to circulate indefinitely
C) To encrypt routing updates
D) To load-balance traffic
Answer: B) To cause packets to circulate indefinitely
Which port does OSPF use for multicast communication?
A) UDP 520
B) TCP 179
C) IP Protocol 89
D) UDP 1701
Answer: C) IP Protocol 89
What is the default hello timer for OSPF on broadcast networks?
A) 5 seconds
B) 10 seconds
C) 30 seconds
D) 60 seconds
Answer: B) 10 seconds
Which command enables OSPF on a Cisco router?
A) router ospf 1
B) enable ospf
C) ospf enable
D) routing ospf
Answer: A) router ospf 1
What is the purpose of the EIGRP topology table?
A) Stores all possible routes known by EIGRP
B) Filters unauthorized traffic
C) Encrypts routing updates
D) Assigns IP addresses
Answer: A) Stores all possible routes known by EIGRP