0% found this document useful (0 votes)
128 views2 pages

Perintah rfc2821

SMTP is a protocol for sending email messages between servers. It uses clients and servers that communicate over port 25 using SMTP commands and replies to transfer mail between file systems. POP3 is used to retrieve email from a server to a client over port 110 in a mailbox model. FTP uses a client-server model with separate control and data connections to transfer files between systems over various ports.

Uploaded by

romadhi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
128 views2 pages

Perintah rfc2821

SMTP is a protocol for sending email messages between servers. It uses clients and servers that communicate over port 25 using SMTP commands and replies to transfer mail between file systems. POP3 is used to retrieve email from a server to a client over port 110 in a mailbox model. FTP uses a client-server model with separate control and data connections to transfer files between systems over various ports.

Uploaded by

romadhi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Simple Mail Transfer Protocol (SMTP)

+----------+ +----------+
+------+ | | | |
| User |<-->| | SMTP | |
+------+ | Client- |Commands/Replies| Server- |
+------+ | SMTP |<-------------->| SMTP | +------+
| File |<-->| | and Mail | |<-->| File |
|System| | | | | |System|
+------+ +----------+ +----------+ +------+
SMTP client SMTP server

Mengirim Email
RFC2821
telnet localhost 25

220 ArGoSoft Mail Server Freeware, Version 1.8 (1.8.8.8)


rcpt to: badi@localhost
250 Recipient "badi@localhost" OK...
data
354 Enter mail, end with "." on a line by itself
Sekarang kita nyoba kirim email
lewat telnet port 25
.
250 Message accepted for delivery. <f6qdzradhsv2xj3.101020061101@akakom-
58e19d9d
>
quit

RFC1939 dan RFC1725

POP3(Post Office Protocol)

telnet localhost 110

+OK ArGoSoft Mail Server Freeware, Version 1.8 (1.8.8.8)


user badi
+OK Password required for badi
pass badi
+OK Mailbox locked and ready
stat
+OK 1 286
list 1
+OK 1 286
retr 1
+OK 286 octets
Received: from [127.0.0.1] by akakom-58e19d9d
(ArGoSoft Mail Server Freeware, Version 1.8 (1.8.8.8)); Tue, 10 Oct 2006 10:53
:47
Message-ID: <jcccirtz2vwbuni.101020061053@akakom-58e19d9d>
Date: Tue, 10 Oct 2006 10:53:47

Sekarang kita nyoba kirim email


lewai telnet port 25

RFC 959

File Transfer Protocol


FTP MODEL
-------------
|/---------\|
|| User || --------
||Interface|<--->| User |
|\----^----/| --------
---------- | | |
|/------\| FTP Commands |/----V----\|
||Server|<---------------->| User ||
|| PI || FTP Replies || PI ||
|\--^---/| |\----^----/|
| | | | | |
-------- |/--V---\| Data |/----V----\| --------
| File |<--->|Server|<---------------->| User |<--->| File |
|System| || DTP || Connection || DTP || |System|
-------- |\------/| |\---------/| --------
---------- -------------

Server-FTP USER-FTP

DTP : data transfer process "listens"


PI : protocol interpreter

FTP COMMANDS
USER NAME (USER)
PASSWORD (PASS)
ACCOUNT (ACCT)
CHANGE WORKING DIRECTORY (CWD)
CHANGE TO PARENT DIRECTORY (CDUP)
STRUCTURE MOUNT (SMNT)
REINITIALIZE (REIN)
LOGOUT (QUIT)
DATA PORT (PORT)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy