nerdexam
CompTIA

220-801 · Question #788

Which of the following protocols would be used to upload files to a web server?

The correct answer is B. FTP. FTP (File Transfer Protocol) is the standard protocol used to upload and download files to and from a web or file server.

Networking

Question

Which of the following protocols would be used to upload files to a web server?

Options

  • AIMAP
  • BFTP
  • CSMTP
  • DICMP

How the community answered

(64 responses)
  • A
    2% (1)
  • B
    88% (56)
  • C
    3% (2)
  • D
    8% (5)

Why each option

FTP (File Transfer Protocol) is the standard protocol used to upload and download files to and from a web or file server.

AIMAP

IMAP (Internet Message Access Protocol) is used to retrieve and manage email messages on a mail server, not to transfer files.

BFTPCorrect

FTP is specifically designed for transferring files between a client and a server over a TCP/IP network, using port 21 for control and port 20 or a passive port for data. It supports both upload (PUT) and download (GET) operations, making it the standard choice for uploading content to a web server.

CSMTP

SMTP (Simple Mail Transfer Protocol) is used to send email between servers and clients, not to upload files.

DICMP

ICMP (Internet Control Message Protocol) is used for diagnostic and error-reporting purposes (e.g., ping) and does not transfer files.

Concept tested: FTP protocol purpose for file uploads

Source: https://learn.microsoft.com/en-us/iis/publish/using-the-ftp-service/using-ftp-over-ssl-in-iis-7

Topics

#FTP#file upload#protocols#web server

Community Discussion

No community discussion yet for this question.

Full 220-801 Practice