Questions: Routing Table Concepts

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A router has two entries: 10.0.0.0/8 (metric 5, via Router A) and 10.10.0.0/16 (metric 100, via Router B). A packet arrives for destination 10.10.5.3. Which route does the router use?

A10.0.0.0/8 via Router A, because it has a lower metric (5 < 100)
B10.10.0.0/16 via Router B, because it is the longest matching prefix
CBoth routes are used — the router load-balances across both
DThe default route, since neither entry is an exact match for 10.10.5.3
Question 2 Multiple Choice

What is the role of the default route (0.0.0.0/0) in a routing table?

AIt routes traffic to the local subnet when no other match exists
BIt matches all destination addresses and is selected only when no more specific route exists
CIt overrides all other routes because 0.0.0.0/0 has the highest administrative priority
DIt is only used for multicast traffic and does not affect unicast routing decisions
Question 3 True / False

A router generally selects the route with the lowest metric when multiple entries match a destination address.

TTrue
FFalse
Question 4 True / False

Directly connected routes are automatically added to a routing table when a router interface is configured with an IP address.

TTrue
FFalse
Question 5 Short Answer

Explain why longest-prefix match is used in routing tables rather than simply selecting the first matching entry or the route with the best metric.

Think about your answer, then reveal below.