Chapter 2: Application Layer. Chapter 2 Application Layer. Some network apps. Application architectures. Chapter 2: Application layer

Similar documents
Chapter 2. Application Layer. Chapter 2: Application Layer. Application layer - Overview. Some network apps. Creating a network appication

Chapter 2 Application Layer

Review of Previous Lecture

EECS 3214: Computer Network Protocols and Applications

Lecture 04: Application Layer (Part 01) Principles and the World Wide Web (HTTP) Dr. Anis Koubaa

ELEC / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition

Chapter 2: outline. 2.6 P2P applications 2.7 socket programming with UDP and TCP

Chapter 2: Application layer

Chapter 2 Application Layer. Lecture 4: principles of network applications. Computer Networking: A Top Down Approach

Chapter 2 Application Layer

Chapter 2 Application Layer

Application Layer: HTTP

Introduction to the Application Layer. Computer Networks Term B14

CSC358 Week 2. Adapted from slides by J.F. Kurose and K. W. Ross. All material copyright J.F Kurose and K.W. Ross, All Rights Reserved

Foundations of Telematics

CMPE 150/L : Introduction to Computer Networks. Chen Qian Computer Engineering UCSC Baskin Engineering Lecture 4

CMSC 332 Computer Networking Web and FTP

Goal and A sample Network App

Web, HTTP and Web Caching

1-1. Switching Networks (Fall 2010) EE 586 Communication and. September Lecture 10

CS 3516: Advanced Computer Networks

HyperText Transfer Protocol

Computer Networks. Wenzhong Li. Nanjing University

DATA COMMUNICATOIN NETWORKING

CSC 4900 Computer Networks: End-to-End Design

CMSC 322 Computer Networks Applications and End-To- End

Chapter 2 Application Layer

Protocol Layers, Security Sec: Application Layer: Sec 2.1 Prof Lina Battestilli Fall 2017

Chapter 2: outline. 2.6 P2P applications 2.7 socket programming with UDP and TCP

CS 3516: Advanced Computer Networks

Chapter 1 Introduction

Chapter 2 Application Layer

Computer Networks and Applications

Lecture 11. Transport Layer (cont d) Transport Layer 1

Networking. Layered Model. DoD Model. Application Layer. ISO/OSI Model

CS4/MSc Computer Networking. Lecture 3: The Application Layer

Application Layer: The Web and HTTP Sec 2.2 Prof Lina Battestilli Fall 2017

CSC 4900 Computer Networks:

Lecture 6 Application Layer. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

Layered Model. DoD Model. ISO/OSI Model

CS 43: Computer Networks. HTTP September 10, 2018

Chapter II: Application Layer

Chapter 2 Application Layer

SCS3004 Networking Technologies Application Layer Protocols

Chapter 1 Introduction

WWW: the http protocol

CSCD 330 Network Programming Spring 2018

Client/Server Computing

Application Layer Protocols

CSEN 404 Introduction to Networks. Mervat AbuElkheir Mohamed Abdelrazik. ** Slides are attributed to J. F. Kurose

Lecture 7b: HTTP. Feb. 24, Internet and Intranet Protocols and Applications

Application Layer. Applications and application-layer protocols. Goals:

Chapter 2: Application Layer. Chapter 2: application layer. outline. Some network apps. Client-server architecture. Application architectures

Network Applications Principles of Network Applications

1. What is a Computer Network? interconnected collection of autonomous computers connected by a communication technology

Application Layer. Pure P2P architecture. Client-server architecture. Processes communicating. Hybrid of client-server and P2P. Creating a network app

Lecture 7 Application Layer. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

COSC4377. Chapter 2: Outline

Lecture 12. Application Layer. Application Layer 1

Client/Server Computing & Socket Programming

CSC 257/457 Computer Networks. Fall 2017 MW 4:50 pm 6:05 pm CSB 601

Application layer. Some network apps. Client-server architecture. Hybrid of client-server and P2P. Pure P2P architecture. Creating a network app

CSC 401 Data and Computer Communications Networks

Application Protocols and HTTP

ECE 4450:427/527 - Computer Networks Spring 2017

Applications Layer Protocols. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806

Applications & Application-Layer Protocols: The Web & HTTP

EECS 3214: Computer Network Protocols and Applications

Review for Internet Introduction

CS 43: Computer Networks. Layering & HTTP September 7, 2018

Application Layer. Pure P2P architecture. Client-server architecture. Processes communicating. Hybrid of client-server and P2P. Creating a network app

Data Communication EDA344, DIT420 Description of Lab 1 and Optional Programming HTTP Assignment

Chapter 2. Application Layer. 2: Application Layer 1

Chapter 2 Application Layer

Chapter P2P file sharing network applications 2.22 Web and HTTP 2.3 FTP DNS

Electronic Mail. Three Components: SMTP SMTP. SMTP mail server. 1. User Agents. 2. Mail Servers. 3. SMTP protocol

Network Application. Topic. Principle of Network Application. Principle of Network Application

Deliver packets from srce to all other nodes Source duplication is inefficient: creation/transmission. in-network duplication

Application Layer. Goals: Service models. Conceptual aspects of network application protocols Client server paradigm

Application Layer Chapter 2

Introduction to Computer Networking. Guy Leduc. Chapter 2 Application Layer. Chapter 2: outline

Chapter 2 Application Layer

Hybrid of client-server and P2P. Pure P2P Architecture. App-layer Protocols. Communicating Processes. Transport Service Requirements

Computer Networks Unit I Application layer (2012 pattern)

Applications & Application-Layer Protocols: The Web & HTTP

Module 2 Overview of Computer Networks

Module 2 Overview of. Computer Networks

Chapter 2: Application Layer

CS 355. Computer Networking. Wei Lu, Ph.D., P.Eng.

Introduction to Computer Networking. Guy Leduc. Chapter 2 Application Layer. Chapter 2: outline

NWEN 243. Networked Applications. Transport layer and application layer

Computer Network Midterm Explain Internet protocol stack (1% each layer s name, 1% each layer s functions, 10% total)

Application Layer Introduction; HTTP; FTP

Introduction to Computer Networking. Gang Wang Fall 2016

Computer Systems and Networks

Lecture Overview : Computer Networking. Applications and Application-Layer Protocols. Client-Server Paradigm

Information Network Systems The application layer. Stephan Sigg

Application Layer Protocols

Networking: Application layer

Chapter II: Application Layer

Transcription:

Chapter 2 Application Layer Computer Networking: A Top Down Approach, 5 th edition. Jim Kurose, Keith Ross Addison-Wesley, April 2009. Chapter 2: Application Layer Our goals: conceptual, implementation aspects of network application protocols transport-layer service models client- paradigm peer-to-peer paradigm learn about protocols by examining popular application-level protocols HTTP FTP SMTP / POP3 / IMAP DNS programming network applications API 2: Application Layer 1 2: Application Layer 2 Some network apps e-mail web instant messaging remote login file sharing multi-user network games streaming stored video clips voice over IP real- video conferencing grid computing 2: Application Layer 3 Creating a network app write programs that run on (different) end systems communicate over network e.g., web software communicates with software No need to write software for network-core devices Network-core devices do not run user applications applications on end systems allows for rapid app development, propagation application transport network data link physical application transport network data link application physical transport network data link physical 2: Application Layer 4 Chapter 2: Application layer Application architectures 2.1 Principles of network applications 2.2 Web and HTTP 2.3 FTP 2.4 Electronic Mail SMTP, POP3, IMAP 2.5 DNS 2.6 P2P applications 2.7 Socket programming with 2.8 Socket programming with UDP 2.9 Building a Web Peer-to-peer (P2P) Hybrid of client- and P2P 2: Application Layer 5 2: Application Layer 6 1

Client- architecture Pure P2P architecture client/ : always-on host IP address farms for scaling clients: communicate with may be intermittently connected may have dynamic IP addresses do not communicate directly with each other 2: Application Layer 7 no always-on arbitrary end systems communicatepeer-peer peers are intermittently connected and change IP addresses Highly scalable but difficult to manage 2: Application Layer 8 Hybrid of client- and P2P Skype voice-over-ip P2P application centralized : finding address of remote party: client-client connection: direct (not through ) Instant messaging chatting between two users is centralized service: client presence detection/location user registers its IP address with central when it comes online user contacts central to find IP addresses of buddies 2: Application Layer 9 Processes communicating Process: program running within a host. within same host, two processes communicate using inter-process communication (defined by OS). processes in different hosts communicate by exchanging messages Client process: process that communication Server process: process that waits to be contacted Note: applications with P2P architectures have client processes & processes 2: Application Layer 10 Sockets sends/receives messages to/from its socket socket analogous to door sending process shoves message out door sending process relies on transport infrastructure on other side of door which brings message to socket at receiving process host or process socket with buffers, variables controlled by app developer controlled by OS Internet host or process socket with buffers, variables API: (1) choice of transport protocol; (2) ability to fix a few parameters (lots more on this later) 2: Application Layer 11 Addressing processes to receive messages, process must have identifier host device has unique IP address Q: does IP address of host on which process runs suffice for identifying the process? A: No, many processes can be running on same host identifier includes both IP address and port numbers associated with process on host. Example port numbers: HTTP : 80 Mail : 25 to send HTTP message to gaia.cs.umass.edu web : IP address: 128.119.245.12 Port number: 80 more shortly 2: Application Layer 12 2

App-layer protocol defines Types of messages exchanged, e.g., request, response Message : what fields in messages & how fields are delineated Message semantics meaning of information in fields Rules for when and how processes send & respond to messages Public-domain protocols: defined in RFCs allows for interoperability e.g., HTTP, SMTP Proprietary protocols: e.g., Skype What transport service does an app need? Data loss some apps (e.g., audio) can tolerate some loss other apps (e.g., file transfer, telnet) require 100% data transfer Timing some apps (e.g., Internet telephony, interactive games) require low delay to be effective Throughput some apps (e.g., muldia) require minimum amount of throughput to be effective other apps ( apps ) make use of whatever throughput they get Security Encryption, data integrity, 2: Application Layer 13 2: Application Layer 14 Transport service requirements of common apps Internet transport protocols services Application file transfer e-mail Web documents real- audio/video stored audio/video interactive games instant messaging Data loss loss-tolerant loss-tolerant loss-tolerant Throughput audio: 5kbps-1Mbps video:10kbps-5mbps same as above few kbps up Time Sensitive no no no yes, 100 s msec yes, few secs yes, 100 s msec yes and no 2: Application Layer 15 service: connection-oriented: setup required between client and processes reliable transport between sending and receiving process flow control: sender won t overwhelm receiver congestion control: throttle sender when network overloaded does not provide: timing, minimum throughput guarantees, security UDP service: unreliable data transfer between sending and receiving process does not provide: connection setup, reliability, flow control, congestion control, timing, throughput guarantee, or security Q: why bother? Why is there a UDP? 2: Application Layer 16 Internet apps: application, transport protocols Chapter 2: Application layer Application e-mail remote terminal access Web file transfer streaming muldia Internet telephony Application layer protocol SMTP [RFC 2821] Telnet [RFC 854] HTTP [RFC 2616] FTP [RFC 959] HTTP (eg Youtube), RTP [RFC 1889] SIP, RTP, proprietary (e.g., Skype) Underlying transport protocol or UDP typically UDP 2.1 Principles of network applications app architectures app requirements 2.2 Web and HTTP 2.4 Electronic Mail SMTP, POP3, IMAP 2.5 DNS 2.6 P2P applications 2.7 Socket programming with 2.8 Socket programming with UDP 2: Application Layer 17 2: Application Layer 18 3

Web and HTTP HTTP overview First some jargon Web page consists of objects Object can be HTML file, JPEG image, Java applet, audio file, Web page consists of base HTML-file which includes several referenced objects Each object is addressable by a Example URL: www.someschool.edu/somedept/pic.gif host name path name HTTP: transfer protocol Web s application layer protocol client/ model client: browser that requests, receives, displays Web objects : Web sends objects in response to requests PC running Explorer Mac running Navigator Server running Apache Web 2: Application Layer 19 2: Application Layer 20 HTTP overview (continued) HTTP connections Uses : client initiates connection (creates socket) to, port 80 accepts connection from client HTTP messages (applicationlayer protocol messages) exchanged between browser (HTTP client) and Web (HTTP ) connection closed HTTP is maintains no information about past client requests aside Protocols that maintain state are complex! past history (state) must be maintained if /client crashes, their views of state may be inconsistent, must be reconciled Nonpersistent HTTP At most one object is sent over a connection. Persistent HTTP objects can be sent over single connection between client and. 2: Application Layer 21 2: Application Layer 22 Nonpersistent HTTP Suppose user enters URL www.someschool.edu/somedepartment/home.index 1a. HTTP client initiates connection to HTTP (process) at www.someschool.edu on port 80 2. HTTP client sends HTTP request message (containing URL) into connection socket. Message indicates that client wants object somedepartment/home.index (contains text, references to 10 jpeg images) 1b. HTTP at host www.someschool.edu waiting for connection at port 80. accepts connection, notifying client 3. HTTP receives request message, forms response message containing requested object, and sends message into its socket Nonpersistent HTTP (cont.) 5. HTTP client receives response message containing html file, displays html. Parsing html file, finds 10 referenced jpeg objects 6. Steps 1-5 repeated for each of 10 jpeg objects 4. HTTP closes connection. 2: Application Layer 23 2: Application Layer 24 4

Non-Persistent HTTP: Response Persistent HTTP Definition of RTT: for a small packet to travel from client to and back. Response : one RTT to connection one RTT for HTTP request and first few bytes of HTTP response to return file transmission total = 2RTT+transmit initiate connection RTT request file RTT file received to transmit file Nonpersistent HTTP issues: requires 2 RTTs per object OS overhead for each connection browsers often open parallel connections to fetch referenced objects Persistent HTTP leaves connection after sending response subsequent HTTP messages between same client/ sent over open connection client sends requests as soon as it encounters a referenced object as little as one RTT for all the referenced objects 2: Application Layer 25 2: Application Layer 26 HTTP request message HTTP request message: general format two types of HTTP messages:, response HTTP request message: ASCII (human-readable format) request line (GET, POST, HEAD commands) header lines GET /somedir/page.html HTTP/1.1 Host: www.someschool.edu User-agent: Mozilla/4.0 Connection: close Accept-language:fr Carriage return, line feed indicates end of message (extra carriage return, line feed) 2: Application Layer 27 2: Application Layer 28 Uploading form input Method types Post method: Web page often includes form input Input is uploaded to in URL method: Uses GET method Input is uploaded in URL field of request line: www.somesite.com/animalsearch?monkeys&banana HTTP/1.0 GET POST HEAD asks to leave requested object out of response HTTP/1.1 GET, POST, HEAD PUT file in entity body to path specified in URL field DELETE deletes file specified in the URL field 2: Application Layer 29 2: Application Layer 30 5

HTTP response message HTTP response status codes status line (protocol status code status phrase) data, e.g., requested HTML file header lines HTTP/1.1 200 OK Connection close Date: Thu, 06 Aug 1998 12:00:15 GMT Server: Apache/1.3.0 (Unix) Last-Modified: Mon, 22 Jun 1998... Content-Length: 6821 Content-Type: text/html data data data data data... 2: Application Layer 31 In first line in ->client response message. A few sample codes: 200 OK request succeeded, requested object later in this message 301 Moved Permanently requested object moved, new location specified later in this message (Location:) 400 Bad Request request message not by 404 Not Found requested document not found on this 505 HTTP Version Not Supported 2: Application Layer 32 Trying out HTTP (client side) for yourself 1. Telnet to your favorite Web : telnet cis.poly.edu 80 2. Type in a HTTP request: GET /~ross/ HTTP/1.1 Host: cis.poly.edu Opens connection to port 80 (default HTTP port) at cis.poly.edu. Anything typed in sent to port 80 at cis.poly.edu By typing this in (hit carriage return twice), you send this minimal (but complete) GET request to HTTP 3. Look at response message sent by HTTP! 2: Application Layer 33 User- state: cookies Many major Web sites use Four components: 1) cookie header line of HTTP response message 2) cookie header line in HTTP request message 3) cookie file kept on user s host, managed by user s browser 4) back-end database at Web site Example: Susan always access Internet always from PC visits specific e- commerce site for first when initial HTTP requests arrives at site, site creates: unique ID entry in backend database for ID 2: Application Layer 34 Cookies: keeping state (cont.) client ebay 8734 cookie file ebay 8734 amazon 1678 one week later: ebay 8734 amazon 1678 usual http request msg usual http response Set-cookie: 1678 usual http request msg cookie: 1678 usual http response msg usual http request msg cookie: 1678 usual http response msg Amazon creates ID 1678 for user create entry cookiespecific action cookiespectific action access access backend database Cookies (continued) What cookies can bring: shopping carts recommendations user session state (Web e-mail) How to keep state : protocol endpoints: maintain state at sender/receiver over multiple transactions cookies: http messages carry state aside Cookies and privacy: cookies permit sites to learn a lot about you you may supply name and e-mail to sites 2: Application Layer 35 2: Application Layer 36 6