A network engineer observes anomalous latency spikes on a critical web application server following a recent security upgrade. Upon investigation, the engineer discovers that security software deployed directly on the web server is performing deep packet inspection on all local system calls and application memory buffers, creating processing overhead under high traffic load. Which security control is actively causing this host-level performance degradation?
- Host-based Intrusion Prevention System (HIPS)Answer
- BNetwork-based Intrusion Detection System (NIDS)
- CStateful Network Firewall operating at Layer 4
- DNetwork-based Intrusion Prevention System (NIPS)
Answer
Host-based Intrusion Prevention System (HIPS)
The scenario describes a security agent installed directly on the host machine inspecting operating system calls and memory buffers in real time. A Host-based Intrusion Prevention System (HIPS) provides active protection at the host level, which can introduce noticeable CPU and latency overhead on high-traffic servers due to deep host-level inspection.
Step-by-Step Solution
Key Concept
Host-based Intrusion Prevention System (HIPS) operation and host resource impact
Estimated Time:2m 0s