Lectures

Wikipedia topic : Wi-Fi

Wireless - broadcast network implemented over short* distance radio
communication. WLan

See both WiFi and 802.11 on Wikipedia.


IEEE 802.11 (1991) (a-n, various revisions and tweaks).
  2 primary frequency ranges.

  2.4 GHz and 5 GHz bandwidth. About 20 meter radius from access point.

    2.4 GHz - 2.5 GHz, broken into multiple channels ~20 MHz 
      or 40 MHz wide. 
      Wider the channel, the more data throughput.
      But fewer channels available.
    
    5 GHz - more channels, but shorter range.
      Additionally, ranges can be smaller while supporting higher throughput.
 
  Other primary ranges exist to be used under special rules.

  * 3.6(7) GHz - (IEEE 802.11y-2008) high powered - U.S. only.

  * 60 GHz - very high speed but generally only within a room.

  These are frequency ranges.
    They are then broken down into several channels. 

    Specific channel usage vary by country.

Higher frequency, higher data throughput but shorter range.
  But may favor environments with many obstacles.

Major frequency is divided into sub-ranges or channels which 
  allows multiple devices or stations to use the same access point.  

  * Similar to how the television broadcast spectrum is broken into channels.

  * Consider switching channels if you WiFi under performs.

Because channel frequencies overlap, only a few channels useful.
  One access point will use channels at least 25MHz apart.
   
Implemented in half-duplex - a device can either send or receive but
  not both at same time on a particular channel.

Wireless network is combination of stations (end points) and access nodes.
  Access nodes usually interconnected using standard copper LAN.
  But can be directly bridged via WiFi to create a truly wireless network.

Also wireless stations can be set up peer to peer without an access node,
  but then network is truly private.

Wireless access points are configured so that they appear to have a 
  common link layer (same local network id - SSID).

  SSID - service set identification - 32 octet ID which IDs/ensures the 
     interaction between an access node and a station that has established
     a connection to it.
     * This allows different devices to connect to different nodes/networks.
       a type of network name.
     * Often human readable.

Multiple devices can interleave communication packets on a particular
  channel and follow the CSMA/CA protocol when competing for band width.

Wireless is considered less secure than current implementations of wired.

But can use TLS (Transport Layer Security) to provide encrytion of data
before leaving devices. (WEP, WPA, WPA2).