Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

2.1.1. Layer 1-3: The Infrastructure Layers

These layers handle physical transmission and logical delivery:

LayerNameFunctionPDUKey DevicesKey Protocols
1PhysicalBit transmissionBitsHubs, cables, NICsEthernet (physical), 802.11 (RF)
2Data LinkFrame delivery, error detectionFramesSwitches, bridgesEthernet, 802.11, PPP
3NetworkLogical addressing, routingPacketsRouters, L3 switchesIP, ICMP, ARP, OSPF

Layer 1 (Physical): Deals with electrical signals, light pulses, or radio waves. Everything here is about the medium—cable types, connector types, frequencies, encoding. A hub operates here: it receives signals and repeats them to all ports (no intelligence, just amplification).

Layer 2 (Data Link): Handles reliable delivery across a single link using MAC addresses. Switches operate here: they learn which MAC addresses connect to which ports (building a CAM table) and forward frames only where needed. This creates separate collision domains per port.

Layer 3 (Network): Handles logical addressing and routing between networks. Routers operate here: they examine destination IPs, consult routing tables, and forward packets toward the destination. This creates network boundaries—devices on different router interfaces are on different networks.

⚠️ Exam Trap: A Layer 3 switch performs routing but uses hardware (ASICs) for speed. The exam may ask whether a Layer 3 switch is a "switch" or "router"—it's both. It switches at Layer 2 within VLANs and routes at Layer 3 between VLANs.

Alvin Varughese
Written byAlvin Varughese
Founder15 professional certifications