Connected and local routes — Quiz
Connected and local routes
1. The IP address configured on a router interface will appear in the routing table as what kind of route? (Choose one answer)
a) Static
b) Connected
c) Local
d) Dynamic
2. After configuring the IP address 192.168.1.1/24 on a router's GigabitEthernet0/1 interface, which two routes are automatically added to the routing table? (Choose one answer)
a) A static route and a default route
b) A connected route to 192.168.1.0/24 and a local route to 192.168.1.1/32
c) A local route to 192.168.1.0/24 and a connected route to 192.168.1.1/32
d) Two equal-cost static routes
3. In a Cisco routing table, what code letter signifies a Local route? (Choose one answer)
a) C
b) S
c) L
d) D
4. When a router receives a packet destined for the IP address 10.0.0.1, and its routing table contains both a route to 10.0.0.0/24 and 10.0.0.1/32, which route will it select? (Choose one answer)
a) The 10.0.0.0/24 route because it represents a larger network
b) The 10.0.0.1/32 route because it is a longer, more specific prefix match
c) The router will load-balance traffic across both routes
d) The router will drop the packet due to a routing conflict
5. A router receives a packet destined for the IP address 192.168.13.1. According to its routing table, it has a connected route to 192.168.13.0/24 and a local route to 192.168.13.1/32. What will the router do with this packet? (Choose one answer)
a) Forward it out the interface associated with the 192.168.13.0/24 network
b) Drop the packet because the destination is unreachable
c) Receive the packet for itself, as it is destined for one of its own IP addresses
d) Flood the packet out all interfaces except the one it was received on
Last updated