Difficulty: Easy
Correct Answer: Bridge
Explanation:
Introduction / Context:LANs are often divided into segments for performance or topology reasons. To interconnect segments while still operating at the data link layer, specific devices forward frames based on MAC addresses. This question distinguishes among common devices used in LANs and WANs.
Given Data / Assumptions:
Concept / Approach:
A bridge is a Layer-2 device that learns MAC addresses, filters traffic, and forwards frames between LAN segments. Modern Ethernet switches are multiport bridges that perform the same fundamental function. Routers operate at Layer 3 and forward packets based on IP addresses, not raw frames across broadcast domains. Repeaters regenerate signals without MAC-level forwarding logic. Modems and gateways target different layers and functions.
Step-by-Step Solution:
Step 1: Identify the required layer: the question says frames, which are Layer-2 units.Step 2: Map device to layer: bridges work at Layer 2 to forward frames between segments.Step 3: Exclude alternatives: routers forward packets (Layer 3), repeaters only regenerate signals, modems convert signaling for WAN access, and gateways translate protocols.Step 4: Conclude that a bridge is the correct device.Verification / Alternative check:
Switches, effectively multiport bridges, routinely interconnect VLANs or segments at Layer 2, confirming the role.
Why Other Options Are Wrong:
Router: Packet forwarding across networks, not raw frame bridging between segments.
Repeater: Bit-level regeneration only; no MAC learning.
Modem: Modulation/demodulation for WAN lines, not LAN bridging.
Gateway: Protocol conversion at higher layers; not strictly Layer 2 frame forwarding.
Common Pitfalls:
Equating any interconnection with routing. The mention of frames signals Layer 2 and therefore bridging or switching.
Final Answer:
Bridge
Discussion & Comments