Which of the following type of attacks tricks Internet routers into attacking a target?

a. Denial of service attack
b. Distributed denial of service attack
c. Distributed reflection denial of service attack
d. Smurf attack

ANS: C

Computer Science & Information Technology

You might also like to view...

What is loop fusion? Write a code segment that uses loop fusion to call two methods, method1 and method2, 10 times each.

What will be an ideal response?

Computer Science & Information Technology

The statement ____ advances cntItr so that it points to the next element in the container.

A. ++cntItr; B. cntItr++; C. *cntItr; D. cntItr*;

Computer Science & Information Technology