OSI Model·Lesson 4 of 12

Layer 1 — Physical

01

The Bottom of the Stack

The Physical layer is Layer 1 — the very bottom of the OSI model. Its job is the most down-to-earth of all: take the 1s and 0s that the layers above have prepared, and actually move them across a physical medium as signals. That medium might be a copper cable (electrical pulses), a fibre-optic cable (flashes of light), or the air (radio waves for Wi-Fi). The Physical layer is where data stops being an idea and becomes a real signal on a wire or in the air.

The one-liner

Layer 1 moves raw bits (1s and 0s) as physical signals. It doesn't know or care what those bits mean — it just transmits and receives them faithfully.

🔦

Signalling with a flashlight

Imagine sending a message across a dark valley by flashing a flashlight — on for a 1, off for a 0. You and your friend agreed in advance how long a flash lasts and how bright it must be. The flashlight and the light beam are the Physical layer: it carries the raw on/off signals. It has no idea whether you're spelling a word or a number — that meaning lives in the higher layers.

02

What It's Responsible For

The Physical layer settles all the nuts-and-bolts questions about how a bit physically travels. Both devices must agree on these details, or the signal on one end won't be understood on the other:

Physical layer responsibilities

  • Bit representation — how a 1 and a 0 are turned into a signal (a voltage level, a light pulse, or a radio frequency)
  • Data rate — how many bits are sent per second (the transmission speed)
  • Bit synchronization — keeping the sender's and receiver's timing aligned so bits are read at the right moments
  • Physical media and connectors — the cables, pins, and plugs, and the voltage or light levels used
  • Transmission mode — whether data flows one way or both ways (see below)
  • Physical topology — how the devices are physically wired together

That last point — — is the physical shape of the network: whether devices connect to a central hub (star), share one cable (bus), form a loop (ring), and so on. It's decided at this layer because it's about the actual wiring.

03

Which Way Can Data Flow?

One thing the Physical layer defines is the transmission mode — the direction data is allowed to travel on the link. There are three modes, and everyday devices give a clear feel for each:

ModeDirectionEveryday example
SimplexOne way onlyTV broadcast, or keyboard to computer
Half-duplexBoth ways, but one at a timeWalkie-talkie — you talk, then listen
Full-duplexBoth ways at the same timePhone call — both people can speak at once
04

Devices That Live Here

Because the Physical layer only deals with signals, the devices that operate here are the simplest ones — they push signals around without understanding addresses or data. A blindly copies an incoming signal out to every port, and a regenerates a weak signal so it can travel further. Cables, connectors, and the radio part of a Wi-Fi adapter are all Physical-layer pieces too.

🚫

"The Physical layer understands the data it carries."

It doesn't. Layer 1 only sees a stream of signals representing 1s and 0s — it has no concept of addresses, messages, or files. Interpreting those bits is the job of the layers above it. This is exactly why a hub is considered 'dumb': it works purely at the signal level.

Q:What does the Physical layer actually do?

A: It transmits raw bits as physical signals over the medium — copper, fibre, or air. It defines the electrical, optical, and mechanical details: voltage levels, data rate, bit timing, cables and connectors, transmission mode, and the physical topology. It carries bits without understanding their meaning. Its PDU is the bit; hubs and repeaters are its devices.

Quick Revision Cheat Sheet

Layer number: 1 (the bottom)

Job: Move raw bits as signals over the medium

PDU (data unit): Bit

Cares about: Voltages, light, radio, data rate, timing, cables

Transmission modes: Simplex, half-duplex, full-duplex

Devices: Hub, repeater, cables, connectors

Doesn't do: Any addressing or understanding of the data