Which of the following DoS protection techniques alters the TCP stack on the server to decrease the connection timeout time?

A) Micro blocks
B) Stack tweaking
C) SYN cookies
D) Stateful packet inspection firewalls

B) Stack tweaking

Computer Science & Information Technology

You might also like to view...

The alignment of label and text boxes cannot be changed in a report

Indicate whether the statement is true or false

Computer Science & Information Technology

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

1. The two most common queue operations are push and pop. 2. When the program knows the exact contents of a list and can access any element on demand, the data structure is known as a stacked deque. 3. For a compiler that is older than C++11 it is necessary to put spaces between the angled brackets that appear next to each other when defining a stack. 4. Computer systems use stacks. For example, when a function is called, they create local variables on a stack which are removed from the stack when the function terminates.

Computer Science & Information Technology