H13-511_V5.5 · Question #162
Which of the following descriptions about routing are wrong? (Multiple choice)
The correct answer is A. A route can present the complete path information to the destination of the route B. The function of routing is to guide Layer 2 forwarding D. Routing must be manually configured. Options A, B, and D are all incorrect statements about routing. A route entry only stores the next-hop address, not the complete end-to-end path - each router independently determines its own next hop, making routing a hop-by-hop process, not a full-path-aware one. B is wrong…
Question
Which of the following descriptions about routing are wrong? (Multiple choice)
Options
- AA route can present the complete path information to the destination of the route
- BThe function of routing is to guide Layer 2 forwarding
- CThe next hop address of the route must be the interface address of the next layer 3 device in the
- DRouting must be manually configured
How the community answered
(60 responses)- A82% (49)
- C18% (11)
Explanation
Options A, B, and D are all incorrect statements about routing. A route entry only stores the next-hop address, not the complete end-to-end path - each router independently determines its own next hop, making routing a hop-by-hop process, not a full-path-aware one. B is wrong because routing operates at Layer 3 (the Network Layer) to guide IP forwarding; Layer 2 forwarding is the job of switching, which uses MAC addresses. D is wrong because routing does not require manual configuration - directly connected routes are added automatically, and dynamic routing protocols (OSPF, BGP, RIP, etc.) build and maintain the routing table without manual intervention.
Option C is the correct statement: the next-hop address in a route is indeed the interface IP of the next Layer 3 device along the path, which is standard routing behavior.
Memory tip: Watch for absolutes like "must" and mismatched layers. If a choice says routing must be manual, knows the full path, or works at Layer 2 - it's wrong, because routing is hop-by-hop, Layer 3, and supports dynamic protocols.
Topics
Community Discussion
No community discussion yet for this question.