IPSec authentication header supports all the following except?

A. Connectionless data integrity
B. Data confidentiality
C. Data authentication
D. Protection against replay attacks


Answer: B
Explanation: Authentication header (AH) modifies IP datagrams by adding an attribute field, which enables receivers to check the authenticity of the data. It supports connectionless data integrity, data authentication, and protection against replay attacks. It does not support confidentiality. Confidentiality is supported by ESP.

Computer Science & Information Technology

You might also like to view...

A control whose source of data is a field in the report’s record source is a(n) ____ control.

A. calculated B. dynamic C. bound D. unbound

Computer Science & Information Technology

After selecting the cell you want to format, you can apply _____ font attribute(s).

A. only one B. not more than three C. multiple D. two

Computer Science & Information Technology

____________________ is one of the oldest sound formats, and is used primarily on Unix systems.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The line #define max 500 ____________.

a. declares a variable called max b. tells the compiler to go get a program called max c. causes all references to the identifier max to be replaced by the integer constant 500 during compilation d. is missing an equal sign e. requires an ending semicolon

Computer Science & Information Technology