A network technician has been tasked with designing a WLAN for a small office. One of the requirements of this design is that it is capable of supporting HD video streaming to multiple devices. Which of the following would be the appropriate wireless technology for this design?
A. 802.11g
B. 802.11ac
C. 802.11b
D. 802.11a
Answer: B. 802.11ac
You might also like to view...
Database systems can greatly reduce the amount of redundancy involved in storing data.Does this imply that database systems may in fact be less reliable than nondatabase systems? Explain your answer.
What will be an ideal response?
Which of the following functions correctly returns the argument value times 10?
A. new timesTen(num) { var result = num * 10; return result; } B. timesTen(num) { var result == num * 10; return result; } C. function timesTen(num) { var result == num; return result; } D. function timesTen(num) { var result = num * 10; return result; }
A(n) ____ is an entity, something with a distinct existence.
A. class B. object C. function D. parameter
Modern cryptographic systems use three types of algorithms
Indicate whether the statement is true or false.