What are the three possible roles a computer that is configured to use IPsec communication can function in?

What will be an ideal response?


A computer that is configured to use IPsec communication can function in any of three roles:
* Client (Respond Only)-When Windows Server 2016 is contacted by a client using IPsec, it will respond by using IPsec communication.
* Secure Server (Require Security)-Windows Server 2016 will only respond using IPsec communication, which means that communication via any account and with any client is secured through strict IPsec enforcement.
* Server (Request Security)-When Windows Server 2016 is first contacted or when it initiates a communication, it will use IPsec by default. If the responding client does not support IPsec, Windows Server 2016 will switch to the clear mode, which does not employ IPsec.

Computer Science & Information Technology

You might also like to view...

Which declaration declares abstract method method1 in abstract class Class1 (method1 returns an Integer and takes no arguments)?

a) Public Function method1() As Integer b) Public Function MustInherit method1() As Integer c Public MustInherit Function method1() As Integer d) Public Abstract Function method1() As Integer

Computer Science & Information Technology

Before using a removable disk with CentOS 7, what must an administrator do before they format the removable disk?

A. mount B. partition C. expand D. unmount

Computer Science & Information Technology

Which of the following is not a way to bring up the Go To dialog box?

A) Name Box B) Ctrl+G C) Alt+F7 D) F5

Computer Science & Information Technology

The numbers in an IP address are separated by ____.

A. commas B. colons C. semicolons D. periods

Computer Science & Information Technology