A network security team is designing a monitoring strategy for a high-frequency trading subnetwork and a remote branch office. The trading network requires absolute zero added latency on active traffic paths while maintaining detection capability for novel, unknown protocol exploits. Meanwhile, the branch office needs comprehensive visibility into mirrored VLAN traffic captured by a switch SPAN port. Which of the following design choices correctly fulfill these architecture and detection requirements? (Select TWO)
- Deploying an out-of-band Network Intrusion Detection System (NIDS) connected to a switch SPAN port allows passive traffic analysis without introducing packet processing delays to active network streams.Answer
- Implementing anomaly-based detection mechanisms enables the security system to identify zero-day attacks by detecting deviations from an established baseline of normal network behavior.Answer
- CPlacing an inline Network Intrusion Prevention System (NIPS) directly in the active traffic path of the trading network to eliminate latency during peak transmission volumes.
- DConfiguring signature-based detection as the sole inspection logic to automatically identify previously unencountered zero-day vulnerabilities across encrypted application sessions.
Answer
The correct architectural choices are deploying an out-of-band NIDS via SPAN ports for zero-latency passive visibility and implementing anomaly-based detection mechanisms to identify unknown zero-day threats.
Out-of-band NIDS connected via SPAN or network TAP receives duplicate frames, providing passive security monitoring without inserting processing overhead into active network paths. Furthermore, anomaly-based (or behavior-based) detection compares current traffic against historical baseline metrics, enabling the identification of unknown zero-day attacks that lack established signatures.
Step-by-Step Solution
Key Concept
Passive out-of-band IDS placement versus inline IPS prevention, and anomaly-based baseline detection versus signature matching.