Questions: Intrusion Detection and Prevention Systems

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

An IPS blocks a legitimate database query because it matches a SQL injection signature. What fundamental tradeoff does this illustrate about IPS deployment?

ASignature-based detection cannot identify novel zero-day attacks
BInline placement makes the IPS a network bottleneck under heavy traffic
CIPS false positives actively block legitimate traffic, whereas IDS false positives generate alerts without disruption — the inline position turns detection errors into operational outages
DAnomaly-based detection has higher false positive rates than signature-based detection
Question 2 Multiple Choice

A web server allows HTTP traffic on port 80. A properly configured firewall permits this traffic. Why does the organization still need an IDS/IPS?

AFirewalls are hardware devices and cannot be updated with new security rules quickly enough
BFirewalls enforce policies about who can communicate with whom, but cannot inspect payload content — a SQL injection attack embedded in a valid HTTP request passes freely through a firewall
CIDS/IPS monitors network traffic for performance degradation that firewalls ignore
DFirewalls only work at the network perimeter, while IDS/IPS also monitor internal traffic
Question 3 True / False

Anomaly-based IDS is strictly superior to signature-based IDS because it can detect novel attacks that have no known signature.

TTrue
FFalse
Question 4 True / False

A network-based IDS (NIDS) can detect attacks concealed within TLS-encrypted HTTPS traffic by performing signature matching on the packet payloads.

TTrue
FFalse
Question 5 Short Answer

Explain the difference between IDS and IPS in terms of network placement and what this means for both their defensive capability and operational risk.

Think about your answer, then reveal below.