nerdexam
GIAC

GSEC · Question #174

Which of the following protocols is used to send e-mails on the Internet?

The correct answer is A. SMTP. SMTP is the standard Internet protocol for transmitting outgoing email messages from clients to servers and between mail servers.

Networking and Core Concepts

Question

Which of the following protocols is used to send e-mails on the Internet?

Options

  • ASMTP
  • BIMAP4
  • CPOP3
  • DHTTP

How the community answered

(33 responses)
  • A
    73% (24)
  • B
    9% (3)
  • C
    3% (1)
  • D
    15% (5)

Why each option

SMTP is the standard Internet protocol for transmitting outgoing email messages from clients to servers and between mail servers.

ASMTPCorrect

SMTP (Simple Mail Transfer Protocol) operates on TCP port 25 for server-to-server relay and port 587 for client submission, and is the only protocol in this list designed for sending and relaying email. IMAP4 and POP3 are retrieval protocols, and HTTP is a web transfer protocol, making SMTP the definitive answer for email transmission.

BIMAP4

IMAP4 (Internet Message Access Protocol version 4) is used to remotely access, manage, and synchronize email stored on a mail server, not to send messages.

CPOP3

POP3 (Post Office Protocol version 3) is used to download email from a server to a local client for offline reading, not to transmit outgoing mail.

DHTTP

HTTP (Hypertext Transfer Protocol) is used for transferring web pages and web resources between browsers and servers, not for sending email.

Concept tested: SMTP as the email sending protocol

Source: https://datatracker.ietf.org/doc/html/rfc5321

Topics

#SMTP#email protocols#application layer protocols

Community Discussion

No community discussion yet for this question.

Full GSEC Practice