Artificial Neural Networks Conference by Slidesgo
Artificial Neural Networks Conference by Slidesgo
Protocol (SMTP)
COMPUTER NETWORKS (PCC-CS602)
GROUP 16
11500221055 ISHIKA RANA
● End-to-end method
● Store-and-forward method
MUA MTA
It is a computer application that It is basically software that has
helps you in sending and the work to transfer mail from
retrieving mail. It is responsible for one system to another with the
creating email messages for help of SMTP.
transfer to the mail transfer
agent(MTA).
MSA MDA
It is a computer program that A mail Delivery agent or Local
basically receives mail from a Mail Delivery Agent is basically a
User Agent(MUA) and interacts with system that helps in the
the Mail Transfer Agent(MTA) for the delivery of mail to the local
transfer of the mail. system.
How SMTP works
SMTP uses a client-server model as
follows:
MAIL
This command is used to
RCPT DATA
initiate a message transfer. This command starts the
This command follows
This tells the SMTP server transfer of data between
MAIL. It identifies the
that a new transaction is the client and server.
replicant email address.
starting. Message contents are
moved to the SMTP server.
QUIT RSET
This command is used to HELO
Once the email is sent, the abort the mail transaction. Identifies the client to the
client sends this command The command is sent to server, fully qualified
to the server to cease the the server, where all data domain name, only sent
connection. about the email is once per session
removed.
Is SMTP Necessary?
• SMTP helps prevent spam by verifying the sender’s account before
delivering an email.
• It’s a universal, trusted protocol that other servers and clients use.
Difference between SMTP and
Extended SMTP
SMTP Extended SMTP
• Users were not verified in • In Extended SMTP,
SMTP as a result of massive- authentication of the sender
scale scam emails being sent is done.
Low cost and wide coverage area Reliable and prompt email
delivery.
Disadvantages of SMTP