Difficulty: Easy
Correct Answer: Gateway
Explanation:
Introduction:
Communication across subnet boundaries requires a device that understands logical addressing and forwarding between distinct networks. This question asks for the generic component that enables traffic to move from one IP network to another.
Given Data / Assumptions:
Concept / Approach:
The traditional term “gateway” (commonly equated with a router in IP networks) denotes the device that forwards packets between networks. While “file server,” “utility server,” and “printer server” provide application-level services within a network, they do not perform Layer-3 routing/forwarding between networks.
Step-by-Step Solution:
Verification / Alternative check:
Client default gateway settings on hosts point to the local router, confirming that gateways enable off-subnet communication.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “gateway” (router) with “application gateway” servers; assuming any server can forward packets between networks without routing capability.
Final Answer:
Gateway (i.e., a router) enables communication between different networks.
Discussion & Comments