nerdexam
Cisco

352-001 · Question #385

While designing a security solution, which three requirements would make you decide to deploy an IPS sensor in inline mode? (Choose three.)

The correct answer is B. The solution should allow for stream normalization. D. The solution should allow for signature-based pattern matching. E. The solution should allow denying packets inline. Inline IPS mode is required when the solution must actively manipulate the traffic stream through stream normalization, signature-based blocking, and real-time packet denial.

Designing Security

Question

While designing a security solution, which three requirements would make you decide to deploy an IPS sensor in inline mode? (Choose three.)

Options

  • AThe solution should be resistant to sensor failure.
  • BThe solution should allow for stream normalization.
  • CThe solution should not impact jitter and latency for voice traffic.
  • DThe solution should allow for signature-based pattern matching.
  • EThe solution should allow denying packets inline.

How the community answered

(42 responses)
  • A
    12% (5)
  • B
    81% (34)
  • C
    7% (3)

Why each option

Inline IPS mode is required when the solution must actively manipulate the traffic stream through stream normalization, signature-based blocking, and real-time packet denial.

AThe solution should be resistant to sensor failure.

Resilience to sensor failure is an argument for promiscuous mode, not inline mode - an inline sensor that fails becomes a single point of failure that can drop all traffic unless a hardware bypass is configured.

BThe solution should allow for stream normalization.Correct

Stream normalization - reassembling fragmented IP packets and normalizing protocol-level anomalies used in evasion attacks - requires the sensor to be physically in the traffic path so it can modify or reconstruct the stream before forwarding, which is only possible in inline mode.

CThe solution should not impact jitter and latency for voice traffic.

Inline mode adds processing latency because every packet must traverse the sensor before being forwarded, making it incompatible with the requirement to protect voice traffic from added jitter and delay.

DThe solution should allow for signature-based pattern matching.Correct

Signature-based pattern matching combined with active prevention requires inline placement because the sensor must inspect each packet and drop matching traffic before it reaches the destination, a capability not available when the sensor operates out-of-band.

EThe solution should allow denying packets inline.Correct

The ability to deny or drop packets inline is the core differentiator of IPS inline mode over promiscuous IDS mode; the sensor sits in-band in the traffic path and can discard malicious packets in real time before they reach their target.

Concept tested: IPS inline mode deployment selection criteria

Source: https://www.cisco.com/c/en/us/td/docs/security/ips/7-0/configuration/guide/cli/cliguide7/cli_interfaces.html

Topics

#IPS inline mode#stream normalization#signature detection#packet denial

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice