Which of the following is true about an NIDPS versus an HIDPS?

A. an NIDPS can determine if a host attack was successful
B. an HIDPS can detect attacks not caught by an NIDPS
C. an HIDPS can detect intrusion attempts on the entire network
D. an NIDPS can compare audit log records


Answer: B

Computer Science & Information Technology

You might also like to view...

What is wrong with the following pseudocode that displays a menu and repeatedly displays the menu until the user enters a valid selection?

``` Do Select menuSelection Case 1: Do task 1 Case 2: Do task 2 Case 3: Do task 3 End Select While menuSelection < 1 OR menuSelection > 3 ``` a. There are no output statements in the cases. b. A While loop should be used, not a Do-While loop. c. The last line should be: While menuSelection != 0 d. There is nothing wrong with this pseudocode.

Computer Science & Information Technology

What command would be used to check the time a packet takes for each hop along its destination path?

A) ping 127.0.0.1 B) tracert C) ipconfig D) nslookup

Computer Science & Information Technology

The postfix expression 2 3 + 1 * = evaluates to 8.

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

Computer Science & Information Technology

Photoshop comes with ____ preset workspaces.

a. three b. five c. seven d. nine

Computer Science & Information Technology