IEEE 802.11 Wireless LAN DataLink Layer: Architecture, MAC Protocol, and Security, Slides of Computer Networks

An in-depth exploration of the ieee 802.11 wireless lan datalink layer, focusing on its architecture, mac protocol, and security features. Topics include the distribution system, access point, basic service set, extended service set, distributed vs centralized access, wireless mac foundation, priority, ifs usage, two frame exchange protocol, acknowledgements, mac address format, and various management frames. Additionally, this document covers security aspects such as authentication, key management, and data transfer privacy.

Typology: Slides

2012/2013

Uploaded on 04/25/2013

avantika
avantika 🇮🇳

4.3

(22)

153 documents

1 / 71

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
5: DataLink Layer 5a-1
19:
Wireless
Docsity.com
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47

Partial preview of the text

Download IEEE 802.11 Wireless LAN DataLink Layer: Architecture, MAC Protocol, and Security and more Slides Computer Networks in PDF only on Docsity!

5: DataLink Layer 5a-

Wireless

5: DataLink Layer 5a-

IEEE 802.11 Wireless LAN

 wireless LANs: untethered/mobile networking  IEEE 802.11 standard:  MAC protocol  unlicensed frequency spectrum governed by pre-defined rules vs. restricted allocation  Basic Service Set (BSS) (a.k.a. “cell”) contains:wireless hosts/stations (STA)access point (AP): base stationBSS’s combined to form distribution system (DS) and extended service set (ESS)

  • 5: DataLink LayerDocsity.com 5a-

 Interesting aspects to 802.11 protocols

relative to what we’ve seen already

 Both a polling (contention-free) mode and

CSMA/CA mode for dealing with

contention

 CSMA/CA – collision avoidance rather than

CD collision detection

 Some reliable data transfer aspects

including ACKS (unlike Ethernet)

5: DataLink LayerDocsity.com 5a-

5: DataLink Layer 5a-

Distributed Foundation

Wireless MAC

 Compromise was Distributed Foundation

Wireless MAC (DFWMAC)

 Distributed Access control mechanism with

an optional centralized control layer on top

of that

 Distributed Coordination Function (DCF) on top of physical layer  On top of that is optional Point Coordination Function (PCF) that provides contention free service

Access Control

5: DataLink Layer 5a-

Superframes

CPs and CFPs alternate in a superframe

A superframe is an interval between two

beacon frame transmissions.

A beacon frame is broadcasted by APs in

BSSs or random stations in IBSSs.

It carries management information to the stations.

5: DataLink Layer 5a-

IEEE 802.11 MAC Timing

PCF Superframe Construction

Medium Access Control Logic

IFS = interframe space

Each time fail increase time to wait before send

5: DataLink Layer 5a-

Interframe Space (IFS) Values

 Actually three different IFS values

 Short IFS (SIFS)  Shortest IFS  Used for immediate response actions

 Point coordination function IFS (PIFS)  Midlength IFS  Used by centralized controller in PCF scheme when using polls

 Distributed coordination function IFS (DIFS)  Longest IFS  Used as minimum delay of asynchronous frames contending for access

5: DataLink Layer 5a-

IFS Usage

 SIFS

 Acknowledgment (ACK)  Clear to send (CTS)  Poll response( for PCF)

 PIFS

 Used by centralized controller in issuing polls (for PCF)  Takes precedence over normal contention traffic

 DIFS

 Used for all ordinary asynchronous traffic

5: DataLink Layer 5a-

Polling

 Since PIFS smaller than DIFS, coordinator

can seize coordinator and lock all traffic (

at least traffic that obeys the rules) while

it polls and receives responses

 When polling coordinator sends a poll to a

station, it can respond using SIFS ( beating

the next PIFS and any DIFS)

5: DataLink Layer 5a-

Reliable Data Delivery

 More efficient to deal with errors at the MAC level than higher layer (such as TCP)  Transport layer timeouts can take seconds

 Two Frame exchange protocol  Source station transmits data  Destination responds with acknowledgment (ACK)  If source doesn’t receive ACK, it retransmits frame  Four frame exchange  Source issues request to send (RTS)  Destination responds with clear to send (CTS)  Source transmits data  Destination responds with ACK

5: DataLink Layer 5a-

Clear To Send (CTS)

 Station can make it more likely its frame

will get though by first sending a small

Request to Sent (RTS frame)

 The recipient will then reply CTS

 Avoids the hidden terminal problem