Introduction to the Application Layer. Computer Networks Term B14

Similar documents
Goal and A sample Network App

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

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

CS 3516: Advanced Computer Networks

CSC 4900 Computer Networks: End-to-End Design

CMSC 322 Computer Networks Applications and End-To- End

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

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

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

Chapter 2 Application Layer

CS 3516: Advanced Computer Networks

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

Chapter II: Application Layer

EECS 3214: Computer Network Protocols and Applications

Client/Server Computing

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

Chapter 2: Application layer

Review of Previous Lecture

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

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

Chapter 2 Application Layer

Client/Server Computing & Socket Programming

Application Layer: HTTP

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

DATA COMMUNICATOIN NETWORKING

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

Chapter 2 Application Layer

Foundations of Telematics

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

Computer Networks and Applications

Chapter 2 Application Layer

Client/Server Computing & Socket Programming

ECE 4450:427/527 - Computer Networks Spring 2017

Chapter 1 Introduction

Different Layers Lecture 21

Module 2 Overview of Computer Networks

Module 2 Overview of. Computer Networks

Transport layer Internet layer

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

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

SCS3004 Networking Technologies Application Layer Protocols

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

COSC4377. Chapter 1: Roadmap

Layered Model. DoD Model. ISO/OSI Model

NWEN 243. Networked Applications. Transport layer and application layer

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

CMPE 80N: Introduction to Networking and the Internet

Application Layer Introduction; HTTP; FTP

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

Defining the Internet

Chapter 2 Application Layer

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

Chapter 2: Application layer

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

CSC 401 Data and Computer Communications Networks

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

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

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

Network Communication

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

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

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

Review for Internet Introduction

We will cover in this order: 2.1, 2.7, 2.5, 2.4, 2.2

CS 43: Computer Networks. 08:Network Services and Distributed Systems 19 September

OSI Transport Layer. objectives

Data Communications and Networks Spring Syllabus and Reading Assignments

Application Layer Protocols

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

ENEE 457: Computer Systems Security 11/07/16. Lecture 18 Computer Networking Basics

PLEASE READ CAREFULLY BEFORE YOU START

COSC4377. Chapter 1: Roadmap

Computer Networks. Wenzhong Li. Nanjing University

PLEASE READ CAREFULLY BEFORE YOU START

PLEASE READ CAREFULLY BEFORE YOU START

4. The transport layer

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

Application Layer Protocols

Computer Systems and Networks

Guide to TCP/IP, Third. Chapter 6: Basic TCP/IP Services

Network Applications Principles of Network Applications

Lecture 2 - Application Layer. Lecture 1 Review. Application Layer. Principles of network applications. Notes. Notes. Notes. Notes

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

Client-Server Interaction and Network Applications

Computer Communication Networks Socket Programming

Lecture 14: Multimedia Communications

Internet and Intranet Protocols and Applications

CS 428/528 Computer Networks Lecture 01. Yan Wang

13. Internet Applications 최양희서울대학교컴퓨터공학부

PLEASE READ CAREFULLY BEFORE YOU START

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

CS 457 Multimedia Applications. Fall 2014

Web Protocols and Practice

Data Communication & Computer Networks MCQ S

Chapter 1: Conceptual Basis Section 1

Multimedia Networking

Transport Layer (TCP/UDP)

CS 332: Computer Networks Introduction

Transcription:

Introduction to the Application Layer Computer Networks Term B14

Intro to Application Layer Outline Current Application Layer Protocols Creating an Application Application Architectures Client-Server P2P Hybrid Processes, Addressing and Sockets Transport Layer Services Computer Networks Application Layer 2

Goals Conceptual and implementation aspects of application protocols Examine popular application layer protocols: HTTP FTP SMTP / POP3 / IMAP DNS Computer Networks Application Layer 3

Popular Network Applications e-mail web instant messaging remote login P2P file sharing multi-user network games streaming stored video clips social networks voice over IP real-time video conferencing grid computing Computer Networks Application Layer 4

Creating a Network App Write programs to run on (different) end systems communicate over network e.g., web server software communicates with browser software No need to write software for core network devices Network-core devices do not run user applications apps on end systems enables rapid app development, propagation application transport network data link physical application transport network data link physical application transport network data link physical Computer Networks Application Layer 5

Application Architectures Client-server (CS) Including data centers and cloud computing Peer-to-peer (P2P) Hybrid of client-server and P2P Computer Networks Application Layer 6

Client-Server Architecture client/server 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 Computer Networks Application Layer 7

Server Example: Google Data Centers Estimated cost: $600M Google spent $2.4B in 2007 on new data centers Each data center uses 50-100 megawatts of power. Computer Networks Application Layer 8

Pure P2P Architecture no always-on server arbitrary end systems directly communicate peers are intermittently connected and change IP addresses peer-peer Highly scalable but difficult to manage Computer Networks Application Layer 9

Hybrid: Client-Server and P2P Skype voice-over-ip P2P application centralized server: finding address of remote party client-client connection: often direct (not through server) Instant Messaging chatting between two users is P2P centralized service: client presence detection/location user registers its IP address with central server when it comes online. user contacts central server to find IP addresses of buddies. Computer Networks Application Layer 10

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 Computer Networks Application Layer 11

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 API: (1) choice of transport protocol; (2) ability to fix a few parameters (see Sockets lecture) Computer Networks Application Layer 12

Addressing Processes To receive messages, process must have identifier Host device has unique 32-bit IP address Exercise: use ipconfig from command prompt to get your IP address (Windows) Q: does IP address of host on which process runs suffice for identifying the process? A: No, many processes can be running on same Identifier includes both IP address and port numbers associated with process on host. Example port numbers: HTTP server: 80 Mail server: 25 Computer Networks Application Layer 13

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, BitTorrent Proprietary protocols: e.g., Skype, ppstream Computer Networks Application Layer 14

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% reliable data transfer Timing some apps (e.g., Internet telephony, interactive games) require low delay to be effective Throughput some apps (e.g., multimedia) require minimum amount of throughput to be effective other apps ( elastic apps ) make use of whatever throughput they get Security encryption, data integrity, Computer Networks Application Layer 15

CommonTransport Service App Requirements Application Data loss Throughput 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 Computer Networks Application Layer 16

Internet Transport Protocols Services TCP service: UDP service: connection-oriented: setup required between client and server 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 Computer Networks 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? Application Layer 17

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] HTTP (eg Youtube), RTP [RFC 1889] SIP, RTP, proprietary (e.g., Skype) Underlying transport protocol TCP TCP TCP TCP TCP or UDP typically UDP Computer Networks Application Layer 18

Intro to Application Layer Summary Current Application Layer Protocols Creating an Application Application Architectures Client-Server P2P Hybrid Processes, Addressing and Sockets Transport Layer Services Computer Networks Introduction 19