Joe, a technician, is asked to install a new wireless router, and make sure access to the new wireless network is secured. Which of the following should be considered for security?
A) The router is compatible with 802.11g.
B) The router is broadcasting on the correct frequency.
C) The router has the correct antenna type.
D) The router has the SSID disabled.
Answer: D) The router has the SSID disabled.
You might also like to view...
________ is software that you can download from a website without a fee
Fill in the blank(s) with correct word
Which of the following statements is false?
a. Streams are objects that implement interface Stream (from the package java.util.stream) and enable you to perform functional programming tasks. b. Streams move elements through a sequence of processing steps—known as a stream pipeline—that begins with a data source, performs various intermediate operations on the data source’s elements and ends with a terminal operation. c. A stream pipeline is formed by chaining method calls. d. An advantage of streams over collections is that streams have their own storage, so once a stream is processed, it can be reused, because it maintains a copy of the original data source.