An administrator is setting up a secure wireless network. The administrator decides to support 802.11n and 802.11g with a WPA2 pre-shared key. Users are given the SSID with the pre-shared key, but the administrator has disabled the SSID broadcast and MAC filtering. Some users have reported connection issues. Which of the following would MOST likely resolve the users' connection issues?
A. Limit the devices to 802.11n only.
B. Enable the SSID broadcast.
C. Enable MAC filtering.
D. Use a WEP 128-bit key.
Answer: B. Enable the SSID broadcast.
Computer Science & Information Technology
You might also like to view...
________ websites enable group collaboration and discussion on encyclopedia-like articles
A) Blog B) Microblog C) Wiki D) Bookmarking
Computer Science & Information Technology
The purpose for array initialization is:
A. to provide default values so that data manipulation can proceed without null errors. B. used when you need to keep all values in the array the same through program execution. C. not needed as C++ automatically initializes values upon array creation. D. helpful when declaring the data type for the array.
Computer Science & Information Technology