QuestionQ15

Operating Systems

A business is hiring a remote employee and must provide the employee with graphical interface access to the in-house Linux servers. Which of the following should the business use for this process?

  • A SSH
  • B VNC
  • C WinRM
  • D Telnet
Explanation

VNC provides a graphical desktop-sharing interface over the network, allowing a remote user to view and control the Linux server's GUI as if sitting in front of it. SSH and Telnet are command-line/terminal protocols, and WinRM is designed for remote management of Windows systems, not Linux GUI access.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!