Standard wired networks use dedicated physical cables for communication. In mobile environments, users need to communicate while moving, without being tethered to a fixed infrastructure. Wireless networks replace cables with radio waves, but this introduces new challenges: shared medium (anyone can intercept), signal degradation over distance, interference from obstacles, and limited bandwidth due to regulated spectrum.
A wireless network is a communication network where devices exchange data using radio waves through an open medium (air) instead of physical cables. The core challenge is managing the shared, unreliable radio channel while supporting device mobility.
- Data from the application layer is converted into digital bits
- Bits are modulated onto a carrier radio wave (converting digital to analog)
- The modulated signal is transmitted via an antenna into the air
- The signal travels through the radio channel, subject to multipath propagation and fading
- The receiving antenna captures the signal, and demodulation recovers the bits
- The bits are reassembled into the original data for the application
Wireless networks operate in regulated frequency bands (e.g., 800 MHz–900 MHz for GSM, 2.4 GHz for Wi-Fi/Bluetooth).
- Shared medium: Anyone within range can potentially receive the signal — security is a concern
- Broadcast nature: A single transmission can reach multiple receivers
- No dedicated path: Devices compete for the same radio spectrum
- Mobility support: Users can move between cells while maintaining connectivity
- Signal degradation: Strength drops with distance (inverse square law) and is affected by obstacles
- Limited bandwidth: Spectrum is regulated and shared among many users and services
- Built from: Modulation — without modulating data onto a carrier, wireless transmission is impossible
- Built from: Multiplexing — without multiplexing, multiple users cannot share the spectrum
- Built from: Multipath Propagation — signals rarely travel in a straight line through the air
- Related: Cellular Mobile System — the architecture that makes wide-area wireless possible
- Signal can be blocked by buildings, walls, and even people (shadowing)
- Rain and atmospheric conditions can absorb radio waves (especially at higher frequencies)
- The same frequency cannot be reused in adjacent cells without causing co-channel interference
- Mobile devices have limited battery power — transmission must be energy-efficient