Match each remote access technology or protocol on the left with its primary operational security or network characteristic on the right.
- Remote Desktop Protocol (RDP)Provides full remote graphical desktop access to Windows Pro/Enterprise host systems over TCP port 3389.
- Secure Shell (SSH)Provides an encrypted CLI connection for remote administration over TCP port 22.
- Microsoft Remote Assistance (MSRA)Allows a user to send an invitation file or pass code for a remote technician to view and share control of an active desktop session.
- TelnetTransmits unencrypted command-line session data and credentials in plain text over TCP port 23.
Cevap
RDP matches with full graphical desktop access over TCP port 3389; SSH matches with encrypted CLI administration over TCP port 22; MSRA matches with invitation-based interactive desktop session sharing; Telnet matches with unencrypted plain text command-line access over TCP port 23.
Each technology is correctly paired with its specific security and operational characteristic: RDP provides full remote GUI access on TCP 3389; SSH delivers encrypted CLI access on TCP 22; MSRA enables user-invited session sharing; and Telnet sends unencrypted CLI traffic on TCP 23.
Adım Adım Çözüm
Anahtar Kavram
Remote Access Protocols, Port Numbers, and Security Boundaries