nerdexam
CompTIA

SY0-701 · Question #624

A security team is in the process of hardening the network against externally crafted malicious packets. Which of the following is the most secure method to protect the internal network?

The correct answer is C. Intrusion prevention systems. Intrusion Prevention Systems (IPS) are purpose-built to inspect network traffic in real time, detect malicious or anomalous packets, and actively block them before they reach internal hosts - making them the strongest defense against externally crafted attacks at the network…

Submitted by tarun92· Mar 6, 2026Threats, vulnerabilities, and mitigations

Question

A security team is in the process of hardening the network against externally crafted malicious packets. Which of the following is the most secure method to protect the internal network?

Options

  • AAnti-malware solutions
  • BHost-based firewalls
  • CIntrusion prevention systems
  • DNetwork access control
  • ENetwork allow list

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    63% (19)
  • D
    3% (1)
  • E
    23% (7)

Explanation

Intrusion Prevention Systems (IPS) are purpose-built to inspect network traffic in real time, detect malicious or anomalous packets, and actively block them before they reach internal hosts - making them the strongest defense against externally crafted attacks at the network level.

  • A (Anti-malware): Operates on endpoints after a file/process is already present; it doesn't inspect or block malicious packets in transit on the network.
  • B (Host-based firewalls): Filter traffic per host using port/protocol rules, but they lack deep packet inspection and won't detect crafted payloads that arrive on allowed ports.
  • D (Network access control): Governs who can join the network (identity/posture checks), not what traffic content looks like - it doesn't analyze packet payloads.
  • E (Network allow list): Whitelisting IPs or domains restricts sources, but a trusted/allowed source can still send a malicious packet; content is never inspected.

Memory tip: Think "IPS = traffic inspector + bouncer." A firewall is just a bouncer checking IDs at the door; an IPS checks IDs and searches the bags - so it catches malicious payloads that slip through on legitimate ports or from allowed addresses.

Topics

#Network Security#Intrusion Prevention#Packet Filtering#Network Hardening

Community Discussion

No community discussion yet for this question.

Full SY0-701 Practice