• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/50

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

50 Cards in this Set

  • Front
  • Back

What is the difference between 802.3 Ethernet switches and 802.11 Wireless Access Points when it comes to forwarding frames between two hosts?

Switches do not intervene or actively participate in the exchange. Wireless Access Points do because they are the central "hub/manager" of a BSS

If a client wants to do client-to-client communication, it must coordinate with the AP to use what IEEE standard?

802.11z - Direct Link Setup (DLS)

IEEE 802.11 networks are based on what traditional addresses?

MAC Addresses

Wireless clients know the APs MAC address by what name?

Basic Service Set Identifier (BSSID)

Name the nine fields in a 802.11 frame.

1. Frame Control Field


2. Duration/ID Field


3. Address1 Field


4. Address2 Field


5. Address3 Field


6. Sequence Control Field


7 Address4 Field


8. Data Field


9. Frame Check Sequence (FCS) Field

An 802.11 frame motion is indicated by two bits. What are they?

To DS and From DS

How many possible destinations are there for a wireless frame?




What are they?

Four




1. Management/Control/DLS


2. DS to Client


3. Client To DS


4. Wireless Bridge or Mesh

What three examples would each frame motion bit be set to 0?

1. When an AP sends a management/control frame (broadcast)


2. When a client sends a management frame to an AP (AP is destination)


3. When a client sends a frame directly to another client via DLS (Direct Link Setup)

What is another special case that is neither in the BSS nor in the DS so both directions are set to 1?

Mesh AP Networks

What field in the 802.11 frame always contains the receiver address (RA)?

The Address1 field

What field in the 802.11 frame always contains the transmitter address (TA)?

The Address2 field

What field contains the final destination address when the RA is not the final recipient?

The Address3 Field

This field can also contain the original source address when the TA is not the originator.

The Address3 Field

What field does not come into play unless a frame is being transported from one AP to another AP across a wireless link?

The Address4 Field

What are the two frame motion bits used for management, control or DLS?

To DS - 0


From DS - 0

What are the two frame motion bits used for DS to client?

To DS - 0


From DS - 1



What are the two frame motion bits used for client to DS?

To DS - 1


From Client - 0

What are the two frame motion bits used for Wireless bridge or mesh?

To DS - 1


From DS - 1

If a frame motion bit set is 0 and 0, where is the frame going?

Management, Control, or DLS

If a frame motion bit set is 0 and 1, where is the frame going?

DS to Client



If a frame motion bit set is 1 and 0, where is the frame going?

Client to DS

If a frame motion bit set is 1 and 1, where is the frame going?

Wireless bridge or Mesh

What are the three addresses for a management. control, or DLS frame?

Address1 (RA): Destination Address


Address2 (TA): Source Address


Address3: BSSID




(Address3 can contain the final destination or the original source)

What are the three addresses for a DS to Client Frame?

Address1 (RA): Destination Address


Address2 (TA): BSSID


Address3: Source Address

What are the three addresses for a Client to DS Frame?

Address1 (RA): BSSID


Address2 (TA): Source Address


Address3: Destination Address

What are the four addresses for a frame destined for a wireless bridge or mesh network?

Address1 (RA): Destination Radio


Address2 (TA): Source Radio


Address3: Destination Address


Address4: Source Address

If an AP receives a fame that is destined for the DS, what does it to to the frame?

Converts it to an 802.3 wired frame

What is a function each device uses to coordinate the use of a wireless channel?

Distributed Coordination Function (DCF)

Devices based on the 802.3 and 802.11 standards must use what technique to determine if the media is available before transmitting?

Carrier Sense Multiple Access (CSMA)

What two-fold process can devices use to detect a channel in use?

Physical Carrier Sense and Virtual Carrier Sense

When trying to detect a channel in use, what process is used to listen to the channel to overhear any other transmission that might be occurring?

Physical Carrier Sense

When a wireless client hears a frame that is destined for its own MAC address it receives it for processing, otherwise if the MAC is different, it determines the channel is busy. What is this process called?

Clear Channel Assessment (CCA)

When trying to detect a channel in use, what process has to include a duration field in the Duration/ID frame header field?

Virtual Carrier Sense

What indicates how many microseconds are required for the whole frame to be sent over the channel and effectively reserves the channel for that length of time?

The duration field in the Duration/ID frame header

What must each wireless client use to predict when the channel will become free?

A Network Allocation Vector (NAV)

Each time a frame is overheard on the channel, what happens to the NAV?

The frame duration is added to the NAV

Wired devices can detect collisions in real time. This is known as what?

CSMA/CD (collision detection)

Wireless clients CANNOT detect when a collision occurs at all. Instead, 802.11 devices must try to _______ collisions. This is known as what?

CSMA/CA (collision avoidance)

How do wireless clients avoid collisions?

They back off and wait a random time before transmitting

When a client has a frame to transmit, it chooses a random number (0 to 31) of timeslots to use as what?

a backoff timer

The total time a client spends waiting to transmit is called what?

The Contention Window (backoff timer + NAV)

What are periods that provide a safety cushion between frames?

Interframe Space Periods

What interframe space period has the shortest period of time, and is used before each data frame during a burst of 802.11n frames?

Reduced Interframe Space (RIFS)

What interframe space period is used between data frames and frame acknowledgements, or CTS 802.11g (DSSS & OFDM) protection mode control frames?

Short Interframe Space (SIFS

What interframe space period is the default period used after mfost standard priority frame types?

Distributed Interframe Space (DIFS)

What interframe space period is the longest period of time and used after collisions and before retransmitted frames?

Extended Interframe Space (EIFS)

What are the four steps a device must follow before it can transmit on a channel?

1. Wait for DIFS


2. Wait for its own backoff timer


3. Listen


4. Wait for contention window (backoff timer + NAV) - if clear, the device may transmit.

Each time a wireless client receives a unicast frame, it must send what to the sender?

A unicast acknowledgement




(except for 802.11n & 802.11e standards, which send bursts at a time)

If a transmitted frame fails and is not acknowledged, what does the sending client do?

The sending client will choose a new backoff timer value that is double the previous choice.

Can a wireless client transmit before another client that has already been waiting?

Yes, due to the random backoff timer, the second client can have a shorter window.