SSCP · Question #946
The fact that a network-based IDS reviews packets payload and headers enable which of the following?
The correct answer is A. Detection of denial of service. By inspecting both packet headers (source/destination IP and port, flags, protocol) and payloads (content), a network-based IDS can detect Denial of Service (DoS) attacks - for example, by identifying SYN floods, ICMP floods, or malformed packet patterns that indicate an…
Question
The fact that a network-based IDS reviews packets payload and headers enable which of the following?
Options
- ADetection of denial of service
- BDetection of all viruses
- CDetection of data corruption
- DDetection of all password guessing attacks
How the community answered
(23 responses)- A91% (21)
- B4% (1)
- C4% (1)
Explanation
By inspecting both packet headers (source/destination IP and port, flags, protocol) and payloads (content), a network-based IDS can detect Denial of Service (DoS) attacks - for example, by identifying SYN floods, ICMP floods, or malformed packet patterns that indicate an attempt to overwhelm a target. It cannot detect ALL viruses (B), because encrypted or novel malware in payloads may evade signature-based detection. It cannot reliably detect data corruption (C). It cannot catch ALL password guessing attacks (D), particularly those conducted over encrypted channels or at low rates designed to avoid detection.
Topics
Community Discussion
No community discussion yet for this question.