N10-005 · Question #606
Which of the following protocols would be used to send email to an email server?
The correct answer is D. SMTP. SMTP (Simple Mail Transfer Protocol) is the dedicated protocol for sending email messages from a client to a mail server or between mail servers.
Question
Which of the following protocols would be used to send email to an email server?
Options
- ANTP
- BFTP
- CSNMP
- DSMTP
How the community answered
(40 responses)- A3% (1)
- B5% (2)
- C3% (1)
- D90% (36)
Why each option
SMTP (Simple Mail Transfer Protocol) is the dedicated protocol for sending email messages from a client to a mail server or between mail servers.
NTP (Network Time Protocol) is used to synchronize the clocks of networked devices to a time source and has no role in email delivery.
FTP (File Transfer Protocol) transfers files between hosts over TCP ports 20 and 21 and is not used for email transmission.
SNMP (Simple Network Management Protocol) is used for monitoring and managing network devices such as routers and switches, not for sending email.
SMTP is the standard application-layer protocol for email submission and relay, operating on TCP port 25 (server-to-server) or port 587 (client submission). When a user sends an email, the mail client uses SMTP to deliver the message to the outgoing mail server, which then relays it to the recipient's mail server.
Concept tested: SMTP email submission protocol
Source: https://learn.microsoft.com/en-us/exchange/mail-flow/connectors/connectors
Topics
Community Discussion
No community discussion yet for this question.