+ All Categories
Home > Documents > IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with...

IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with...

Date post: 07-Jun-2018
Category:
Upload: trinhhanh
View: 217 times
Download: 0 times
Share this document with a friend
21
CS 536 Park IEEE 802.11 MAC -→ CSMA/CA with exponential backoff -→ almost like CSMA/CD -→ drop CD -→ CSMA with explicit ACK frame -→ added optional feature: CA (collision avoidance) Two modes for MAC operation: Distributed coordination function (DCF) multiple access Point coordination function (PCF) polling-based priority ... neither PCF nor CA used in practice
Transcript
Page 1: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

IEEE 802.11 MAC

−→ CSMA/CA with exponential backoff

−→ almost like CSMA/CD

−→ drop CD

−→ CSMA with explicit ACK frame

−→ added optional feature: CA (collision avoidance)

Two modes for MAC operation:

• Distributed coordination function (DCF)

→ multiple access

• Point coordination function (PCF)

→ polling-based priority

. . . neither PCF nor CA used in practice

Page 2: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

CSMA: (i) explicit ACK and (ii) exponential backoff

Sender:

• MAC (firmware in NIC) receives frame from upper

layer (i.e., device driver)

• Goto Backoff procedure

• Transmit frame

• Wait for ACK

• If timeout, goto Backoff procedure

Receiver:

• Check if received frame is ok

• Wait for SIFS

• Transmit ACK

Page 3: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Backoff:

• If due to timeout, double contention window (CW)

• Else wait until channel is idle plus an additional DIFS

• Choose random waiting time between [1, CW]

→ CW is in units of slot time

• Decrement CW when channel is idle

• Return when CW = 0

Page 4: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Timeline without collision:

DATA BOBO DIFSDIFS

SIFS

2−way handshake

. . .

. . .

Time

TimeSender

ACK

Receiver

• SIFS (short interframe space): 10 µs

• Slot Time: 20 µs

• DIFS (distributed interframe space): 50 µs

→ DIFS = SIFS + 2 × slot time

• BO: variable back-off (within one CW)

→ CWmin: 31; CWmax: 1023

Page 5: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Time snapshot with Mira-come-lately:

−→ Sue sends to Arnold

Arnold

DATA

ACK

Time

Time

SIFS

Time

Sue

Mira

Mira wants to send a frame

DIFS BO

DIFS

Slot Time

. . .

BO

WAITCS = BUSY . . .

Contention Window CW

DATA

Page 6: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Time snapshot with collision (Sue & Mira):

Mira

Sue

Time

SIFS

Time

Time

Arnold

Sue wants to send a frame

Mira wants to send a frame

DATA

SIFS

BACKOFF

BACKOFF

Slot Time

WINNER

NOACK

ACKNO

BO

BODIFS

DIFS

DATA . . .

. . .DATA

COLLISION

Page 7: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

MAC throughput and collision (ns simulation):

0

1

2

3

4

5

6

3.5 4 4.5 5 5.5 6 6.5

Tho

ughp

ut (

Mb/

s)

Offered Load (Mb/s)

node 2node 5

node 10node 20node 30node 50

node 100

0

10

20

30

40

50

60

70

3.5 4 4.5 5 5.5 6 6.5

Col

lisio

n P

roba

bilit

y (%

)

Offered Load (Mb/s)

node 2node 5

node 10node 20node 30node 50

node 100

Page 8: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

MAC throughput:

−→ experiment: iPAQ running Linux

0

1

2

3

4

5

6

4 4.5 5 5.5 6 6.5 7 7.5 8

Thr

ough

put (

Mb/

s)

Offered Load (Mb/s)

Node 2Node 5

Node 10Node 12Node 16

Page 9: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Additional issues with CSMA in wireless media:

Hidden station problem:

MobileMobile Mobile

A B C

Hidden Station Problem

(1) (2)

(3)

(1) A transmits to B

(2) C does not sense A; transmits to B

(3) interference occurs at B: i.e., collision

Page 10: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Exposed station problem:

Mobile MobileMobile

AMobile

B C D

(1) (1) (2)

Exposed Station Problem

(1) B transmits to A

(2) C wants to transmits to D but senses B

→ C refrains from transmitting to D

→ omni-directional antenna

Page 11: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Solution: CA (congestion avoidance)

−→ RTS/CTS reservation handshake

• Before data transmit, perform RTS/CTS handshake

• RTS: request to send

• CTS: clear to send

SIFSSIFSSIFS

CTS

RTS

Sender

Receiver

reservation handshake

20B

14B 14B

29B − 2347B

same as before

. . .

. . .

Time

Time

DIFS DIFSBO

ACK

DATA

Page 12: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Hidden station problem: RTS/CTS handshake “clears”

hidden area

MobileMobile Mobile

A B CRTS

CTS CTS

RTS/CTS Handshake

"clears the area"

RTS/CTS perform only if data > RTS threshold

−→ why not for small data?

. . . feature available but not actively used

Page 13: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Additional optimization: virtual carrier sense

• transmit connection duration information

• stations maintain NAV (network allocation vector)

→ decremented by clock

• if NAV > 0, then do not access even if physical CS

says channel is idle

Page 14: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

PCF (point coordination function):

−→ support for real-time traffic

• Periodically inject contention free period (CFP)

→ after BEACON

• Under the control of point coordinator: AP

→ polling

PIFS (priority IFS):

−→ SIFS < Slot Time < PIFS < DIFS

Page 15: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Properties of PCF:

• BEACON period is not precise

→ has priority (PIFS < DIFS) but cannot preempt

DCF

• During CFP services stations on polling list

→ delivery of frames

→ polling: reception of frames

→ must maintain polling list: group membership

• Uses NAV to maintain CFP

• BEACON: separate control frame used to coordinate

BSS

→ time stamp, SSID, etc.

Page 16: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

IEEE 802.11 wireless LAN standard:

• ratified in 1997: 1/2 Mbps using either DSSS or FHSS

→ 11 bit chip sequence

• uses IEEE 802 address format along with LLC

→ 4 address fields for forwarding/management

• uses 2.4–2.4835 GHz ISM band in radio spectrum

→ ISM (industrial, scientific and medical): unlicensed

• IEEE 802.11b ratified: 5.5/11 Mbps using DSSS only

→ less coding overhead: good for low BER

→ BER (bit error rate) and FER (frame error rate)

• others: e.g., IEEE 802.11a and 802.11g at 54 Mbps

→ 5.725–5.85 vs. 2.4–2.4835 GHz band

→ both use OFDM

Bluetooth, 802.16, etc.; uncertain future . . .

Page 17: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

WLAN: ad hoc vs. infrastructure mode

−→ a.k.a. why ad hoc, in general, is a bad idea

−→ why. . .

Access Point

F1

F1

F1

F1F1

F1

Mobile

Mobile

Mobile

Mobile

Mobile

Mobile

Mobile

WLAN: Infrastructure Network

F1

F1

F1

F1F1

F1

Mobile

Mobile

Mobile

Mobile

Mobile

Mobile

MobileMobile

F1

F1

F1

F1

F1

WLAN: Ad Hoc Network

Two key reasons:

• nothing to do with wireless

→ i.e., common to wireline networks

→ “double duty”

• specifically to do with wireless LANs

Page 18: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Consider “corridor” configuration: linear chain

wireline

wireless

... ...

......

n/2+1n/2

e

−→ connectivity-wise: equivalent

Assume:

• there are n nodes

• link bandwidth: B Mbps

• every node picks a random destination to talk

→ data rate of each node: 1 Mbps

• consider middle link e = (n/2, n/2 + 1)

→ how much traffic must go through e?

→ inherent load or stress on link e

Page 19: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Fixing direction (left or right, i.e., half-duplex):

−→ average load on e: L(e) = n/4

−→ note: still linear in n (i.e., L(e) = O(n))

To satisfy traffic demand:

−→ bandwidth on e: B = n/4 Mbps

−→ else: cannot send or must buffer

Main observation: under ad hoc mode in both wireline

& wireless networks, individual link bandwidth must in-

crease with system size n

−→ due to forwarding duty!

−→ not scalable w.r.t. system size

Page 20: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Remarks:

• link e = (n/2, n/2 + 1) is typical

→ majority of links are near the middle

• how does link bandwidth requirement X increase in

2-D grid/lattice configuration?

n

n

cut

−→ when side is n long: total n2 nodes

−→ hence with√

n side: total n nodes

−→ note: link e was a cut dividing into 2 halves

−→ average load on each link in 2-D cut?

Page 21: IEEE 802.11 MAC - Purdue University - Department of ... 536 Park IEEE 802.11 MAC −→ CSMA/CA with exponential backoff −→ almost like CSMA/CD −→ drop CD −→ CSMA with

CS 536 Park

Average link load: L(e) =√

n/4

−→ under assumption of perfect load balancing

−→ note:√

n number of links in the cut

Thus in grid topologies, bandwidth requirement increases

as: O(√

n)

−→ still not scalable

−→ in wireline networks: use switches/routers

−→ else must upgrade link bandwidth constantly

ad hoc WLANs: additional impact of collision/interference

−→ throughput goes down even more

−→ Gupta and Kumar ’99


Recommended