Chapter 7: Internet-Based Applications Business Data Communications, 6e.

Slides:



Advertisements
Similar presentations
TOPIC : MIME (Multipurpose Internet Mail Extensions ) By: Cecilia Gomes COSC 541,DATA COMMUNICATION SYSTEMS & NETWORKS Instructor: Prof. Anvari (SEU)
Advertisements

INTRANET MAIL SERVER (DESIGN OF SMTP and POP3)
Last Week TCP/IP and OSI Describe the definition of a protocol;
1 Electronic Mail u Three major components: u user agents u mail servers u simple mail transfer protocol: SMTP u User Agent u a.k.a. “mail reader” u composing,
1 Pertemuan 23 Layer Transport Matakuliah: H0174/Jaringan Komputer Tahun: 2006 Versi: 1/0.
Application Layer Pertemuan 25 Matakuliah: H0484/Jaringan Komputer Tahun: 2007.
Chapter 6: Distributed Applications Business Data Communications, 5e.
Chapter 29 Structure of Computer Names Domain Names Within an Organization The DNS Client-Server Model The DNS Server Hierarchy Resolving a Name Optimization.
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
TCP/IP Protocol Suite 1 Chapter 20 Upon completion you will be able to: Electronic Mail: SMTP, POP, and IMAP Understand four configurations of architecture.
CPSC 441: FTP & SMTP1 Application Layer: FTP & Instructor: Carey Williamson Office: ICT Class.
Electronic Mail and SMTP
William Stallings Data and Computer Communications 7 th Edition Chapter 22 Distributed Applications.
Chapter 30 Electronic Mail Representation & Transfer
Esimerkki: Sähköposti. Lappeenranta University of Technology / JP, PH, AH Electronic Mail Three major components: user agents mail servers simple mail.
Simple Mail Transfer Protocol
Architecture of SMTP, POP, IMAP, MIME.
Introduction 1 Lecture 7 Application Layer (FTP, ) slides are modified from J. Kurose & K. Ross University of Nevada – Reno Computer Science & Engineering.
Mail Server Fitri Setyorini. Content SMTP POP3 How mail server works IMAP.
The Application Layer  application and application requirements  sample network applications and protocols  SMTP, POP3  WWW: http1.1  teleconferencing.
Introduction 1-1 Chapter 2 FTP & Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 IC322 Fall.
Message preparation Word processing Annotation Message sending User directory Timed delivery Multiple addressing Message priority Status information.
2: Application Layer1 Chapter 2 Application Layer These slides derived from Computer Networking: A Top Down Approach, 6 th edition. Jim Kurose, Keith Ross.
Electronic Mail (SMTP, POP, IMAP, MIME)
SMTP, POP3, IMAP.
1 Application Layer Lecture 5 Imran Ahmed University of Management & Technology.
Data Communications and Computer Networks Chapter 2 CS 3830 Lecture 9
CSE401N: Computer Networks Lecture-5 Electronic Mail S. M. Hasibul Haque Lecturer Dept. of CSE, BUET.
IT 424 Networks2 IT 424 Networks2 Ack.: Slides are adapted from the slides of the book: “Computer Networking” – J. Kurose, K. Ross Chapter 2: Application.
Application Layer Protocols Simple Mail Transfer Protocol.
Chapter 7: Internet-Based Applications Business Data Communications, 6e.
Fall 2005 By: H. Veisi Computer networks course Olum-fonoon Babol Chapter 7 The Application Layer.
Computer Networking From LANs to WANs: Hardware, Software, and Security Chapter 12 Electronic Mail.
Electronic Mail Originally –Memo sent from one user to another Now –Memo sent to one or more mailboxes Mailbox –Destination point for messages.
 TCP/IP is the communication protocol for the Internet  TCP/IP defines how electronic devices should be connected to the Internet, and how data should.
Simple Mail Transfer Protocol (SMTP)
CIS-325: Data Communications 1 CIS-325 Data Communications Dr. L. G. Williams, Instructor.
Web HTTP Hypertext Transfer Protocol. Web Terminology ◘Message: The basic unit of HTTP communication, consisting of structured sequence of octets matching.
Electronic Mail. Client Software and Mail Hosts –Client PC has client software that communicates with user’s mail host –Mail hosts deliver.
Internet Applications
File Transfer Protocol (FTP)
1 SMTP - Simple Mail Transfer Protocol –RFC 821 POP - Post Office Protocol –RFC 1939 Also: –RFC 822 Standard for the Format of ARPA Internet Text.
April 5, 2004 Prof. Paul Lin 1 CPET 355 Data Communications & Networking 7. The Application Layer: Paul I-Hai Lin, Professor Electrical and Computer.
Business Data Communications & Networking Lecture 13 Distributed Applications.
Chapter 16: Distributed Applications Business Data Communications, 4e.
Lecture 6: Sun: 8/5/1435 Distributed Applications Lecturer/ Kawther Abas CS- 492 : Distributed system & Parallel Processing.
Computer Networks with Internet Technology William Stallings Chapter 03 Traditional Applications.
Session Initiation Protocol (SIP) Chapter 5 speaker : Wenping Zhang data :
CS 3830 Day 9 Introduction 1-1. Announcements r Quiz #2 this Friday r Demo prog1 and prog2 together starting this Wednesday 2: Application Layer 2.
TCP/IP (Transmission Control Protocol / Internet Protocol)
SMTP - Simple Mail Transfer Protocol RFC 821
Chapter 16: Distributed Applications Business Data Communications, 4e.
CS440 Computer Networks 1 Neil Tang 12/01/2008.
Slides based on Carey Williamson’s: FTP & SMTP1 File Transfer Protocol (FTP) r FTP client contacts FTP server at port 21, specifying TCP as transport protocol.
1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Electronic Mail: SMTP, POP IMAP, and MIME.
World Wide Web r Most Web pages consist of: m base HTML page, and m several referenced objects addressed by a URL r URL has two components: host name and.
COMP 431 Internet Services & Protocols
1 Kyung Hee University Chapter 22 Simple Mail Transfer Protocol (SMTP)
Data and Computer Communications Tenth Edition by William Stallings Data and Computer Communications, Tenth Edition by William Stallings, (c) Pearson Education.
26.1 Electronic Mail Sending/Receiving Mail Addresses User Agent MIME Mail Transfer Agent Mail Access Protocols.
Spring 2006 CPE : Application Layer_ 1 Special Topics in Computer Engineering Application layer: Some of these Slides are Based on Slides.
درس مهندسی اینترنت – مهدی عمادی مهندسی اینترنت برنامه‌نویسی در اینترنت 1 SMTP, FTP.
SMTP - Simple Mail Transfer Protocol POP - Post Office Protocol
Networking Applications
Data Communications and Computer Networks Chapter 2 CS 3830 Lecture 9
Chapter 6: Distributed Applications
CS- 492 : Distributed system & Parallel Processing
William Stallings Data and Computer Communications
The Application Layer: SMTP, FTP
Chapter 7 Network Applications
Presentation transcript:

Chapter 7: Internet-Based Applications Business Data Communications, 6e

Electronic Mail Features Message Preparation –Word processing –Annotation Message Sending –User directory –Timed delivery –Multiple addressing –Message priority –Status information –Interface to other facilities Message Receiving –Mailbox scanning –Message selection –Message notification –Message reply –Message rerouting

Single System Only allows users of a shared system to exchange messages Each user has unique identifier and mailbox Sending a message simply puts it into recipients’ box Example: AOL

Multiple Systems Distributed system enables mail servers to connect over a network to exchange mail Functions split –User agent handles preparation, submission, reading, filing, etc –Transfer agent receives mail from user, determines routing, communicates with remote systems Interconnection requires standards

Common Standards Post Office Protocol (POP3): permits an client to download messages from a server using TCP/IP (typically port 110). Internet Mail Access Protocol (IMAP): similar to POP3, with stronger authentication and additional functions (typically port 143). Simple Mail Transfer Protocol (SMTP): used for transfer of mail from one user agent (UA) to a message transfer agent (MTA) and from one MTA to another. Multipurpose Internet Mail Extensions (MIME): supplements SMTP and allows encapsulation of multimedia.

Simple Mail Transfer Protocol (SMTP) Standard for TCP/IP mail transfer, defined in RFC 821RFC 821 Concerned addressing and delivery, not content, with two exceptions –Character set standardized as 7-bit ASCII –Adds log information to message that indicates message path

Basic Operation User creates message with user agent program –Text includes RFC 822 header and body of message –List of destinations derived from header Messages are queued and sent to SMTP sender program running on a host

SMTP Mail Flow SMTP server transmits messages to appropriate hosts via TCP –Multiple messages to same host can be sent on one connection –Errors handling necessary for faulty addresses and unreachable hosts SMTP protocol attempts to provide error-free transmission, but does not provide end-to-end acknowledgement SMTP receiver accepts messages, places it in mailbox or forwards

SMTP Connection Setup Sender opens TCP connection to receiver Receiver acknowledges connection with “220 Service Ready” or “421 Service Not Available” If connection is made, sender identifies itself with the “HELO” command Receiver accepts identification with “250 OK”

SMTP Mail Transfer MAIL command identifies originator, provides reverse path for error reporting RCPT commands identify recipient(s) for message –Receiver has several positive or negative responses to RCPT –Sender will not send message until it is sure at least one copy can be delivered DATA command transfers message

Sample SMTP Exchange S: MAILFROM: R: 250 OK S: RCPT TO: R: 250 OK S: RCPT TO: R: 550 No such user here S: DATA R: 354 Start mail input; end with. S: Blah blah blah…. S:…etc. etc. etc. S:. R: 250 OK

SMTP Connection Closing Sender sends a QUIT command to initiate TCP close operation Receiver sends a reply to the QUIT command, then initiates its own close

RFC 822 Defines format for text messages via electronic mail Used by SMTP as accepted mail format Specifies both envelope and contents Includes a variety of headers that can be included in the message header lines

Limitations of SMTP and RFC822 Cannot transmit executables or binary files without conversion into text through non- standard programs (e.g. UUENCODE) Cannot transmit diacritical marks Transfers limited in size Gateways do not always map properly between EBCDIC and ASCII Cannot handle non-text data in X.400 messages Not all SMTP implementations adhere completely to RFC821 (tabs, truncation, etc)

MIME (Multipurpose Internet Mail Extensions) Intended to resolve problems with SMTP and RFC822 Specifies five new header fields, providing info about body of message Defines multiple content formats Defines encodings to enable conversion of any type of content into transferable form

MIME Header Fields MIME-Version: Indicates compliance with RFCs 1521 and 1522 Content-Type: Describes data in sufficient detail for receiver to pick method for representation Content-Transfer-Encoding: Indicates type of transformation used to represent content Content-ID: Used to uniquely identify MIME entities Content-Description: Plain text description for use when object is not readable

MIME Content Types Seven major types: Text, Multipart, Message, Image, Video, Audio, Application Fourteen subtypes: plain, mixed, parallel, alternative, digest, rfc822, partial, external body, jpeg, gif. Mpeg, basic, postscript, octet-stream Multipart type indicates separate parts, such as text and an attachment MIME types are used by web servers, as well

HTTP Overview Stateless protocol –TCP connection terminated as soon as transaction completes Flexible in format handling

HTTP Operation

HTTP Intermediate Systems Proxy –Forwarding agent; acts as a server to a client and a client to a server –Security intermediary (e.g., firewall) –Different versions of HTTP Gateway –Security intermediary (e.g., firewall) –Non-HTTP server Tunnel –Relay point between two TCP connections Cache –Facility storing previous requests and responses

Intermediate System Examples

HTTP Messages Simple Messages –Simple-Request: GET with requested URL –Simple-Response: block with requested info Full Requests –Request-Line –Response-Line –General-Header –Request-Header –Entity-Header –Entity-Body All HTTP headers follow RFC 822 format

HTTP Message Format Example

Web Security Challenges Web servers are vulnerable to attack Web is highly visible. Corporate reputations can be damaged by attacks. Complex web software may hide security flaws. Web server exploitation can lead to attacks across a corporate network. Users are not necessarily aware of security risks.

Secure Socket Layers (SSL) Socket: a method of directing data to an appropriate application. SSL provides 3 categories of security: - Confidentiality - Message Integrity - Authentication

HTTPS Combination of HTTP and SSL for secure communication between a Web browser and Web server. Provides encrypted communication of: -URL of the requested document -Contents of the document -Contents of browser forms -Cookies -Contents of the HTTP Header

Session Initiation Protocol (SIP) Defined in RFC 3261 Manages real-time sessions over IP data network Intended to enable Internet telephony/VoIP Based on HTTP-like request/response transaction model Five facets –User location –User availability –User capabilities –Session setup –Session management

SIP Components and Protocols Client/server elements –Client sends/receives SIP messages –Includes user agents, proxies Network elements –User agent (client/UAC, server/UAS) –Redirect server –Proxy server –Registrar –Location service

SIP Component Illustration

SIP Operation

SIP Messages Request Methods –REGISTER –INVITE –ACK –CANCEL –BYE –OPTIONS Response Types –Provisional (1xx) –Success (2xx) –Redirection (3xx) –Client Error (4xx) –Server Error (5xx) –Global Failure (6xx)

Session Description Protocol Media Streams Addresses Ports Payload types Start and stop times Originator