You are attempting to use Remote Desktop from a Windows Vista computer to a Windows Server 2016 install, but are unable to do so. You have verified that other computers running newer versions of the Windows operating system on the same network are able to remote desktop to the server. What is most likely the issue?

A. The server has a firewall entry that prohibits older versions of Windows from using Remote Desktop with the server.
B. Network Level Authentication is turned on in Remote Desktop settings.
C. The Windows Vista Remote Desktop client must be updated.
D. The Vista computer is not capable of using IPSec communication with Remote Desktop.

Answer: B

Computer Science & Information Technology

You might also like to view...

Method_______ initializes every pygame module.

a) pygame.init. b) all.init. c) pygame.modules.init. d) None of the above.

Computer Science & Information Technology

Which statement in the following sequence of statements about sorting objects by two fields is false?

a. To sort objects by two fields, you create a Comparator that uses two Functions. b. First you call Comparator method comparing to create a Comparator with the first Function. c. On the Comparator for the first field, you call method comparing with the second Function. d. The resulting Comparator compares objects using the first Function then, for objects that are equal, compares them by the second Function.

Computer Science & Information Technology