Difficulty: Easy
Correct Answer: Physical layer
Explanation:
Introduction / Context:
The OSI (Open Systems Interconnection) model is a seven-layer conceptual framework used to understand and standardize network communication. Each layer serves a unique function. The placement of devices like hubs, switches, and routers within this model is important for network engineers to correctly classify their roles and limitations.
Given Data / Assumptions:
Concept / Approach:
A hub is considered a Physical layer (Layer 1) device. It deals strictly with bits and electrical signals, not frames or packets. Unlike switches or routers, a hub has no knowledge of MAC addresses or IP addresses. It merely repeats incoming signals to all other ports.
Step-by-Step Solution:
Verification / Alternative check:
Any networking fundamentals textbook or Cisco certification guide classifies hubs as Physical layer devices. They are sometimes called “multiport repeaters.”
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Physical layer
Discussion & Comments