Chapter 8 Flashcards
What is CSMA?
Carrier Sense Multiple Access
Basic method with carrier detection
ACK?
If Cyclic redundancy check CRC on received frame fails, receiving radio will not send an ACK
if ACK is not received,802.11 frame must be retransmitted after CSMA/CA process again.
802.11 Cannot detect if a collision occurs
DCF?
Distributed Coordination Function
Fundamental/Mandatory access mode of 802.11 standard
Provides CSMA/CA
Main components Include:
- InterFrame Space
- Duration / ID Field
- Carrier Sense (Physical and Virtual)
- Random Back-Off Timer
IFS?
Time period between Wireless Transmissions
Types of IFS?
Reduced, Highest priority Short, Second Highest PCF, Middle Priority DCF, lowest priority Arbitration. used by QoS Stations Extended, Used with retransmissions
Time order of IFS?
RIFS < SIFS < PIFS < DIFS < AIFS < EIFS
Why does IFS vary?
Due to transmission speed of the network
SIFS and DIFS are the most common
Duration / ID Field
Field in the MAC header of an 802.11 unicast frame
- Value from 0 to 32767
- Represents the time in microseconds to transmit
- Includes the time for ACK plus one SIFS interval
Every Wireless Frame has a Duration Value
Used to set the NAV value in contention
Carrier Sense?
Physical Carrier Sense
Virtual Carrier Sense
Physical Carrier Sense?
Performed by stations not Transmitting or Receiving
Listening to any 802.11 traffic
Virtual Carrier Sense?
Uses a logical timer called the Network Allocation Vector
Stations can not transmit unless the NAV value is 0
Detailed Virtual Carrier Explanation?
Uses the Network Allocation Vector (NAV) timer mechanism
Maintains a predication of future traffic on the medium, based on Duration
Physical Carrier Sense?
Performed constantly when a station is not transmitting or receiving
Station listens to see if channel is busy
2 Purposes of Physical Carrier Sense?
Determine if a frame transmission is inbound for a station to receive
Determine if the medium is busy before transmitting - Clear Channel Assessment
What happens at the same time?
Virtual and physical carrier senses