Difficulty: Easy
Correct Answer: Gateway
Explanation:
Introduction / Context:
Interconnecting dissimilar or separate networks often requires an intermediate device that understands both sides. While routers move packets between IP subnets, the broader term “gateway” historically denotes a device that connects different networks and can perform translation, policy enforcement, or application mediation.
Given Data / Assumptions:
Concept / Approach:
A gateway connects networks and may translate between protocols or simply route between IP subnets while applying access control, NAT, or application proxies. In many enterprise diagrams, the default gateway is the router interface that leads off the local subnet.
Step-by-Step Solution:
Verification / Alternative check:
Network hosts are configured with a “default gateway” IP for off-subnet traffic. Security gateways also implement firewalls, NAT, or application proxies to govern cross-network communication.
Why Other Options Are Wrong:
Common Pitfalls:
Equating “gateway” strictly with “router”: routers are a common form of gateway, but gateways may also perform translation beyond pure IP routing.
Final Answer:
Gateway
Discussion & Comments