To ensure smooth roaming between coverage areas, which of the following must be true?

A. APs must use the same SSID and channel number
B. APs must use the same SSID and security settings
C. No cell overlap must be present
D. Channel and security settings must be different but SSID must be the same


Answer: B

Computer Science & Information Technology

You might also like to view...

What is assigned to the variable result given the statement below with the following assumptions: x = 10, y = 7, and x, result, and y are all int variables.

result = x >= y; a. 10 b. 7 c. x >= y d. 1 e. 0

Computer Science & Information Technology

____ can be inaccessible to users with disabilities.

A. Tables B. Spans C. Borders D. Stacks

Computer Science & Information Technology

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

1. The string "Hello" could be stored in the variable str declared as follows char str[5]; 2. The assignment operator = can be used for string assignment only when initializing a string variable in its declaration. 3. If "cat" is the value of the string variable str, then str[3] is the null character. 4. If name is a string variable whose value is "Elizabeth", the function call strcpy(target, &name[5]); assigns the string "beth" to target. 5. The length of a string is determined by the size of the variable in which it is stored and does not depend on the value stored in the variable.

Computer Science & Information Technology

What is the shortcut to marking index entries?

A) Shift+M B) Ctrl+Shift+I C) Alt+Shift+X D) Alt+Shift+I

Computer Science & Information Technology