Notes - MIECT
Comunicações Móveis
Notes - MIECT
Comunicações Móveis
  • Comunicações Móveis
  • The Communication Network
    • The Phone Network
    • The Internet
    • The Mobile Network
  • Wireless Systems
    • Wireless Systems
    • Mobile Hassles
    • Device Issues
    • Why is mobile hard?
  • Physical Layer
    • Classifications of Transmission Media
    • Wireless
    • Radio Transmission Impairments
    • Time-Domain View
    • Propagation Degrades
    • Propagation Mechanisms
    • Redundancy
  • Satellite Networks
    • Satellites
    • Satellite Networks
      • GEO - Geostationary Orbit
      • NGSO - Non Geostationary Orbits
    • Routing
  • Mobile Networks
    • Connections and structures
    • Cell
    • Wireless networks
    • 802.11
    • Infrastructure vs Ad Hoc Mode
    • Data Flow Examples
    • Physical layer
    • MAC
      • Multi-bit Rate
      • MAC Layer
      • Carrier Sense Multiple Access
      • Some More MAC Features
    • How does a station connect to an Access Point?
      • IEEE 802.11 Mobility
    • How to extend range in Wi- Fi?
      • IEEE 1905.1 standard, Convergent Digital Home Network for Heterogeneous Technologies
  • Bluetooth, Wireless Sensor Networks, ZigBee
    • Bluetooth
      • Piconets
        • Device Discovery Illustrated
        • Paging
      • Scatternet
      • Bluetooth Stack
        • Baseband in Bluetooth
        • Adaptation protocols
      • Profiles and security
        • Bluetooth
        • Link keys in a piconet
      • 802.15.x
        • Bluetooth Networking Encapsulation Protocol
        • Bluetooth 4.0: Low Energy
          • Device Modes
          • Link Layer Connection
          • How low can the energy get?
          • BLE and GAP
    • Wireless Sensor Networks
      • MIoT and HIoT are different
      • Types of Wireless Networks
      • Wireless Sensor Network
      • 802.15.4 and Zigbee
      • 802.15.4 / ZigBee Architecture
        • IEEE 802.15.4 MAC
        • Channel Access Mechanism
        • Association procedures
        • ZigBee
        • ZigBee and BLE
  • Cellular Networks
    • Wireless cellular network
    • Wide Area Wireless Sensor Networks (WWSN)
      • LTE-M
      • NB-IoT
      • Spectrum & Access
      • Cellular technologies
      • LoRa
      • The Things Network
    • Technological waves
    • 1G - Mobile voice
    • 2G - Global System for Mobile Communications (GSM)
    • 2.5G - General Packet Radio Service (GPRS)
    • 3G - Universal Mobile Telecommunication System
      • Multiplexing mechanisms
      • SIP Protocol
      • Services in IMS
    • 4G - Long Term Evolution/Evolved Packet Core (LTE/EPC)
      • Long Term Evolution (LTE)
    • 5G
      • Example of verticals
      • 3GPP Releases detail
      • Technologies
      • New Radio is required
      • System architecture
      • Non-stand Alone (NSA)
      • Networks deployment
      • Protocol stacks
      • Procedures
      • QoS Model
      • Mobility in 5G
      • Distributed cloud: Edge Computing and 5G
      • Slicing
    • 6G
  • Software and Virtualization Technologies in Mobile Communication Networks
    • Network Function Virtualization
    • Management and Orchestration
    • Software Defined Networking
      • How to “direct” the controller?
      • Emulation
      • Programming Protocol-Independent Packet Processors (P4)
    • OpenRAN
    • Multi-access Edge Computing
    • Network Automation
Powered by GitBook
On this page
  • Roaming
  • Attachment to a BSS
  • Phase 1: Scanning
  • Phase 2: Authentication
  • Phase 3: Association
  1. Mobile Networks
  2. How does a station connect to an Access Point?

IEEE 802.11 Mobility

PreviousHow does a station connect to an Access Point?NextHow to extend range in Wi- Fi?

Last updated 2 years ago

Standard defines the following mobility types:

  • No-transition: no movement or moving within a local BSS.

  • BSS-transition: station moves from one BSS in one ESS to another BSS within the same ESS.

  • ESS-transition: station moves from a BSS in one ESS to a BSS in a different ESS (continuos roaming not supported).

Roaming

Roaming: station changes network (BSS).

STA may go:

  • Outside the coverage area of their AP.

  • But still under the coverage area of another AP.

Reassociate the STA with the new AP allows the communication to continue.

STA decides that the signal with the current AP is bad.

STA does scanning (act/pas) to find new AP.

STA reassociates with the New AP (NAP).

  • Includes authorization.

Without positive answer.

  • STA does new scan.

With positive answer:

  • STA changed network to the new NAP.

  • AP informs the ESS of the new association.

  • Information in the distributed system is always updated.

Attachment to a BSS

The STA finds a BSS/AP through Scanning/Probing.

Both Authentication as well as Association are necessary to enter a BSS.

Phase 1: Scanning

The STA searches for APs.

  • Passive Scanning

    • STA analizes channels looking for Beacon packets, which are periodically sent by the AP, announcing its presence and SSID.

  • Active Scanning

    • STA sends Probe Request packets to all channels in sequence.

    • AP’s listening in these diferente channels respond with a Probe Response.

Phase 2: Authentication

After finding and selecting an AP, the STA has to authenticate with it.

Two main methods:

  • Method 1: Open System Authentication

    • Default procedure, executed in 2 steps:

      • 1 - STA sends an authentication frame including its identity.

      • 2 - AP responds with a frame as a Ack/NAck.

  • Method 2: Shared Key Authentication

    • STA and AP have a shared secret, obtained in some other way.

    • 1 – STA sends an initial authentication request.

    • 2 – AP replies to the STA with a challenge.

    • 3 – STA decyphers the challenge with its own key and sends it to the AP.

    • 4 – AP uses its own key to decifer the challenge and compares results.

Phase 3: Association

After authenticated, the STA begins the association process, i.e.,

Exchange roaming and capacity information between STA and AP.

Procedure:

  1. STA sends a Associate Request to AP, indicating supported transmission rates and intended association SSID.

  2. AP allocates resources and decides if it accepts or rejects the STA.

  3. P sends an Association Response, indicating the association identifying and supportted transmission rates, in case the association is accepted.

  4. (optional) – In case of a handover (transition of the STA between two different APs), the new AP informs the old AP.

Only after associating to the AP, can the STA start to send and receive data.