CAS-002 · Question #307
The IT manager is evaluating IPS products to determine which would be most effective at stopping network traffic that contains anomalous content on networks that carry very specific types of…
The correct answer is A. Signature-based. Signature-based IPS is best suited for networks carrying very specific, well-defined traffic types because exact signatures can be authored for every permitted communication pattern, enabling precise detection of any anomalous content. This deterministic approach outperforms…
Question
The IT manager is evaluating IPS products to determine which would be most effective at stopping network traffic that contains anomalous content on networks that carry very specific types of traffic. Based on the IT manager's requirements, which of the following types of IPS products would be BEST suited for use in this situation?
Options
- ASignature-based
- BRate-based
- CAnomaly-based
- DHost-based
How the community answered
(28 responses)- A82% (23)
- B11% (3)
- C4% (1)
- D4% (1)
Why each option
Signature-based IPS is best suited for networks carrying very specific, well-defined traffic types because exact signatures can be authored for every permitted communication pattern, enabling precise detection of any anomalous content. This deterministic approach outperforms statistical methods when the expected traffic is narrow and well-understood.
When a network carries only specific, known traffic types, security teams can create precise signatures that enumerate every legitimate protocol, port, and payload pattern expected on that network. Any traffic not matching a permitted signature is identified as anomalous with high accuracy and minimal false positives. This explicit allow-and-deny model is far more effective than statistical baselining on specialized networks.
Rate-based IPS detects volumetric anomalies such as flooding attacks based on traffic thresholds, not the content or protocol characteristics of individual packets.
Anomaly-based IPS builds statistical baselines of normal behavior and works best on general-purpose networks with diverse traffic; it is less precise than signature-based detection on networks where the expected traffic is already narrowly and explicitly defined.
Host-based IPS monitors processes, logs, and file activity on individual endpoints rather than inspecting network traffic, making it irrelevant for network-level content inspection.
Concept tested: IPS detection method selection for specific traffic environments
Source: https://csrc.nist.gov/publications/detail/sp/800-94/final
Topics
Community Discussion
No community discussion yet for this question.