Which of the following tasks does an AP typically perform?
A. bridges between the wired and wireless network
B. acts as a hub for a wired network
C. routes packets from subnet to subnet
D. divides data into packets
Answer: A
You might also like to view...
Which set of statements totals the values in two-dimensional int array items?
a. int total = 0; for (int subItems : items) for (int item : subItems) total += item; b. int total = 0; for (int item: int[] subItems : items) total += item; c. int total = 0; for (int[] subItems : items) for (int item : items) total += item; d. int total = 0; for (int[] subItems : items) for (int item : subItems) total += item;
One appropriate action when invalid input data has been detected is to assign a(n) ____value and proceed.
A. error B. random C. decrement D. default