Physical Layer·Lesson 1 of 11

Physical Layer

01

The Bottom of the Stack

The physical layer is the lowest layer of a network — the part that actually moves data across a wire or through the air. Its one job is to take raw bits (the 0s and 1s that all digital data is made of) and turn them into a real-world signal the medium can carry: pulses of electricity on a copper wire, flashes of light in a glass fibre, or radio waves through the air. On the other end, it turns that signal back into the same 0s and 1s.

The one-line takeaway

The physical layer moves raw bits from one device to another as physical signals. It doesn't understand what the bits mean — it just gets them across the medium.

Networking is usually described as a stack of , where each layer has a narrow job and hands its work down to the layer below. The physical layer sits at the very bottom, so everything else — web pages, video calls, file transfers — eventually rides on top of it. It is called Layer 1 because in the classic seven-layer OSI model (a standard blueprint for how networks are organised) the physical layer is numbered first, counting up from the wire.

🛣️

Think of a road under a delivery truck

Higher layers are like the driver deciding what to deliver and where. The physical layer is the road itself — plain tarmac that carries whatever drives over it. The road doesn't know or care whether the truck holds books or bananas; it just provides a surface to travel on. In the same way, the physical layer carries bits without caring what they represent.

02

Bits Become Signals

A computer only stores 0s and 1s, but you can't send a '1' down a cable — you can only send something physical. So the physical layer maps each bit to a signal change. On a copper wire, a '1' might be a higher voltage and a '0' a lower voltage. In a fibre-optic cable, light on could mean '1' and light off could mean '0'. Over Wi-Fi, the bits are carried by changes in a radio wave. The receiver watches the signal, reads the changes back into 0s and 1s, and passes them up to the next layer.

Because it's the foundation, the physical layer sits directly beneath the , the layer that groups bits into frames and handles delivery across a single link. Here's roughly how the bottom of the stack lines up:

Where the physical layer sits

2

Data Link Layer

Groups bits into frames and manages the link

Layer 2
1

Physical Layer

Turns bits into signals and sends them over the medium

Layer 1
03

What It Handles

The physical layer is responsible for the nuts-and-bolts details of transmission — the things you'd have to agree on before any two devices could exchange a single bit. These are worth knowing at a glance; the next lesson breaks each one down.

The physical layer's concerns

  • Signals — how a 0 and a 1 are represented as voltage, light, or radio
  • The transmission medium — the cable or wireless channel the signal travels on
  • Data rate — how many bits are pushed onto the medium each second
  • Synchronization — keeping the sender's and receiver's timing lined up
  • Physical layout — how devices are physically wired together
  • Direction of flow — whether data goes one way, or both ways, or both at once
04

The Devices That Live Here

Some hardware works purely at the physical layer. These devices deal only with signals — they move or refresh them without understanding addresses or the meaning of the data. The most common ones:

🔌Layer 1

Cable / Medium

The wire or wireless channel itself — copper, fibre, or air — that physically carries the signal from one device to another.

📡Layer 1

Repeater

Regenerates a weak, fading signal so it can travel further. It refreshes the signal without reading what's inside it.

🔗Layer 1

Hub

A basic multi-port repeater that blindly copies an incoming signal out to every other port. Simple, and now largely obsolete.

📞Layer 1

Modem

Converts digital bits into the analog signals used by phone, cable, or fibre lines from your internet provider, and back again.

🚫

"The physical layer is just the cables."

Cables are part of it, but the physical layer is really a set of rules: how a bit becomes a signal, how fast bits are sent, how timing stays in sync, and what the connectors and voltages must be. Wireless links have no cable at all, yet they still have a physical layer.
05

Why It Matters

Every message you ever send — a text, a video stream, a bank transfer — ends up as signals crossing a physical medium. If the physical layer is slow, noisy, or badly matched to the medium, nothing above it can make up for it. Understanding this layer explains why fibre is faster than old copper, why Wi-Fi drops through thick walls, and why cable length has limits.

Q:In one sentence, what does the physical layer do?

A: It transmits raw bits as physical signals over a medium — converting 0s and 1s into voltage, light, or radio waves at the sender, and reading them back at the receiver — without interpreting what those bits mean.

Quick Revision Cheat Sheet

Physical layer: Layer 1 — the bottom of the stack

Its job: Move raw bits across a medium as physical signals

Signals: Voltage on copper, light in fibre, radio in air

Understands data?: No — it never interprets what the bits mean

Devices: Cable, repeater, hub, modem