An organization is updating its perimeter defenses to protect a cluster of public-facing web servers from known exploit signatures. The security policy mandates that malicious traffic must be actively blocked in real time before reaching the internal network segment, while ensuring zero processing load added to the web servers' host operating systems. Which deployment architecture best fulfills these requirements?
- In-band Network Intrusion Prevention System (NIPS)Answer
- BOut-of-band Network Intrusion Detection System (NIDS) connected to a SPAN port
- CHost-based Intrusion Prevention System (HIPS) installed on each server
- DStateless Access Control List (ACL) configured on the boundary switch
Answer
The in-band Network Intrusion Prevention System (NIPS) is the correct architectural choice.
An in-band (inline) NIPS sits directly in the communication path between the external network and internal servers. It inspects live network traffic against attack signatures and actively drops malicious packets before they reach destination hosts, all while offloading inspection processing from host operating systems to dedicated network hardware.
Step-by-Step Solution
Key Concept
Inline Network Intrusion Prevention System (NIPS) Placement and Functionality
Estimated Time:1m 30s