An 802.11 header contains two destination addresses. Explain the purpose of each.

What will be an ideal response?


An 802.11 header contains two destination addresses as follows:
? Destination 1: AP or wireless computer’s MAC
? Destination 2: Router’s MAC address

Computer Science & Information Technology

You might also like to view...

Storage is the area of a computer that temporarily holds data waiting to be processed, saved, or output.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To ensure that two hyphenated words appear on the same line, you would insert a ________ hyphen between them

A) nonbreaking B) simple C) binding D) continuous

Computer Science & Information Technology

A(n) ________ module stores procedures that are available to any event in the application

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following statements creates a new exception class?

A. class myClass {}; B. class myClass {} implements exception; C. class myExceptionClass {} extends exception; D. class myExceptionClass {} throws exception;

Computer Science & Information Technology