XK0-005 · Question #10270
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. The most common method for graphical access to Windows systems from a Linux environment involves the Remote Desktop Protocol (RDP).
Question
Options
- ASSH
- BNX
- CXRDP
- DVNC
How the community answered
(55 responses)- A2% (1)
- B4% (2)
- C91% (50)
- D4% (2)
Why each option
The most common method for graphical access to Windows systems from a Linux environment involves the Remote Desktop Protocol (RDP).
SSH is primarily used for secure command-line access, not for graphical desktop access to Windows systems.
NX is a proprietary remote desktop protocol (Nomachine) that is less commonly used for native Windows remote access compared to RDP.
RDP (Remote Desktop Protocol) is the native protocol used by Windows for graphical remote access, offering robust performance and integration. While XRDP is primarily an open-source RDP server for Linux, its presence as an option in this context often represents the broader RDP technology family, which is the most common for Linux clients (using RDP clients like `xfreerdp` or `remmina`) to connect to Windows graphical desktops.
VNC (Virtual Network Computing) is a generic cross-platform graphical desktop sharing system, but RDP is the native and generally preferred protocol for Windows systems due to its optimizations.
Concept tested: Cross-platform graphical remote access (RDP)
Source: https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients
Topics
Community Discussion
No community discussion yet for this question.