SlideShare a Scribd company logo
1 of 51
Download to read offline
Sayed Chhattan Shah
Department of Information Communications Engineering
Hankuk University of Foreign Studies Korea
www.mgclab.com
IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and Services
 In 1990, IEEE 802 Committee formed a new
working group, IEEE 802.11, specifically devoted
to wireless LANs, with a charter to develop a
MAC protocol and physical medium specification
Key IEEE 802.11 Standards
Standard Scope
IEEE
802.11a
Physical layer: 5-GHz OFDM at rates from 6 to 54 Mbps
IEEE
802.11b
Physical layer: 2.4-GHz DSSS at 5.5 and 11 Mbps
IEEE
802.11c
Bridge operation at 802.11 MAC layer
IEEE
802.11d
Physical layer: Extend operation of 802.11 WLANs to new
regulatory domains (countries)
IEEE
802.11e
MAC: Enhance to improve quality of service and enhance
security mechanisms
IEEE
802.11g
Physical layer: Extend 802.11b to data rates >20 Mbps
IEEE
802.11i
MAC: Enhance security and authentication mechanisms
IEEE
802.11n
Physical/MAC: Enhancements to enable higher throughput
IEEE
802.11T
Recommended practice for the evaluation of 802.11
wireless performance
IEEE
802.11ac
Physical/MAC: Enhancements to support 0.5–1 Gbps in 5-GHz
band
IEEE
802.11ad
Physical/MAC: Enhancements to support ≥ 1 Gbps in the 60-
GHz band
Wi-Fi Alliance
 There is always a concern whether products from different vendors
will successfully interoperate
 Wireless Ethernet Compatibility Alliance (WECA)
 Industry consortium formed in 1999
 Renamed the Wi-Fi Alliance
 Created a test suite to certify interoperability for 802.11 products
Basic service
set (BSS)
STA2
STA3
STA = station
STA4
Basic
Service Set
Extended
service set (ESS)
Figure 13.4 IEEE 802.11 Architecture
STA6
STA7
IEEE 802.x LAN
STA1
Access
point
(AP)
STA5
Access
point
(AP)
portal
Distribution System (DS)
 Basic service set (BSS) consists of some number of stations executing
the same MAC protocol and competing for access to the same shared
wireless medium
 A BSS may be isolated or it may connect to a backbone distribution
system (DS) through an access point (AP)
 In a BSS, client stations do not communicate directly with one another
 In an IBSS the stations all communicate directly
 No AP is involved.
 An IBSS is typically an ad hoc network.
IEEE 802.11 Architecture and Services
 An extended service set (ESS) consists of two or more basic service
sets interconnected by a distribution system
 To integrate the IEEE 802.11 architecture with a traditional wired LAN,
a portal is used
IEEE 802.11 Architecture and Services
 802.11 Infrastructure Mode
o at least one wireless AP and one wireless client.
 802.11 Ad Hoc Mode
o wireless clients communicate directly with each other without the
use of a wireless AP
IEEE 802.11 Operating Modes
IEEE 802.11 Terminology
Access point (AP) Any entity that has station functionality and provides
access to the distribution system via the wireless
medium for associated stations
Basic service set
(BSS)
A set of stations controlled by a single coordination
function
Coordination function The logical function that determines when a station
operating within a BSS is permitted to transmit and
may be able to receive PDUs
Distribution system
(DS)
A system used to interconnect a set of BSSs and
integrated LANs to create an ESS
Extended service set
(ESS)
A set of one or more interconnected BSSs and
integrated LANs that appear as a single BSS to the LLC
layer at any station associated with one of these BSSs
Frame Synonym for MAC protocol data unit
MAC protocol data
unit (MPDU)
The unit of data exchanged between two peer MAC
entities using the services of the physical layer
MAC service data unit
(MSDU)
Information that is delivered as a unit between MAC
users
Station Any device that contains an IEEE 802.11 conformant MAC
and physical layer
IEEE 802.11 Terminology
 Each layer has Service Data Unit (SDU) as input
 Each layer makes Protocol Data Unit (PDU) as output to communicate
with the corresponding layer at the other end
 SDUs may be fragmented or aggregated to form a PDU
 PDUs have a header specific to the layer
IEEE 802.11 Services
Service Provider Used to support
Association Distribution
system
MSDU delivery
Authentication Station LAN access and
security
Deauthentication Station LAN access and
security
Dissassociation Distribution
system
MSDU delivery
Distribution Distribution
system
MSDU delivery
Integration Distribution
system
MSDU delivery
MSDU delivery Station MSDU delivery
Privacy Station LAN access and
security
Reassocation Distribution
system
MSDU delivery
IEEE 802.11 defines nine services that need to be provided by WLAN
Distribution of Messages Within a DS
Distribution service
Primary service used by
stations to exchange MAC
frames when frame must
traverse the DS to get from
a station in one BSS to a
station in another BSS
If stations are in the same
BSS, distribution service
logically goes through the
single AP of that BSS
Integration service
Enables transfer of data
between a station on an
IEEE 802.11 LAN and a
station on an integrated
IEEE 802.x LAN
Takes care of any address
translation and media
conversion logic required
for the exchange of data
Services involved with the distribution of messages within a DS
Association-Related Services
 DS requires information about stations within the ESS
that is provided by the association-related services
 Station must be associated before DS can deliver data to
or accept data from it
 3 mobility transition types
No transition
stationary or in
single BSS
BSS transition
between BSS in
same ESS
ESS transition
between BSS in
different ESS
 Association station must establish an association with an
AP within a particular BSS
 The AP can then communicate this information to other APs
within the ESS to facilitate routing and delivery of addressed
frames
 Reassociation Enables an established association to be
transferred from one AP to another, allowing a mobile
station to move from one BSS to another
 Disassociation: A notification from either a station or an
AP that an existing association is terminated
Association-Related Services
IEEE 802.11 Medium Access Control
MAC layer
covers three
functional
areas
Reliable
data
delivery
Access
control
Security
Reliable Data Delivery
 802.11 physical and MAC layers unreliable
o Noise, interference, and other propagation effects result in the loss of a
significant number of frames
o The issue can be addressed at a higher layer such as TCP
 Timers used for retransmission at higher layers are typically on the order of seconds
 More efficient to deal with errors at MAC level
 802.11 includes frame exchange protocol
o Station receiving frame returns acknowledgment (ACK) frame
o Exchange treated as atomic unit
o If no ACK within short period of time, retransmit
 To further enhance reliability, a four
frame exchange may be used
o RTS alerts all stations within range of
source that exchange is under way
o CTS alerts all stations within range of
destination
o Other stations don’t transmit to avoid
collision
o RTS and CTS exchange is a required
function of MAC but may be disabled
Source issues a Request
to Send (RTS) frame
Destination responds
with Clear to Send (CTS)
After receiving CTS,
source transmits data
Destination responds
with ACK
Reliable Data Delivery
 Two types of proposals for a MAC algorithm
o Distributed access protocol which distribute the decision to transmit over all the
nodes using a carrier sense mechanism
o Centralized access protocol which involve regulation of transmission by a
centralized decision maker
MAC Algorithm
Point
Coordination
Function (PCF)
Contention-free
service
Contention
service
Figure 13.5 IEEE 802.11 Protocol Architecture
MAC
layer
Distributed Coordination Function (DCF)
LOGICAL LINK CONTROL (LLC)
PHYSICAL LAYER
(802.11a, 802.11b, 802.11g, 802.11n, 802.11ac, 802.11ad)
Distributed Coordination Function (DCF)
 DCF sublayer uses
CSMA algorithm
 Does not include a
collision detection
function because it is
not practical on a
wireless network
 Includes a set of delays
that amounts as a
priority scheme
If station has frame to
send it listens to
medium
If medium is idle, station
may transmit
Else waits until current
transmission is complete
Wait for frame
to transmit
Wait IFS
Figure 13.6 IEEE 802.11 Medium Access Control Logic
No
Yes
Yes
Yes
No
No
Wait IFS
Medium
idle?
Still
idle?
Wait until current
transmission ends
Exponential backoff
while medium idle
Transmit frame
Transmit frame
Still
idle?
Priority IFS Values
SIFS
short IFS
For all
immediate
response
actions
PIFS
point coordination
function IFS
Used by the
centralized
controller in
PCF scheme
when issuing
polls
DIFS
distributed coordination
function IFS
Used as
minimum delay
for
asynchronous
frames
contending for
access
Defer access
DIFS
Immediate access
when medium is free
longer than DIFS
SIFS
PIFS
DIFS
Busy Medium Next frameBackoff window
Contention window
Slot time
Select slot using binary exponential backoff
(a) Basic Access Method
time
PCF (optional)
Contention-free
period
Variable length
(per superframe)
Busy medium PCF (optional)
DCF
Contention period
Superframe (fixed nominal length)
Superframe (fixed nominal length)
Foreshortened actual
superframe period
PCF
defers
CF-Burst;
asynchronous
traffic defers
(b) PCF Superframe Construction
Figure 13.7 IEEE 802.11 MAC Timing
During the first part
of Superframe
interval, the point
coordinator issues
polls in a round-
robin fashion to all
stations
configured for
polling. The point
coordinator then
idles for the
remainder of the
superframe,
allowing a
contention period
for asynchronous
access
SIFS
 Any station using SIFS to determine transmission opportunity has
the highest priority
 SIFS is used in the following circumstances:
o Acknowledgment (ACK)
 Station responds with an ACK frame after waiting only for a
SIFS gap
 Provides for efficient collision recovery
o Clear to Send (CTS)
 Station ensures data frame gets through by issuing RTS
SIFS
Point Coordination Function (PCF)
 Point coordination function (PCF) resides in a point coordinator also known as
Access Point , to coordinate the communication within the network
 The AP waits for PIFS duration rather than DIFS duration to grasp the channel
 Channel access in PCF mode is centralized
o Access to the medium is restricted by the point coordinator
o Associated stations can transmit data only when they are allowed to do so
by the point coordinator
 Due to the priority of PCF over DCF, stations that only use DCF might
not gain access to the medium
 To prevent this, a repetition interval has been designed to cover both
Contention free or PCF & Contention Based or DCF traffic
PCF Operation
 Reserving the medium during the contention-free period
 The polling list
o Stations get on the polling list when they associate with the AP
o Polls any associated stations on a polling list for data transmissions
o Each CF-Poll is a license to transmit one frame
o Multiple frames can be transmitted only if the access point sends
multiple poll requests
Frame Control
Figure 13.8 IEEE 802.11 MAC Frame Format
2
Duration/ID2
Address 16
Sequence Control2
QoS Control2
High Throughput Control4
Frame Check Sequence (FCS)4
Always present
0—7951
Address 46
Address 26
Address 3
MAC
header
6
octets
Present only in
certain frame
types and subtypes
Control Frames
• The purpose is to request that the AP transmit a frame that has been
buffered for this station while the station was in power saving mode
Power Save-Poll (PS-Poll)
• First frame in four-way frame exchange
Request to Send (RTS)
• Second frame in four-way exchange
Clear to Send (CTS)
• Acknowledges correct receipt
Acknowledgment (ACK)
• Announces end of contention-free period that is part of PCF
Contention-Free (CF)-end
• Acknowledges CF-end to end contention-free period and release stations
from associated restrictions
CF-End + CF-Ack:
Assist in the reliable delivery of data frames
Control Frames
Duration field in RTS frame
Control Frames
The receiver of a CTS frame is the transmitter of the previous RTS frame, so the MAC
copies the transmitter address of the RTS frame into the receiver address of the CTS frame
Data Frames
 Data frames carry higher-level protocol data in the frame body
 Eight data frame subtypes
o Organized in two groups
 First four carry upper-level data
 Remaining do not carry any user data
o Data
 Simplest data frame, it may be used in both a contention or contention-free period
o Data + CF-Ack
 Carries data and acknowledges previously received data during contention-free period
o Data + CF-Poll
 Used by point coordinator to deliver data and also to request that the mobile station send a data
frame that it may have buffered
o Data + CF-Ack + CF-Poll
 Combines Data + CF-Ack and Data + CF-Poll
Data Frames
Management Frames
Used to manage
communications between
stations and APs Management of associations
• Request, response,
reassociation, dissociation,
and authentication
Management Frames
 Beacon
o announce the existence of a network
o transmitted at regular intervals to allow mobile stations to find and identify
a network, as well as match parameters for joining the network
 Probe Request
o Mobile stations use Probe Request frames to scan an area for existing
802.11 networks
o Include SSID and the rates supported by the mobile station
o Stations that receive Probe Requests use the information to determine
whether the mobile station can join the network
 Probe Response
Management Frames
 Disassociation and Deauthentication
 Association Request
 Authentication
IEEE 802.11 Physical Layer Standards
Standard 802.11a 802.11b 802.11g 802.11n 802.11ac 802.11ad
Year
introduced
1999 1999 2003 2000 2012 2014
Maximum data
transfer
speed
54 Mbps 11 Mbps 54 Mbps
65 to
600 Mbps
78 Mbps
to 3.2
Gbps
6.76 Gbps
Frequency
band
5 GHz 2.4 GHz 2.4 GHz
2.4 or 5
GHz
5 GHz 60 GHz
Channel
bandwidth
20 MHz 20 MHz 20 MHz
20, 40
MHz
40, 80,
160 MHz
2160 MHz
Highest order
modulation
64 QAM 11 CCK 64 QAM 64 QAM 256 QAM 64 QAM
Spectrum
usage
DSSS OFDM
DSSS,
OFDM
OFDM SC-OFDM SC, OFDM
Antenna
configuration
1´1 SISO 1´1 SISO 1´1 SISO
Up to 4´4
MIMO
Up to 8´8
MIMO, MU-
MIMO
1´1 SISO
IEEE 802.11b
 Extension of 802.11 DSSS scheme
o Data rates of 5.5 and 11 Mbps
o Complementary Code Keying (CCK) modulation gives higher
data rate with same bandwidth and chipping rate
IEEE 802.11a
 Makes use of the frequency
band called Universal
Networking Information
Infrastructure (UNNI)
o UNNI-1 band (5.15 to 5.25
GHz) for indoor use
o UNNI-2 band (5.25 to
5.35GHz) for indoor or outdoor
o UNNI-3 band (5.725 to 5.825
GHz) for outdoor
 Advantages over IEEE
802.11b and g
 IEEE 802.11a
o Utilizes more available
bandwidth
o Provides much higher data
rates
o Uses a relatively uncluttered
frequency spectrum (5 GHz)
IEEE 802.11g
 Higher-speed extension to 802.11b
 Operates in 2.4GHz band
 Compatible with 802.11b devices
 Combines physical layer encoding techniques used in 802.11 and
802.11b to provide service at a variety of data rates
o ERP-OFDM for 6, 9, 12, 18, 24, 36, 48, 54Mbps rates
o ERP-PBCC for 22 and 33Mbps rates
IEEE 802.11n
 Has enhancements in three general areas:
o Multiple-input-multiple-output (MIMO) antenna architecture
 Most important enhancement
 A device can transmit multiple spatial streams at once
• only directed to a single address
o Radio transmission scheme
 Increased capacity
o MAC enhancements
 Most significant change is to aggregate multiple MAC frames
into a single block for transmission
MSDU1
MAC
header
PHY
header
MSDU1
MAC
header
PHY
header
MSDU2
MAC
header
PHY
headerACKPHY
header
SIFSor
backoff
MSDU2
SIFS
ACKPHY
header
SIFS
MSDU3
MAC
header
PHY
header MSDU4
MAC
header
PHY
headerACKPHY
header
SIFSor
backoff
SIFS
ACKPHY
header
SIFS
Block
ACK
PHY
header
SIFS
Block
ACK
PHY
header
SIFS
ACKPHY
header
SIFS
x
xRetransmitted due to single bit error
xRetransmitted due to single bit error
xRetransmitted due to single bit error
xRetransmitted due to single bit error
MPDU subframe MPDU subframe
MPDU subframe
(a) No aggregation
(c) A-MPDU aggregation
(b) A-MSDU aggregation
(d) A-MPDU of A-MSDU aggregation
MPDU subframe
MPDU delimiter
MPDU subframe MPDU subframe
MAC
header
PHY
header MSDU1
A-MSDU
subframe
MSDU2
A-MSDU
subframe
MAC
header
PHY
header MSDU1
A-MSDU
subframe
MSDU2
A-MSDU
subframe
MAC
header MSDU3
A-MSDU
subframe
MSDU4
A-MSDU
subframe
MSDU3
A-MSDU
subframe
MSDU4
A-MSDU
subframe
MSDU2
MAC
header MSDU3
MAC
header MSDU4
MAC
header x
x
x
A-tMSDU delimiter
Figure 13.11 Forms of Aggregation
IEEE 802.11ac
 Includes the option of multiuser MIMO (MU-MIMO)
o On the downlink the transmitter is able to use its antenna
resources to transmit multiple frames to different stations, all at
the same time and over the same frequency spectrum
o Each antenna of a MU-MIMO AP can simultaneously
communicate with a different single-antenna device, such as a
smart phone or tablet
 Requires that every 802.11ac transmission be sent as an A-MPDU
aggregate
IEEE 802.11ad
 A version of 802.11 operating in the 60-GHz frequency band
o Offers the potential for much wider channel bandwidth than the 5-
GHz band
o Few devices operate in the 60-GHz which means communications
would experience less interference than in the other bands used by
802.11
 Undesirable propagation characteristics:
o Losses are much higher in this range than in the ranges used for
traditional microwave systems
o Multipath losses can be quite high
o Millimeter-wave signals generally don’t penetrate solid objects
802.11ac and 802.11ad Differences
802.11ac
 Supports a MIMO antenna
configuration
802.11ad
 Is designed for single-antenna
operation
 Has a huge channel bandwidth
of 2160 MHz
IEEE 802.11 Physical Layer Standards
Standard 802.11a 802.11b 802.11g 802.11n 802.11ac 802.11ad
Year
introduced
1999 1999 2003 2000 2012 2014
Maximum data
transfer
speed
54 Mbps 11 Mbps 54 Mbps
65 to
600 Mbps
78 Mbps
to 3.2
Gbps
6.76 Gbps
Frequency
band
5 GHz 2.4 GHz 2.4 GHz
2.4 or 5
GHz
5 GHz 60 GHz
Channel
bandwidth
20 MHz 20 MHz 20 MHz
20, 40
MHz
40, 80,
160 MHz
2160 MHz
Highest order
modulation
64 QAM 11 CCK 64 QAM 64 QAM 256 QAM 64 QAM
Spectrum
usage
DSSS OFDM
DSSS,
OFDM
OFDM SC-OFDM SC, OFDM
Antenna
configuration
1´1 SISO 1´1 SISO 1´1 SISO
Up to 4´4
MIMO
Up to 8´8
MIMO, MU-
MIMO
1´1 SISO
IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and Services

More Related Content

What's hot

Network Layer design Issues.pptx
Network Layer design Issues.pptxNetwork Layer design Issues.pptx
Network Layer design Issues.pptxAcad
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)Parvesh Taneja
 
Issues in routing protocol
Issues in routing protocolIssues in routing protocol
Issues in routing protocolPradeep Kumar TS
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)k33a
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ZillayHuma Mehmood
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networksguesta81d4b
 
WIRELESS TRANSMISSION
WIRELESS TRANSMISSIONWIRELESS TRANSMISSION
WIRELESS TRANSMISSIONjunnubabu
 
HDLC(High level Data Link Control)
HDLC(High level Data Link Control)HDLC(High level Data Link Control)
HDLC(High level Data Link Control)sonangrai
 
WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts – ...
WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts –  ...WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts –  ...
WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts – ...ArunChokkalingam
 
Lecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networksLecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networksChandra Meena
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPMukesh Chinta
 
Multiple Access Protocal
Multiple Access ProtocalMultiple Access Protocal
Multiple Access Protocaltes31
 

What's hot (20)

HDLC
HDLCHDLC
HDLC
 
Computer networks - Channelization
Computer networks - ChannelizationComputer networks - Channelization
Computer networks - Channelization
 
Data link layer
Data link layer Data link layer
Data link layer
 
Network Layer design Issues.pptx
Network Layer design Issues.pptxNetwork Layer design Issues.pptx
Network Layer design Issues.pptx
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)
 
Issues in routing protocol
Issues in routing protocolIssues in routing protocol
Issues in routing protocol
 
Sliding window protocol
Sliding window protocolSliding window protocol
Sliding window protocol
 
Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)Transmission Control Protocol (TCP)
Transmission Control Protocol (TCP)
 
ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)ASYNCHRONOUS TRANSFER MODE (ATM)
ASYNCHRONOUS TRANSFER MODE (ATM)
 
Distance vector routing
Distance vector routingDistance vector routing
Distance vector routing
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
WIRELESS TRANSMISSION
WIRELESS TRANSMISSIONWIRELESS TRANSMISSION
WIRELESS TRANSMISSION
 
HDLC(High level Data Link Control)
HDLC(High level Data Link Control)HDLC(High level Data Link Control)
HDLC(High level Data Link Control)
 
Wlan architecture
Wlan architectureWlan architecture
Wlan architecture
 
WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts – ...
WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts –  ...WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts –  ...
WSN NETWORK -MAC PROTOCOLS - Low Duty Cycle Protocols And Wakeup Concepts – ...
 
Transport layer
Transport layer Transport layer
Transport layer
 
Lecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networksLecture 23 27. quality of services in ad hoc wireless networks
Lecture 23 27. quality of services in ad hoc wireless networks
 
Reference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IPReference models in Networks: OSI & TCP/IP
Reference models in Networks: OSI & TCP/IP
 
Multiple Access Protocal
Multiple Access ProtocalMultiple Access Protocal
Multiple Access Protocal
 
Wireless application protocol ppt
Wireless application protocol  pptWireless application protocol  ppt
Wireless application protocol ppt
 

Viewers also liked

Bluetooth based smart sensor devices 2
Bluetooth based smart sensor devices 2Bluetooth based smart sensor devices 2
Bluetooth based smart sensor devices 2Vijay Kribpz
 
Bluetooth technology presentation
Bluetooth technology presentationBluetooth technology presentation
Bluetooth technology presentationKrishna Kumari
 
Bluetooth Presentation
Bluetooth PresentationBluetooth Presentation
Bluetooth Presentationguest664c3f
 

Viewers also liked (6)

Bluetooth based smart sensor devices 2
Bluetooth based smart sensor devices 2Bluetooth based smart sensor devices 2
Bluetooth based smart sensor devices 2
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
Antenna
AntennaAntenna
Antenna
 
Bluetooth technology presentation
Bluetooth technology presentationBluetooth technology presentation
Bluetooth technology presentation
 
Bluetooth Presentation
Bluetooth PresentationBluetooth Presentation
Bluetooth Presentation
 

Similar to IEEE 802.11 Architecture and Services

Tele Communications - IEEE 802.11
Tele Communications - IEEE 802.11Tele Communications - IEEE 802.11
Tele Communications - IEEE 802.11Shefa Idrees
 
Wireless LAN By SAIKIRAN PANJALA
Wireless LAN By SAIKIRAN PANJALAWireless LAN By SAIKIRAN PANJALA
Wireless LAN By SAIKIRAN PANJALASaikiran Panjala
 
Computer networks wireless lan,ieee-802.11,bluetooth
Computer networks  wireless lan,ieee-802.11,bluetoothComputer networks  wireless lan,ieee-802.11,bluetooth
Computer networks wireless lan,ieee-802.11,bluetoothDeepak John
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
EC8004 wireless networks unit 1 IEEE802.11
EC8004 wireless networks unit 1 IEEE802.11EC8004 wireless networks unit 1 IEEE802.11
EC8004 wireless networks unit 1 IEEE802.11HemalathaR31
 
Lecture6(Wireless La Ns)
Lecture6(Wireless La Ns)Lecture6(Wireless La Ns)
Lecture6(Wireless La Ns)Ashish Khare
 
Cisco WLAN - Chapter. 02 : Part 1 – 802.11 MAC and Cisco Client Adapters
Cisco WLAN -  Chapter. 02 :  Part 1 – 802.11 MAC and Cisco Client AdaptersCisco WLAN -  Chapter. 02 :  Part 1 – 802.11 MAC and Cisco Client Adapters
Cisco WLAN - Chapter. 02 : Part 1 – 802.11 MAC and Cisco Client AdaptersYaser Rahmati
 
IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesIEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesDhrumil Panchal
 
A20345606_Shah_Bonus_Report
A20345606_Shah_Bonus_ReportA20345606_Shah_Bonus_Report
A20345606_Shah_Bonus_ReportPanth Shah
 
wireless lan presentation.ppt
wireless lan presentation.pptwireless lan presentation.ppt
wireless lan presentation.pptHODElex
 
Mobile Computing (Part-2)
Mobile Computing (Part-2)Mobile Computing (Part-2)
Mobile Computing (Part-2)Ankur Kumar
 

Similar to IEEE 802.11 Architecture and Services (20)

Lect4
Lect4Lect4
Lect4
 
Lect4
Lect4Lect4
Lect4
 
Tele Communications - IEEE 802.11
Tele Communications - IEEE 802.11Tele Communications - IEEE 802.11
Tele Communications - IEEE 802.11
 
Ieee 802.11 wireless lan
Ieee 802.11 wireless lanIeee 802.11 wireless lan
Ieee 802.11 wireless lan
 
Wireless LAN By SAIKIRAN PANJALA
Wireless LAN By SAIKIRAN PANJALAWireless LAN By SAIKIRAN PANJALA
Wireless LAN By SAIKIRAN PANJALA
 
Seminar
SeminarSeminar
Seminar
 
Computer networks wireless lan,ieee-802.11,bluetooth
Computer networks  wireless lan,ieee-802.11,bluetoothComputer networks  wireless lan,ieee-802.11,bluetooth
Computer networks wireless lan,ieee-802.11,bluetooth
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
EC8004 wireless networks unit 1 IEEE802.11
EC8004 wireless networks unit 1 IEEE802.11EC8004 wireless networks unit 1 IEEE802.11
EC8004 wireless networks unit 1 IEEE802.11
 
Chapter#14
Chapter#14Chapter#14
Chapter#14
 
Lecture6(Wireless La Ns)
Lecture6(Wireless La Ns)Lecture6(Wireless La Ns)
Lecture6(Wireless La Ns)
 
Rj wlan
Rj wlanRj wlan
Rj wlan
 
NET1.PPT
NET1.PPTNET1.PPT
NET1.PPT
 
Cisco WLAN - Chapter. 02 : Part 1 – 802.11 MAC and Cisco Client Adapters
Cisco WLAN -  Chapter. 02 :  Part 1 – 802.11 MAC and Cisco Client AdaptersCisco WLAN -  Chapter. 02 :  Part 1 – 802.11 MAC and Cisco Client Adapters
Cisco WLAN - Chapter. 02 : Part 1 – 802.11 MAC and Cisco Client Adapters
 
Ieee 802.11overview
Ieee 802.11overviewIeee 802.11overview
Ieee 802.11overview
 
IEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and ServicesIEEE 802.11 Architecture and Services
IEEE 802.11 Architecture and Services
 
A20345606_Shah_Bonus_Report
A20345606_Shah_Bonus_ReportA20345606_Shah_Bonus_Report
A20345606_Shah_Bonus_Report
 
Ag34200206
Ag34200206Ag34200206
Ag34200206
 
wireless lan presentation.ppt
wireless lan presentation.pptwireless lan presentation.ppt
wireless lan presentation.ppt
 
Mobile Computing (Part-2)
Mobile Computing (Part-2)Mobile Computing (Part-2)
Mobile Computing (Part-2)
 

More from Sayed Chhattan Shah

Introduction to System Programming
Introduction to System ProgrammingIntroduction to System Programming
Introduction to System ProgrammingSayed Chhattan Shah
 
Introduction to Differential Equations
Introduction to Differential EquationsIntroduction to Differential Equations
Introduction to Differential EquationsSayed Chhattan Shah
 
Cloud and Edge Computing Systems
Cloud and Edge Computing SystemsCloud and Edge Computing Systems
Cloud and Edge Computing SystemsSayed Chhattan Shah
 
Introduction to Internet of Things
Introduction to Internet of ThingsIntroduction to Internet of Things
Introduction to Internet of ThingsSayed Chhattan Shah
 
5G Network: Requirements, Design Principles, Architectures, and Enabling Tech...
5G Network: Requirements, Design Principles, Architectures, and Enabling Tech...5G Network: Requirements, Design Principles, Architectures, and Enabling Tech...
5G Network: Requirements, Design Principles, Architectures, and Enabling Tech...Sayed Chhattan Shah
 
Routing in Mobile Ad hoc Networks
Routing in Mobile Ad hoc NetworksRouting in Mobile Ad hoc Networks
Routing in Mobile Ad hoc NetworksSayed Chhattan Shah
 
Keynote Talk on Recent Advances in Mobile Grid and Cloud Computing
Keynote Talk on Recent Advances in Mobile Grid and Cloud ComputingKeynote Talk on Recent Advances in Mobile Grid and Cloud Computing
Keynote Talk on Recent Advances in Mobile Grid and Cloud ComputingSayed Chhattan Shah
 
Keynote on Mobile Grid and Cloud Computing
Keynote on Mobile Grid and Cloud ComputingKeynote on Mobile Grid and Cloud Computing
Keynote on Mobile Grid and Cloud ComputingSayed Chhattan Shah
 
Introduction to Mobile Ad hoc Networks
Introduction to Mobile Ad hoc NetworksIntroduction to Mobile Ad hoc Networks
Introduction to Mobile Ad hoc NetworksSayed Chhattan Shah
 
Tips on Applying for a Scholarship
Tips on Applying for a ScholarshipTips on Applying for a Scholarship
Tips on Applying for a ScholarshipSayed Chhattan Shah
 
Introduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingIntroduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingSayed Chhattan Shah
 

More from Sayed Chhattan Shah (17)

Introduction to System Programming
Introduction to System ProgrammingIntroduction to System Programming
Introduction to System Programming
 
Introduction to Differential Equations
Introduction to Differential EquationsIntroduction to Differential Equations
Introduction to Differential Equations
 
Algorithm Design and Analysis
Algorithm Design and AnalysisAlgorithm Design and Analysis
Algorithm Design and Analysis
 
Cloud and Edge Computing Systems
Cloud and Edge Computing SystemsCloud and Edge Computing Systems
Cloud and Edge Computing Systems
 
Introduction to Internet of Things
Introduction to Internet of ThingsIntroduction to Internet of Things
Introduction to Internet of Things
 
IoT Network Technologies
IoT Network TechnologiesIoT Network Technologies
IoT Network Technologies
 
5G Network: Requirements, Design Principles, Architectures, and Enabling Tech...
5G Network: Requirements, Design Principles, Architectures, and Enabling Tech...5G Network: Requirements, Design Principles, Architectures, and Enabling Tech...
5G Network: Requirements, Design Principles, Architectures, and Enabling Tech...
 
Data Center Networks
Data Center NetworksData Center Networks
Data Center Networks
 
Routing in Mobile Ad hoc Networks
Routing in Mobile Ad hoc NetworksRouting in Mobile Ad hoc Networks
Routing in Mobile Ad hoc Networks
 
Keynote Talk on Recent Advances in Mobile Grid and Cloud Computing
Keynote Talk on Recent Advances in Mobile Grid and Cloud ComputingKeynote Talk on Recent Advances in Mobile Grid and Cloud Computing
Keynote Talk on Recent Advances in Mobile Grid and Cloud Computing
 
Keynote on Mobile Grid and Cloud Computing
Keynote on Mobile Grid and Cloud ComputingKeynote on Mobile Grid and Cloud Computing
Keynote on Mobile Grid and Cloud Computing
 
Introduction to Mobile Ad hoc Networks
Introduction to Mobile Ad hoc NetworksIntroduction to Mobile Ad hoc Networks
Introduction to Mobile Ad hoc Networks
 
Cloud Robotics
Cloud RoboticsCloud Robotics
Cloud Robotics
 
Introduction to Cloud Computing
Introduction to Cloud ComputingIntroduction to Cloud Computing
Introduction to Cloud Computing
 
Tips on Applying for a Scholarship
Tips on Applying for a ScholarshipTips on Applying for a Scholarship
Tips on Applying for a Scholarship
 
Cluster and Grid Computing
Cluster and Grid ComputingCluster and Grid Computing
Cluster and Grid Computing
 
Introduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingIntroduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed Computing
 

Recently uploaded

Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptxJonalynLegaspi2
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...DhatriParmar
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 

Recently uploaded (20)

Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
week 1 cookery 8 fourth - quarter .pptx
week 1 cookery 8  fourth  -  quarter .pptxweek 1 cookery 8  fourth  -  quarter .pptx
week 1 cookery 8 fourth - quarter .pptx
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
Beauty Amidst the Bytes_ Unearthing Unexpected Advantages of the Digital Wast...
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 

IEEE 802.11 Architecture and Services

  • 1. Sayed Chhattan Shah Department of Information Communications Engineering Hankuk University of Foreign Studies Korea www.mgclab.com IEEE 802.11 Architecture and Services
  • 2. IEEE 802.11 Architecture and Services  In 1990, IEEE 802 Committee formed a new working group, IEEE 802.11, specifically devoted to wireless LANs, with a charter to develop a MAC protocol and physical medium specification
  • 3. Key IEEE 802.11 Standards Standard Scope IEEE 802.11a Physical layer: 5-GHz OFDM at rates from 6 to 54 Mbps IEEE 802.11b Physical layer: 2.4-GHz DSSS at 5.5 and 11 Mbps IEEE 802.11c Bridge operation at 802.11 MAC layer IEEE 802.11d Physical layer: Extend operation of 802.11 WLANs to new regulatory domains (countries) IEEE 802.11e MAC: Enhance to improve quality of service and enhance security mechanisms IEEE 802.11g Physical layer: Extend 802.11b to data rates >20 Mbps IEEE 802.11i MAC: Enhance security and authentication mechanisms IEEE 802.11n Physical/MAC: Enhancements to enable higher throughput IEEE 802.11T Recommended practice for the evaluation of 802.11 wireless performance IEEE 802.11ac Physical/MAC: Enhancements to support 0.5–1 Gbps in 5-GHz band IEEE 802.11ad Physical/MAC: Enhancements to support ≥ 1 Gbps in the 60- GHz band
  • 4. Wi-Fi Alliance  There is always a concern whether products from different vendors will successfully interoperate  Wireless Ethernet Compatibility Alliance (WECA)  Industry consortium formed in 1999  Renamed the Wi-Fi Alliance  Created a test suite to certify interoperability for 802.11 products
  • 5. Basic service set (BSS) STA2 STA3 STA = station STA4 Basic Service Set Extended service set (ESS) Figure 13.4 IEEE 802.11 Architecture STA6 STA7 IEEE 802.x LAN STA1 Access point (AP) STA5 Access point (AP) portal Distribution System (DS)
  • 6.  Basic service set (BSS) consists of some number of stations executing the same MAC protocol and competing for access to the same shared wireless medium  A BSS may be isolated or it may connect to a backbone distribution system (DS) through an access point (AP)  In a BSS, client stations do not communicate directly with one another  In an IBSS the stations all communicate directly  No AP is involved.  An IBSS is typically an ad hoc network. IEEE 802.11 Architecture and Services
  • 7.  An extended service set (ESS) consists of two or more basic service sets interconnected by a distribution system  To integrate the IEEE 802.11 architecture with a traditional wired LAN, a portal is used IEEE 802.11 Architecture and Services
  • 8.  802.11 Infrastructure Mode o at least one wireless AP and one wireless client.  802.11 Ad Hoc Mode o wireless clients communicate directly with each other without the use of a wireless AP IEEE 802.11 Operating Modes
  • 9. IEEE 802.11 Terminology Access point (AP) Any entity that has station functionality and provides access to the distribution system via the wireless medium for associated stations Basic service set (BSS) A set of stations controlled by a single coordination function Coordination function The logical function that determines when a station operating within a BSS is permitted to transmit and may be able to receive PDUs Distribution system (DS) A system used to interconnect a set of BSSs and integrated LANs to create an ESS Extended service set (ESS) A set of one or more interconnected BSSs and integrated LANs that appear as a single BSS to the LLC layer at any station associated with one of these BSSs Frame Synonym for MAC protocol data unit MAC protocol data unit (MPDU) The unit of data exchanged between two peer MAC entities using the services of the physical layer MAC service data unit (MSDU) Information that is delivered as a unit between MAC users Station Any device that contains an IEEE 802.11 conformant MAC and physical layer
  • 10. IEEE 802.11 Terminology  Each layer has Service Data Unit (SDU) as input  Each layer makes Protocol Data Unit (PDU) as output to communicate with the corresponding layer at the other end  SDUs may be fragmented or aggregated to form a PDU  PDUs have a header specific to the layer
  • 11. IEEE 802.11 Services Service Provider Used to support Association Distribution system MSDU delivery Authentication Station LAN access and security Deauthentication Station LAN access and security Dissassociation Distribution system MSDU delivery Distribution Distribution system MSDU delivery Integration Distribution system MSDU delivery MSDU delivery Station MSDU delivery Privacy Station LAN access and security Reassocation Distribution system MSDU delivery IEEE 802.11 defines nine services that need to be provided by WLAN
  • 12. Distribution of Messages Within a DS Distribution service Primary service used by stations to exchange MAC frames when frame must traverse the DS to get from a station in one BSS to a station in another BSS If stations are in the same BSS, distribution service logically goes through the single AP of that BSS Integration service Enables transfer of data between a station on an IEEE 802.11 LAN and a station on an integrated IEEE 802.x LAN Takes care of any address translation and media conversion logic required for the exchange of data Services involved with the distribution of messages within a DS
  • 13. Association-Related Services  DS requires information about stations within the ESS that is provided by the association-related services  Station must be associated before DS can deliver data to or accept data from it  3 mobility transition types No transition stationary or in single BSS BSS transition between BSS in same ESS ESS transition between BSS in different ESS
  • 14.  Association station must establish an association with an AP within a particular BSS  The AP can then communicate this information to other APs within the ESS to facilitate routing and delivery of addressed frames  Reassociation Enables an established association to be transferred from one AP to another, allowing a mobile station to move from one BSS to another  Disassociation: A notification from either a station or an AP that an existing association is terminated Association-Related Services
  • 15. IEEE 802.11 Medium Access Control MAC layer covers three functional areas Reliable data delivery Access control Security
  • 16. Reliable Data Delivery  802.11 physical and MAC layers unreliable o Noise, interference, and other propagation effects result in the loss of a significant number of frames o The issue can be addressed at a higher layer such as TCP  Timers used for retransmission at higher layers are typically on the order of seconds  More efficient to deal with errors at MAC level  802.11 includes frame exchange protocol o Station receiving frame returns acknowledgment (ACK) frame o Exchange treated as atomic unit o If no ACK within short period of time, retransmit
  • 17.  To further enhance reliability, a four frame exchange may be used o RTS alerts all stations within range of source that exchange is under way o CTS alerts all stations within range of destination o Other stations don’t transmit to avoid collision o RTS and CTS exchange is a required function of MAC but may be disabled Source issues a Request to Send (RTS) frame Destination responds with Clear to Send (CTS) After receiving CTS, source transmits data Destination responds with ACK Reliable Data Delivery
  • 18.  Two types of proposals for a MAC algorithm o Distributed access protocol which distribute the decision to transmit over all the nodes using a carrier sense mechanism o Centralized access protocol which involve regulation of transmission by a centralized decision maker MAC Algorithm
  • 19. Point Coordination Function (PCF) Contention-free service Contention service Figure 13.5 IEEE 802.11 Protocol Architecture MAC layer Distributed Coordination Function (DCF) LOGICAL LINK CONTROL (LLC) PHYSICAL LAYER (802.11a, 802.11b, 802.11g, 802.11n, 802.11ac, 802.11ad)
  • 20. Distributed Coordination Function (DCF)  DCF sublayer uses CSMA algorithm  Does not include a collision detection function because it is not practical on a wireless network  Includes a set of delays that amounts as a priority scheme If station has frame to send it listens to medium If medium is idle, station may transmit Else waits until current transmission is complete
  • 21. Wait for frame to transmit Wait IFS Figure 13.6 IEEE 802.11 Medium Access Control Logic No Yes Yes Yes No No Wait IFS Medium idle? Still idle? Wait until current transmission ends Exponential backoff while medium idle Transmit frame Transmit frame Still idle?
  • 22. Priority IFS Values SIFS short IFS For all immediate response actions PIFS point coordination function IFS Used by the centralized controller in PCF scheme when issuing polls DIFS distributed coordination function IFS Used as minimum delay for asynchronous frames contending for access
  • 23. Defer access DIFS Immediate access when medium is free longer than DIFS SIFS PIFS DIFS Busy Medium Next frameBackoff window Contention window Slot time Select slot using binary exponential backoff (a) Basic Access Method time PCF (optional) Contention-free period Variable length (per superframe) Busy medium PCF (optional) DCF Contention period Superframe (fixed nominal length) Superframe (fixed nominal length) Foreshortened actual superframe period PCF defers CF-Burst; asynchronous traffic defers (b) PCF Superframe Construction Figure 13.7 IEEE 802.11 MAC Timing During the first part of Superframe interval, the point coordinator issues polls in a round- robin fashion to all stations configured for polling. The point coordinator then idles for the remainder of the superframe, allowing a contention period for asynchronous access
  • 24. SIFS  Any station using SIFS to determine transmission opportunity has the highest priority  SIFS is used in the following circumstances: o Acknowledgment (ACK)  Station responds with an ACK frame after waiting only for a SIFS gap  Provides for efficient collision recovery o Clear to Send (CTS)  Station ensures data frame gets through by issuing RTS
  • 25. SIFS
  • 26. Point Coordination Function (PCF)  Point coordination function (PCF) resides in a point coordinator also known as Access Point , to coordinate the communication within the network  The AP waits for PIFS duration rather than DIFS duration to grasp the channel  Channel access in PCF mode is centralized o Access to the medium is restricted by the point coordinator o Associated stations can transmit data only when they are allowed to do so by the point coordinator  Due to the priority of PCF over DCF, stations that only use DCF might not gain access to the medium  To prevent this, a repetition interval has been designed to cover both Contention free or PCF & Contention Based or DCF traffic
  • 27. PCF Operation  Reserving the medium during the contention-free period  The polling list o Stations get on the polling list when they associate with the AP o Polls any associated stations on a polling list for data transmissions o Each CF-Poll is a license to transmit one frame o Multiple frames can be transmitted only if the access point sends multiple poll requests
  • 28. Frame Control Figure 13.8 IEEE 802.11 MAC Frame Format 2 Duration/ID2 Address 16 Sequence Control2 QoS Control2 High Throughput Control4 Frame Check Sequence (FCS)4 Always present 0—7951 Address 46 Address 26 Address 3 MAC header 6 octets Present only in certain frame types and subtypes
  • 29.
  • 30.
  • 31.
  • 32. Control Frames • The purpose is to request that the AP transmit a frame that has been buffered for this station while the station was in power saving mode Power Save-Poll (PS-Poll) • First frame in four-way frame exchange Request to Send (RTS) • Second frame in four-way exchange Clear to Send (CTS) • Acknowledges correct receipt Acknowledgment (ACK) • Announces end of contention-free period that is part of PCF Contention-Free (CF)-end • Acknowledges CF-end to end contention-free period and release stations from associated restrictions CF-End + CF-Ack: Assist in the reliable delivery of data frames
  • 34. Control Frames The receiver of a CTS frame is the transmitter of the previous RTS frame, so the MAC copies the transmitter address of the RTS frame into the receiver address of the CTS frame
  • 35. Data Frames  Data frames carry higher-level protocol data in the frame body  Eight data frame subtypes o Organized in two groups  First four carry upper-level data  Remaining do not carry any user data o Data  Simplest data frame, it may be used in both a contention or contention-free period o Data + CF-Ack  Carries data and acknowledges previously received data during contention-free period o Data + CF-Poll  Used by point coordinator to deliver data and also to request that the mobile station send a data frame that it may have buffered o Data + CF-Ack + CF-Poll  Combines Data + CF-Ack and Data + CF-Poll
  • 37. Management Frames Used to manage communications between stations and APs Management of associations • Request, response, reassociation, dissociation, and authentication
  • 38. Management Frames  Beacon o announce the existence of a network o transmitted at regular intervals to allow mobile stations to find and identify a network, as well as match parameters for joining the network  Probe Request o Mobile stations use Probe Request frames to scan an area for existing 802.11 networks o Include SSID and the rates supported by the mobile station o Stations that receive Probe Requests use the information to determine whether the mobile station can join the network  Probe Response
  • 39. Management Frames  Disassociation and Deauthentication  Association Request  Authentication
  • 40. IEEE 802.11 Physical Layer Standards Standard 802.11a 802.11b 802.11g 802.11n 802.11ac 802.11ad Year introduced 1999 1999 2003 2000 2012 2014 Maximum data transfer speed 54 Mbps 11 Mbps 54 Mbps 65 to 600 Mbps 78 Mbps to 3.2 Gbps 6.76 Gbps Frequency band 5 GHz 2.4 GHz 2.4 GHz 2.4 or 5 GHz 5 GHz 60 GHz Channel bandwidth 20 MHz 20 MHz 20 MHz 20, 40 MHz 40, 80, 160 MHz 2160 MHz Highest order modulation 64 QAM 11 CCK 64 QAM 64 QAM 256 QAM 64 QAM Spectrum usage DSSS OFDM DSSS, OFDM OFDM SC-OFDM SC, OFDM Antenna configuration 1´1 SISO 1´1 SISO 1´1 SISO Up to 4´4 MIMO Up to 8´8 MIMO, MU- MIMO 1´1 SISO
  • 41. IEEE 802.11b  Extension of 802.11 DSSS scheme o Data rates of 5.5 and 11 Mbps o Complementary Code Keying (CCK) modulation gives higher data rate with same bandwidth and chipping rate
  • 42. IEEE 802.11a  Makes use of the frequency band called Universal Networking Information Infrastructure (UNNI) o UNNI-1 band (5.15 to 5.25 GHz) for indoor use o UNNI-2 band (5.25 to 5.35GHz) for indoor or outdoor o UNNI-3 band (5.725 to 5.825 GHz) for outdoor  Advantages over IEEE 802.11b and g  IEEE 802.11a o Utilizes more available bandwidth o Provides much higher data rates o Uses a relatively uncluttered frequency spectrum (5 GHz)
  • 43. IEEE 802.11g  Higher-speed extension to 802.11b  Operates in 2.4GHz band  Compatible with 802.11b devices  Combines physical layer encoding techniques used in 802.11 and 802.11b to provide service at a variety of data rates o ERP-OFDM for 6, 9, 12, 18, 24, 36, 48, 54Mbps rates o ERP-PBCC for 22 and 33Mbps rates
  • 44. IEEE 802.11n  Has enhancements in three general areas: o Multiple-input-multiple-output (MIMO) antenna architecture  Most important enhancement  A device can transmit multiple spatial streams at once • only directed to a single address o Radio transmission scheme  Increased capacity o MAC enhancements  Most significant change is to aggregate multiple MAC frames into a single block for transmission
  • 45. MSDU1 MAC header PHY header MSDU1 MAC header PHY header MSDU2 MAC header PHY headerACKPHY header SIFSor backoff MSDU2 SIFS ACKPHY header SIFS MSDU3 MAC header PHY header MSDU4 MAC header PHY headerACKPHY header SIFSor backoff SIFS ACKPHY header SIFS Block ACK PHY header SIFS Block ACK PHY header SIFS ACKPHY header SIFS x xRetransmitted due to single bit error xRetransmitted due to single bit error xRetransmitted due to single bit error xRetransmitted due to single bit error MPDU subframe MPDU subframe MPDU subframe (a) No aggregation (c) A-MPDU aggregation (b) A-MSDU aggregation (d) A-MPDU of A-MSDU aggregation MPDU subframe MPDU delimiter MPDU subframe MPDU subframe MAC header PHY header MSDU1 A-MSDU subframe MSDU2 A-MSDU subframe MAC header PHY header MSDU1 A-MSDU subframe MSDU2 A-MSDU subframe MAC header MSDU3 A-MSDU subframe MSDU4 A-MSDU subframe MSDU3 A-MSDU subframe MSDU4 A-MSDU subframe MSDU2 MAC header MSDU3 MAC header MSDU4 MAC header x x x A-tMSDU delimiter Figure 13.11 Forms of Aggregation
  • 46. IEEE 802.11ac  Includes the option of multiuser MIMO (MU-MIMO) o On the downlink the transmitter is able to use its antenna resources to transmit multiple frames to different stations, all at the same time and over the same frequency spectrum o Each antenna of a MU-MIMO AP can simultaneously communicate with a different single-antenna device, such as a smart phone or tablet  Requires that every 802.11ac transmission be sent as an A-MPDU aggregate
  • 47. IEEE 802.11ad  A version of 802.11 operating in the 60-GHz frequency band o Offers the potential for much wider channel bandwidth than the 5- GHz band o Few devices operate in the 60-GHz which means communications would experience less interference than in the other bands used by 802.11  Undesirable propagation characteristics: o Losses are much higher in this range than in the ranges used for traditional microwave systems o Multipath losses can be quite high o Millimeter-wave signals generally don’t penetrate solid objects
  • 48. 802.11ac and 802.11ad Differences 802.11ac  Supports a MIMO antenna configuration 802.11ad  Is designed for single-antenna operation  Has a huge channel bandwidth of 2160 MHz
  • 49. IEEE 802.11 Physical Layer Standards Standard 802.11a 802.11b 802.11g 802.11n 802.11ac 802.11ad Year introduced 1999 1999 2003 2000 2012 2014 Maximum data transfer speed 54 Mbps 11 Mbps 54 Mbps 65 to 600 Mbps 78 Mbps to 3.2 Gbps 6.76 Gbps Frequency band 5 GHz 2.4 GHz 2.4 GHz 2.4 or 5 GHz 5 GHz 60 GHz Channel bandwidth 20 MHz 20 MHz 20 MHz 20, 40 MHz 40, 80, 160 MHz 2160 MHz Highest order modulation 64 QAM 11 CCK 64 QAM 64 QAM 256 QAM 64 QAM Spectrum usage DSSS OFDM DSSS, OFDM OFDM SC-OFDM SC, OFDM Antenna configuration 1´1 SISO 1´1 SISO 1´1 SISO Up to 4´4 MIMO Up to 8´8 MIMO, MU- MIMO 1´1 SISO