A network administrator needs to implement a network security control in front of a critical database cluster. The security policy mandates that known exploit payloads must be actively blocked in real time before reaching internal targets, and any hardware or software failure of the security device must not disrupt legitimate network traffic flow. Which deployment topology and detection mechanism best satisfies all of these requirements?
- Deploy an in-band Network Intrusion Prevention System (NIPS) using signature-based detection paired with a hardware fail-open bypass switch.Cevap
- BDeploy an out-of-band Network Intrusion Detection System (NIDS) connected to a switch SPAN port operating at Layer 2 to drop malicious frames in real time.
- CDeploy an inline Network Intrusion Prevention System (NIPS) utilizing anomaly-based detection configured to inspect incoming traffic strictly on port 23.
- DDeploy a Host Intrusion Detection System (HIDS) on the perimeter router to analyze overall network traffic streams for known attack vectors.
Cevap
The optimal solution is to deploy an in-band Network Intrusion Prevention System (NIPS) using signature-based detection combined with a hardware fail-open bypass switch.
An in-band (inline) Network Intrusion Prevention System (NIPS) sits directly in the data communication path, giving it the ability to inspect and drop malicious packets before they reach destination targets. Signature-based detection allows immediate identification of established exploit patterns with high accuracy. Adding a hardware bypass switch ensures high availability by allowing traffic to flow unhindered (fail-open) if the inline device encounters engine or hardware failure.
Adım Adım Çözüm
Anahtar Kavram
NIPS Inline Deployment Topology and High Availability Mechanisms