Pages

Rabu, 09 November 2016

What are SMTP, POP3 and IMAP?

What are SMTP, POP3 and IMAP?


Overview

SMTP, POP3 and IMAP are TCP/IP protocols used for mail delivery. If you plan to set up an email server such as hMailServer, you must know what they are used for. Each protocol is just a specific set of communication rules between computers.

SMTP

SMTP stands for Simple Mail Transfer Protocol. SMTP is used when email is delivered from an email client, such as Outlook Express, to an email server or when email is delivered from one email server to another. SMTP uses port 25.

POP3

POP3 stands for Post Office Protocol. POP3 allows an email client to download an email from an email server. The POP3 protocol is simple and does not offer many features except for download. Its design assumes that the email client downloads all available email from the server, deletes them from the server and then disconnects. POP3 normally uses port 110.

IMAP

IMAP stands for Internet Message Access Protocol. IMAP shares many similar features with POP3. It, too, is a protocol that an email client can use to download email from an email server. However, IMAP includes many more features than POP3. The IMAP protocol is designed to let users keep their email on the server. IMAP requires more disk space on the server and more CPU resources than POP3, as all emails are stored on the server. IMAP normally uses port 143. Here is more information about IMAP.

Examples

Suppose you use hMailServer as your email server to send an email to bill@microsoft.com.
  1. You click Send in your email client, say, Outlook Express.
  2. Outlook Express delivers the email to hMailServer using the SMTP protocol.
  3. hMailServer delivers the email to Microsoft's mail server, mail.microsoft.com, using SMTP.
  4. Bill's Mozilla Mail client downloads the email from mail.microsoft.com to his laptop using the POP3 protocol (or IMAP).

Related Posts:

  • What are SMTP, POP3 and IMAP? What are SMTP, POP3 and IMAP? Overview SMTP, POP3 and IMAP are TCP/IP protocols used for mail delivery. If you plan to set up an email server such as hMailServer, you must know what they a… Read More
  • Interaksi server- klien ( protocol TCP dan UDP,Penomoran port TCP/IP) Interaksi server-klien ( protocol TCP dan UDP,Penomoran port TCP/IP)  Jaringan Komputer (Prtokol, OSI Layer, TCP/IP, UDP, FCS dan Port) 1.    Pengertian Protokol Protokol adalah sebuah aturan ata… Read More
  • Protokol-Protokol Pendukung Suatu ISP Macam-macam protokol yang mendukung suatu ISP : Name system Domain Name System (DNS) adalah sebuah sistem yang menyimpan informasi tentang nama host ataupun nama domain dalam bentuk distributed database di dalam ja… Read More
  • pengertian NAT dan PAT Pengertian NAT dan PAT   NAT (Network Address Translation) merupakan suatu metode untuk menghubungkan lebih dari 1 pc pada jaringan lokal ke jaringan internet dengan menggunakan satu alamat IP publik. PA… Read More
  • ANALISIS PERANCANGAN JARINGAN KOMPUTER ANALISIS PERANCANGAN JARINGAN KOMPUTER   TOPOLOGI JARINGAN Topologi jaringan adalah hal yang menjelaskan hubungan geometris antara unsur-unsur dasar penyusun jaringan, yaitu node, link, dan station. Topologi j… Read More

0 komentar:

Posting Komentar