A video surveillance audit recently uncovered that an employee plugged in a personal laptop and used the corporate network to browse inappropriate and potentially malicious websites after office hours. Which of the following could BEST prevent a situation like this form occurring again?

A. Intrusion detection
B. Content filtering
C. Port security
D. Vulnerability scanning


Answer: C. Port security

Computer Science & Information Technology

You might also like to view...

Which of the following tasks cannot be performed using an enhanced for loop?

a. Calculating the product of all the values in an array. b. Displaying all even element values in an array. c. Comparing the elements in an array to a specific value. d. Incrementing the value stored in each element of the array.

Computer Science & Information Technology

If this code fragment were executed in an otherwise correct and complete program, what would the output be? Explain.

``` int a = 3, b = 2, c = 5 if (a > b) a = 4; if ( b > c) a = 5; else a = 6; cout << a < endl; ``` a) 3 b) 4 c) 5 d) 6 e) None of the above, the cout statement belongs to the else and so is skipped.

Computer Science & Information Technology

You can have multiple objects open at one time and use the object tabs to move from one object to another

Indicate whether the statement is true or false

Computer Science & Information Technology

The Office Clipboard is a temporary storage area for up to ____ selections you copy or cut.

A. 10 B. 12 C. 24 D. 30

Computer Science & Information Technology