SY0-701 - Security Operations (28% of the exam) - Section 4.5

Given a scenario, modify enterprise capabilities to enhance security.

Configure firewall rules, IDS/IPS signatures, web filtering, and DNS filtering to cut an organisation's exposure, and deploy DLP and EDR/XDR to detect and respond to threats that reach endpoints. Choose between IDS and IPS placement based on whether you prioritise detection or active blocking.

firewall rulesIDS/IPSweb filteringDNS filteringDLP and EDR/XDR

Practice question for this objective

Free sampleSecurity Operationshard

Which statement most accurately contrasts a network intrusion detection system with a network intrusion prevention system as they are typically deployed at an enterprise perimeter?

  • AAn IDS only inspects encrypted traffic after termination at a proxy, while an IPS inspects unencrypted traffic at layer two before any routing decision is made.
  • BAn IDS uses behavioural analytics exclusively, while an IPS uses signature matching exclusively, so the two technologies cannot share rule sets.
  • CAn IDS is a host-resident agent that protects a single endpoint, while an IPS is always a dedicated network appliance that protects a whole subnet.
  • DAn IDS inspects traffic out of band and raises alerts on suspicious patterns, while an IPS sits inline so it can drop or reset sessions that match a signature or behavioural rule. Correct
Distinguish IDS from IPS by inspection placement and response authority rather than by detection method or host versus network deployment. An IDS is fundamentally a monitor and alerting tool placed out of band on a span port or tap, while an IPS is placed inline in the traffic path so that it can actively drop, reset, or quarantine matching sessions. Both can use signatures, protocol decoding, and anomaly detection, and both can be host or network resident, so the inspection mode and response authority are the defining contrast.

Why A is wrong: It is tempting because encryption inspection is a real design concern, but the protocol layer and TLS handling are not what separates the two technologies. Either can be deployed alongside a decrypting proxy, and both typically inspect at layers three through seven.

Why B is wrong: Candidates may recall that anomaly detection appears in IDS marketing, yet both product types commonly combine signatures, protocol analysis, and behavioural heuristics, and many vendors ship a single engine that can be run in either mode.

Why C is wrong: Host versus network is a separate axis from detection versus prevention. Host-based IDS and host-based IPS both exist, as do network IDS and network IPS, so this framing confuses two independent classifications.

Why D is correct: This captures the defining difference: placement and authority. An IDS observes a copy of traffic and notifies analysts, whereas an IPS is in the forwarding path and can actively block matching flows in real time.

See more SY0-701 practice questions, answers explained.

Exam traps in Security Operations

Answers that look right on this material and are not. Each one is a distractor from a different question in the SY0-701 bank for this domain.

  • EDR replaces antivirus by relying solely on signatures, while XDR replaces firewalls by enforcing layer three rules across the estate.

    Why it is wrong: This conflates several technologies. Modern EDR uses behavioural telemetry rather than signatures alone, and XDR does not replace firewalls; it correlates security telemetry from multiple sources rather than acting as a packet filter.

  • DNS filtering inspects the decrypted HTTP body for malicious keywords, while web filtering only checks the destination IP address against a blocklist.

    Why it is wrong: This inverts the technologies. Web proxies typically inspect URLs, categories, and sometimes content, while DNS filtering operates on name resolution and does not read HTTP bodies at all.

  • Deploy a DNS sinkhole that returns a blackhole address for known-bad domains during the name resolution step before any connection is made.

    Why it is wrong: A DNS sinkhole is tempting because it is a real filtering control, but it acts at name resolution and cannot decrypt HTTPS or apply URL-path category policy, so it does not close either gap in the web gateway itself.

Examworthy is not affiliated with or endorsed by CompTIA. Original, blueprint-aligned practice material only.