Physical Layer·Lesson 2 of 11

Responsibilities

01

What It's In Charge Of

The physical layer's mission is simple to state — move raw bits across a medium — but doing that reliably means agreeing on a surprising number of details. Before two devices can exchange even one bit, they must agree on how a bit looks as a signal, how fast bits arrive, how to stay in time with each other, how they're wired together, and which direction data can flow. Those agreements are the physical layer's responsibilities, and we'll take them one at a time.

The big picture

Think of the physical layer as answering five questions: What is a bit? How fast? In sync how? Wired how? Which direction? Get all five right and bits cross the medium correctly.

02

Representing Bits as Signals

A bit is just an idea — a 0 or a 1. To send it, the physical layer must give it a physical form: a specific voltage on a wire, a pulse of light, or a pattern in a radio wave. Both sides have to agree on the rule, for example "higher voltage means 1, lower voltage means 0." Turning bits into signals like this is called , and it's the first thing the physical layer does.

03

Data Rate

The data rate (also called the transmission rate) is how many bits the physical layer pushes onto the medium each second, measured in bits per second (bps). A higher data rate means more bits sent per second, which usually means faster transfers. The physical layer, together with the medium, sets the ceiling on how fast data can go — and there are precise terms for measuring it, covered in .

04

Bit Synchronization

Signals arrive as a continuous stream, so the receiver has to know exactly when one bit ends and the next begins. If its timing drifts even slightly, it could read the same bit twice or miss one entirely. Bit synchronization is the physical layer keeping the sender's and receiver's clocks lined up, so the receiver samples the signal at the right instant for every bit.

👏

Clapping in time

Imagine a group clapping together to a steady beat. If one person's sense of the beat drifts, they clap between everyone else and it falls apart. Synchronization is that shared beat — it lets the receiver clap (sample the signal) at exactly the same moments the sender does, so every bit lands where it should.

05

Physical Topology

The physical layer also concerns itself with physical topology — the actual arrangement of how devices are wired to one another. Are they all plugged into one central device? Strung along a single cable? Connected in a loop? The most common layout in homes and offices is the star, where every device connects to a central hub or switch. If you want the full tour of layouts, see .

A star layout — the most common physical topology in modern LANs.
06

Direction of Flow: Transmission Modes

Finally, the physical layer defines which way data can travel between two devices. There are three modes. In simplex, data flows one way only, like a keyboard sending keystrokes to a computer. In half-duplex, both sides can send, but only one at a time — like a walkie-talkie where you take turns. In full-duplex, both sides can send and receive at the same time, like a phone call where you can both talk at once. Here's how they compare:

ModeDirectionAt the same time?Everyday example
SimplexOne way onlyN/AKeyboard to computer, TV broadcast
Half-duplexBoth waysNo — one at a timeWalkie-talkie
Full-duplexBoth waysYes — simultaneouslyPhone call
🚫

"The physical layer decides where data should go, like which computer gets it."

No — it has no idea about addresses or destinations. It only moves signals across a link. Deciding who a message is for happens in higher layers using MAC and IP addresses. The physical layer just pushes bits onto the wire and reads them off.

Q:Name the main responsibilities of the physical layer.

A: Representing bits as signals (encoding), setting the data rate, keeping the sender and receiver synchronized, defining the physical topology, and setting the transmission mode (simplex, half-duplex, or full-duplex). In short: how a bit looks, how fast, in sync, wired how, and which direction.

Quick Revision Cheat Sheet

Encoding: Turn bits into signals (voltage, light, radio)

Data rate: Bits sent per second (bps)

Synchronization: Keep sender and receiver clocks aligned

Physical topology: How devices are physically wired

Simplex: One direction only

Half-duplex: Both directions, one at a time

Full-duplex: Both directions at once