Briefly explain the benefits of using SNMP and WLAN management systems to configure APs.
What will be an ideal response?
Both SNMP and WLAN management systems allow for configuration of the wireless APs through the network without the necessity of "touching" each device. However, SNMP is only capable of a small number of configuration settings.WLAN management systems, on the other hand, offer a very wide range of configuration settings that can be performed remotely through the network.
Remotely accessing APs for configuration is an important labor-saving technique. An equally important technique is to "bulk" configure a group of access points with the same configurations (such as Allow Broadcast SSID) and then adjust a small number of settings for specific access points (such as AP Name).
Another aspect of configuration is upgrading the firmware of access points. Firmware upgrade images can be imported and then applied to one AP, all APs, or groups of access points.Grouping APs allow firmware images to be separately distributed based on vendor or model. This allows for upgrades to be performed at night when there is less traffic.
You might also like to view...
If you are resizing a block-level element, you can assign a value that represents the ____________________ of the visible browser window.
Fill in the blank(s) with the appropriate word(s).
To format a side heading of a report, apply the ____ style.
A. Heading 1 B. Heading 2 C. Heading 3 D. Title
Which of the following consists of a special-purpose chip and electronic circuits that govern the transfer of data, instructions, and information from a drive to and from the system bus and other components in the computer?
A. controller B. media router C. storage indexer D. circuitry tablet
Which of the following struct definitions is correct in C++?
A. struct studentType { int ID; }; B. struct studentType { string name; int ID; double gpa;} C. int struct studentType { ID; } D. struct studentType { int ID = 1; };