List and describe three technologies in 802.11ac.

What will be an ideal response?


Spectrum. 802.11ac will operate in the less-crowded 5 GHz spectrum. It will not support
the 2.4 GHz spectrum.

Increased channel bandwidth. Whereas 802.11n uses channels up to 40-MHz-wide channels, the 802.11ac standard uses channel bandwidths up to 80 MHz. To achieve this, it was necessary to adapt automatic radio tuning capabilities so that higher bandwidth channels are only used when necessary in order to conserve spectrum use.

MU-MIMO. A variation of MIMO known as Multi-User MIMO (MU MIMO) is implemented in 802.11ac. MU-MIMO enables the simultaneous transmission of different data frames to different clients. This requires that equipment is able to utilize the spatial awareness of the different remote users. It also implements sophisticated queuing systems that can take advantage of opportunities to transmit to multiple clients when the conditions are right.

Error correction coding. Advances in chip manufacturing technology have enabled designers to take advantage of additional levels of processing power so that more sensitive coding techniques that depend on finer distinctions in the received signal can be used. This reduces the number of error correction check bits needed.

Beam forming. Under 802.11n, transmit beam forming (TxBF) was available, but many products did not take advantage of it. With IEEE 802.11ac, TxBF is a standard feature, and all products that implement it will be interoperable. This can result in increased range and coverage area.

Improved battery life. Because of its increased speed in file transfers and similar activities, mobile users may find that by using 802.11ac they can increase their battery life (because it takes less time for activities that require the device to draw significant battery power).

Computer Science & Information Technology

You might also like to view...

To stay organized, you should keep Outlook ____ to make sure you complete all the items on your to-do list.

A. tasks B. alarms C. status reminders D. categories

Computer Science & Information Technology

The root element in any XML Schema document is the main element.

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

Computer Science & Information Technology

An administrator sees a message in the system console that a drive is bad in the single-volume JBOD storage array. A few minutes later, a user calls the help desk to report an inability to read a file from a mapped drive. Which of the following should the administrator do?

A. Swap out the failed drive and let the array rebuild. B. Allow the array rebuild automatically using the hotspare. C. Replace the failed drive and restore the data from the last backup. D. Reseat the failed drive and restore the array using the parity drive.

Computer Science & Information Technology

Referencing elements outside the array bounds with the [] operator:

a. Can result in changes to the value of an unrelated variable. b. Is impossible because C++ checks to make sure it does not happen. c. Is a syntax error. d. Enlarges the size of the array.

Computer Science & Information Technology