We begin our walk through the OSI model where everything begins: layer 1, the physical layer. Its job sounds humble — moving bits from one place to another — but without it nothing else exists: no frames, no packets, no intranet. It is also the layer where most everyday faults happen (damaged cables, loose connectors, interference), so mastering it pays off immediately in any technical role. In this lesson we will see what services the physical layer offers, how bits become signals, which media and connectors you will find in a real office like Grupo Meridiano's, which devices operate at this layer, and how a "layer 1 problem" gets diagnosed.

Contents

  1. The physical layer's role within the model
  2. From bits to signals: encoding and modulation
  3. Characteristics of a physical transmission
  4. Connectors, structured cabling and common media
  5. Layer 1 devices
  6. Layer 1 diagnosis: the meeting room cable

The physical layer's role within the model

Recall the layer-service principle from the previous lesson: each layer offers a service to the one above it. The physical layer's contract with the data link layer (layer 2) is this:

  • What it receives from above: a frame, that is, a sequence of bits already organized (layer 1 neither knows nor cares that it is a frame; to it, they are just ones and zeros).
  • What service it offers: transmit those bits over a physical medium to the other end of the link, and hand the received bits there to the receiving layer 2.
  • Its PDU: the bits themselves.

The physical layer defines everything "tangible" and everything electrical/optical/radio about the communication:

  • The medium's characteristics: type of cable or fiber, radio frequencies.
  • The signals: which voltage, light pulse or wave represents a 1 and which a 0.
  • The connectors and pins: the physical shape of the plugs, which wire goes to which pin.
  • The basic timing: the rate at which bits are emitted (the link speed).

Important: the physical layer understands nothing of what it transmits. It cannot tell an HTTP request from a ping; it doesn't know what a MAC address is. To it, everything is a stream of bits. That "ignorance" is deliberate: it is what lets the same cable carry any upper-layer protocol.

There are three big families of signals, and all three coexist in the Valencia office:

Signal type Medium Example at Meridiano
Electrical (voltages) Copper cable (twisted pair) From Marta's PC to the switch
Optical (light pulses) Optical fiber The Valencia router's connection to the Internet carrier
Radio (electromagnetic waves) The air The laptops connected to the Wi-Fi access point

From bits to signals: encoding and modulation

How does a bit turn into something physical? Conceptually (you don't need the math, just the idea), there are two techniques:

Encoding

On "dedicated" media like an Ethernet cable, bits are encoded directly as changes in the signal. The naive idea would be "high voltage = 1, low voltage = 0", but it has a problem: if you send a thousand ones in a row, the receiver sees a flat line and loses count ("was that 999 ones or 1001?"). That is why real codes represent bits as transitions (rises and falls of the signal), so the receiver can stay synchronized:

Bits to send:         1     0     1     1     0
Naive code:         ▔▔▔▔▔ _____ ▔▔▔▔▔▔▔▔▔▔▔ _____   ← with many 1s in a row,
                                                       the signal goes flat
Code with          ↓ fall ↑ rise ↓ fall ↓ fall ↑ rise  ← there is always a transition
transitions:         in the middle of every bit: the receiver
                     never loses the beat

Each Ethernet standard defines its own encoding scheme; the idea is all you need: encoding = translating bits into signal changes the receiver can follow without losing sync.

Modulation

On shared media like radio (Wi-Fi), you can't simply "switch the air on and off". What's done instead is to emit a carrier wave at a specific frequency (say, 2.4 GHz) and modulate it: alter one of its properties — amplitude, frequency or phase — according to the bits to transmit. It is exactly what FM radio does with voice (the M in FM stands for "modulation" of frequency), but with digital data. The more distinct variations the receiver can tell apart, the more bits fit into each instant of signal; that is why modern Wi-Fi standards are faster: they modulate more finely, not because the air has changed.

Characteristics of a physical transmission

Three quantities define the quality of a physical link, and all three appear on the spec sheets of any cable or access point:

  • Transmission speed: how many bits per second the link supports. It is the "bandwidth" we saw in 01-01, which at layer 1 has its physical origin: it depends on the medium, on the encoding/modulation and on signal quality. Valencia's wired network runs at 1 Gbps (Gigabit Ethernet); the office Wi-Fi, at variable speeds depending on distance to the access point.

  • Attenuation: every signal weakens with distance. That is why the standards set maximum lengths: an Ethernet twisted pair cable must not exceed 100 meters between machine and switch; beyond that, the signal arrives too weak to tell the bits apart. Optical fiber attenuates far, far less: that is why it is the medium of long distances.

  • Interference and noise: foreign signals that mix with ours and corrupt bits. In copper, they are caused by motors, fluorescent lights, or even the cable's own neighboring wires (which is why the pairs are twisted: the twisting cancels out much of the mutual interference). In Wi-Fi, they are caused by microwave ovens, neighboring access points and walls. Optical fiber is immune to electromagnetic interference: light is unaffected by a nearby motor.

When a bit arrives corrupted by attenuation or noise, layer 1 neither detects nor corrects it: it delivers what it receives. Detecting the error is layer 2's job (with the frame's FCS, as we will see next lesson). This division of responsibilities is the OSI model in action.

Connectors, structured cabling and common media

Let's descend into the tangible world: what you will see when you open the comms cabinet in the Valencia office.

Twisted pair and RJ45

The dominant medium in office networks is the twisted pair cable: 8 copper wires organized into 4 twisted pairs, terminated in the RJ45 connector (the familiar transparent "click"). Cables are classified into categories, which determine the speed they support:

Category Typical speed Common use
Cat 5e 1 Gbps Existing office installations (Meridiano's case)
Cat 6 1 Gbps (10 Gbps over short distances) Standard new installations
Cat 6a 10 Gbps up to 100 m Demanding new offices, servers
Cat 7/8 10-40 Gbps Data centers

In a professional office the cable doesn't run "loose" from PC to switch: structured cabling is installed. In Valencia it works like this: from the wall jack next to each desk, a fixed cable runs (hidden by cable trunking and the drop ceiling) to the comms cabinet, where it terminates in a patch panel; from the panel, a short patch cable connects each socket to a switch port. And at the desk, another patch cable joins the PC to the wall jack:

Marta's PC ──patch cable── Wall jack B-07 ──fixed cable (wall/ceiling)── Patch panel B-07 ──patch cable── Switch, port 7

The advantage: if Marta changes desks, you just re-seat patch cables; the fixed cabling, certified and labeled, is never touched. Each stretch is a possible layer 1 point of failure, and knowing they exist will save you hours of diagnosis.

Optical fiber: single-mode and multi-mode

Fiber transmits light pulses down a glass core. There are two types:

  • Multi-mode (MM): wider core, the light "bounces" along several paths (modes). Cheaper (it uses LED emitters or simple lasers), valid for short distances: hundreds of meters. Typical for joining floors or buildings on the same campus.
  • Single-mode (SM): an extremely thin core down which light travels in a single mode, without dispersing. It reaches tens of kilometers. It is the carriers' fiber: the Internet connections of Meridiano's two sites arrive over the carrier's single-mode fiber.

Wi-Fi channels

Wi-Fi is also layer 1 (plus layer 2, as we will see): its "cable" is a slice of the radio spectrum divided into channels. In the 2.4 GHz band there are few channels and they overlap each other, so in an office building Meridiano's access point frequently competes with those of neighboring companies: that is pure layer 1 interference. The 5 GHz band (and the 6 GHz band on modern equipment) offers many more non-overlapping channels, in exchange for less reach through walls. Choosing the right channel for the Valencia access point is a physical-layer decision.

Layer 1 devices

Which devices operate only at the physical layer? Those that handle signals without understanding grouped bits:

  • The cabling and connectors themselves: cables, wall jacks, patch panels, antennas. They process nothing, but they are layer 1, and they fail more than any piece of equipment.
  • The repeater: regenerates the signal to overcome attenuation. It receives a weakened signal, rebuilds it clean and re-emits it. It reads no addresses: it amplifies everything that arrives.
  • The hub: basically a multiport repeater. Everything that comes in one port goes out repeated on all the others.

Why the hub died

In the 1990s, hubs were the center of office networks. Today they are extinct, and understanding why is a lesson in architecture:

  1. A single collision domain: since the hub repeats everything on every port, all machines share the medium, and two simultaneous transmissions collide (remember CSMA/CD from 02-02). With 20 machines like Valencia's, collisions would have devoured performance.
  2. Shared bandwidth: the hub's 100 Mbps were split among everyone; on a switch, each port gets its full speed.
  3. Zero privacy: any machine plugged into a hub received everyone else's traffic; snooping on the network was trivial.

The switch solved all three problems by climbing one layer: by reading MAC addresses (layer 2) and switching each frame only toward its destination, it eliminated collisions and isolated traffic. It is the perfect example of how "moving up a layer" gives a device intelligence, and we will pick it up again in the next lesson.

Layer 1 diagnosis: the meeting room cable

Let's apply the "layer 1 first" rule to a real Meridiano case.

Symptom: in the Valencia meeting room there is a wall jack for plugging in the presentation laptop. Ana connects the laptop and there is no network. The system's network icon shows "network cable unplugged", even though the cable is plugged in at both ends.

Layer-based reasoning: "cable unplugged" means the network card detects no signal on the medium: there is no physical link. There is no point looking at IP, DNS or the intranet: the problem is at layer 1 with near-total certainty. The key check is the link LED next to the network port: if it is off, there is no layer 1.

Step-by-step diagnosis, walking the physical path:

Laptop ── patch cable A ── Wall jack SALA-01 ── fixed cable ── Panel port 24 ── patch cable B ── Switch port 24

1. Link LED lit on the laptop?                          → NO: we stay at layer 1
2. Try another patch cable A (it's the cheapest/fastest) → still no link
3. In the cabinet: is patch cable B connected to panel
   port 24 and to a switch port? Switch LED?             → connected, LED off
4. Try the laptop directly on another wall jack          → instant link: the laptop
                                                           and the switch are fine
5. Conclusion: the fixed stretch Wall jack SALA-01 ↔ panel is at fault

A technician with a cable tester (two pieces that attach one at each end and verify wire by wire) confirms the diagnosis: pair 3 of the fixed cable is cut — it got damaged when a cabinet was moved and crushed the cable trunking. Solution: re-certify the stretch or run a new one; in the meantime, the room connects over Wi-Fi.

Notice the method: the link LED split the problem (is there a signal or not?), and the substitution tests isolated it stretch by stretch. Not a single network command: layer 1 diagnosis is physical. In module 6 we will look at diagnostic tools in more depth; here, keep the logic.

Common Mistakes and Tips

  • Skipping layer 1 because it seems "too obvious". Veteran professionals insist: half of all incidents are cables, connectors or power. Check the link LED before typing any command.
  • Confusing "no cable" with "no IP". "Network cable unplugged" is a layer 1 failure (no signal); "I have no IP" with an active link is an upper-layer problem (DHCP, layer 3+). They are completely different diagnoses.
  • Exceeding the 100 meters of twisted pair "because the cable reaches". The link may come up, but with intermittent errors that will take weeks to diagnose. Respect the standard's limits.
  • Ignoring Wi-Fi interference. If the office Wi-Fi is slow "on and off", before blaming the access point, look at which channels the neighboring networks use: channel overlap at 2.4 GHz is a classic.
  • Tip: label everything (wall jacks, panel ports, cabinet patch cables), like Meridiano's "B-07" or "SALA-01" tags. A labeled cabinet turns an hours-long diagnosis into a minutes-long one.
  • Tip: always keep a "known-good" patch cable at hand. The substitution test is the cheapest layer 1 tool in existence.

Exercises

Exercise 1. Classify each item or phenomenon as belonging (or not) to the physical layer, with justification: (a) the twisting of the pairs in the Cat 5e cable, (b) the printer's MAC address, (c) the choice of channel 6 on the Valencia access point, (d) the signal attenuation in a 90-meter cable, (e) the FCS that detects corrupt frames.

Exercise 2. Meridiano wants to join the Valencia comms cabinet with a new office located on another floor of the same building, about 60 meters of cabling away. It is also studying, for the future, a dedicated link to a small warehouse 3 km away. Which medium would you recommend for each stretch (twisted pair, multi-mode fiber, single-mode fiber), and why?

Exercise 3. Jon, in Bilbao, reports: "my PC has said 'network cable unplugged' since this morning; it worked yesterday". Describe, in order, the first 4-5 checks you would make, indicating what each one rules out. (Hint: Bilbao also has structured cabling: patch cable, wall jack, fixed stretch, panel, switch.)

Solutions

Solution 1. (a) Yes, layer 1: the twisting is a physical property of the medium that reduces interference. (b) No: the MAC is layer 2 addressing. (c) Yes, layer 1: channels are radio frequencies, pure physical medium. (d) Yes, layer 1: attenuation is the signal's degradation with distance. (e) No: the FCS travels in the frame and layer 2 checks it; layer 1 delivers the bits without judging them (even if the error was caused by layer 1 noise).

Solution 2. For the 60 meters between floors: Cat 6/6a twisted pair would suffice (it is under the 100 m limit and is the cheapest option), although multi-mode fiber would be reasonable if speed growth is expected or there is strong interference between floors (machinery, electrical panels). For the 3 km to the warehouse: single-mode fiber, no contest: twisted pair doesn't reach (100 m limit) and multi-mode can't reliably cover that distance either; single-mode covers kilometers with minimal attenuation.

Solution 3. (1) Look at the link LED on the PC's port: if it is off, we confirm layer 1 and rule out everything above. (2) Re-seat both ends of the patch cable (PC and wall jack): rules out a half-loose connector — "it worked yesterday" suggests someone moved something. (3) Replace the patch cable with a known-good one: rules out the desk cable. (4) Try the PC on another working wall jack (or try another machine on Jon's jack): separates the problem between the PC and the installation. (5) If it points to the installation, go to the Bilbao cabinet: check the patch cable from panel to switch, the switch port LED and, if needed, the fixed stretch with a cable tester. Each step isolates one stretch of the physical path.

Conclusion

The physical layer is the OSI model's most basic contract: receive bits from the data link layer and turn them into signals — electrical, optical or radio — that cross the medium, dealing with speed, attenuation and interference. You have seen the real media of an office (twisted pair and RJ45, structured cabling, single-mode and multi-mode fiber, Wi-Fi channels), the devices that live only at this layer (cabling, repeaters and the late hub) and a complete layer 1 diagnosis in the Valencia meeting room. One important clue has also been left hanging: layer 1 delivers the bits exactly as they arrive, without detecting errors or knowing who they are for. Bringing order to that bit stream — grouping the bits into frames, steering them to the right MAC, detecting the corrupt ones and sharing out turns on the medium — is the job of the layer that comes next: the data link layer.

© Copyright 2026. All rights reserved