Question 1 · Difficulty 3/5
A network administrator needs to provide Internet access for a small branch office that connects to the Internet through a single ISP link. The branch router has no knowledge of external Internet prefixes. Which type of route should the administrator configure on the branch router so that all traffic destined for unknown networks is forwarded to the ISP? (Select the best answer.)
Show answer & explanation
Correct answer: B
A default route using the network 0.0.0.0 with mask 0.0.0.0 pointing to the ISP gateway
A default route (
0.0.0.0/0) matches any destination not found in the routing table, it is the gateway of last resort, making it the correct solution for forwarding all unknown traffic to the ISP. A /32 host route matches only a single specific IP address and would not cover general Internet traffic. Summarizing RFC 1918 private space covers only private addresses, not the public Internet prefixes the branch needs to reach. A floating static route (with a higher administrative distance) is used as a backup path that activates only when a primary route disappears, it does not inherently forward all unknown traffic, nor would it be appropriate as the primary default here.