nerdexam
(ISC)2

CSSLP · Question #209

Which of the following intrusion detection systems (IDS) monitors network traffic and compares it against an established baseline?

The correct answer is C. Anomaly-based. Anomaly-based intrusion detection systems (IDS) identify suspicious activity by monitoring network traffic and comparing it to a predefined baseline of normal behavior.

Secure Software Deployment, Operations, Maintenance

Question

Which of the following intrusion detection systems (IDS) monitors network traffic and compares it against an established baseline?

Options

  • AFile-based
  • BNetwork-based
  • CAnomaly-based
  • DSignature-based

How the community answered

(46 responses)
  • A
    4% (2)
  • B
    2% (1)
  • C
    91% (42)
  • D
    2% (1)

Why each option

Anomaly-based intrusion detection systems (IDS) identify suspicious activity by monitoring network traffic and comparing it to a predefined baseline of normal behavior.

AFile-based

File-based IDS (also known as Host-based IDS or HIDS) primarily monitors system files, logs, and processes on a host, not network traffic against a baseline.

BNetwork-based

Network-based IDS (NIDS) is a category that monitors network traffic, but it can be either anomaly-based or signature-based; it's not the specific method of comparing against a baseline.

CAnomaly-basedCorrect

Anomaly-based IDS builds a baseline profile of normal network activity, including traffic patterns, bandwidth usage, and protocol behavior. Any deviation from this established baseline is flagged as an anomaly, potentially indicating an intrusion or malicious activity.

DSignature-based

Signature-based IDS detects intrusions by comparing network traffic patterns against a database of known attack signatures, not against an established baseline of normal activity.

Concept tested: Intrusion Detection System (IDS) types

Source: https://learn.microsoft.com/en-us/azure/security-center/adaptive-network-hardening

Topics

#IDS#Anomaly-based IDS#Network Security#Monitoring

Community Discussion

No community discussion yet for this question.

Full CSSLP Practice