RSSI should not be relied on as a valid indicator of signal strength because of which reason?

A. they only give an approximation of the information needed for a site survey
B. RSSI values always display the strength of the signal in mW
C. RSSI indicators are only available on Windows systems
D. you have to logon to the AP to find the RSSI value at your current location


Answer: A

Computer Science & Information Technology

You might also like to view...

The following code segment should read a list of numbers and compute their product. The value 0 is a sentinel. Although the program is syntactically correct, there are several logic errors which cause the program to work incorrectly. Correct these errors.

``` int product, item; cout << "Enter numbers to multiply, 0 to stop: " << endl; while (item == 0) { product *= item; cin >> item; } cout << "Their product is " << product << endl; ```

Computer Science & Information Technology

Any graphic object that is to be part of your final document must be on the pasteboard, whether it is a static object or one that is animated.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The ______ element marks up a table row.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Photoshop comes with ____________________ brush libraries that can replace or be appended to the current list of brushes.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology