Table of Contents
Understanding Radio for Wireless Networking
Wireless networking is built on radio. To understand Wi‑Fi and other wireless systems, you first need a clear picture of how radio signals work at a basic level and what makes them useful or difficult to use in networks.
What Radio Waves Are
Radio waves are a type of electromagnetic wave. They are made of changing electric and magnetic fields that spread through space. Unlike sound, they do not need air or any other medium, so they can travel through a vacuum and through many materials.
All electromagnetic waves, including radio, travel at the speed of light in a vacuum, which is approximately
$c = 3 \times 10^{8}$ meters per second.
In networking, we use radio waves to carry information such as bits from your laptop to the wireless access point. The information is not carried by sending separate waves for 0 and 1. Instead, the radio wave itself is shaped or modified in a controlled way so that the receiver can interpret those changes as data.
Frequency, Wavelength, and Period
Three related ideas describe a radio wave: frequency, wavelength, and period.
Frequency tells you how many complete cycles of the wave occur each second. It is measured in hertz (Hz). One hertz is one cycle per second. Modern wireless systems use very high frequencies, so you usually see kilohertz (kHz, thousands), megahertz (MHz, millions), or gigahertz (GHz, billions).
Period is the time for one complete cycle. If the frequency is $f$ in hertz, the period $T$ is:
$$T = \frac{1}{f}$$
Wavelength is the physical length of one complete cycle. If the wave travels at speed $c$ and has frequency $f$, the wavelength $\lambda$ is:
$$\lambda = \frac{c}{f}$$
So, higher frequency means a shorter wavelength, and lower frequency means a longer wavelength.
Relationship of key wave parameters:
$T = \dfrac{1}{f}$
$\lambda = \dfrac{c}{f}$ with $c \approx 3 \times 10^{8}$ m/s
As frequency increases, period and wavelength both decrease.
A simple example makes this more concrete. Suppose you use a frequency of $2.4$ GHz for Wi‑Fi.
- $f = 2.4 \times 10^{9}$ Hz
- $\lambda = \dfrac{3 \times 10^{8}}{2.4 \times 10^{9}} \approx 0.125$ meters, so about 12.5 centimeters
The wavelength tells you the approximate scale of antennas and objects that will strongly affect the signal.
Comparing Common Wireless Frequencies
In wireless networking, the two most familiar frequency ranges are around 2.4 GHz and 5 GHz. Later topics will discuss standards, but for now we can compare the physical properties.
| Band | Typical center frequency | Approx. wavelength | Notes |
|---|---|---|---|
| 2.4 GHz | 2.4 GHz | ~12.5 cm | Longer range, better wall penetration |
| 5 GHz | 5 GHz | ~6 cm | More capacity, shorter range |
| Sub‑GHz IoT | 900 MHz | ~33 cm | Longer reach, lower data rates |
The exact behavior of a system will also depend on power, antennas, and environment, but the frequency is a core physical factor.
Amplitude, Phase, and the Shape of a Wave
Besides frequency, radio waves have amplitude and phase.
Amplitude describes the size of the wave. In electrical terms this might be related to voltage or power. A higher amplitude usually means a stronger signal at the receiver, up to the limits of regulations and hardware.
Phase describes where in its cycle a wave is at a given moment, such as the timing of its peaks and troughs. Two waves of the same frequency can be in phase, which means their peaks line up, or out of phase, which means their peaks and troughs are shifted relative to each other.
These characteristics can be changed over time in order to encode data. When an access point sends bits, it does not just turn the radio on and off. It changes amplitude, frequency, or phase in specific patterns, which is known as modulation. The details of modulation are covered later, but you should recognize that these properties are the “dials” that wireless systems adjust.
How Radio Carries Data
To carry information, a simple pure sine wave is not useful by itself. Instead, we use a carrier wave at a chosen radio frequency, and then we vary some property of that carrier according to the bits that need to be transmitted.
In the simplest view, the sender:
- Generates a carrier wave at a specific frequency.
- Modifies the carrier over time to represent digital bits.
- Sends the modified wave through an antenna.
The receiver:
- Listens at the same frequency range.
- Extracts the small signal from the background noise.
- Detects the changes in amplitude, frequency, or phase.
- Reconstructs the original bits.
This process only works well if the signal is strong enough, the noise is low enough, and both sides agree on how the modulation is done. The later chapters on Wi‑Fi standards and interference will show how these conditions are managed.
Spectrum and Channels
The entire range of possible frequencies is called the electromagnetic spectrum. Radio is one part of this spectrum, alongside microwaves, infrared, visible light, and so on. Wireless networking uses certain allocated parts of the radio spectrum, typically those that are unlicensed but regulated, such as the 2.4 GHz and 5 GHz bands.
A band is a continuous range of frequencies, like 2.4 GHz to 2.5 GHz. Within a band, a wireless system is divided into channels. A channel is a smaller slice of frequencies used for a single transmission or network. For example, in a Wi‑Fi band, each channel occupies a specific center frequency and a certain width, such as 20 MHz.
You can think of the band as a multi lane road, and each channel as a lane. Multiple access points can use different channels in the same area to reduce interference, as long as the channels do not heavily overlap.
Later sections on frequency bands and channels will go into the details for Wi‑Fi, but at this stage it is enough to understand that:
- Radio spectrum is limited and shared.
- Regulations decide which frequencies and powers are allowed.
- Channels are defined ranges inside a band that devices select for communication.
Line of Sight and Propagation
Radio waves do not just travel in a straight, perfect line. How they move through the real world is called propagation. For wireless networking you should be aware of three important ideas: line of sight, attenuation, and multipath.
Line of sight means there is a clear, unobstructed path between the transmitter and the receiver. Many wireless systems work best when there is at least partial line of sight. Walls, ceilings, and furniture can block or weaken the signal, especially at higher frequencies.
Attenuation is the loss of signal strength as it travels. Even in empty space, a radio wave spreads out and its power per unit area decreases with distance. In buildings, additional loss occurs when the signal passes through materials such as concrete, brick, or glass. Higher frequency signals are often more strongly absorbed, which is one reason 5 GHz Wi‑Fi has a shorter effective range than 2.4 GHz in many environments.
Multipath occurs when the signal bounces off surfaces such as walls, floors, and metal objects. Multiple reflected copies of the signal reach the receiver at slightly different times. These copies can interfere with each other, sometimes canceling parts of the signal and sometimes reinforcing it. Modern Wi‑Fi technologies use advanced techniques to cope with and even benefit from multipath, but from a basic perspective it is one of the main complications of indoor radio.
Interference and Noise
Any unwanted radio signal in the same band or channel as your wireless network is interference. Background random energy from the environment and electronics is called noise. Together, interference and noise limit how clearly the receiver can distinguish the actual signal.
The key measure here is the signal to noise ratio, often written as SNR. It compares how strong the desired signal is compared to the background noise. A higher SNR means the receiver can decode more complex modulation schemes and achieve higher data rates with fewer errors.
Although the exact formula for SNR in decibels is not needed yet, you should remember that strong interference or high noise reduces SNR. When SNR falls, the network may slow down, retransmit more often, or drop the connection.
Many common devices create interference in the bands used for Wi‑Fi, such as microwave ovens, cordless phones, and other wireless systems. Planning channels and physical placement of devices is therefore a critical part of reliable wireless deployment.
Antennas and Direction
An antenna is the part of a wireless device that converts electrical signals into radio waves and back again. Even without deep antenna theory, a few simple ideas are useful.
First, the size of the antenna is related to the wavelength. Often, an efficient antenna length is some fraction of the wavelength, such as a quarter. That is why the physical dimensions of antennas are different at 2.4 GHz compared to sub‑GHz systems.
Second, antennas have patterns. They do not send or receive energy equally in all directions. Some antennas spread energy more evenly around them, while others focus energy in a particular direction. Focusing energy can extend useful range in that direction, but reduces coverage elsewhere.
Finally, every link requires both sides to have compatible antennas and orientation. Rotating a device or covering its antenna can change the quality of the link, which is something you can often observe directly when moving laptops or smartphones around an access point.
Power, Range, and Regulations
The power of a radio transmitter directly affects how far a signal can go while still being strong enough to decode. In simple terms, more power tends to mean more range. However, there are strict legal limits on how much power you can radiate in a given band, especially in unlicensed bands used by Wi‑Fi.
Because the signal weakens very quickly with distance, doubling the distance often requires more than doubling the power to maintain a similar signal level. At the same time, higher power increases the chance of causing interference for other users of the band.
Regulations in each country or region set maximum allowed power and other technical rules. Wireless equipment is designed to obey these limits, and network designers must work within them. This is why careful placement of access points and correct antenna choice can be more important than simply trying to increase power.
Digital Reality Over an Analog Medium
A final idea to connect radio fundamentals to networking is the difference between the medium and the data. Radio itself is an analog phenomenon. The electromagnetic wave can have any amplitude and phase over time. Networking, on the other hand, deals with digital bits that take discrete values 0 or 1.
Wireless systems bridge this gap by using analog radio waves as a carrier for digital information. Modulation converts digital bits into controlled changes in the analog wave. Demodulation at the receiver converts those analog changes back into digital bits.
Noise, interference, and imperfections in hardware mean the analog signal is never perfectly clean. As a result, there is always a chance of error when reconstructing bits. Other parts of the networking stack handle detection and correction of such errors, but at the radio level the goal is a wave that can be decoded with high reliability under real conditions.
With these radio fundamentals, you have the basic physical picture behind wireless networking. Later chapters on Wi‑Fi standards, frequency bands, channels, roaming, and interference will build on this foundation and show how actual wireless networks are designed and operated.