A network security administrator is trying to determine how an attacker gained access to the corporate wireless network. The network is configured with SSID broadcast disabled. The senior network administrator explains that this configuration setting would only have determined an unsophisticated attacker because of which of the following?

A. The SSID can be obtained with a wireless packet analyzer
B. The required information can be brute forced over time
C. Disabling the SSID only hides the network from other WAPs
D. The network name could be obtained through a social engineering campaign

Answer: A. The SSID can be obtained with a wireless packet analyzer

Computer Science & Information Technology

You might also like to view...

The program, which is a test to tell computer and humans apart, when filling out a form on the Web is known as a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Suppose that class Book has been defined. Which of the following creates an array of Book objects?

a) Book[] books = new Book[numberElements]; b) Book[] books = new Book()[numberElements]; c) new Book() books[]; books = new Book[numberElements]; d) All of the above.

Computer Science & Information Technology