Jeff, a network administrator, would like to ensure that the footprint of the company's wireless coverage is limited to the office borders, located on the premises. Which of the following features should he adjust on all of the company's WAPs to make this change?
A. SSID masking
B. PPPoE
C. Transmission power
D. Encryption technology
Answer: C. Transmission power
You might also like to view...
Describe the difference in the call statement if a class’ public member function is called from outside the class versus from within its own class function.
What will be an ideal response?
If lower is the first subscript in a contiguous portion of an array, and upper is the last subscript, then the array item in the middle of that array portion is at subscript
A) (lower + upper)/2 B) (lower — upper)/2 C) lower + upper/2 D) (upper — lower)/2
In the case of the __________ policy, the scheduler always chooses the process that has the shortest expected remaining processing time.
A) ?SRT ? B) ?FCFS ? C) ?SPN ? D) ?HRRN
The ____________ uses a loop to step through the elements in an an array one by one, from the first to the last.
a. sequential search algorithm
b. optimized search algorithm
c. binary search algorithm
d. basic array traversal algorithm