WT Week 4

Wireless LAN I

tldr - IEEE 802.11 standards, WLAN hardware, configurations and modes

IEEE 802.11 Standards

A set of media access control (MAC) and physical layer (PHY) specifications for implementing wireless local area network (WLAN) computer communication

Protocol Comparison

802.11ac

Cool stuff it provides

Multiple Input, Multiple Output (MIMO)

Uses multiple transmitters and receivers to transfer data simultaneously

MIMO as pure Transmitter and Receiver Diversity (Spatial Diversity)

MIMO as pure Spatial Multiplexing

MIMO hybrid mode (Spatial Diversity & Spatial Multiplexing)

Example

4x4:3 MIMO

Frequency Bands & Channels

2.4 GHz channels
2.4 GHz channels

802.11 Channels

Channel Bandwidth and Passband
Channel Bandwidth and Passband

5 GHz vs 2.4 GHz Frequency Band

👍🏼

👎🏼

Hardware for WLAN

Wireless Network Interface Card (WNIC)

Required for devices to access wireless networks

Wireless Access Point

Transmits and receives data

Wireless Router

WLAN Configuration

AP or wireless router has to be configured to setup a WLAN.

Identification (SSID)

Name of WLAN

Properties of SSID

How it works 🤔

  1. SSID is broadcast to all wireless devices within coverage range
  2. Clients manually select SSID of WLAN to join

Question

Why is it is not effective to disable SSID broadcast?

Answer

It does not prevent anyone from accessing the network. Whoever knows the name of the SSID could easily connect to the network. A hidden SSID can be discovered using WiFi sniffing tools such as inSSIDer.

Frequency Channels

Auto - AP selects best channel

Manual - Configure which channel to be used

Wireless Security

Types (Elaborated in week 7 notes)

Other Configurations

IP Address & Subnet Mask

AP or wireless router is also an IP host, hence IP address and subnet mask is required

DHCP

Configure range of IP addresses to be used by DHCP server

NAT

On by default

MAC Address Filter List

Specify a list of valid MAC-addresses which are allowed to join the WLAN. Not recommended as MAC addresses can be easily found using network monitoring tools and can be spoofed

Wireless LAN (WLAN) and Wired LAN

Wireless LAN

Wired LAN

WLAN Modes

Ad Hoc

Wireless devices connect directly to each other without the use of an AP or wireless router

Independent Basic Service Set (IBSS)

Infrastructure

Wireless router acts as

Basic Service Set (BSS)

Extended Service Set (ESS)

WLAN Roaming

fin

Back to top