nerdexam
CompTIA

SY0-301 · Question #865

Which of the following protocols provides fast, unreliable file transfer?

The correct answer is A. TFTP. TFTP (Trivial File Transfer Protocol) uses UDP as its transport, which is connectionless and provides no guarantee of delivery, ordering, or error recovery - making it 'unreliable' but fast. It is commonly used for transferring boot files, firmware images, and router configs in…

General security concepts

Question

Which of the following protocols provides fast, unreliable file transfer?

Options

  • ATFTP
  • BSFTP
  • CTelnet
  • DFTPS

How the community answered

(26 responses)
  • A
    92% (24)
  • C
    4% (1)
  • D
    4% (1)

Explanation

TFTP (Trivial File Transfer Protocol) uses UDP as its transport, which is connectionless and provides no guarantee of delivery, ordering, or error recovery - making it 'unreliable' but fast. It is commonly used for transferring boot files, firmware images, and router configs in environments where speed matters more than reliability. SFTP (Secure File Transfer Protocol) runs over SSH and is reliable. FTPS is FTP over TLS/SSL - also reliable and encrypted. Telnet is a remote terminal protocol, not a file transfer protocol.

Topics

#TFTP#file transfer protocols#UDP#protocol comparison

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice