Installing Terminal Services for Windows Workstation to Manage Linux Server | CompTIA Linux+ Exam XK0-004

Terminal Services for Windows Workstation

Question

A user wants to use terminal services from a Windows workstation to manage a Linux server.

Which of the following should be installed on the Linux server to enable this functionality?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.

https://www.netadmintools.com/art237.html

To allow a Windows workstation to manage a Linux server using terminal services, a Remote Desktop Protocol (RDP) server must be installed on the Linux server. There are several RDP server software available for Linux such as VNC, rdesktop, SPICE, and XRDP.

VNC (Virtual Network Computing) is a remote desktop software that uses the Remote Frame Buffer (RFB) protocol to remotely control another computer. VNC can be used on various platforms, including Windows, Linux, and macOS. However, VNC is not an RDP server, and it requires a VNC client to be installed on the Windows workstation to access the Linux server.

rdesktop is an open-source RDP client that allows a user to connect to a remote Windows server or desktop from a Linux system. However, rdesktop is not an RDP server, so it cannot be used to allow a Windows workstation to manage a Linux server.

SPICE (Simple Protocol for Independent Computing Environments) is an open-source remote desktop protocol designed to provide a high-performance desktop experience for remote access to virtual machines. SPICE can be used for Linux and Windows systems, but it is not commonly used as an RDP server for Linux.

XRDP is an open-source RDP server for Linux that enables a Windows workstation to connect to a Linux server using RDP. XRDP uses the X11rdp backend, which allows the user to connect to a Linux desktop environment over an RDP session.

Therefore, the correct answer to the question is D. XRDP should be installed on the Linux server to enable a Windows workstation to manage a Linux server using terminal services.