OSI Reference Model · Layer 1

The Physical Layer
Bit Transmission & Signal Transport

// IEEE 802 · ITU-T V.24 · X.21 · RS-232 · Ethernet · DSL · Wi-Fi

L7 · Application
L6 · Presentation
L5 · Session
L4 · Transport
L3 · Network
L2 · Data Link
L1 · Physical ◀

What is the Physical Layer?

Layer 1 — the Physical Layer — is the lowest and most fundamental stratum of the OSI (Open Systems Interconnection) Reference Model, formalized by ISO/IEC 7498-1. It defines everything that must be true about the physical interface between a communicating device and a transmission medium: voltages, frequencies, connector pin assignments, cable types, optical power levels, and timing relationships.

Crucially, the transmission medium itself — copper cable, optical fibre, air (radio) — sits below Layer 1 in the OSI sense. Layer 1 is the interface to that medium, not the medium itself. It is responsible for the raw, unstructured bit stream: converting logical ones and zeros produced by higher layers into physical signals, and recovering bits from incoming signals for delivery upward to Layer 2, the Data Link Layer.

Key Insight: The Physical Layer has no knowledge of frames, packets, or data semantics. It deals exclusively in bits (or, in parallel interfaces, groups of bits sent simultaneously). All error detection, addressing, and framing is the responsibility of higher layers.

Core Functions of Layer 1

The Physical Layer must perform — or define the rules for — the following tasks:

Bit Transmission

Convert binary data into electrical, optical, or radio signals and transmit them over the medium.

🔌

Physical Topology

Define how devices are physically connected — bus, ring, star, mesh, or hybrid arrangements.

🕐

Synchronization

Provide clocking so sender and receiver sample the medium at the same instants in time.

↔️

Transmission Mode

Specify whether communication is simplex, half-duplex, or full-duplex.

🔗

Connection Activation

Establish, maintain, and deactivate physical connections between endpoints.

📐

Mechanical Interface

Define connector shapes, pin counts, cable types, and physical dimensions (e.g., RJ-45, SC fibre).

📡

Line Coding

Encode bit patterns into signal waveforms suitable for the medium (NRZ, Manchester, 4B/5B…).

📊

Bandwidth & Data Rate

Govern the maximum data rate (bps) achievable, per Shannon's and Nyquist's theorems.

Analog vs. Digital Signals

Physical Layer signals take one of two fundamental forms:

Analog Signals

Analog signals vary continuously in amplitude, frequency, or phase. Traditional telephony (PSTN), AM/FM radio, and early modems all use analog signalling. Key parameters include:

Digital Signals

Digital signals switch between a discrete set of states — most commonly two voltage levels representing logical 0 and 1. Modern LANs, USB, HDMI, and storage interfaces are all digital. Higher-order signalling (PAM-4, QAM) allows more than two states per symbol, increasing the number of bits carried per baud (symbol period).

ANALOG DIGITAL 1 0 1 0 1 0 1

Bandwidth & Data Rate Theory

Two foundational theorems govern what a channel can carry:

TheoremFormulaWhat it says
Nyquist (noiseless) C = 2B log₂(M) Max data rate with bandwidth B and M signal levels
Shannon–Hartley (noisy) C = B log₂(1 + S/N) Theoretical capacity limit given signal-to-noise ratio S/N

Transmission Modes & Connection Types

The Physical Layer must specify the directionality and timing of the link:

Simplex

A ─────────────────→ B

One-way only. Data flows from sender to receiver only. Example: broadcast radio, TV antenna signal.

Half-Duplex

A ←────────────────→ B

Two-way but not simultaneous. One side transmits while the other listens. Example: walkie-talkies, classic Ethernet (CSMA/CD).

Full-Duplex

A ════════════════⇌ B

Simultaneous two-way transmission. Example: telephone, modern switched Ethernet, USB 3.x.

Point-to-Multipoint

A ──→ B, C, D, E…

One node communicates with multiple endpoints via a shared medium or hub. Example: Wi-Fi access point, DSL DSLAM.

Synchronous vs. Asynchronous

Synchronous: Both sender and receiver share the same clock signal (or recover it from the data stream). Bits are transmitted at a constant rate in a continuous stream. Used in high-speed links: T1/E1, SDH/SONET, Gigabit Ethernet. High throughput; low overhead.

Asynchronous: Each character or byte is framed by start and stop bits, allowing transmission at irregular intervals. The receiver re-synchronizes on each character. Used in RS-232 serial ports, UART-based devices. Simple but adds ~20% overhead per byte.

Serial vs. Parallel Transmission

In serial transmission one bit is sent at a time — the dominant form in modern long-distance and high-speed links (USB, SATA, PCIe, Ethernet). In parallel transmission multiple bits travel simultaneously on multiple wires (e.g., 8 bits across an old IDE/ATA ribbon cable). Parallel suffers from skew at high speeds, which is why modern buses have largely migrated to serial.

Line Encoding Schemes

Line encoding converts raw bit sequences into waveforms suitable for the medium. A good encoding must: provide self-clocking (receiver can extract timing), minimize DC component (important for AC-coupled links), and detect some errors.

DATA BITS: 1 0 1 1 0 1 0 NRZ-L MANCH. 4B/5B+NRZI * Simplified for illustration
SchemeUsed InKey Property
NRZ-L (Non-Return to Zero Level)RS-232, basic serialSimple; long runs cause DC wander, no self-clocking
NRZI (NRZ Inverted)USB, FDDITransition on 1; solves long-zero runs only
Manchester10BASE-T Ethernet, IEEE 802.4Mid-bit transition; self-clocking; doubles bandwidth requirement
Differential ManchesterToken Ring (802.5)Transition at start of each bit; direction encodes 0/1
4B/5BFast Ethernet (100BASE-TX), FDDIMaps 4 data bits → 5 code bits; used with NRZI to prevent long idle runs
8B/10BGigabit Ethernet, USB 3.0, SATADC balance guaranteed; 20% overhead; rich error detection
PAM-4400GbE, 25G/100G interfacesFour amplitude levels; 2 bits/symbol; doubles spectral efficiency

Transmission Media

Although the medium itself is formally below the Physical Layer in OSI terminology, Layer 1 specifications are tightly coupled to the medium they target. The three broad categories are:

Guided (Wired) Media

TWISTED PAIR (UTP) — CROSS-SECTION 4 twisted pairs · RJ-45 · Cat 5e/6/6A
COAXIAL CABLE — CROSS-SECTION center (Cu) dielectric braid shield PVC jacket 50Ω / 75Ω · RG-6 · RG-58 · BNC/F connector
OPTICAL FIBRE — CROSS-SECTION core (9/50µm) cladding buffer coat jacket SM 9µm / MM 50µm · SC/LC connector
MediumTypical BandwidthMax DistanceNotes
Twisted Pair (UTP Cat 5e)100 MHz100 m100BASE-TX; common LAN wiring
Twisted Pair (UTP Cat 6A)500 MHz100 m10GBASE-T; reduced crosstalk
Coaxial Cable (75Ω)1 GHz+500 m (10BASE5)Cable TV, legacy thicknet/thinnet
Single-Mode Fibre100+ THz80–120 km (unamplified)Long-haul; narrow 9 µm core; laser source
Multi-Mode Fibre (OM4)4.7 GHz·km400 m @ 100GShort reach datacentre; LED or VCSEL

Unguided (Wireless) Media

ELECTROMAGNETIC SPECTRUM — WIRELESS COMMUNICATIONS 300MHz 700MHz–2.6GHz 4G/LTE 2.4–6GHz Wi-Fi / BT 6–100GHz 5G mmWave ~193THz FSO / 1550nm IR/Vis ANTENNA FSO line-of-sight beam ← Lower Frequency / Longer Range ─────────────── Higher Frequency / More Bandwidth →
TechnologyFrequency BandStandardTypical Range
Wi-Fi 6 (802.11ax)2.4 GHz / 5 GHz / 6 GHzIEEE 802.11ax~300 m outdoor
Bluetooth 5.x2.4 GHz ISMIEEE 802.15.1~400 m (class 1)
LTE / 4G700 MHz – 2.6 GHz3GPP Rel. 8+Cells 1–30 km
5G NR (sub-6 GHz)600 MHz – 6 GHz3GPP Rel. 15+Cells 100 m – 10 km
5G mmWave24–100 GHz3GPP Rel. 15+<500 m (line-of-sight)
Free-Space Optical (FSO)~193 THz (1550 nm)ITU-T G.6541–4 km

Physical Network Topologies

The Physical Layer defines how nodes are physically wired or connected:

BUS TOPOLOGY

Bus

All nodes share one cable segment. Obsolete for modern LANs (legacy 10BASE2/5). Simple but any break severs the network.

HUB STAR TOPOLOGY

Star

All nodes connect to a central hub or switch. Dominant topology for modern Ethernet. A failed link isolates only one node.

RING TOPOLOGY

Ring

Each node connects to exactly two others forming a closed loop. Used in Token Ring, SONET/SDH rings, and Metro Ethernet.

FULL MESH TOPOLOGY

Mesh

Nodes interconnect with multiple paths. Full mesh: every node connects to every other. Common in WANs and core internet routers for redundancy.

TREE (HIERARCHICAL) TOPOLOGY

Tree (Hierarchical)

Star topology extended into a hierarchy of cascaded switches. Typical enterprise LAN: access → distribution → core layers.

NODE A NODE B DEDICATED LINK POINT-TO-POINT TOPOLOGY

Point-to-Point

A direct dedicated link between exactly two nodes. Used in WAN leased lines (T1, E1), fibre trunks, serial WAN interfaces.

Key Physical Layer Standards

Numerous standards bodies — ITU-T, IEEE, EIA/TIA, ANSI, and ISO/IEC — define Physical Layer specifications. The most significant are listed below.

StandardBodyApplicationKey Specs
V.24 / RS-232 ITU-T / EIA Analog/DTE-DCE serial; modem interfaces ±3–15 V logic; DB-9/DB-25 connectors; up to ~20 kbps
V.35 ITU-T High-speed WAN serial (T1/E1 connections to CSU/DSU) Combined voltage levels; up to 4 Mbps
X.21 ITU-T Digital circuit-switched WANs (ISDN BRI D-channel, X.25) 15-pin connector; balanced signals; synchronous
10BASE-T / 100BASE-TX / 1000BASE-T IEEE 802.3 Ethernet over twisted pair RJ-45; Manchester / MLT-3 / PAM-5 encoding
1000BASE-LX / 10GBASE-SR IEEE 802.3 Gigabit/10G Ethernet over fibre 1310 nm / 850 nm; SFP / SFP+ transceivers
802.11ax (Wi-Fi 6) IEEE 802.11 Wireless LAN physical layer OFDMA; 1024-QAM; MU-MIMO; up to 9.6 Gbps theoretical
USB 3.2 Gen 2×2 USB-IF Peripheral interconnect 20 Gbps; 128b/132b encoding; USB-C connector
PCIe 5.0 PCI-SIG Internal system bus (GPU, NVMe SSDs) 32 GT/s per lane; 128b/130b encoding; ~128 GB/s ×16
SONET / SDH ANSI / ITU-T Synchronous optical carrier (WAN backbone) OC-1 = 51.84 Mbps base; NRZ; fibre; strict timing hierarchy
DSL (ADSL2+ / VDSL2) ITU-T G.992.5 / G.993.2 Broadband over telephone copper DMT modulation; up to 100–200 Mbps (VDSL2)

Note on Hybrid Standards: V.24 and X.21 — cited in the original OSI documents — technically contain elements of higher layers (e.g., connection establishment procedures that touch Layer 2 semantics). In practice, most real-world protocols are not perfectly layer-clean.

Physical Layer Devices

Devices that operate exclusively at Layer 1 deal only with signal regeneration and physical connectivity — they have no awareness of MAC addresses, IP addresses, or data frames:

HUB

Hub (Repeating Hub)

Receives a signal on one port, amplifies it, and broadcasts it out all other ports. No MAC awareness. Obsolete in modern networks; replaced by switches.

REPEATER reshape·retime WEAK RESTORED seg 1 (attenuation) seg 2 (extended)

Repeater

Regenerates a degraded signal to extend cable segment length beyond its attenuation limit. Re-clocks and reshapes the bit stream without examining its content.

AMP + noise weak input

Amplifier

Boosts analog signal power but also amplifies any noise present. Unlike digital repeaters, amplifiers cannot remove accumulated noise — used in CATV and PSTN trunk lines.

PHY CHIP TRANSCEIVER DIGITAL MII/SGMII LINE MDI/RJ45 TX → / ← RX

Transceiver (PHY Chip)

The electronic circuit inside every NIC, switch port, and router interface that encodes/decodes bits to and from the physical signal. Handles line coding, clock recovery, and equalization.

TX / RX

Antenna

Converts electrical signals into electromagnetic waves for transmission, and converts incoming waves back to electrical signals. Gain, polarization, and beam pattern are key physical parameters.

MODEM MOD / DEMOD digital analog

Modem

Modulates digital data onto an analog carrier signal (e.g., telephone line, cable) and demodulates the reverse. DSL modems use DMT; cable modems use DOCSIS QAM.

UTP/COPPER MEDIA CONVERTER FIBRE OPTIC Layer 1 — no MAC awareness

Media Converter

Converts between different physical media (e.g., twisted-pair copper to single-mode fibre) at Layer 1. Transparent to all higher-layer protocols.

24-PORT PATCH PANEL passive · structured cabling · TIA-568

Cables & Patch Panels

Passive copper or fibre runs forming the physical plant. Governed by TIA-568 structured cabling standards. Patch panels aggregate horizontal runs for flexible patching in the MDF/IDF.

// References & Further Reading

  1. Tanenbaum, A. S., & Wetherall, D. J. (2011). Computer Networks, 5th ed. Pearson. — Chapter 2: The Physical Layer. Publisher page ↗
  2. Forouzan, B. A. (2013). Data Communications and Networking, 5th ed. McGraw-Hill. — Chapter 3: Data and Signals; Chapter 4: Digital Transmission.
  3. ITU-T Recommendation V.24 (2000). List of definitions for interchange circuits between data terminal equipment (DTE) and data circuit-terminating equipment (DCE). ITU-T V.24 ↗
  4. ITU-T Recommendation X.21 (2000). Interface between data terminal equipment and data circuit-terminating equipment for synchronous operation on public data networks. ITU-T X.21 ↗
  5. IEEE 802.3-2022. IEEE Standard for Ethernet. IEEE 802.3-2022 ↗
  6. IEEE 802.11ax-2021. Wi-Fi 6 Standard. IEEE 802.11ax ↗
  7. ISO/IEC 7498-1:1994. Information technology — Open Systems Interconnection — Basic Reference Model: The Basic Model. ISO 7498-1 ↗
  8. Stallings, W. (2016). Data and Computer Communications, 10th ed. Pearson. — Part 2: Data Communications.
  9. Cisco Networking Academy. (2024). CCNA 200-301 Official Cert Guide, Vol. 1. Cisco Press. ciscopress.com ↗
  10. RFC 1180 — A TCP/IP Tutorial (1991). RFC 1180 ↗