Match each intrusion detection or prevention concept with its corresponding operational characteristic.
- Signature-Based DetectionCompares network traffic against a database of known threat patterns to identify attacks.
- Anomaly-Based DetectionEstablishes a baseline of normal network activity and alerts on significant deviations.
- Inline NIPS DeploymentPlaced directly in the traffic path to inspect packets and actively block unauthorized traffic.
- Passive NIDS DeploymentConnected via a SPAN port to monitor traffic asynchronously without introducing inline latency.
Cevap
Signature-Based Detection pairs with known threat pattern database comparison; Anomaly-Based Detection pairs with baseline deviation alerting; Inline NIPS Deployment pairs with active packet blocking in the traffic path; Passive NIDS Deployment pairs with out-of-band traffic monitoring via SPAN port.
Each intrusion detection and prevention component matches its specific operational method: signature-based detection uses known threat patterns, anomaly-based detection identifies deviations from normal baselines, inline NIPS acts in-band to block malicious packets, and passive NIDS operates out-of-band via SPAN/TAP ports to monitor without adding latency.
Adım Adım Çözüm
Anahtar Kavram
IDS/IPS Detection Mechanisms and Deployment Topologies