Which of the following is an IPsec protocol that provides authentication and integrity services but does not support encryption?

a. IKE Phase I
b. IKE Phase II
c. AH
d. ESP


Answer: c. AH

Computer Science & Information Technology

You might also like to view...

Information collected in such a way that the information will be usable in a criminal or civil proceeding is known as ____.

A. data B. evidence C. triggers D. forensics

Computer Science & Information Technology

Apache OpenOffice can open and change documents that may have been created in other programs, like Microsoft Word

Indicate whether the statement is true or false

Computer Science & Information Technology

Which line of code should be used to make the following code snippet work?

``` var longString = "Great day, isn't it?"; var shortString = _____???_______ document.write("It's going ton rain to" + shortString); ``` a. ``` shortString = longString.substr(20, 7); ``` b. ``` shortString = longString.substr(6, 3); ``` c. ``` shortString = substr(longString, 6, 3); ``` d. ``` shortString = longString.substr(7, 3); ```

Computer Science & Information Technology

Select the function of an e-mail link from the choices below

a. automatically send you an e-mail message with the visitor's e-mail address as the reply-to field b. launch the default e-mail application for the visitor's browser with your e-mail address as the recipient c. display your e-mail address so that the visitor can send you a message later d. link to your mail server

Computer Science & Information Technology