Hubs Extend Ethernet Physically | Generated by AI

Home 2026.02

Question: Explain in English why the correct answer to the question about Ethernet extension devices is A (Hub), including a detailed explanation of the distinction between physical layer extension and data link layer extension.

Answer:

The question is testing the classification of Ethernet extension methods based on the OSI model layers where the extending devices operate.

Key Concept: Ethernet Extension Methods

Ethernet networks can be extended in two main ways:

  1. Physical Layer Extension (Layer 1)
    • Purpose: Extend the physical reach / cable distance or connect more devices at the electrical/signal level.
    • These devices do not look at MAC addresses or frame structure.
    • They simply amplify/regenerate electrical signals or electrically connect multiple cable segments.
    • Main devices used:
      • Repeater (Repeater): regenerates and amplifies the signal to extend cable length.
      • Hub (Hub): multi-port repeater — electrically connects multiple devices into one collision domain. It broadcasts every received frame to all other ports.
  2. Data Link Layer Extension (Layer 2)
    • Purpose: Connect network segments intelligently, reduce collisions, segment traffic, and filter frames.
    • These devices read MAC addresses and make forwarding decisions based on the Ethernet frame.
    • They create separate collision domains (and sometimes separate broadcast domains when using VLANs).
    • Main devices used:
      • Bridge (Bridge): connects two network segments, learns MAC addresses, and forwards frames only to the necessary segment.
      • Switch (Switch): multi-port bridge — learns MAC addresses for each port and forwards frames only to the destination port (greatly reduces collisions).

Why the answer is A. Hub

Therefore, the only correct choice that fits “physical layer extension” together with repeater is A. Hub.

Quick Summary Table

Device OSI Layer Main Function Collision Domains Used for Physical Extension? Used for Data Link Extension?
Repeater Layer 1 Signal regeneration & distance extension 1 (same domain) Yes No
Hub Layer 1 Multi-port repeater, broadcasts everything 1 (same domain) Yes No
Bridge Layer 2 MAC-based forwarding between segments 2+ No Yes
Switch Layer 2 MAC-based forwarding, one per port 1 per port No Yes
Router Layer 3 IP routing between networks Separate No No

Conclusion: Hubs are classified as physical layer devices (just like repeaters), so they are used for physical layer extension of Ethernet networks. That is why the correct answer is A.

References:


Back Donate