A systems engineer is auditing remote administration tools across a corporate environment. The audit mandates two specific operational constraints:
1. Command-line interface (CLI) management of remote Linux database servers across public WAN connections must be encrypted.
2. Support technicians assisting logged-in Windows 11 Enterprise users must view and share screen interaction in real time without locking out or disconnecting the local user's active desktop session.
Which combination of remote access tools and protocols satisfies both operational constraints?
- Secure Shell (SSH) over TCP port 22 for server administration, and Microsoft Remote Assistance (MSRA) for user desktop supportAnswer
- BTelnet over TCP port 23 for server administration, and Remote Desktop Protocol (RDP) over TCP port 3389 for user desktop support
- CSecure Shell (SSH) over TCP port 22 for server administration, and Remote Desktop Protocol (RDP) over TCP port 3389 for user desktop support
- DTelnet over TCP port 23 for server administration, and Microsoft Remote Assistance (MSRA) for user desktop support
Answer
Secure Shell (SSH) over TCP port 22 for server administration, and Microsoft Remote Assistance (MSRA) for user desktop support
Secure Shell (SSH) uses public-key cryptography over TCP port 22 to provide secure, encrypted command-line management across untrusted networks. Microsoft Remote Assistance (MSRA) allows a technician to view and control a user's desktop session collaboratively in real time while keeping the local user logged in and active.
Step-by-Step Solution
Key Concept
Remote access protocol security mechanisms and Windows desktop session limitation behaviors (SSH vs. Telnet and MSRA vs. RDP)
Estimated Time:2m 0s