Quiz 2
Registry Synced

Wireless Networks

472 words
2 min read

Reading compass

Now · 🎯 Learning Objectives

Wireless Networks

🎯 Learning Objectives

  • Compare WiFi generations (802.11a/b/g/n/ac/ax)
  • Explain CSMA/CA vs. CSMA/CD
  • Understand 5G network architecture
  • Identify IoT protocol tradeoffs

1. WiFi (IEEE 802.11)

1.1 Standards

StandardYearFreq (GHz)Max RateRange
802.11b19992.411 Mbps35m
802.11g20032.454 Mbps35m
802.11n (WiFi 4)20092.4/5600 Mbps70m
802.11ac (WiFi 5)201453.5 Gbps35m
802.11ax (WiFi 6)20202.4/5/69.6 Gbps30m
802.11be (WiFi 7)20242.4/5/646 Gbps30m

1.2 CSMA/CA (Collision Avoidance)

WiFi uses CSMA/CA instead of CSMA/CD (Ethernet) because radios can't detect collisions while transmitting.
  1. Listen before talk (Clear Channel Assessment)
  2. Wait random backoff time (DCF Interframe Space)
  3. Send RTS (Request to Send) → CTS (Clear to Send) → DATA → ACK
  4. If channel busy, double backoff window (exponential backoff) (Diagram)

2. 5G Cellular

2.1 Architecture

ComponentFunction
UEUser Equipment (phone)
gNB5G base station (Next-Gen Node B)
AMFAccess & Mobility Management
UPFUser Plane Function (routing)
SMFSession Management Function
Key features: Network slicing, mmWave, massive MIMO, low latency (< 1ms)

3. Bluetooth & BLE

FeatureClassic BluetoothBLE (Bluetooth Low Energy)
Rate1-3 Mbps125 kbps - 2 Mbps
Range10m100m
Power1W0.01-0.5W
UseAudio, file transferIoT, beacons, wearables

4. IoT Protocols

ProtocolLayerRangePowerRate
LoRaWANPHY/MAC10-15 kmVery low50 kbps
ZigbeePHY/MAC100mLow250 kbps
Z-WavePHY/MAC30mVery low100 kbps
MQTTApplicationInternetN/AN/A
CoAPApplicationInternetN/AN/A

5. Common Pitfalls

Pitfall: Assuming WiFi and Ethernet Have Same Performance

Correct approach: WiFi is half-duplex (shared medium), has higher latency, packet loss, and interference. CSMA/CA overhead reduces throughput vs. Ethernet.

6. Key Concepts Reference

ConceptDefinition
CSMA/CACarrier Sense Multiple Access with Collision Avoidance
OFDMAOrthogonal Frequency Division Multiple Access (WiFi 6)
MIMOMultiple Input Multiple Output (spatial streams)
Network slicingVirtual networks on shared 5G infrastructure
BeamformingFocused signal transmission directionally

7. 📝 Practice Questions

Q1: Why does WiFi have lower throughput than Ethernet even at the same nominal rate?
Answer: (1) CSMA/CA overhead (DIFS, backoff, RTS/CTS). (2) Half-duplex (shared channel). (3) Retransmissions due to interference. (4) Beacon frames and management overhead. (5) Variable signal quality reduces modulation rate. Real WiFi throughput is typically 40-60% of nominal. Q2: What is the hidden terminal problem in WiFi?
Answer: Two stations (A and C) are both in range of AP (B) but not each other. A sends to B, C senses channel idle (can't hear A) and also sends to B — collision at B. Solution: RTS/CTS handshake. A sends RTS, B responds with CTS (heard by both A and C). C defers during A's data transmission. Q3: Compare LoRaWAN with NB-IoT for IoT connectivity.
Answer: LoRaWAN: unlicensed spectrum, very low power, low data rate, public/community networks. NB-IoT: licensed cellular spectrum, better QoS, higher data rate,运营商-managed. LoRaWAN better for battery-critical, low-throughput sensors. NB-IoT better for mission-critical, higher-throughput IoT.

8. 🔗 Cross-References

Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.