Week 02 - p2 - Ch26
Week 02 - p2 - Ch26
ICS 343
Fundamentals of Computer Networks
◼ Introduction
◼ 26.1 World-Wide Web (WWW) and HTTP
◼ 26.2 FTP
◼ 26.3 Electronic Mail
◼ 26.5 Secure Shell (SSH)
◼ 26.6 Domain Name System (DNS)
File Transfer Protocol (FTP)
Control
connection
Data
connection
Control Communication
◼ File Type
◼ ASCII
◼ EBCDIC
◼ Image
◼ Data Structure
◼ File
◼ Record
◼ Page
◼ Transmission Mode
◼ Stream
◼ Block
◼ Compressed
Example 26.10
Security for FTP
◼ The FTP protocol was designed when security was not
a big issue.
◼ Introduction
◼ 26.1 World-Wide Web (WWW) and HTTP
◼ 26.2 FTP
◼ 26.3 Electronic Mail
◼ 26.5 Secure Shell (SSH)
◼ 26.6 Domain Name System (DNS)
Electronic Mail (e-mail)
1 9
2
8
3 7
4 5 6
Postal Mail vs E-mail
Email Address
Protocols Used in E-mails
◼ The formal protocol that defines the MTA client and server on the
Internet is called Simple Mail Transfer Protocol (SMTP).
◼ SMTP (Push protocol) uses commands and responses to
◼ The third stage needs a pull protocol; the client must pull messages
from the server.
◼ Post Office Protocol, version 3 (POP3)
◼ Internet Mail Access Protocol, version 4 (IMAP4).
POP3
◼ Introduction
◼ 26.1 World-Wide Web (WWW) and HTTP
◼ 26.2 FTP
◼ 26.3 Electronic Mail
◼ 26.5 Secure Shell (SSH)
◼ 26.6 Domain Name System (DNS)
Important to do at home :
- Read chapter 26 of the textbook