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

Similar documents
Application Layer: , DNS

Chapter 2: Application layer

Computer Networking Introduction

Chapter 2 part B: outline

Chapter 2 Application Layer. Lecture 5 DNS. Computer Networking: A Top Down Approach. 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012

Application-Layer Protocols Peer-to-Peer Systems, Media Streaming & Content Delivery Networks

Lecture 05: Application Layer (Part 02) Domain Name System. Dr. Anis Koubaa

Web caches (proxy server)

Chapter 1 Introduction

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

Domain Name Service. DNS Overview. October 2009 Computer Networking 1

Application Layer: P2P File Distribution

Chapter 2 Application Layer

CS 3516: Advanced Computer Networks

Applications & Application-Layer Protocols: (SMTP) and DNS

Lecture 7: Application Layer Domain Name System

CSC 401 Data and Computer Communications Networks

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

Domain Name System (DNS) 김현철 ( 화 ) 정보통신융합서울대학교컴퓨터공학부

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

Chapter 2 Application Layer

FTP. Mail. File Transfer Protocol (FTP) FTP commands, responses. Electronic Mail. TDTS06: Computer Networks

CC451 Computer Networks

Section 2: Application layer

Chapter 2 Application Layer

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

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

CS 43: Computer Networks. 10: Naming and DNS September 24, 2018

CSEN 503 Introduction to Communication Networks

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

Chapter II: Application Layer

CSC 401 Data and Computer Communications Networks

Chapter 2 Application Layer

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

CSCD 330 Network Programming Winter 2015

Application Layer Protocols

Application-layer Protocols

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

CSC 401 Data and Computer Communications Networks

Internet applications. 2: Application Layer 1

Chapter 2 Application Layer

internet technologies and standards

CSC 4900 Computer Networks:

Chapter 2 Application Layer

Chapter 2 Application Layer

Chapter 2: Application layer

Domain Name System (DNS)

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

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

Chapter 2 Application Layer

Chapter 2 Application Layer

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

Lecture 6: Application Layer Web proxies, , and SMTP

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

IP ADDRESSES, NAMING, AND DNS

Chapter 2. Application Layer. 2: Application Layer 1

CSCD 330 Network Programming Spring 2018 Lecture 5 Application Layer. Reading: Chapter 2 Still

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

Application Layer. Goals:

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

CS 3516: Computer Networks

Chapter 2: application layer

Chapter 2 Application Layer

CMSC 332 Computer Networks P2P and Sockets

Chapter 2. Computer Networking: A Top. 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012

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

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

CSCE 463/612 Networks and Distributed Processing Spring 2018

CSc 450/550 Computer Networks Domain Name System

Information Network Systems The application layer. Stephan Sigg

Course on Computer Communication and

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

Chapter 2 Application Layer

Chapter 2: Application Layer

CSCE 463/612 Networks and Distributed Processing Spring 2018

Chapter 2: Application Layer

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

Multimedia: video ... frame i+1

CSCD 330 Network Programming Spring 2017

EECS 3214: Computer Network Protocols and Applications

Introduction to Computer Networking. Gang Wang Fall 2016

Chapter II: Application Layer

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

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

2.5 DNS The Internet s Directory Service

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

Week-12 (Multimedia Networking)

Computer Networks. Domain Name System. Jianping Pan Spring /25/17 CSC361 1

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

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

Web Caching and HTTPS

Computer Communication Networks Application

Chapter 2 Application Layer

The Application Layer: Sockets, DNS

Application Layer. CMPS 4750/6750: Computer Networks

Chapter 8 Security. Computer Networking: A Top Down Approach

Mohammad Hossein Manshaei 1393

DNS and CDNs : Fundamentals of Computer Networks Bill Nace

CSC 4900 Computer Networks: P2P and Sockets

Applications & Application-Layer Protocols: FTP and (SMTP & POP)

Transcription:

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

Logistics Assignment 1 Tutorial 2 is programming exercise, you may work on it before the tutorial. The handout is posted. Application Layer 2-2

Application Layer Application Layer 2-3

Outline 2.1 principles of network applications 2.2 Web and HTTP 2.3 Electronic mail SMTP, POP3, IMAP 2.4 DNS 2.5 P2P applications 2.6 video streaming and content distribution networks Application Layer 2-4

Electronic mail Three major components: user agents mail servers simple mail transfer protocol: SMTP User Agent a.k.a. mail reader composing, editing, reading mail messages e.g., Outlook, Thunderbird, iphone mail client outgoing, incoming messages stored on server mail server SMTP mail server user agent user agent SMTP SMTP user agent outgoing message queue mail server user mailbox user agent user agent user agent Application Layer 2-5

Electronic mail: mail servers mail servers: mailbox contains incoming messages for user message queue of outgoing (to be sent) mail messages SMTP protocol between mail servers to send email messages client: sending mail server server : receiving mail server mail server SMTP mail server user agent user agent SMTP SMTP user agent mail server user agent user agent user agent Application Layer 2-6

Electronic Mail: SMTP [RFC 5321] uses TCP to reliably transfer email message from client to server, port 25 direct transfer: sending server to receiving server three phases of transfer handshaking (greeting) transfer of messages closure command/response interaction (like HTTP) commands: ASCII text response: status code and phrase messages must be in 7-bit ASCII (legacy) Application Layer 2-7

Scenario: Alice sends message to Bob 1) Alice uses UA to compose message to bob@someschool.edu 2) Alice s UA sends message to her mail server; message placed in message queue 3) client side of SMTP opens TCP connection with Bob s mail server 4) SMTP client sends Alice s message over the TCP connection 5) Bob s mail server places the message in Bob s mailbox 6) Bob invokes his user agent to read message 1 user agent 2 mail server 3 4 mail server 6 user agent Alice s mail server 5 Bob s mail server Application Layer 2-8

Sample SMTP interaction DEMO S: 220 hamburger.edu C: HELO crepes.fr S: 250 Hello crepes.fr, pleased to meet you C: MAIL FROM: <alice@crepes.fr> S: 250 alice@crepes.fr... Sender ok C: RCPT TO: <bob@hamburger.edu> S: 250 bob@hamburger.edu... Recipient ok C: DATA S: 354 Enter mail, end with "." on a line by itself C: Do you like ketchup? C: How about pickles? C:. S: 250 Message accepted for delivery C: QUIT S: 221 hamburger.edu closing connection Application Layer 2-9

SMTP: final words SMTP uses persistent connections SMTP requires message (header & body) to be in 7-bit ASCII SMTP server uses CRLF.CRLF to determine end of message comparison with HTTP: HTTP: pull SMTP: push both have ASCII command/response interaction, status codes HTTP: each object encapsulated in its own response message SMTP: multiple objects sent in one message Application Layer 2-10

Mail access protocols user agent SMTP SMTP mail access protocol (e.g., POP, IMAP) user agent sender s mail server receiver s mail server SMTP: delivery/storage to receiver s server mail access protocol: retrieval from server POP: Post Office Protocol [RFC 1939]: authorization, download IMAP: Internet Mail Access Protocol [RFC 1730]: more features, including manipulation of stored messages on server HTTP: gmail, Hotmail, Yahoo! Mail, etc. Application Layer 2-11

Outline 2.1 principles of network applications 2.2 Web and HTTP 2.3 electronic mail SMTP, POP3, IMAP 2.4 DNS 2.5 P2P applications 2.6 video streaming and content distribution networks Application Layer 2-12

DNS: domain name system people: many identifiers: SIN, name, passport # Internet hosts, routers: IP address (32 bit) - used for addressing datagrams name, e.g., www.utoronto.ca - used by humans Q: how to map between IP address and name, and vice versa? Domain Name System: distributed database implemented in hierarchy of many name servers application-layer protocol: hosts, name servers communicate to resolve names (address/name translation) note: core Internet function, implemented as applicationlayer protocol complexity at network s edge Application Layer 2-13

DNS: services, structure DNS services hostname to IP address translation host aliasing canonical, alias names mail server aliasing load distribution replicated Web servers: many IP addresses correspond to one name why not centralize DNS? single point of failure traffic volume distant centralized database maintenance A: doesn t scale! Application Layer 2-14

DNS: a distributed, hierarchical database Root DNS Servers com DNS servers org DNS servers edu DNS servers yahoo.com DNS servers amazon.com DNS servers pbs.org DNS servers poly.edu umass.edu DNS serversdns servers client wants IP for www.amazon.com; approximately: client queries root server to find com DNS server client queries.com DNS server to get amazon.com DNS server client queries amazon.com DNS server to get IP address for www.amazon.com Application Layer 2-15

DNS: root name servers contacted by local name server that can not resolve name root name server returns a list of IP addresses of the TLD server responsible for the requested domain. e. NASA Mt View, CA f. Internet Software C. Palo Alto, CA (and 48 other sites) c. Cogent, Herndon, VA (5 other sites) d. U Maryland College Park, MD h. ARL Aberdeen, MD j. Verisign, Dulles VA (69 other sites ) k. RIPE London (17 other sites) i. Netnod, Stockholm (37 other sites) m. WIDE Tokyo (5 other sites) a. Verisign, Los Angeles CA (5 other sites) b. USC-ISI Marina del Rey, CA l. ICANN Los Angeles, CA (41 other sites) g. US DoD Columbus, OH (5 other sites) 13 logical root name servers worldwide each server replicated many times (~400 physical servers) Application Layer 2-16

TLD, authoritative servers top-level domain (TLD) servers: responsible for com, org, net, edu, aero, jobs, museums, and all top-level country domains, e.g.: uk, fr, ca, jp Verisign maintains servers for.com TLD Educause for.edu TLD.ca TLD maintained by Canadian Internet Registration Authority (CIRA). authoritative DNS servers: organization s own DNS server(s), providing authoritative hostname to IP mappings for organization s named hosts can be maintained by organization or service provider Application Layer 2-17

Local DNS name server does not strictly belong to hierarchy each ISP (residential ISP, company, university) has one also called default name server when host makes DNS query, query is sent to its local DNS server has local cache of recent name-to-address translation pairs (but may be out of date!) acts as proxy, forwards query into hierarchy Application Layer 2-18

DNS name resolution example root DNS server Iterative host at cs.utoronto.ca wants IP address for math.uwaterloo.ca iterative query: contacted server replies with name of server to contact I don t know this name, but ask this server recursive query: puts burden of name resolution on contacted name server I will tell you the answer. I ll do whatever it takes. Recursive local DNS server dns.utoronto.ca 1 2 8 requesting host cs.utoronto.ca 3 4 5 7 TLD DNS server 6 authoritative DNS server dns.uwaterloo.ca math.uwaterloo.ca Application Layer 2-19

DNS name resolution example (all-recursive queries) 2 root DNS server 3 7 6 Not recommended in practice. The risks of recursive DNS queries: https://ca.godaddy.com/help/what -risks-are-associated-withrecursive-dns-queries-1184 local DNS server dns.utoronto.ca 1 8 requesting host cs.utoronto.ca 5 4 TLD DNS server authoritative DNS server dns.uwaterloo.ca math.uwaterloo.ca Application Layer 2-20

DNS: caching, updating records once (any) name server learns mapping, it caches mapping cache entries timeout (disappear) after some time (TTL) typical TTL: two days TLD servers typically cached in local name servers thus root name servers not often visited cached entries may be out-of-date (best effort name-to-address translation!) if name host changes IP address, may not be known Internet-wide until all TTLs expire Application Layer 2-21

DNS records DNS: distributed database storing resource records (RR) RR format: (name, value, type, ttl) type=a name is hostname value is IP address type=ns name is domain (e.g., foo.com) value is hostname of authoritative name server for this domain type=cname name is alias name for some canonical (the real) name www.ibm.com is really servereast.backup2.ibm.com value is canonical name type=mx value is name of mail server associated with name Application Layer 2-22

DNS protocol, messages query and reply messages, both with same message format 2 bytes 2 bytes message header identification: 16 bit # for query, reply to query uses same # flags: query or reply recursion desired recursion available reply is authoritative identification flags # questions # answer RRs # authority RRs # additional RRs questions (variable # of questions) answers (variable # of RRs) authority (variable # of RRs) additional info (variable # of RRs) Application Layer 2-23

DNS protocol, messages 2 bytes 2 bytes identification # questions flags # answer RRs name, type fields for a query RRs in response to query records for authoritative servers additional helpful info that may be used # authority RRs # additional RRs questions (variable # of questions) answers (variable # of RRs) authority (variable # of RRs) additional info (variable # of RRs) Application Layer 2-24

DEMO Using dig (domain information groper) to make DNS queries. Intro: https://www.madboa.com/geek/dig/ On Windows, try nslookup Application Layer 2-25

Inserting records into DNS example: new startup Network Utopia register name networkuptopia.com at DNS registrar (e.g., Network Solutions, Godaddy, etc, see https://www.internic.net) provide names, IP addresses of authoritative name server (primary and secondary) registrar inserts two RRs into.com TLD server: (networkutopia.com, dns1.networkutopia.com, NS) (dns1.networkutopia.com, 212.212.212.1, A) create authoritative server type A record for www.networkuptopia.com; type MX record for networkutopia.com DEMO: whois Application Layer 2-26

Outline 2.1 principles of network applications 2.2 Web and HTTP 2.3 electronic mail SMTP, POP3, IMAP 2.4 DNS 2.5 P2P applications 2.6 video streaming and content distribution networks Application Layer 2-27

Pure P2P architecture no always-on server arbitrary end systems directly communicate peers are intermittently connected and change IP addresses examples: file distribution (BitTorrent) Streaming (SopCast) VoIP (Skype) Application Layer 2-28

File distribution: client-server vs P2P Question: how much time to distribute file (size F) from one server to N peers? peer upload/download capacity is limited resource u s : server upload capacity file, size F server u s u 1 d 1 u 2 d 2 d i : peer i download capacity u N d N network (with abundant bandwidth) d i u i u i : peer i upload capacity Application Layer 2-29

File distribution time: client-server server upload: must sequentially send (upload) N file copies: time to send one copy: F/u s time to send N copies: NF/u s client download: each client must download file copy d min = min client download rate min client download time: F/d min F u s network d i u i time to distribute F to N clients using client-server approach D c-s > max{nf / u s,, F / d min } increases linearly in N Application Layer 2-30

File distribution time: P2P server upload: must upload at least one copy time to send one copy: F/u s client download: each client must download file copy min client download time: F/d min client upload: as aggregate must download NF bits F u s network d i u i max upload rate (limiting max download rate) is u s + Su i time to distribute F to N clients using P2P approach D P2P >= max{f/u s,, F/d min,, NF/(u s + Su i )} increases linearly in N but so does this, as each peer brings service capacity Application Layer 2-31

Client-server vs. P2P: theoretical scalability client upload rate = u, F/u = 1 hour, u s = 10u, d min u s Minimum Distribution Time 3.5 3 2.5 2 1.5 1 0.5 0 P2P Client-Server 0 5 10 15 20 25 30 35 N Application Layer 2-32

BitTorrent Application Layer 2-33

P2P file distribution: BitTorrent file divided into 256Kb chunks peers in torrent send/receive file chunks tracker: tracks peers participating in torrent torrent: group of peers exchanging chunks of a file Alice arrives obtains list of peers from tracker and begins exchanging file chunks with peers in torrent Application Layer 2-34

P2P file distribution: BitTorrent peer joining torrent: has no chunks, but will accumulate them over time from other peers registers with tracker to get list of peers, connects to subset of peers ( neighbors ) while downloading, peer uploads chunks to other peers peer may change peers with whom it exchanges chunks churn: peers may come and go once peer has entire file, it may (selfishly) leave or (altruistically) remain in torrent Application Layer 2-35

BitTorrent: requesting, sending file chunks requesting chunks: at any given time, different peers have different subsets of file chunks periodically, Alice asks each peer for list of chunks that they have Alice requests missing chunks from peers rarest first sending chunks: tit-for-tat Alice sends chunks to those four peers currently sending her chunks at highest rate other peers are choked by Alice (do not receive chunks from her) re-evaluate top 4 every10 secs every 30 secs: randomly select another peer, starts sending chunks optimistically unchoke this peer newly chosen peer may join top 4 Application Layer 2-36

BitTorrent: tit-for-tat (1) Alice optimistically unchokes Bob (2) Alice becomes one of Bob s top-four providers; Bob reciprocates (3) Bob becomes one of Alice s top-four providers higher upload rate: find better trading partners, get file faster! Application Layer 2-37

Outline: Application Layer 2.1 principles of network applications 2.2 Web and HTTP 2.3 electronic mail SMTP, POP3, IMAP 2.4 DNS 2.5 P2P applications 2.6 video streaming and content distribution networks (CDNs) Application Layer 2-38

Video Streaming Application Layer 2-39

Video Streaming and CDNs: context video traffic: major consumer of Internet bandwidth Netflix, YouTube: 37%, 16% of downstream residential ISP traffic ~1B YouTube users, ~75M Netflix users challenge: scale - how to reach ~1B users? single mega-video server won t work (why?) challenge: heterogeneity different users have different capabilities (e.g., wired versus mobile; bandwidth rich versus bandwidth poor) solution: distributed, application-level infrastructure Application Layer 2-40

v v v Multimedia: video video: sequence of images displayed at constant rate e.g., 24 images/sec digital image: array of pixels each pixel represented by bits coding: use redundancy within and between images to decrease # bits used to encode image spatial (within image) temporal (from one image to next) spatial coding example: instead of sending N values of same color (all purple), send only two values: color value (purple) and number of repeated values (N).... frame i temporal coding example: instead of sending complete frame at i+1, send only differences from frame i frame i+1 Application Layer 2-41

Multimedia: video CBR: (constant bit rate): video encoding rate fixed VBR: (variable bit rate): video encoding rate changes as amount of spatial, temporal coding changes examples: MPEG 1 (CD-ROM) 1.5 Mbps MPEG2 (DVD) 3-6 Mbps MPEG4 (often used in Internet, < 1 Mbps) spatial coding example: instead of sending N values of same color (all purple), send only two values: color value (purple) and number of repeated values (N).... frame i temporal coding example: instead of sending complete frame at i+1, send only differences from frame i frame i+1 Application Layer 2-42

Streaming stored video: simple scenario: Internet video server (stored video) client Application Layer 2-43

Streaming multimedia: DASH v DASH: Dynamic, Adaptive Streaming over HTTP v server: divides video file into multiple chunks each chunk stored, encoded at different rates manifest file: provides URLs for different chunks v client: periodically measures server-to-client bandwidth consulting manifest, requests one chunk at a time chooses maximum coding rate sustainable given current bandwidth can choose different coding rates at different points in time (depending on available bandwidth at time) Application Layer 2-44

Streaming multimedia: DASH v DASH: Dynamic, Adaptive Streaming over HTTP v intelligence at client: client determines when to request chunk (so that buffer starvation, or overflow does not occur) what encoding rate to request (higher quality when more bandwidth available) where to request chunk (can request from URL server that is close to client or has high available bandwidth) v YouTube and Netflix support DASH. v Also see: HLS implemented by Apple. https://en.wikipedia.org/wiki/http_live_streaming Application Layer 2-45

Content Distribution Network (CDN) Application Layer 2-46

Content distribution networks v challenge: how to stream content (selected from millions of videos) to hundreds of thousands of simultaneous users? v option 1: single, large mega-server single point of failure point of network congestion long path to distant clients multiple copies of video sent over outgoing link.quite simply: this solution doesn t scale Application Layer 2-47

Content distribution networks v challenge: how to stream content (selected from millions of videos) to hundreds of thousands of simultaneous users? v option 2: store/serve multiple copies of videos at multiple geographically distributed sites (CDN). Philosophy #1: Enter deep: push CDN servers deep into many access networks close to users, low delay, high throughput, high maintenance cost. Philosophy #2: Bring home: smaller number (10 s) of larger clusters in IXPs near (but not within) access networks lower maintenance cost at the expense of delay and throughput Google use both, in addition to the mega data centres. Application Layer 2-48

The video comes from Bring-Home caches The surrounding HTML is from Enter-Deep caches The dynamic content (e.g., ads) are from Data Centres. Transport Layer 3-49

Content Distribution Networks (CDNs) CDN: stores copies of content at CDN nodes e.g. Netflix stores copies of Mad Men subscriber requests content from CDN directed to nearby copy, retrieves content may choose different copy if network path congested where s Madmen? manifest file Application Layer 2-50

Case study: Netflix Netflix registration, accounting servers 1 1. Bob manages Netflix account 2. Bob browses Netflix video 2 Amazon cloud 3 3. Manifest file returned for requested video upload copies of multiple versions of video to CDN servers CDN server CDN server CDN server 4. DASH streaming Application Layer 2-51

Case study: Netflix v Open Connect: https://openconnect.netflix.com/en/ v https://media.netflix.com/en/company-blog/hownetflix-works-with-isps-around-the-globe-todeliver-a-great-viewing-experience Introduction 2-52

Application Layer: Summary Application Layer 2-53

Application Layer: Summary most importantly: learned about protocols! v typical request/response message exchange: client requests info or service server responds with data, status code v message formats: headers: fields giving info about data data: info(payload) being communicated important themes: centralized vs. decentralized stateless vs. stateful complexity at network edge Application Layer 2-54