Multiple choice technology security

During a scan you notice that its running quite slow and there are lot of communication errors in the logs. How would you correct this problem?

  1. Increase the no of threads and increase the timeout

  2. Decrease the no of threads and decrease the timeout

  3. Increase the no of threads and decrease the timeout

  4. Decrease the no of threads and increase the timeout

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

High thread counts and low timeouts cause communication errors and network congestion. Reducing the thread count decreases load and resource contention, while increasing the timeout allows slow responses to complete successfully rather than failing.