Match each remote access technology or tool with its characteristic operating requirement, protocol, or default port configuration.
- Remote Desktop Host (RDP)Requires Windows Pro, Enterprise, or Education edition to accept incoming connections over default TCP port 3389.
- Microsoft Remote Assistance (MSRA)Allows a helper to join an existing user desktop session on any Windows edition using an invitation file or passkey.
- Secure Shell (SSH)Provides encrypted command-line administrative access using default TCP port 22.
- Virtual Network Computing (VNC)Uses the Remote Frame Buffer (RFB) protocol over default TCP port 5900 for cross-platform session sharing.
Answer
Remote Desktop Host (RDP) matches the requirement for Windows Pro/Enterprise/Education on TCP port 3389. Microsoft Remote Assistance (MSRA) matches helper invitation sessions across all Windows editions. Secure Shell (SSH) matches encrypted command-line access on TCP port 22. Virtual Network Computing (VNC) matches RFB protocol usage on TCP port 5900.
Each remote access technology correctly maps to its core operational parameter: RDP host capabilities require Windows Pro/Enterprise/Education on TCP 3389; MSRA enables interactive helper sessions via invitation tokens across all editions; SSH supplies encrypted terminal administration over TCP 22; and VNC delivers cross-platform screen sharing via the RFB protocol over TCP 5900.
Step-by-Step Solution
Key Concept
Remote Access Technologies, Port Assignments, and Windows Edition Capabilities