nerdexam
GIAC

GCIA · Question #116

Which of the following protocols is used by e-mail servers to send messages?

The correct answer is D. SMTP. SMTP (Simple Mail Transfer Protocol) is the protocol email servers use to send and relay messages between sending and receiving mail servers.

Network Traffic Analysis & Protocol Review

Question

Which of the following protocols is used by e-mail servers to send messages?

Options

  • ASNMP
  • BFTP
  • CPOP3
  • DSMTP
  • EHTTP

How the community answered

(63 responses)
  • A
    2% (1)
  • B
    5% (3)
  • C
    8% (5)
  • D
    84% (53)
  • E
    2% (1)

Why each option

SMTP (Simple Mail Transfer Protocol) is the protocol email servers use to send and relay messages between sending and receiving mail servers.

ASNMP

SNMP (Simple Network Management Protocol) is used for monitoring and managing network infrastructure devices such as routers and switches - it has no role in email message transmission.

BFTP

FTP (File Transfer Protocol) transfers files between a client and a file server over TCP ports 20 and 21 - it is not used for sending email messages.

CPOP3

POP3 (Post Office Protocol version 3) is a retrieval protocol used by email clients to download messages from a mailbox on a server - it receives mail rather than sending it.

DSMTPCorrect

SMTP, defined in RFC 5321, operates over TCP port 25 for server-to-server relay and port 587 for client-to-server message submission, and it functions as a push protocol - the sending server initiates a connection to the receiving server and delivers the message. It handles all outbound email transmission, including routing through intermediate relay hosts. Every email sending path - from mail client to outbound server or from server to server - relies on SMTP.

EHTTP

HTTP (Hypertext Transfer Protocol) facilitates communication between web browsers and web servers for delivering web content - it is not the standard protocol for email server-to-server message delivery.

Concept tested: SMTP as the email message sending protocol

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

Topics

#SMTP#email protocols#port 25#mail transfer

Community Discussion

No community discussion yet for this question.

Full GCIA Practice