Which term is used when an event triggers an IDS alert, but the event was not malicious?

A. False positive
B. True negative
C. False negative
D. True positive


Answer: A. False positive

Computer Science & Information Technology

You might also like to view...

Some of the statements about separate compilation follow. Which are correct? Comment on all the answers in the explanation section, including the ones that are wrong.

a. Separate files are a big bother. There is no compelling advantage to separate files. b. Placing client and class implementations in separate files enhances project development. How? c. Separate files for interface and implementation enhance reuse. How? d. Separating interface and implementation can save considerable time. How?

Computer Science & Information Technology

a given router can connect to at most K networks, how many routers, R, are required to connect N networks? Write an equation that gives R in terms of N and K.

What will be an ideal response?

Computer Science & Information Technology

What type of DNS servers field DNS queries, send iterative queries to upstream DNS servers, or send requests to forwarders and then store the results?

A. Authoritative server B. Forwarder server C. Authoritative server D. Caching-only server

Computer Science & Information Technology

To obtain the current second, use _________.

a. System.currentTimeMillis() % 3600 b. System.currentTimeMillis() % 60 c. System.currentTimeMillis() / 1000 % 60 d. System.currentTimeMillis() / 1000 / 60 % 60 e. System.currentTimeMillis() / 1000 / 60 / 60 % 24

Computer Science & Information Technology