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
  • 802.11 MAC Overview
  • Features of 802.11 MAC protocol
  • Frames
  • Format
  • Packet Types
  • Some More Fields
  1. Mobile Networks

MAC

802.11 MAC Overview

Uses variant of Carrier Sense Multiple Access with Collision Avoidance (CS/MACA)

  • RTS/CTS used for addressing hidden-nodes.

Automatic Repeat Request (ARQ)

  • Error control method for reliability.

  • All frames have to be properly ACK, or timeout occurs.

Two operating modes:

  • Infra-structured network (Access point).

  • Ad-Hoc networks (without access point).

Power saving support.

Wired Equivalent Privacy (WEP).

MAC management.

Independent of the physical layer or of operating mode.

Features of 802.11 MAC protocol

Fair control access.

  • Supports Media Access Control functionalities

    • Addressing.

    • CSMA/CA

Protection of date.

  • Error detection (FCS – Frame Check Sequence).

    • Compares number with received values.

  • Error correction (ACK frame).

Reliable data delivery.

  • Fragmentation.

  • Flow control: stop-and-wait (the next frame is only sent after an ACK from the previous one is received).

Frames

Three types of frames:

  • control: RTS, CTS, ACK.

  • Management.

  • Data.

Header depends on the frame type.

Format

Packet Types

Type/sub-type field is used to indicate the type of the frame.

Management:

  • Association/Authentication/Beacon.

Control.

  • RTS, CTS, CF-end, ACK.

Data.

  • Data only, or Data + CF-ACK, or Data + CF-Poll or Data + CF-Poll + CF-ACK

Some More Fields

Duration/ID: Duration in DCF mode/ID is used in PCF mode.

More Frag: 802.11 supports fragmentation of data.

More Data: In polling mode, station indicates it has more data to send when replying to CF-POLL.

RETRY is 1 if frame is a retransmission.

WEP (Wired Equivalent Privacy) is 1 if frame is WEP coded.

Power Mgmt is 1 if in Power Save Mode.

Order = 1 for strictly ordered service.

PreviousPhysical layerNextMulti-bit Rate

Last updated 2 years ago