§1.2.2Physical Media

Physical layer Kurose & Ross pp. 18–21 · ~17 min read

  • physical medium
  • guided media
  • unguided media
  • twisted-pair copper wire
  • coaxial cable
  • optical fiber
  • attenuation
  • terrestrial radio channel
  • geostationary satellite
  • leo satellite

Where you are

  • Application layer
  • Transport layer
  • Network layer
  • Link layer
  • Physical layer you are here

A physical medium is whatever actually carries a bit — copper, glass or air — and each one trades rate, distance and cost differently.

Words you will meet

  • Physical medium — the material or space a bit travels through.
  • Guided media — the wave travels inside something solid: wire, cable, fibre.
  • Unguided media — the wave travels through the air or space.
  • Attenuation — how much the signal weakens as it travels.
  • Twisted pair — two insulated copper wires spiralled together.
  • Coaxial cable — two copper conductors, one inside the other.
  • Optical fibre — a glass thread carrying pulses of light.
  • Geostationary satellite — one that stays above the same spot on Earth.

Why this matters

Every link rate you will meet in this book comes from somewhere physical. When §1.4 says a link runs at R bits per second, this section is where that number came from.

It also explains a fact you will need repeatedly: distance and rate are independent. A satellite link can be fast and slow at the same time — high rate, long delay. Keeping those two apart is one of the most common early mistakes.

A note on this page

The book has no figures at all in this section — it is four pages of prose. Physical media are intensely spatial, so every diagram here is one we invented rather than one we copied. They are faithful to the book’s numbers, but the pictures are ours.

The brief life of a bit

To define what a physical medium is, follow one bit.

A bit starts in a host, passes through a series of links and routers, and ends in another host. Along the way it is transmitted many times — once for each hop. For every one of those hops, the bit is sent by propagating electromagnetic waves or optical pulses across a physical medium .

The medium does not have to be the same for each hop.

One bit, four hops, four transmitter–receiver pairssource hostrouterrouterrouterdestinationradiocopperfibrecoaxEach hop is one transmitter–receiver pair. The bit is re-created at every router — it is not the same physical wave all the way.

Media fall into two groups.

  • With guided media , the waves are guided along a solid: a fibre-optic cable, a twisted-pair copper wire, a coaxial cable.
  • With unguided media , the waves propagate in the atmosphere or in outer space: a wireless LAN (Local Area Network) , a satellite channel.

Everyday picture

Guided media are pipes; unguided media are open air. Water in a pipe goes where the pipe goes, and nobody else can drink from it without cutting in. Water sprayed into the air spreads everywhere, reaches places no pipe was laid, and anyone standing nearby gets wet.

Where the picture breaks: the pipe analogy suggests bits are a substance that flows. They are not — each router receives the bit and creates a fresh one, as the diagram above shows. Nothing physical travels the whole way.

What the media actually cost

Before the details, one economic fact that shapes every decision that follows.

The cost of the physical link — the copper, the glass — is often minor compared with the other costs of networking. In particular, the labour of installing it can be orders of magnitude higher than the cost of the material itself.

This is why many builders install twisted pair, optical fibre and coaxial cable into every room of a building at once. Even if only one is used at first, another may well be wanted soon, and laying it later means paying the labour twice.

Twisted-pair copper wire

Twisted-pair copper wire is the least expensive and most commonly used guided medium. Telephone networks have used it for more than a hundred years. More than 99 % of the wired connections from a telephone handset to the local telephone switch still use it.

It is two insulated copper wires, each about 1 mm thick, arranged in a regular spiral. The wires are twisted together to reduce electrical interference from similar pairs lying close by. Several pairs are usually bundled into one cable inside a protective shield, and one wire pair makes one communication link.

UTP (Unshielded Twisted Pair) is what LANs inside a building normally use. Data rates run from 10 Mbps to 10 Gbps, depending on the thickness of the wire and the distance between transmitter and receiver.

Twisted pair was written off, and did not go away

When fibre appeared in the 1980s, many people expected it to replace twisted pair completely. It did not. Modern twisted pair such as category 6a cable reaches 10 Gbps over distances up to 100 metres, and it has ended up the dominant solution for high-speed local networking.

The same wire also carries residential Internet access. Dial-up modems managed 56 kbps over it. DSL — the digital subscriber line — reaches tens of Mbps when the home is close to the central office.

Coaxial cable

Like twisted pair, coaxial cable has two copper conductors — but they are concentric rather than parallel, one inside the other. With that construction, plus special insulation and shielding, coaxial cable achieves high data rates.

It is common in cable television systems, and as §1.2.1 described, those systems have been coupled with cable modems to give homes Internet access at hundreds of Mbps. The transmitter shifts the digital signal to a specific frequency band, and the resulting analog signal travels to one or more receivers.

That last phrase matters. Coaxial cable can be used as a guided shared medium: a number of hosts can be connected directly to the cable, and each of them receives whatever the others send.

Cross-sections, side by sideTwisted pairtwo wires, side by sideCoaxial cableone conductor inside the otherOptical fibrelight travels in the tiny core

Optical fibre

An optical fibre is a thin, flexible medium that conducts pulses of light. Each pulse is one bit.

A single fibre supports enormous bit rates — tens or even hundreds of gigabits per second. It has three further advantages:

  1. It is immune to electromagnetic interference.
  2. It has very low signal attenuation up to 100 kilometres.
  3. It is very hard to tap, which matters for security.

Those properties have made fibre the preferred long-haul guided medium, particularly for links across oceans. Many long-distance telephone networks now use fibre exclusively, and it is prevalent in the Internet backbone.

So why is anything else still used? Because the optical devices — the transmitters, receivers and switches at each end — are expensive. That cost has kept fibre out of short-haul uses such as a LAN inside a building, or the last stretch into a home.

The standard link speeds are called OC (Optical Carrier) , running from 51.8 Mbps to 39.8 Gbps. The rule is simple: OC-n runs at n × 51.8 Mbps. Standards in use include OC-1, OC-3, OC-12, OC-24, OC-48, OC-96, OC-192 and OC-768.

Worked example — reading an OC number

How fast is an OC-48 link?

ROC-n=n×51.8 MbpsR_{\text{OC-}n} = n \times 51.8\ \text{Mbps}
  • nn — the OC number, a plain count. Here n=48n = 48.
  • 51.8 Mbps51.8\ \text{Mbps} — the rate of one OC-1 channel.

Read aloud: the rate is the OC number times the rate of a single channel.

ROC-48=48×51.8 Mbps=2486.4 Mbps2.49 GbpsR_{\text{OC-}48} = 48 \times 51.8\ \text{Mbps} = 2486.4\ \text{Mbps} \approx 2.49\ \text{Gbps}

And the fastest the book lists, OC-768: 768×51.8=39782 Mbps39.8 Gbps768 \times 51.8 = 39\,782\ \text{Mbps} \approx 39.8\ \text{Gbps} — which is exactly the top of the range quoted above.

Why frequency, not just distance, decides how far copper reaches

This is the effect that separates the media, and the book states its consequences without drawing them. So here is the picture.

How fast each medium loses the signal — and why frequency is the villain
0.00015.030.045.060.00.000400800120016002000Distance along the link (m)Signal lost (dB)past here the signal is too weak to recover

At 2000 m (move the pointer over the plot to read it anywhere):

  • Twisted-pair copper:126 dB
  • Coaxial cable:44.3 dB
  • Optical fibre:0.500 dB

Copper loss grows with the square root of frequency; fibre is essentially flat. Drag the slider to 200 MHz and read the numbers: this single effect explains why category 6a twisted pair is rated for 100 metres while fibre crosses oceans.

Set the frequency to 1 MHz and copper looks usable for a kilometre. Drag it to 200 MHz — the rate a fast LAN needs — and twisted pair crosses the recoverable limit within about a hundred metres. Fibre stays flat on the floor of the plot the whole time.

In plain words

A copper wire is not simply “slow”. It is fine at low frequencies and poor at high ones. Since sending more bits per second means signalling at higher frequencies, asking copper for more speed automatically shortens its reach.

Fibre does not make that trade. This one difference is why category 6a is specified for 100 metres and why undersea cables are glass.

Terrestrial radio channels

Radio channels carry signals in the electromagnetic spectrum. They are attractive for four reasons:

  • no physical wire has to be installed;
  • they can penetrate walls;
  • they give connectivity to a user who is moving;
  • they can carry a signal a long way.

Their behaviour depends heavily on the propagation environment and the distance. Four effects work against them:

  • Path loss — the signal weakens with distance.

  • Shadow fading — the signal weakens going around or through obstacles.

  • Multipath fading — the signal reflects off objects, so copies arrive by different routes and interfere.

  • Interference — from other transmissions and other electromagnetic signals.

The book sorts terrestrial radio into exactly three groups by distance.

Three ranges — note the scale bar is not linear1–2 mwireless headsets,keyboards, medical devices10 m – a few hundred mwireless LANs — WiFi (IEEE 802.11 wireless LAN) tens of kmcellular access

Personal devices such as wireless headsets, keyboards and medical devices operate over the shortest distances. Wireless LAN technologies use the local-area channels. Cellular access uses the wide-area ones. Chapter 7 covers radio channels in detail.

Satellite radio channels

A communication satellite links two or more Earth-based microwave transmitter/receivers, known as ground stations . The satellite receives on one frequency band, regenerates the signal using a repeater, and transmits it on another.

Two types are used.

Two kinds of orbit (heights not to scale)Earth LEO (Low-Earth Orbiting) orbit — lowLEO: many satellites, always movinggeostationary — 36,000 kmstays above the same spot · 280 ms round tripground stationground station

A geostationary satellite permanently remains above the same spot on Earth. That is achieved by placing it in orbit 36,000 kilometres above the surface. The huge distance from ground station up through the satellite and back down introduces a propagation delay of 280 milliseconds. Even so, satellite links can operate at hundreds of Mbps, and they are often used in areas with no DSL or cable access at all.

LEO satellites are placed much closer to Earth and do not stay above one spot. They rotate around the Earth, as the Moon does, and may communicate with each other as well as with ground stations. Because each one is only briefly overhead, many satellites must be placed in orbit to give an area continuous coverage. Many low-altitude systems are in development, and LEO technology may be used for Internet access in future.

Rate and delay are different things

A geostationary satellite link can carry hundreds of Mbps and make you wait 280 ms. Buying a faster satellite link does not reduce that wait, because the delay comes from the distance, not from the rate.

§1.4 separates these two properly. If you remember only one thing from this page, make it this one.

The six media together

The six media the book covers
Twisted pairguidedCoaxial cableguidedOptical fibreguidedTerrestrial radiounguidedSatellite radiounguided
What actually travels
Typical rate
How far
Cost of the medium
Main weakness
Where it is used

Cells marked ⓘ have a reason behind them — click to read it.

Rates are what the book quotes. Cost here means the cost of the medium itself — remember that installing it usually costs far more.

Check yourself

Check yourself — §1.2.2

0 of 6 answered
  1. 1.What separates guided media from unguided media?

  2. 2.Why are the two wires in twisted-pair cable twisted around each other?

  3. 3.predictDrag the frequency slider from 1 MHz up to 200 MHz. What happens to the three curves?

    Watch the printed values under the plot, not just the shapes.

  4. 4.Fibre has huge capacity and very low loss. Why is it still not used for every link?

  5. 5.A geostationary satellite orbits 36,000 km above the Earth. Why does that matter for a networked application?

  6. 6.The book says the cost of the cable itself is often minor. What costs more?

What to remember

  • Guided media carry the wave inside a solid; unguided media carry it through air or space.
  • Copper loses signal faster as frequency rises, so asking it for more speed shortens its reach. Fibre does not make that trade.
  • Radio suffers path loss, shadow fading, multipath fading and interference — impairments no guided medium has.