N10-005 · Question #575
Which of the following is a secure way to connect to a device?
The correct answer is D. SFTP. SFTP is the only option that provides encrypted, authenticated file transfer, making it the secure choice for connecting to a remote device.
Question
Which of the following is a secure way to connect to a device?
Options
- ARSH
- BTFTP
- CSNMPv2
- DSFTP
How the community answered
(46 responses)- A4% (2)
- B2% (1)
- D93% (43)
Why each option
SFTP is the only option that provides encrypted, authenticated file transfer, making it the secure choice for connecting to a remote device.
RSH (Remote Shell) transmits all data, including usernames and passwords, in cleartext over the network, making it vulnerable to packet sniffing and credential theft.
TFTP (Trivial File Transfer Protocol) provides no user authentication and no encryption whatsoever, transmitting all data in plaintext on UDP port 69.
SNMPv2 uses community strings (essentially plaintext passwords) for authentication and does not encrypt traffic, leaving management data and credentials exposed - SNMPv3 added security features like authentication and encryption.
SFTP (SSH File Transfer Protocol) runs over the SSH (Secure Shell) protocol, encrypting both the authentication credentials and all transferred data end-to-end. This encryption protects against eavesdropping and man-in-the-middle attacks, making it the accepted standard for secure file transfer.
Concept tested: Secure remote access and file transfer protocols
Source: https://www.ssh.com/academy/ssh/sftp
Topics
Community Discussion
No community discussion yet for this question.