An administrator wants to prevent users from plugging in their personal laptops and accessing the Internet without a member of the IT staff configuring the machine first. Which of the following would MOST likely be installed?

A. Multilayer switch
B. CSU
C. Proxy server
D. IDS

Answer: C. Proxy server

Computer Science & Information Technology

You might also like to view...

What individuals in an organization should have the authority to declare a disaster and activate the DRP?

a. All individuals b. Security personnel only c. Senior managers only d. Administrative staff only

Computer Science & Information Technology

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

1. Any global declarations or definitions can be placed in a namespace. 2. The include statement, #include “file.h” looks first in the system defined directory for file.h then, if the file is not found, it looks in the user’s current directory. (Windows PC and Macintosh users sometimes use “folder” for what I call “directory”.) 3. The include statement, #include looks in the system defined directory for the file, file.h. (Windows PC and Macintosh users sometimes use “folder” for what I call “directory”.) 4. A namespace is a collection of name definitions such as class definitions, variable definitions and function definitions used to permit the same name, or names, to be used both in a library and in your own code. 5. In C++, a compilation unit is a class or function.

Computer Science & Information Technology