nerdexam
GIAC

GCIA · Question #46

Which of the following is the primary TCP/IP protocol used to transfer text and binary files over the Internet?

The correct answer is C. FTP. FTP (File Transfer Protocol) is the primary TCP/IP protocol designed specifically for transferring both text and binary files between hosts over the Internet.

Network Traffic Analysis & Protocol Review

Question

Which of the following is the primary TCP/IP protocol used to transfer text and binary files over the Internet?

Options

  • APPTP
  • BSNMP
  • CFTP
  • DSMTP

How the community answered

(59 responses)
  • A
    15% (9)
  • B
    5% (3)
  • C
    73% (43)
  • D
    7% (4)

Why each option

FTP (File Transfer Protocol) is the primary TCP/IP protocol designed specifically for transferring both text and binary files between hosts over the Internet.

APPTP

PPTP (Point-to-Point Tunneling Protocol) is a VPN tunneling protocol used to create encrypted network connections, not to transfer files.

BSNMP

SNMP (Simple Network Management Protocol) is used for monitoring and managing network infrastructure devices such as routers and switches, not for file transfers.

CFTPCorrect

FTP operates on TCP ports 20 (data) and 21 (control) and was purpose-built for file transfers, supporting both ASCII text mode and binary mode transfers. It provides authentication, directory navigation, and bidirectional upload and download capabilities, making it the standard protocol for this function.

DSMTP

SMTP (Simple Mail Transfer Protocol) is used for relaying email messages between mail servers and is not designed for general-purpose text or binary file transfers.

Concept tested: FTP as primary TCP/IP file transfer protocol

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

Topics

#FTP#file transfer protocol#TCP/IP protocols#application layer

Community Discussion

No community discussion yet for this question.

Full GCIA Practice