What is the term used to describe when access points are placed at multiple geographical locations and interconnected by a switched infrastructure?

A) Basic service set
B) Extended service set
C) Geographical service set
D) Enhanced service set


Ans: B) Extended service set

Computer Science & Information Technology

You might also like to view...

What is the output of the following function call, given the function definition below?

cout << tester (4); // function call int tester (int n) // function definition { if (n == 1) return 3; else return 2 * tester ( n – 1); } a) 3 b) 6 c) 12 d) 24

Computer Science & Information Technology

The ____ sound effect lets you customize sound effects by changing the sound's starting point and its volume.

A. Options B. Personalize C. Custom D. Actions

Computer Science & Information Technology

The YEAR function would return ________ on the value December 27, 2025

Fill in the blank(s) with correct word

Computer Science & Information Technology

Packet switching allows a telephone user to dial a number to establish and maintain a private telephone connection.

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

Computer Science & Information Technology