A network security administrator is evaluating network security monitoring appliances for an enterprise network segment that hosts time-sensitive industrial SCADA controllers. The team is deciding between installing an out-of-band passive Network Intrusion Detection System (NIDS) fed by a hardware network TAP versus an in-band inline Network Intrusion Prevention System (NIPS). Which of the following statements correctly identify operational trade-offs or characteristics of deploying the passive NIDS architecture over the inline NIPS architecture? (Select TWO.)
- The passive NIDS deployment introduces zero processing latency into the primary traffic path, avoiding potential disruption to time-sensitive control traffic.Answer
- The passive NIDS cannot directly stop inline malicious packets in real time before they arrive at the target system.Answer
- CThe passive NIDS is restricted to analyzing Layer 2 Ethernet headers and cannot inspect Layer 7 application protocol payloads from mirrored traffic.
- DThe passive NIDS automatically decrypts and inspects HTTPS traffic on port 443 without requiring SSL/TLS certificates or private key access.
Answer
The passive NIDS deployment introduces zero processing latency into the primary traffic path and cannot directly stop inline malicious packets in real time before they arrive at the target system.
Out-of-band passive NIDS deployments utilize network TAPs or mirror ports to receive copies of traffic. Consequently, live packets pass uninterrupted between source and destination without experiencing processing latency from the inspection engine. Because the NIDS operates on traffic duplicates, it lacks the ability to actively drop or alter malicious frames before they hit the target network interface.
Step-by-Step Solution
Key Concept
Passive out-of-band NIDS vs Inline NIPS architectural trade-offs