Goal and A sample Network App

Similar documents
Introduction to the Application Layer. Computer Networks Term B14

CMSC 322 Computer Networks Applications and End-To- End

CSC 4900 Computer Networks: End-to-End Design

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

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

CS 3516: Advanced Computer Networks

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

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

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

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

Client/Server Computing

EECS 3214: Computer Network Protocols and Applications

Client/Server Computing & Socket Programming

Review of Previous Lecture

CS 3516: Advanced Computer Networks

Chapter II: Application Layer

Chapter 2 Application Layer

Chapter 2: Application layer

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

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

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

Foundations of Telematics

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

Chapter 2 Application Layer

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

Chapter 1 Introduction

Chapter 2 Application Layer

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

Application Layer: HTTP

DATA COMMUNICATOIN NETWORKING

Chapter 2 Application Layer

Module 2 Overview of Computer Networks

Module 2 Overview of. Computer Networks

Computer Networks and Applications

ECE 4450:427/527 - Computer Networks Spring 2017

Client/Server Computing & Socket Programming

Transport layer Internet layer

Different Layers Lecture 21

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

Chapter 2 Application Layer

Chapter 1 Introduction

CS 640: Introduction to Computer Networks. Today s Lecture. Page 1

SCS3004 Networking Technologies Application Layer Protocols

Layered Model. DoD Model. ISO/OSI Model

Internet Protocol Stack! Principles of Network Applications! Some Network Apps" (and Their Protocols)! Application-Layer Protocols! Our goals:!

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

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

CSEN 503 Introduction to Communication Networks. Mervat AbuElkheir Hana Medhat Ayman Dayf. ** Slides are attributed to J. F.

NWEN 243. Networked Applications. Transport layer and application layer

Application Layer Protocols

Internet Architecture & Performance. What s the Internet: nuts and bolts view

OSI Transport Layer. Network Fundamentals Chapter 4. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

Chapter 2: Application layer

Announcements. CS 5565 Network Architecture and Protocols. Queuing. Demultiplexing. Demultiplexing Issues (1) Demultiplexing Issues (2)

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

Chapter 7 Multimedia Networking

Chapter 2: outline. 2.1 principles of network applications. 2.6 P2P applications 2.7 socket programming with UDP and TCP

Chapter 1: Introduction

CS 457 Multimedia Applications. Fall 2014

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

CMPE 80N: Introduction to Networking and the Internet

OSI Transport Layer. objectives

Application Layer Protocols

COSC4377. Chapter 1: Roadmap

Web Protocols and Practice

Announcements. CS 5565 Network Architecture and Protocols. Outline for today. The Internet: nuts and bolts view. The Internet: nuts and bolts view

CS 332: Computer Networks Introduction

Defining the Internet

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

Network Communication

Data Communication & Computer Networks MCQ S

PLEASE READ CAREFULLY BEFORE YOU START

08 Application protocols

Multimedia Networking

Chapter 2 Application Layer

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

PLEASE READ CAREFULLY BEFORE YOU START

PLEASE READ CAREFULLY BEFORE YOU START

How do loss and delay occur?

Internet and Intranet Protocols and Applications

TRANSMISSION CONTROL PROTOCOL. ETI 2506 TELECOMMUNICATION SYSTEMS Monday, 7 November 2016

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

4. The transport layer

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

Page # Last Time. Lecture 2 Protocol Stacks and Layering. Today s Lecture. Why protocols and layering? What is a Protocol.

Unit 8 Peer-to-Peer Networking

Processes communicating. Network Communication. Sockets. Addressing processes 4/15/2013

PLEASE READ CAREFULLY BEFORE YOU START

Review for Internet Introduction

CMSC 332 Computer Networks P2P and Sockets

Part 1: Introduction. Goal: Review of how the Internet works Overview

CSC 401 Data and Computer Communications Networks

Lecture 2 Communication services The Trasport Layer. Antonio Cianfrani DIET Department Networking Group netlab.uniroma1.it

NT1210 Introduction to Networking. Unit 10

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 6 OSI MODEL TRANSPORT LAYER

Transport Layer (TCP/UDP)

Distributed Systems /640

Different Layers Lecture 20

EECS 3214: Computer Network Protocols and Applications

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

Transcription:

Application Layer

Goal and A sample Network App Write programs that run on different end systems and communicate over a network. e.g., Web: Web server software communicates with browser software Little software written for devices in network core network core devices do not run user application code application transport application on end systems allows for rapid app development, propagation Some Network Apps E-mail Web Instant messaging Remote login P2P file sharing network data link physical Popular application-level protocols HTTP FTP SMTP / POP3 / IMAP DNS Multi-user network games Streaming stored video clips Internet telephone Real-time video conference Massive parallel computing application transport network data link physical application transport network data link physical

Application architectures Client-server Peer-to-peer (P2P) Hybrid of client-server and P2P Note: App. Architecture is totally different from network architecture (OSI or TCP/IP model) 2: Application Layer 3

Client-server architecture server: always-on host permanent IP address server farms for scaling clients: communicate with server may be intermittently connected may have dynamic IP addresses do not communicate directly with each other 2: Application Layer 4

Pure P2P architecture no always-on server arbitrary end systems directly communicate peers are intermittently connected and change IP addresses Self capability example: Gnutella Highly scalable but difficult to manage 2: Application Layer 5

Hybrid of client-server and P2P Skype Internet telephony app Finding address of remote party: centralized server(s) Client-client connection is direct (not through server) Instant messaging Chatting between two users is P2P Presence detection/location centralized: User registers its IP address with central server when it comes online User contacts central server to find IP addresses of buddies 2: Application Layer 6

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 initiates communication Server process: process that waits to be contacted Note: applications with P2P architectures have client processes & server processes 2: Application Layer 7

Sockets process 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 server process socket TCP with buffers, variables controlled by app developer controlled by OS Internet host or server process socket TCP with buffers, variables 2: Application Layer 8

to receive messages, process must have identifier host device has unique32- bit IP address Q: does IP address of host on which process runs suffice for identifying the process? Addressing processes 2: Application Layer 9

Addressing processes to receive messages, process must have identifier host device has unique32- bit IP address Q: does IP address of host on which process runs suffice for identifying the process? Answer: 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 server: 80 Mail server: 25 to send HTTP message to gaia.cs.umass.edu web server: IP address: 128.119.245.12 Port number: 80 2: Application Layer 10

Page no. 96, Kuros App-layer protocol defines Types of messages exchanged, e.g., request, response Message syntax: 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., KaZaA 2: Application Layer 11

Page no. 92, Kuros What transport service does an app need? Reliable Data Transfer some apps (e.g., audio) can tolerate some loss other apps (e.g., file transfer, telnet) require 100% reliable data transfer Timing some apps (e.g., Internet telephony, interactive games) require low delay to be effective Bandwidth/Throughput some apps (e.g., multimedia) require minimum amount of bandwidth to be effective other apps ( elastic apps ) make use of whatever bandwidth they get Security 2: Application Layer 12

Transport service requirements of common apps Application Data loss Bandwidth Time Sensitive file transfer e-mail Web documents real-time audio/video stored audio/video interactive games instant messaging no loss no loss no loss loss-tolerant loss-tolerant loss-tolerant no loss elastic elastic elastic audio: 5kbps-1Mbps video:10kbps-5mbps same as above few kbps up elastic no no no yes, 100 s msec yes, few secs yes, 100 s msec yes and no 2: Application Layer 13

Page no. 94, Kuros Internet transport protocols services TCP service: connection-oriented: setup required between client and server processes reliable transport between sending and receiving process flow control: sender won t overwhelm receiver process congestion control: throttle sender when network overloaded does not provide: timing, minimum bandwidth guarantees UDP service: unreliable data transfer between sending and receiving process does not provide: connection setup, reliability, flow control, congestion control, timing, or bandwidth guarantee Q: why bother? Why is there a UDP? 2: Application Layer 14

Internet apps: application, transport protocols Application e-mail remote terminal access Web file transfer streaming multimedia Internet telephony Application layer protocol SMTP [RFC 2821] Telnet [RFC 854] HTTP [RFC 2616] FTP [RFC 959] proprietary (e.g. RealNetworks) proprietary (e.g., Vonage,Dialpad) Underlying transport protocol TCP TCP TCP TCP TCP or UDP typically UDP 2: Application Layer 15