Wireless Networking



Wireless Networking

Wireless Networking

Wireless Networking enables communication without physical cables, using radio waves.

Types

TypeDescription
WLANWireless Local Area Network
WWANWide Area (cellular)
WPANPersonal area (Bluetooth)

Basic Architecture

Device → Access Point → Internet

Advantages

  • Mobility
  • Easy installation
  • Flexibility

Wireless LAN (WLAN) Overview

A local wireless network connecting devices within limited area.

Components

  • Access Point (AP)
  • Wireless devices
  • Router

WLAN Diagram

Laptop → AP → Router → Internet
Phone → AP

MAC Issues in WLAN

Problems

IssueDescription
Hidden TerminalTwo nodes can't see each other
Exposed TerminalUnnecessary blocking
CollisionData conflict
Power SavingBattery management

Hidden Terminal Problem

A → B ← C
(A and C cannot hear each other)

IEEE 802.11 (Wi-Fi Standard)

Standard for wireless LAN communication.

Key Features

  • Uses CSMA/CA (collision avoidance)
  • Supports multiple speeds
  • Operates in 2.4 GHz / 5 GHz

Versions

VersionSpeed
802.11a54 Mbps
802.11b11 Mbps
802.11g54 Mbps
802.11n600 Mbps

Working

Device → Check Channel → Send Data → ACK

Bluetooth

Short-range wireless technology for device-to-device communication.

Features

  • Low power
  • Range ~10 meters
  • Used in headphones, IoT

Bluetooth Network (Piconet)

Master Device → Slave Devices

Wireless Multiple Access Protocol

Protocols allowing multiple users to share same medium.

Types

ProtocolDescription
FDMAFrequency division
TDMATime division
CDMACode division

Comparison

MethodAdvantage
FDMASimple
TDMAEfficient
CDMAHigh capacity

TCP over Wireless

Problem

TCP assumes no losses, but wireless has frequent losses.

Issues

IssueDescription
Packet LossDue to signal errors
LatencyHigh delay
ThroughputReduced speed

Solutions

  • TCP Reno/New Reno
  • Split TCP
  • Error correction

Wireless Applications

Examples

ApplicationDescription
Mobile BankingFinancial services
GPS NavigationLocation tracking
IoT DevicesSmart homes
Video StreamingYouTube, OTT

Data Broadcasting

Sending data to multiple users simultaneously.

Types

TypeDescription
Push-basedServer sends data
Pull-basedClient requests

Broadcasting

Server → Multiple Clients

Mobile IP

Allows mobile devices to maintain same IP while moving.

Components

ComponentDescription
Home AgentPermanent IP manager
Foreign AgentTemporary network
Care-of AddressTemporary IP

Mobile IP Working

Mobile → Foreign Network → Home Agent → Internet

WAP (Wireless Application Protocol

Protocol for accessing web services on mobile devices.

WAP Architecture

Architecture Diagram

Mobile → WAP Gateway → Web Server

Components

  • Mobile Device
  • WAP Gateway
  • Web Server

WAP Protocol Stack

Stack Layers

LayerFunction
WAEApplication environment
WSPSession layer
WTPTransaction
WDPData transport

WAP Application Environment (WAE)

Environment for running mobile applications.

Features

  • Supports WML (Wireless Markup Language)
  • Lightweight apps

WAP Working

User Request → WAP Gateway → Convert → Server → Response

WAP Applications

Examples

  • Mobile browsing
  • Email access
  • News services

Important Exam Questions

Short Questions

  • Define IEEE 802.11
  • What is Bluetooth?
  • What is Mobile IP?

Long Question

  • Explain WLAN architecture and MAC issues
  • Describe WAP architecture and protocol stack
  • Explain TCP issues over wireless networks

Case-Based Questions

  • Solve hidden terminal problem
  • Explain Mobile IP with diagram
  • Compare FDMA, TDMA, CDMA

Final Summary

  • Wireless Networking → communication without cables
  • IEEE 802.11 → Wi-Fi standard
  • Bluetooth → short-range communication
  • Mobile IP → mobility support
  • WAP → mobile web protocol
  • MAC issues → hidden/exposed terminal