Which of the following IEEE standards has a maximum bandwidth of 54Mbps operating at 5GHz?
A. 802.11g
B. 802.11a
C. 802.11b
D. 802.11
Answer: B. 802.11a
Computer Science & Information Technology
You might also like to view...
A set of three dots indicating that a dialog box will display if you click the command is:
a. a tag b. a KeyTip c. an ellipsis 15 The process of updating computer files that are in two or more locations according to specific rules is called: a. zooming b. syncing c. tabbing
Computer Science & Information Technology
What does the following code print?
``` System.out.println("*"); System.out.println("***"); System.out.println("*****"); System.out.println("****"); System.out.println("**"); ```
Computer Science & Information Technology