Difficulty: Easy
Correct Answer: gateway
Explanation:
Introduction / Context:
Interconnecting heterogeneous networks often requires more than simple electrical or frame-level forwarding. When two systems speak different protocols, a device that operates at higher layers must translate or mediate between them so applications can communicate transparently.
Given Data / Assumptions:
Concept / Approach:
A gateway traditionally refers to a protocol-conversion device operating at or above the network layer, often up to the application layer, translating between dissimilar protocol suites. By contrast, repeaters and hubs work at the physical layer, and bridges (or switches) at the data link layer—they forward frames but do not translate higher-layer protocols.
Step-by-Step Solution:
Verification / Alternative check:
Examples include email gateways converting between formats or VoIP gateways translating signaling and media between networks; these operate above simple frame forwarding.
Why Other Options Are Wrong:
Common Pitfalls:
Using modern 'default gateway' (router) terminology loosely; while routers forward between IP networks, 'gateway' in classical exam contexts emphasizes protocol conversion.
Final Answer:
gateway
Discussion & Comments