nerdexam
CompTIA

SY0-301 · Question #30

Which of the following is BEST used as a secure replacement for TELNET?

The correct answer is D. SSH. Telnet is a legacy remote access protocol that transmits all data-including credentials and commands-in plaintext, making it trivially interceptable. SSH (Secure Shell) is its direct, secure replacement: it provides the same remote terminal access functionality but encrypts the…

General security concepts

Question

Which of the following is BEST used as a secure replacement for TELNET?

Options

  • AHTTPS
  • BHMAC
  • CGPG
  • DSSH

How the community answered

(36 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    3% (1)
  • D
    89% (32)

Explanation

Telnet is a legacy remote access protocol that transmits all data-including credentials and commands-in plaintext, making it trivially interceptable. SSH (Secure Shell) is its direct, secure replacement: it provides the same remote terminal access functionality but encrypts the entire session using strong cryptography. HTTPS secures web traffic (HTTP), not terminal sessions. HMAC (Hash-based Message Authentication Code) is a mechanism for verifying message integrity and authenticity, not a remote access protocol. GPG (GNU Privacy Guard) is used for encrypting and signing files and emails, not for interactive remote sessions.

Topics

#SSH#TELNET#secure remote access#protocol replacement

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice