IWT | What is e-mail? Explain working principle of SMTP (Simple mail transfer protocol).

What is e-mail?

Short for electronic mail, email (or e-mail) is defined as the transmission of messages over communications networks. Typically, the messages are notes entered from the keyboard or electronic files stored on disk. Most mainframes, minicomputers, and computer networks have an email system.

What is SMTP?

SMTP is part of the application layer of the TCP/IP protocol. Using a process called "store and forward," SMTP moves your email on and across networks. It works closely with something called the Mail Transfer Agent (MTA) to send your communication to the right computer and email inbox.

SMTP at work.

SMTP provides a set of codes that simplify the communication of email messages between email servers (the network computer that handles email coming to you and going out). It's a kind of shorthand that allows a server to break up different parts of a message into categories the other server can understand. 

When you send a message out, it's turned into strings of text that are separated by the code words (or numbers) that identify the purpose of each section.

SMTP provides those codes, and email server software is designed to understand what they mean. As each message travels towards its destination, it sometimes passes through a number of computers as well as their individual MTAs. 
As it does, it's briefly stored before it moves on to the next computer in the path. Think of it as a letter going through different hands as it winds its way to the right mailbox. 

Post a Comment

0 Comments