nerdexam
GIAC

GCIA · Question #19

Which of the following statements about FTP is true?

The correct answer is D. It transfers files between computers. FTP (File Transfer Protocol) is a standard application-layer protocol defined specifically for transferring files between a client and a server over a TCP/IP network.

Network Traffic Analysis & Protocol Review

Question

Which of the following statements about FTP is true?

Options

  • AIt holds files transmitted through POP3 mail.
  • BIt manages network devices.
  • CIt connects file servers on the World Wide Web.
  • DIt transfers files between computers.
  • EIt allows password free file transfers.

How the community answered

(28 responses)
  • A
    4% (1)
  • B
    11% (3)
  • C
    7% (2)
  • D
    79% (22)

Why each option

FTP (File Transfer Protocol) is a standard application-layer protocol defined specifically for transferring files between a client and a server over a TCP/IP network.

AIt holds files transmitted through POP3 mail.

Holding and retrieving email messages is the role of POP3 and IMAP protocols; FTP has no involvement in mail storage or delivery.

BIt manages network devices.

Managing network devices is the function of SNMP (Simple Network Management Protocol), not FTP.

CIt connects file servers on the World Wide Web.

Serving files on the World Wide Web is the role of HTTP/HTTPS; FTP operates independently of the web and communicates with dedicated FTP servers, not web servers.

DIt transfers files between computers.Correct

FTP, defined in RFC 959, is purpose-built to transfer files between computers over a network using a client-server model, operating on TCP port 21 for control and port 20 for data transfer.

EIt allows password free file transfers.

FTP requires credentials (username and password) for authentication by default; while anonymous FTP allows public access, it still requires submitting a username and is not a general characteristic of the protocol.

Concept tested: FTP protocol purpose and function

Source: https://www.rfc-editor.org/rfc/rfc959

Topics

#FTP#file transfer protocol#application layer protocols

Community Discussion

No community discussion yet for this question.

Full GCIA Practice