What are the four operational mode supported by remote wireless bridges?
What will be an ideal response?
A remote wireless bridge can function in one of four different modes:
* If a remote wireless bridge is in access point mode it functions as a standard AP only and communicates only with wireless devices like laptop computers and PDAs, not with other remote wireless bridges.
* In root mode the bridge, called the root bridge, can communicate only with other bridges that are not in root mode. A root bridge, of which there can be only one, cannot communicate with another root bridge or any wireless clients.
* If a remote wireless bridge is set to non-root mode, it can transmit only to another bridge in root mode.Some remote wireless bridges can also be configured as an access point. This allows the bridge to simultaneously communicate with a remote wireless root bridge while sending and receiving signals with the wireless clients.
* To extend the distance between LAN segments, another remote wireless bridge may be positioned between two other bridges. This bridge is then in repeater mode.
You might also like to view...
The ________, also known as the address operator, returns the memory address of a variable.
A) asterisk ( * ) B) ampersand ( & ) C) percent sign (%) D) exclamation point ( ! ) E) None of the above
What is the output of the following code?
``` public class Test { public static void main(String[] args) { String s1 = "Welcome to Java!"; String s2 = s1; if (s1 == s2) System.out.println("s1 and s2 reference to the same String object"); else System.out.println("s1 and s2 reference to different String objects"); } }``` a. s1 and s2 reference to the same String object b. s1 and s2 reference to different String objects
The ____ keyword restricts the access of any specified properties or methods defined within the object itself.
A. public B. private C. protected D. closed
The root partition is the first partition found in an iOS device, and it contains the operating system. After the root partition, the rest of the volume is the media partition
Indicate whether the statement is true or false.