Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Wireless Networking

Overview

Wireless networking enables communication without physical cables, using radio waves, microwaves, or infrared signals. This section covers WiFi, 5G, and modern network paradigms like SDN and NFV.

Wireless Technologies

graph TD
    A[Wireless Technologies] --> B[Short Range]
    A --> C[Medium Range]
    A --> D[Long Range]
    A --> E[Cellular]
    B --> F[Bluetooth 5.3m]
    B --> G[NFC 0.1m]
    B --> H[Zigbee 100m]
    C --> I[WiFi 100m+]
    D --> J[WiMAX 50km]
    D --> K[Satellite]
    E --> L[4G LTE]
    E --> M[5G NR]

Frequency Bands

BandFrequencyRangeUse
Sub-1 GHz900 MHzLongIoT, rural
2.4 GHz2.4-2.4835 GHzMediumWiFi, Bluetooth
5 GHz5.15-5.825 GHzShortWiFi (less interference)
6 GHz5.925-7.125 GHzShortWiFi 6E
mmWave24-100 GHzVery short5G, high bandwidth

Key Wireless Concepts

ConceptDescription
SSIDNetwork name (Service Set Identifier)
BSSBasic Service Set (one AP + connected clients)
ESSExtended Service Set (multiple APs, same SSID)
RoamingMoving between APs seamlessly
MIMOMultiple-Input Multiple-Output (antenna arrays)
OFDMAOrthogonal Frequency Division Multiple Access
BeamformingDirecting signal toward specific clients
CSMA/CACarrier Sense Multiple Access with Collision Avoidance

Interview Questions

  1. Q: What’s the difference between 2.4 GHz and 5 GHz WiFi? A: 2.4 GHz has longer range and better wall penetration but more interference (only 3 non-overlapping channels). 5 GHz has shorter range but more channels (24+) and less interference. 6 GHz (WiFi 6E) adds even more channels.

  2. Q: What is SDN? A: Software-Defined Networking separates the control plane (routing decisions) from the data plane (packet forwarding). A central controller manages network devices programmatically. See SDN.

  3. Q: What is NFV? A: Network Function Virtualization replaces dedicated hardware (firewalls, load balancers) with software running on commodity servers. See NFV.

Summary

Wireless networking spans from short-range (Bluetooth) to cellular (5G). WiFi, 5G, SDN, and NFV are the key topics for interviews. Understanding frequency bands, modulation, and modern network architectures is essential.

Cross-References

Cross References