Which technique floods a target by transmitting multiple HTTP requests from a single HTTP session within one packet?

Prepare for the Certified Ethical Hacker Version 11 Exam. Study with comprehensive questions and explanations. Equip yourself with the skills needed for success!

Multiple Choice

Which technique floods a target by transmitting multiple HTTP requests from a single HTTP session within one packet?

Explanation:
This question tests understanding of HTTP flood variants and what a single-session approach means. In a single-session HTTP flood, one TCP connection is used to send a rapid burst of HTTP requests, overwhelming the target with requests from that single session. That matches the idea of transmitting multiple HTTP requests from one HTTP session in a compact flow, stressing the server’s ability to process requests from a single connection. This differs from Slowloris, which keeps many connections open and sends data slowly to tie up server threads rather than blasting a single connection with many requests. A recursive HTTP GET flood focuses on repeatedly requesting resources (often via subresources) to drive resource usage, but it doesn’t center on a single session delivering the flood. DRDoS uses traffic from many hosts across a network to overwhelm the target, rather than a single session’s burst.

This question tests understanding of HTTP flood variants and what a single-session approach means. In a single-session HTTP flood, one TCP connection is used to send a rapid burst of HTTP requests, overwhelming the target with requests from that single session. That matches the idea of transmitting multiple HTTP requests from one HTTP session in a compact flow, stressing the server’s ability to process requests from a single connection.

This differs from Slowloris, which keeps many connections open and sends data slowly to tie up server threads rather than blasting a single connection with many requests. A recursive HTTP GET flood focuses on repeatedly requesting resources (often via subresources) to drive resource usage, but it doesn’t center on a single session delivering the flood. DRDoS uses traffic from many hosts across a network to overwhelm the target, rather than a single session’s burst.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy