SK0-004 · Question #915
An administrator has been asked to transfer a large file over the Internet to a customer. The transfer is needed as soon as possible. Which of the following protocols is the administrator MOST…
The correct answer is D. FTP. FTP is selected when speed is the top priority because it transfers data without encryption overhead, making it the fastest among the listed protocols.
Question
An administrator has been asked to transfer a large file over the Internet to a customer. The transfer is needed as soon as possible. Which of the following protocols is the administrator MOST likely to use?
Options
- ASCP
- BSFTP
- CFTPS
- DFTP
- EHTTP
- FHTTPS
How the community answered
(33 responses)- A6% (2)
- B3% (1)
- D88% (29)
- E3% (1)
Why each option
FTP is selected when speed is the top priority because it transfers data without encryption overhead, making it the fastest among the listed protocols.
SCP uses SSH encryption for every byte transferred, adding cryptographic overhead that reduces throughput compared to unencrypted FTP.
SFTP is an SSH subsystem that encrypts all commands and data, introducing session negotiation and encryption latency not present in FTP.
FTPS wraps FTP in TLS/SSL, requiring certificate handshakes and per-packet encryption that slow transfer speeds relative to plain FTP.
FTP (RFC 959) uses two unencrypted channels - one for control commands and one for data - with no TLS handshake or cryptographic processing required. This absence of encryption overhead makes it the fastest file transfer option among the listed protocols when time is the critical factor, even though data is transmitted in plaintext.
HTTP is designed for web request-response cycles and lacks the dedicated dual-channel data transfer architecture that makes FTP efficient for large files.
HTTPS adds TLS overhead to HTTP, making it slower than FTP for bulk data transfer and not typically used as a direct large-file transfer mechanism.
Concept tested: File transfer protocol speed vs. encryption trade-offs
Source: https://www.rfc-editor.org/rfc/rfc959
Topics
Community Discussion
No community discussion yet for this question.