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.
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)- A73% (24)
- B9% (3)
- C3% (1)
- D15% (5)
Why each option
SMTP is the standard Internet protocol for transmitting outgoing email messages from clients to servers and between mail servers.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.