What are the advantages and limitations of autonomous access points?

What will be an ideal response?


Autonomous access point architectures have several advantages. As the foundation of WLANs for several years they have matured to include a strong array of features, including QoS, wireless VLANs, and other options. In addition, the growth (scalability) of a distributed WLAN architecture using autonomous APs is straightforward and virtually unlimited: to add
more capacity to the WLAN all that is needed is to add more APs. This allows for a WLAN
to start small and grow in manageable increments. In addition, because all of the intelligence
is in the AP there are no other devices that must be added.
Yet because each autonomous AP is essentially independent, each AP must be separately configured, managed, and maintained. Each AP operates as a separate node that is configured
with its own unique settings (such as channel number and power settings), leading to coordination problems. For example, when an autonomous AP hears another AP on the same
channel, it cannot determine if that AP is part of the same network or if it belongs to another
neighboring network. Adding a new AP to a larger existing WLAN may require significant
configurations to multiple APs.

Computer Science & Information Technology

You might also like to view...

Analyze the following code.

``` class TempClass { int i; public void TempClass(int j) { int i = j; } } public class C { public static void main(String[] args) { TempClass temp = new TempClass(2); } }``` a. The program has a compile error because TempClass does not have a default constructor. b. The program has a compile error because TempClass does not have a constructor with an int argument. c. The program compiles fine, but it does not run because class C is not public. d. The program compiles and runs fine.

Computer Science & Information Technology

?Sheng, a manager in a company, wants to present the achievements of his team on PowerPoint. In the presentation, he intends to add the title "Achievements of the Year" to every slide at once. In this scenario, Sheng should make changes in the _____view.

A. ?Slide Master B. ?Slide Guide C. ?Slide Show  D. ?Slide Sorter

Computer Science & Information Technology

Change either the font color or the slide ________ style to create contrast for the text on a slide

Fill in the blank(s) with correct word

Computer Science & Information Technology

The Split Table feature divides an existing table into two tables based on the:

A) location of the insertion point. B) selected cells. C) selected columns. D) selected rows.

Computer Science & Information Technology