A network technician is installing a series of three access points to cover the entire wing of a building. Only one access point has a wired connection. 802.11g is being used for the wireless transmission. Which of the following channels should be used for the access points?
A. Channels 135
B. Channels 666
C. Channels 7111
D. Channels 555
Answer: B. Channels 666
You might also like to view...
Given the following declarations, how would you know if head is pointing to an empty list?
struct NodeType { int number; NodeType* next; }; NodeType* head; //some other code here a. if(head->next == NULL) b. if(head == null) c. if( head == NULL) d. if( head->next==null); e. A and D f. B and C
What is the keyboard shortcut for New Document?
What will be an ideal response?
Answer the following statements true (T) or false (F)
1. A weakness of the IDES approach is its lack of flexibility. ?? 2. To be of practical use an intrusion detection system should detect a substantial percentage of intrusions while keeping the false alarm rate at an acceptable level. ? 3. ? System administrators can stop all attacks and hackers from penetrating their systems by installing software patches periodically. ? 4. Password crackers rely on the fact that some people choose easily guessable passwords. ?? 5. ?Traditional hackers usually have specific targets, or at least classes of targets in mind. ?
The person who creates a meeting and sends the invitations is known as the meeting ____.
A. organizer B. scheduler C. creator D. initiator