IT Questions and Answers :)

Thursday, May 23, 2019

What is the default TCP port number for SMTP?

What is the default TCP port number for SMTP?

  • 110
  • 143
  • 995
  • 25

What is the default TCP port number for SMTP?

EXPLANATION

 Simple Mail Transfer Protocol is an Internet standard for electronic mail transmission. First defined by in 1982, it was last updated in 2008 with Extended SMTP additions by, which is the protocol in widespread use today.

 The Simple Mail Transfer Protocol (SMTP) is a communication protocol for electronic mail transmission. As an Internet standard, SMTP was first defined in 1982 by RFC 821, and updated in 2008 by RFC 5321 to Extended SMTP additions, which is the protocol variety in widespread use today. Mail servers and other message transfer agents use SMTP to send and receive mail messages. Proprietary systems such as Microsoft Exchange and IBM Notes and webmail systems such as Outlook.com, Gmail and Yahoo! Mail may use non-standard protocols internally, but all use SMTP when sending to or receiving email from outside their own systems. SMTP servers commonly use the Transmission Control Protocol on port number 25.
User-level email clients typically use SMTP only for sending messages to a mail server for relaying, typically submit outgoing email to the mail server on port 587 or 465 as per RFC 8314. For retrieving messages, IMAP and POP3 are standard, but proprietary servers also often implement proprietary protocols, e.g., Exchange ActiveSync.
Share:

0 comments:

Post a Comment

Popular Posts