Wireless Link Characteristics
Wireless links differ fundamentally from wired ones: signals attenuate with distance, suffer interference and multipath, and have error rates that vary in time and space, which forces wireless protocols to behave very differently from their wired counterparts.
Definition
Wireless link characteristics are the physical and channel properties of radio communication — attenuation, interference, multipath fading, and a variable, often high bit-error rate — that distinguish wireless links from wired links and shape how wireless protocols are designed.
Scope
This topic covers the distinctive physical and logical properties of wireless links and their consequences for networking. It treats signal attenuation and path loss, interference from other sources and shared spectrum, multipath propagation and fading, the signal-to-noise ratio and its link to achievable rate, the resulting variable and high bit-error rates, and the hidden- and exposed-terminal problems that arise because a node cannot hear all others. It excludes the specific access technologies (Wi-Fi, cellular) that cope with these characteristics.
Core questions
- Why do wireless signals weaken and vary so much compared with wired signals?
- How do interference, multipath, and fading degrade a wireless link?
- How does the signal-to-noise ratio relate to achievable data rate?
- What are the hidden-terminal and exposed-terminal problems?
- Why can't wireless reuse wired techniques like collision detection directly?
Key concepts
- signal attenuation and path loss
- interference
- multipath propagation
- fading
- signal-to-noise ratio (SNR)
- bit-error rate
- hidden-terminal problem
- exposed-terminal problem
- adaptive modulation and coding
Key theories
- Channel impairments and fading
- Radio signals lose power with distance (path loss), reflect off objects to arrive via multiple paths (multipath), and fade as those paths interfere, producing a time- and location-varying error rate that wired links do not exhibit.
- Capacity and signal-to-noise ratio
- Information theory ties the maximum reliable data rate of a channel to its bandwidth and signal-to-noise ratio, so wireless rate falls as interference and attenuation worsen, motivating adaptive modulation and coding.
- Hidden- and exposed-terminal problems
- Because each node hears only nearby transmitters, two senders out of range of each other may collide at a shared receiver (hidden terminal) or needlessly defer when they could transmit (exposed terminal), problems specific to shared wireless media.
Clinical relevance
These characteristics explain why wireless networks behave the way users experience them: rates that drop with distance and obstacles, dead spots from fading, and slowdowns from interference in crowded spectrum. They drive design choices throughout wireless systems — collision avoidance instead of detection, link-layer retransmission, adaptive rates, and careful spectrum and access-point planning in homes, offices, and cellular networks.
History
The understanding of wireless channels rests on Shannon's 1948 capacity theory and decades of radio-propagation research. As data networking moved onto radio with packet-radio experiments and then wireless LANs and cellular data, the networking community confronted the hidden-terminal problem and time-varying error rates, leading to access methods and link-layer mechanisms designed specifically for the wireless channel.
Key figures
- Claude Shannon
- Andrew S. Tanenbaum
Related topics
Seminal works
- kurose2021
- shannon1948
Frequently asked questions
- Why is Wi-Fi slower and less reliable than a wired connection?
- Wireless signals attenuate with distance and obstacles, suffer interference from other devices sharing the spectrum, and fade due to multipath. These cause higher and more variable error rates than a wire, so the link adapts to lower data rates and retransmits more, reducing throughput and consistency.
- What is the hidden-terminal problem?
- It occurs when two nodes can each reach a common receiver but cannot hear each other. Because neither senses the other's transmission, they may transmit at the same time and collide at the receiver. Carrier sensing alone cannot prevent this, which is why wireless protocols add mechanisms such as RTS/CTS handshakes.