Difficulty: Easy
Correct Answer: Transmit message packets to their correct destination (routing).
Explanation:
Introduction / Context:
An intrusion detection system (IDS) observes activity to detect malicious behavior. It can operate on hosts or networks, analyzing logs, processes, or packet streams to flag anomalies and known attack signatures.
Given Data / Assumptions:
Concept / Approach:
Distinguish between security monitoring (observe, detect, alert) and transport functions (forwarding packets). IDS tools like Snort/Suricata analyze traffic but do not act as routers.
Step-by-Step Solution:
Verification / Alternative check:
Product documentation for IDS solutions shows packet capture and analysis roles, not forwarding decisions beyond passive monitoring.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing IDS with IPS (intrusion prevention system). IPS may drop or block traffic but still does not replace routers.
Final Answer:
Transmit message packets to their correct destination (routing).
Discussion & Comments