What is the term used when an IDPS doesn't recognize that an attack is underway?

A. false negative
B. true positive
C. negative activity
D. positive signature

Answer: A

Computer Science & Information Technology

You might also like to view...

When you remove a task, it is removed from your To-Do list.

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

Computer Science & Information Technology

The code for a template function is generated when:

a) The function template declaration (prototype) appears in the C++ program. b) The function template is encountered in the C++ program. c) The function call is encountered in the C++ program d) At runtime, when the function call is executed.

Computer Science & Information Technology