XK0-004 · Question #320
Which of the following is the MOST common method used to access Windows systems that are running in a cloud provider from a Linux system?
The correct answer is C. XRDP. XRDP is the Linux-side implementation of Microsoft's Remote Desktop Protocol, making it the most common method for Linux systems to connect graphically to cloud-hosted Windows servers.
Question
Which of the following is the MOST common method used to access Windows systems that are running in a cloud provider from a Linux system?
Options
- ASSH
- BNX
- CXRDP
- DVNC
How the community answered
(26 responses)- A4% (1)
- C92% (24)
- D4% (1)
Why each option
XRDP is the Linux-side implementation of Microsoft's Remote Desktop Protocol, making it the most common method for Linux systems to connect graphically to cloud-hosted Windows servers.
SSH provides command-line terminal access and is the standard protocol for Linux/Unix systems; while Windows now supports OpenSSH, it does not provide graphical desktop access and is not the typical method for accessing Windows cloud instances.
NX (NoMachine NX) is a remote desktop protocol optimized for accessing Linux graphical environments over low-bandwidth connections and is not commonly used for accessing Windows systems.
XRDP provides an open-source RDP implementation on Linux that allows RDP clients such as Remmina or xfreerdp to establish full graphical desktop sessions with Windows systems. RDP is Microsoft's native remote access protocol, and cloud providers expose Windows virtual machines on RDP port 3389 by default, making XRDP-based access the standard and most widely supported method for Linux-to-Windows remote connectivity in cloud environments.
VNC is a cross-platform graphical desktop sharing protocol, but it is not the default or most common method for accessing cloud-hosted Windows instances, which natively support and prefer RDP.
Concept tested: Remote desktop protocol access from Linux to Windows
Source: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/connect-rdp
Topics
Community Discussion
No community discussion yet for this question.