nerdexam
CompTIA

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.

Server administration

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)
  • A
    6% (2)
  • B
    3% (1)
  • D
    88% (29)
  • E
    3% (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.

ASCP

SCP uses SSH encryption for every byte transferred, adding cryptographic overhead that reduces throughput compared to unencrypted FTP.

BSFTP

SFTP is an SSH subsystem that encrypts all commands and data, introducing session negotiation and encryption latency not present in FTP.

CFTPS

FTPS wraps FTP in TLS/SSL, requiring certificate handshakes and per-packet encryption that slow transfer speeds relative to plain FTP.

DFTPCorrect

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.

EHTTP

HTTP is designed for web request-response cycles and lacks the dedicated dual-channel data transfer architecture that makes FTP efficient for large files.

FHTTPS

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

#FTP#file transfer protocols#SFTP#network protocols

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice