Which technique is explicitly suggested to speed up large scans?

Study for the SANS560 GIAC Penetration Tester (GPEN) Test. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Multiple Choice

Which technique is explicitly suggested to speed up large scans?

Explanation:
When scanning large ranges, the bottleneck often isn’t the probes themselves but how responses are handled. Separating the Send and Receive tasks lets probes be dispatched more aggressively while responses are processed independently, increasing overall throughput. A tool that explicitly splits these mechanisms can keep sending at a higher rate without being held up by response processing, and can distribute work across dedicated components to avoid resource contention. This is why using a tool like SCANRAND that decouples sending from receiving is the best approach for speeding up large scans. Other options don’t fit as well because: physically moving machines closer doesn’t reliably boost large-scan throughput and isn’t practical in many setups; increasing the per-packet timeout slows progress by making the scanner wait longer for responses; and relying on a single tool to avoid coordination creates a single bottleneck rather than alleviating it.

When scanning large ranges, the bottleneck often isn’t the probes themselves but how responses are handled. Separating the Send and Receive tasks lets probes be dispatched more aggressively while responses are processed independently, increasing overall throughput. A tool that explicitly splits these mechanisms can keep sending at a higher rate without being held up by response processing, and can distribute work across dedicated components to avoid resource contention. This is why using a tool like SCANRAND that decouples sending from receiving is the best approach for speeding up large scans.

Other options don’t fit as well because: physically moving machines closer doesn’t reliably boost large-scan throughput and isn’t practical in many setups; increasing the per-packet timeout slows progress by making the scanner wait longer for responses; and relying on a single tool to avoid coordination creates a single bottleneck rather than alleviating it.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy