IEEE 802.11 Wi-Fi Standards and Architecture
10 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is IEEE 802.11 commonly known as?

  • Bluetooth
  • WiFi (correct)
  • NFC
  • Ethernet

Which of the following types of systems does IEEE 802.11 support?

  • Support to wired network (correct)
  • Complete replacement for wired connections
  • Only wired connections
  • Only wireless connections

What type of scanning is included in the association process of IEEE 802.11?

  • Only active scanning
  • Active and passive scanning (correct)
  • Active and conditional scanning
  • Passive and reactive scanning

Which encoding schemes are associated with the physical layer of IEEE 802.11?

<p>Frequency Hopping Spread Spectrum (FHSS) (D)</p> Signup and view all the answers

What is the maximum data transmission speed specified for IEEE 802.11?

<p>54 Mbps (B)</p> Signup and view all the answers

What characterizes the Distributed Coordination Function (DCF) in the IEEE 802.11 protocol?

<p>It is mandatory for all stations. (A)</p> Signup and view all the answers

Why is collision detection not used in the IEEE 802.11 standard?

<p>Half duplex operation prevents simultaneous transmission. (A)</p> Signup and view all the answers

What sequence correctly describes the steps initiating a data transmission in CSMA/CA?

<p>Check if free, Request to Send (RTS), Clear to Send (CTS), Data. (B)</p> Signup and view all the answers

Which problems are addressed by CSMA/CA in the IEEE 802.11 protocol?

<p>Hidden station problem and exposed station problem. (A)</p> Signup and view all the answers

What denotes the waiting time after a Clear to Send (CTS) before the sender transmits data?

<p>SIFS (Short Interframe Space) (D)</p> Signup and view all the answers

Flashcards

DCF (Distributed Coordination Function)

A mandatory MAC sublayer service in IEEE 802.11. Stations contend to access the shared medium using CSMA/CA.

CSMA/CA

Carrier Sense Multiple Access with Collision Avoidance; a method used by DCF to avoid collisions on a shared wireless network.

IEEE 802.11

A standard for wireless local area networks (WLANs), commonly known as Wi-Fi. It uses electromagnetic spectrum (radio waves, infrared) for data transmission and operates in the license-free ISM band (2.4 GHz).

Basic Service Set (BSS)

A fundamental component of Wi-Fi architecture, consisting of one or more stations connected to an Access Point (AP) or directly to each other in an ad-hoc network.

Signup and view all the flashcards

Hidden terminal problem

A wireless networking problem where a station cannot detect another station transmitting, leading to collisions. Stations are hidden from each other's signals.

Signup and view all the flashcards

RTS/CTS

Request to Send/Clear to Send; a method in CSMA/CA to establish a clear channel by requesting permission for a transmission.

Signup and view all the flashcards

Access Point (AP)

A device that acts as a central hub in an infrastructure-based Wi-Fi network, connecting stations to the wired network.

Signup and view all the flashcards

Association

The process by which a Wi-Fi station establishes a connection with an access point in an infrastructure-based network, using active or passive scanning methods.

Signup and view all the flashcards

NAV (Network Allocation Vector)

A time duration that is set by the receiver that determines the time to avoid further collisions by the sender. It tells other devices how long to refrain from transmitting.

Signup and view all the flashcards

Physical Layer (IEEE 802.11)

The layer in the 802.11 standard that defines the characteristics of the wireless signal, such as bandwidth, encoding schemes(FHSS, DSSS, OFDM), and speed (e.g. 1, 2, 5.5, 11, 54 Mbps).

Signup and view all the flashcards

Study Notes

IEEE Standards

  • IEEE 802.11 is a standard for Wireless Local Area Networks (WLANs), commonly known as Wi-Fi.
  • Data transmission uses the electromagnetic spectrum, including radio waves and infrared.
  • It operates on a license-free ISM band of 2.4 GHz.
  • It's a supporting technology for wired networks, and not a replacement
  • 802.11 supports two main architectures: infrastructure mode and ad-hoc mode.

IEEE 802.11 Architecture

  • Basic Service Set (BSS): a fundamental unit of a Wi-Fi network.
    • Infrastructure: Stations communicate through an access point (AP).
    • Ad-hoc: Stations communicate directly with each other without an AP.
  • Extended Service Set (ESS): Multiple BSSs connected through a distribution system form an ESS
    • Distribution system is used to connect multiple BSS, to form an ESS.
  • Station Types: Classified based on mobility.
    • No transition station: doesn't move between BSS or ESS
    • BSS transition station: moves between BSSs but stays within a single ESS
    • ESS transition station: moves between different ESSs.
  • Connection not guaranteed during movement: Communication may be disrupted or delayed during a station's movement

IEEE 802.11 Association

  • Active Scanning: A station actively probes to discover available networks. Sent probe request/response frames.
  • Passive Scanning: A station passively listens for beacon frames from networks. Sent association request/response frames after it finds a network it likes.

IEEE 802.11 Physical Layer

  • Different amendments are available, based on bandwidth.
  • Encoding schemes include FHSS (Frequency Hopping Spread Spectrum) and DSSS (Direct Sequence Spread Spectrum), and OFDM (Orthogonal Frequency Division Multiplexing)
  • Speeds: 1, 2, 5.5, 11, and 54 Mbps.
  • Range: ~250 meters.
  • Distributed Coordination Function (DCF): A contention-based access method using CSMA/CA (Carrier Sense Multiple Access with Collision Avoidance). It's mandatory.
  • Point Coordination Function (PCF): A contention-free access method used in infrastructure mode. It's optional

Distributed Coordination Function (DCF)

  • Multiple stations compete to access the carrier using CSMA/CA.
  • Collision Avoidance is used to prevent collisions on the network.
  • Reasons for not using Collision Detection: Stations are half-duplex, signal strength is very low, and hidden station problem.
  • CSMA/CA Process: Sender checks for carrier, waits for DIFS, sends RTS, waits for SIFS, receives CTS, waits for SIFS, sends data, waits for SIFS, receives acknowledgment.

Problems Solved by CSMA/CA

  • Hidden Terminal Problem: Two stations are hidden from each other, and can transmit simultaneously without detecting each other. CSMA/CA solves by using RTS and CTS frames.
  • Exposed Terminal Problem: A station is exposed to the transmission of two other stations. If the exposed station waits for the transmission between the other two stations to complete, it can transmit data immediately without colliding with either. CSMA/CA solves this problem by using RTS and CTS frames.

Point Coordination Function (PCF)

  • The access point (AP) controls access to the shared medium
  • Stations requiring contention-free service are polled by the access point (AP)
  • The AP sends a beacon frame to announce its presence.

IEEE 802.15.1 (Bluetooth)

  • Connects devices of different functions using an ad-hoc network
  • License-free band of 2.45 GHz
  • Bandwidth of 1-3 Mbps
  • Range of ~10 meters
  • Low power consumption

Bluetooth Architecture

  • Piconet: A master device and up to 7 slave devices communicate directly. Slaves can either be active or parked
  • Scatternet: Multiple piconets interconnected to allow communication between devices in different piconets.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

IEEE Wireless Standards PDF

Description

Test your knowledge of the IEEE 802.11 standard for Wireless Local Area Networks (WLANs) and its architecture. This quiz covers essential features like Basic Service Set (BSS), Extended Service Set (ESS), and the different communication modes. Challenge yourself to understand how Wi-Fi networks operate and interact.

More Like This

Network Design
8 questions

Network Design

SuitableObsidian avatar
SuitableObsidian
Redes Wi-Fi y IEEE 802.11
10 questions
Wireless Mobile & Multimedia Networking
39 questions
Use Quizgecko on...
Browser
Browser