The web server at Terry’s company recently was attacked by multiple computers. The attack overwhelmed the company’s web servers and caused the web servers to crash.
 
What type of attack occurred?

A. Botnet
B. Spyware
C. Zero-day
D. DDoS


Answer: D

Computer Science & Information Technology

You might also like to view...

What happens when this is used in a constructor’s body to call another constructor of the same class if that call is not the first statement in the constructor?

a. A compilation error occurs. b. A runtime error occurs. c. A logic error occurs. d. Nothing happens. The program compiles and runs.

Computer Science & Information Technology

Preliminary report pages are numbered with Arabic numbers (1, 2, 3).

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

How is creating a subclass of an existing class different from copying the code from the existing class to a new file?

A. delete all the methods that don't have to change B. you don't need an __init__ method C. the name of the subclass is in parentheses of the class header D. no methods need be created or modified

Computer Science & Information Technology

The INTERCEPT function rounds off its results which produces more accurate results.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology