Ethernet Physical Layer Extension Devices | Generated by AI

Home 2026.02

Question: Ethernet expansion is divided into physical layer extension and data link layer extension. The main devices used for physical layer extension are repeaters (Repeater) and what other device?

A. Hub
B. Bridge
C. Switch
D. Router

Answer:

A. Hub

Detailed explanation:

Ethernet network extension methods are classified based on the layer at which the extending device operates:

Why the other options are incorrect:

Summary table of devices and their layers:

Device OSI Layer Main Function in Ethernet Extension Collision Domains Created
Repeater Physical (1) Signal regeneration, distance extension 1 (shared)
Hub Physical (1) Multi-port repeater, star topology 1 (shared)
Bridge Data Link (2) Segment isolation, MAC-based forwarding 2 (one per segment)
Switch Data Link (2) Multi-port bridge, per-port collision domain 1 per port
Router Network (3) Connects different networks/subnets N/A (different networks)

Your previous answer (C. Switch) was incorrect because switches operate at the data link layer, not the physical layer.

The correct answer is A. Hub.

References:


Back Donate