Which protocol is a secure remote management protocol intended as a replacement for Telnet?

Prepare for the Certified Ethical Hacker Version 11 Exam with a comprehensive test featuring flashcards and multiple choice questions, each accompanied by hints and explanations to ensure a thorough understanding. Ace your ethical hacking exam with confidence!

Multiple Choice

Which protocol is a secure remote management protocol intended as a replacement for Telnet?

Explanation:
The key idea is that you need a secure way to manage devices remotely. Telnet sends everything in plaintext, including credentials, which makes it easy for someone to eavesdrop or tamper with the session. Secure Shell provides a secure alternative by establishing an encrypted channel between the client and server for remote login and command execution. It authenticates both ends, typically using public-key cryptography, and protects the confidentiality and integrity of the session. SSH also enables secure file transfers (SFTP or SCP) built on the same secure channel, which is a practical bonus for remote administration. The other protocols shown serve different purposes—TFTP is an insecure file transfer method, SMTP handles email, and FTP is a basic file transfer protocol without built-in strong security—so they aren’t suited as a secure remote management replacement for Telnet.

The key idea is that you need a secure way to manage devices remotely. Telnet sends everything in plaintext, including credentials, which makes it easy for someone to eavesdrop or tamper with the session. Secure Shell provides a secure alternative by establishing an encrypted channel between the client and server for remote login and command execution. It authenticates both ends, typically using public-key cryptography, and protects the confidentiality and integrity of the session. SSH also enables secure file transfers (SFTP or SCP) built on the same secure channel, which is a practical bonus for remote administration. The other protocols shown serve different purposes—TFTP is an insecure file transfer method, SMTP handles email, and FTP is a basic file transfer protocol without built-in strong security—so they aren’t suited as a secure remote management replacement for Telnet.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy