Difficulty: Easy
Correct Answer: 1 and 4
Explanation:
Introduction / Context:
The show hosts command displays the router’s hostname resolution information, including cached and statically defined mappings used when you ping or telnet by name instead of by IP address.
Given Data / Assumptions:
Concept / Approach:
show hosts shows name resolution tables: cached DNS lookups and static mappings defined by ip host. It does not list access permissions, Telnet session durations, or the mere fact that you set the router’s own hostname.
Step-by-Step Solution:
Verification / Alternative check:
Run show hosts on a lab router with ip host entries defined and after a DNS lookup; observe both static and cached entries listed with their IPs and time-to-live values (for cached entries).
Why Other Options Are Wrong:
Combos including (2), (3), or (5) are incorrect because those items are not part of host name resolution tables.
Common Pitfalls:
Confusing show hosts with show users or show sessions; assuming router hostname settings appear in host tables; mixing up DNS features with access-control features.
Final Answer:
1 and 4
Discussion & Comments