nerdexam
CompTIA

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.

Network security

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)
  • A
    4% (2)
  • B
    2% (1)
  • D
    93% (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.

ARSH

RSH (Remote Shell) transmits all data, including usernames and passwords, in cleartext over the network, making it vulnerable to packet sniffing and credential theft.

BTFTP

TFTP (Trivial File Transfer Protocol) provides no user authentication and no encryption whatsoever, transmitting all data in plaintext on UDP port 69.

CSNMPv2

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.

DSFTPCorrect

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

#SFTP#secure protocols#remote access#file transfer

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice