Chapter 8. Flashcards
Why does a WLAN use CSMA/CA instead of CSMA/CD?
802.11 wireless radios are not capable of transmitting and receiving at the same time, so they are not capable of detecting a collision during their transmission. For this reason, 802.11 wireless networking uses CSMA/CA instead of CSMA/CD to try to avoid collisions
What does a wireless radio do when it has determined that no other stations are transmitting?
the 802.11 radio will choose a random backoff value. The station will then wait an additional period of time, based on that backoff value, before transmitting. During this time, the station continues to monitor to make sure that no other stations begin transmitting. Because of the half-duplex nature of the RF medium, it is necessary to ensure that at any given time only one 802.11 radio has control of the medium.
What is CSMA/CA?
CSMA/CA is a process used to ensure that only one 802.11 radio is transmitting at a time.
What is distributed coordination function?
A medium access method that utilizes multiple checks and balances to try to minimize collisions.
Explain what each letter is in CSMA?
Carrier Sense determines whether the medium is busy.
Multiple Access ensures that every radio gets a fair shot at the medium (but only one at a time).
Collision Avoidance means only one radio gets access to the medium at any given time, hopefully avoiding collisions.
How do AP’s know if a collision occurred? Describe what an ACK is.
Every time an 802.11 radio transmits a unicast frame, if the frame is received properly, the 802.11 radio that received the frame will reply with an acknowledgment (ACK) frame.
The ACK frame is a method of delivery verification of unicast frames.
What does 802.11n and 802.11ac radios do with frames and acknowledging them?
They make use of frame aggregation, which groups multiple unicast frames together. The delivery of aggregated frames is verified using a block ACK.
How is a frame checked for errors?
Used a CRC in the trailer or Cyclic Redundancy Check. If any portion of the unicast frame is corrupted, the CRC will fail and the receiving 802.11 radio will not send an ACK frame to the transmitting 802.11 radio. If an ACK frame is not received by the original radio, the unicast frame is not acknowledged and will have to be retransmitted.
What is the fundamental access method of 802.11 communications?
Distributed coordination function.
Interframe space
Duration/ID field
Carrier sense
Random backoff timer
What are the 4 main components of DCF (Distributed Coordination Function)? What are there purposes? Do they function at the same time?
Interframe space
Duration/ID field
Carrier sense
Random backoff timer
These 4 components are the checks and balances that work together at the same time to ensure that only one 802.11 radio is transmitting on the half-duplex medium,.
They do function at the same time.
What is interframe space (IFS)
A period of time that exists between transmissions of wireless frames.
What are the 6 times of interframe spaces, shortest to longest.
Reduced interframe space (RIFS), highest priority
Short interframe space (SIFS), second highest priority
PCF interframe space (PIFS), middle priority.
DCF interframe space (DIFS), lowest priority
Arbitration interframe space (AIFS), used by QoS stations.
Extended interframe space (EIFS), used after receipt of corrupted frames.
What are the two most common interframe spaces used?
The two most common interframe spaces used
are the SIFS (Short Interframe Space) and the DIFS (DCF Interframe Space).
What are two reasons for the existence of interframe spaces?
Interframe spaces are one line of defense used by CSMA/CA to ensure that only certain types of 802.11 frames are transmitted following certain interframe spaces.
It insures that higher priority frames such as ACK’s are categorized as SIFS which allows them to transmit first ahead of other frame types.
What is a duration/ID field?
Duration/ID field. When a client transmits a unicast frame, the Duration/ID field contains a value from 0 to 32,767. The Duration/ID value represents the time, in microseconds, that is required to transmit an active frame exchange process so that other radios do not interrupt the process.
What does a client do with the duration/ID field?
The client that is transmitting the data frame calculates how long it will take to receive an ACK frame and includes that length of time in the Duration/ID field in the MAC header of the transmitted unicast data frame..
Draw an example of SIFS + ACK to demonstrate duration value.
Make drawing
What does the duration/ID field contain the majority of the time?
A value that is used to reset other station’s NAV (Network Allocation Vector) timers.
What is the first step that an 802.11 CSMA/CA device needs to do to begin transmitting? What does it do?
Perform carrier sense. This is a check to see whether the medium is busy.