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…
Question
Which of the following protocols provides fast, unreliable file transfer?
Options
- ATFTP
- BSFTP
- CTelnet
- DFTPS
How the community answered
(26 responses)- A92% (24)
- C4% (1)
- D4% (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
Community Discussion
No community discussion yet for this question.