Question

Difficulty: MediumIntrusion Detection and Prevention Systems (IDS/IPS)

A network technician is documenting security controls across an enterprise network infrastructure. Match each intrusion detection or prevention system deployment on the left with its defining operational capability or structural characteristic on the right.

  • Inline NIPS deploymentFilters traffic in the active physical path to drop malicious packets in real time.
  • Out-of-band NIDS via TAPMonitors mirrored traffic streams without introducing latency to live network links.
  • Signature-based HIDSInspects local host log files and system calls against known threat patterns.
  • Anomaly-based NIDSFlags network traffic dynamics that deviate from an established baseline of normal activity.

Answer

Inline NIPS deployment pairs with filtering traffic in the active physical path to drop malicious packets in real time; Out-of-band NIDS via TAP pairs with monitoring mirrored traffic streams without introducing latency; Signature-based HIDS pairs with inspecting local host log files and system calls against known threat patterns; Anomaly-based NIDS pairs with flagging network traffic dynamics that deviate from an established baseline of normal activity.
Each deployment model matches its distinct functional characteristic. Inline NIPS processes live traffic in-band to enable active prevention. Out-of-band NIDS passively analyzes duplicated traffic via TAP/SPAN ports with zero latency. Host-based IDS monitors internal endpoint events using signatures, and anomaly-based NIDS flags deviations from established traffic baselines.

Step-by-Step Solution

1
Evaluate network path positioning (in-band vs out-of-band).
Inline NIPS sits directly in the traffic flow to perform active packet blocking, whereas out-of-band NIDS sits off-path receiving copied frames with zero latency overhead.
Physical placement determines whether an enforcement engine can block traffic inline or only generate passive alerts.
2
Determine target monitoring scope (Host vs Network).
HIDS focuses on endpoint internal states such as system calls and host log entries, while NIDS inspects packet headers and payloads across network segments.
Host-based mechanisms protect single endpoints from internal process manipulation, while network-based mechanisms inspect wire traffic.
3
Differentiate detection algorithms (Signature vs Anomaly/Behavioral).
Signature engines compare activity against a database of known bad indicators, while anomaly engines compare activity against a recorded baseline of normal operation.
Anomaly detection identifies novel zero-day attacks by detecting statistical variations from normal patterns.

Key Concept

Intrusion Detection and Prevention Systems (IDS/IPS) Architecture and Detection Engines
Rate this question