Difficulty: Medium
Correct Answer: Routing uses the host portion of the IP address to choose the path to a destination.
Explanation:
Introduction / Context:
IPv4 addressing encodes both network and host information. Routers forward based on network prefixes, while end hosts care about the full address for local delivery.
Given Data / Assumptions:
Concept / Approach:
The key distinction is that forwarding decisions are made on network prefixes (the network portion), not on the host portion. A statement claiming the opposite is incorrect.
Step-by-Step Solution:
Verification / Alternative check:
Observe routing tables: entries are prefixes (e.g., 203.0.113.0/24), not individual hosts, confirming network-based decisions by default.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming routers examine host bits for path choice; conflating ARP/ND (local delivery) with inter-network routing.
Final Answer:
Routing uses the host portion of the IP address to choose the path (incorrect).
Discussion & Comments