Announcements Computer Networking. Outline. Transport Protocols. Transport introduction. Error recovery & flow control. Mid-semester grades

Similar documents
Announcements Computer Networking. What was hard. Midterm. Lecture 16 Transport Protocols. Avg: 62 Med: 67 STD: 13.

Outline Computer Networking. Functionality Split. Transport Protocols

CE693 Advanced Computer Networks

Functionality Split Computer Networking. Transport Protocols. Overview. Multiplexing & Demultiplexing

Outline Computer Networking. Transport Protocols. Functionality Split. Review 2 Transport Protocols

TCP Basics : Computer Networking. Overview. What s Different From Link Layers? Introduction to TCP. TCP reliability Assigned reading

CSE/EE 461 Lecture 12 TCP. A brief Internet history...

Internet and Intranet Protocols and Applications

Transport layer. UDP: User Datagram Protocol [RFC 768] Review principles: Instantiation in the Internet UDP TCP

Transport layer. Review principles: Instantiation in the Internet UDP TCP. Reliable data transfer Flow control Congestion control

Lecture 5. Transport Layer. Transport Layer 1-1

Suprakash Datta. Office: CSEB 3043 Phone: ext Course page:

Application. Transport. Network. Link. Physical

CMPE 80N: Introduction to Networking and the Internet

Chapter 3 outline. 3.5 Connection-oriented transport: TCP. 3.6 Principles of congestion control 3.7 TCP congestion control

CNT 6885 Network Review on Transport Layer

Chapter 3: Transport Layer Part A

Transport Layer. Chapter 3: Transport Layer

CSE 4213: Computer Networks II

Lecture 3: The Transport Layer: UDP and TCP

CS 4390 Computer Networks. Transport Services and Protocols

Chapter 3: Transport Layer

Good Ideas So Far Computer Networking. Outline. Sequence Numbers (reminder) TCP flow control. Congestion sources and collapse

The Transport Layer Multiplexing, Error Detection, & UDP

Chapter 3: Transport Layer. Chapter 3 Transport Layer. Chapter 3 outline. Transport services and protocols

CSCD 330 Network Programming

Transport Protocols Reading: Sections 2.5, 5.1, and 5.2. Goals for Todayʼs Lecture. Role of Transport Layer

Transport Layer. Application / Transport Interface. Transport Layer Services. Transport Layer Connections

UNIT IV -- TRANSPORT LAYER

CS457 Transport Protocols. CS 457 Fall 2014

Computer Communication Networks Midterm Review

CS4700/CS5700 Fundamentals of Computer Networks

05 Transmission Control Protocol (TCP)

Chapter 3 Transport Layer

Transport Protocols. Raj Jain. Washington University in St. Louis

Announcement. Homework 1 due last night, how is that? Will discuss some problems in the lecture next week

Multiple unconnected networks

ECE 650 Systems Programming & Engineering. Spring 2018

Transport Protocols Reading: Sections 2.5, 5.1, and 5.2

CS 5520/ECE 5590NA: Network Architecture I Spring Lecture 13: UDP and TCP

Computer Networking: A Top Down Approach

CC451 Computer Networks

Fall 2012: FCM 708 Bridge Foundation I

Congestion Collapse in the 1980s

Internet transport-layer protocols. Transport services and protocols. Sending and receiving. Connection-oriented (TCP) Connection-oriented

Transport Layer (Congestion Control)

CSE 3214: Computer Network Protocols and Applications Transport Layer (Part 2) Chapter 3 outline. UDP checksum. Port numbers

CSC 401 Data and Computer Communications Networks

Transport services and protocols. Chapter 3 outline. Internet transport-layer protocols Chapter 3 outline. Multiplexing/demultiplexing

Development of reliable protocol Sliding window protocols. C = channel capacity in bps I = interrupt/service time + propagation delay

TCP Service Model. Today s Lecture. TCP Support for Reliable Delivery. EE 122:TCP, Connection Setup, Reliability

Principles of Reliable Data Transfer

Transport Protocols Reading: Sections 2.5, 5.1, and 5.2

Chapter 3 Transport Layer

CMSC 417. Computer Networks Prof. Ashok K Agrawala Ashok Agrawala. October 25, 2018

Transmission Control Protocol. ITS 413 Internet Technologies and Applications

Chapter 6 Transport Layer

Transport protocols. Transport Layer 3-1

COSC4377. Useful Linux Tool: screen

Lecture 9: Transpor Layer Overview and UDP

TCP. CSU CS557, Spring 2018 Instructor: Lorenzo De Carli (Slides by Christos Papadopoulos, remixed by Lorenzo De Carli)

Networking Technologies and Applications

TDTS06: Computer Networks

Chapter 24. Transport-Layer Protocols

CMSC 332 Computer Networks Transport Layer

Chapter 3 Transport Layer

Different Layers Lecture 20

NWEN 243. Networked Applications. Layer 4 TCP and UDP

CSCE 463/612 Networks and Distributed Processing Spring 2018

CSC358 Week 4. 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 5 End-to-End Protocols

TSIN02 - Internetworking

CSCD 330 Network Programming Winter 2015

ITS323: Introduction to Data Communications

The Transport Layer: TCP & Reliable Data Transfer

image 3.8 KB Figure 1.6: Example Web Page

CSC 4900 Computer Networks: TCP

ECE 435 Network Engineering Lecture 10

Outline. User Datagram Protocol (UDP) Transmission Control Protocol (TCP) Transport layer (cont.) Transport layer. Background UDP.

Chapter 3- parte B outline

CSCE 463/612 Networks and Distributed Processing Spring 2017

Guide To TCP/IP, Second Edition UDP Header Source Port Number (16 bits) IP HEADER Protocol Field = 17 Destination Port Number (16 bit) 15 16

Introduction to Networks and the Internet

COMP/ELEC 429/556 Introduction to Computer Networks

User Datagram Protocol (UDP):

Transport layer. Our goals: Understand principles behind transport layer services: Learn about transport layer protocols in the Internet:

Computer Networking Introduction

EE 122: Transport Protocols. Kevin Lai October 16, 2002

Transport layer: Outline

Chapter III: Transport Layer

CSC 8560 Computer Networks: TCP

Outline. CS5984 Mobile Computing

CSC 4900 Computer Networks: Transport Layer

Chapter 3 Transport Layer

TSIN02 - Internetworking

TCP/IP Protocol Suite 1

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

Transport Layer Overview

Reliable Byte-Stream (TCP)

ETSF05/ETSF10 Internet Protocols Transport Layer Protocols

Transcription:

Announcements 15-441 Computer Networking Lecture 16 Transport Protocols Mid-semester grades Based on project1 + midterm + HW1 + HW2 42.5% of class If you got a D+,D, D- or F! must meet with Dave or me Much of class grade remains! Discussion about the midterm next time One or two people still haven t taken it Lecture 16: Transport Protocols 2 Outline Transport Protocols Transport introduction Error recovery & flow control Lowest level end-toend protocol. Header generated by sender is interpreted only by the destination Routers view transport header as part of the payload 7 6 5 Transport IP IP 7 6 5 Transport IP Datalink 2 2 Datalink Physical 1 1 Physical router Lecture 16: Transport Protocols 3 Lecture 16: Transport Protocols 4

Functionality Split Transport Protocols Network provides best-effort delivery End-systems implement many functions Reliability In-order delivery Demultiplexing Message boundaries Connection abstraction Congestion control UDP provides just integrity and demux TCP adds Connection-oriented Reliable Ordered Point-to-point Byte-stream Full duplex Flow and congestion controlled Lecture 16: Transport Protocols 5 Lecture 16: Transport Protocols 6 UDP: User Datagram Protocol [RFC 768] UDP, cont. No frills, bare bones Internet transport protocol Best effort service, UDP segments may be: Lost Delivered out of order to app Connectionless: No handshaking between UDP sender, receiver Each UDP segment handled independently of others Why is there a UDP? No connection establishment (which can add delay) Simple: no connection state at sender, receiver Small header No congestion control: UDP can blast away as fast as desired Often used for streaming multimedia apps Loss tolerant Rate sensitive Other UDP uses (why?): DNS, SNMP Reliable transfer over UDP Must be at application layer Application-specific error recovery Length, in bytes of UDP segment, including header Source port # Dest port # Length 32 bits Application data (message) Checksum UDP segment format Lecture 16: Transport Protocols 7 Lecture 16: Transport Protocols 8

UDP Checksum High-Level TCP Characteristics Goal: detect errors (e.g., flipped bits) in transmitted segment optional use! Sender: Treat segment contents as sequence of 16-bit integers Checksum: addition (1 s complement sum) of segment contents Sender puts checksum value into UDP checksum field Receiver: Compute checksum of received segment Check if computed checksum equals checksum field value: NO - error detected YES - no error detected But maybe errors nonethless? Protocol implemented entirely at the ends Fate sharing Protocol has evolved over time and will continue to do so Nearly impossible to change the header Use options to add information to the header Change processing at endpoints Backward compatibility is what makes it TCP Lecture 16: Transport Protocols 9 Lecture 16: Transport Protocols 10 TCP Header Evolution of TCP Flags: SYN FIN RESET PUSH URG Source port Destination port Sequence number Acknowledgement HdrLen 0 Flags Advertised window Checksum Urgent pointer Options (variable) 1975 Three-way handshake Raymond Tomlinson In SIGCOMM 75 1974 TCP described by Vint Cerf and Bob Kahn In IEEE Trans Comm 1982 TCP & IP RFC 793 & 791 1984 Nagel s algorithm to reduce overhead of small packets; predicts congestion collapse 1983 BSD Unix 4.2 supports TCP/IP 1986 Congestion collapse observed 1987 Karn s algorithm to better estimate round-trip time 1988 Van Jacobson s algorithms congestion avoidance and congestion control (most implemented in 4.3BSD Tahoe) 1990 4.3BSD Reno fast retransmit delayed s Data 1975 1980 1985 1990 Lecture 16: Transport Protocols 11 Lecture 16: Transport Protocols 12

TCP Through the 1990s Outline 1994 T/TCP (Braden) Transaction TCP 1996 S TCP (Floyd et al) Selective Acknowledgement Transport introduction 1993 TCP Vegas (Brakmo et al) delay-based congestion avoidance 1994 ECN (Floyd) Explicit Congestion Notification 1996 Hoe NewReno startup and loss recovery 1996 F TCP (Mathis et al) extension to S Error recovery & flow control 1993 1994 1996 Lecture 16: Transport Protocols 13 Lecture 16: Transport Protocols 14 Stop and Wait Recovering from Error ARQ Receiver sends acknowledgement () when it receives packet Sender waits for and timeouts if it does not arrive within some time period Simplest ARQ protocol Send a packet, stop and wait until arrives Time Sender Receiver Time lost lost Early timeout DUPLICATE PETS!!! Lecture 16: Transport Protocols 15 Lecture 16: Transport Protocols 16

Problems with Stop and Wait How to Recognize Resends? How to recognize a duplicate Performance Can only send one packet per round trip Use sequence numbers both packets and acks Sequence # in packet is finite! How big should it be? For stop and wait? One bit won t send seq #1 until received for seq #0 Pkt 0 0 Pkt 0 0 1 Pkt 1 Lecture 16: Transport Protocols 17 Lecture 16: Transport Protocols 18 How to Keep the Pipe Full? Sliding Window Send multiple packets without waiting for first to be acked Number of pkts in flight = window Reliable, unordered delivery Several parallel stop & waits Send new packet after each ack Sender keeps list of unack ed packets; resends after timeout Receiver same as stop & wait How large a window is needed? Suppose 10Mbps link, 4ms delay, 500byte pkts 1? 10? 20? Round trip delay * bandwidth = capacity of pipe Lecture 16: Transport Protocols 19 Reliable, ordered delivery Receiver has to hold onto a packet until all prior packets have arrived Why might this be difficult for just parallel stop & wait? Sender must prevent buffer overflow at receiver Circular buffer at sender and receiver s in transit! buffer size Advance when sender and receiver agree packets at beginning have been received Lecture 16: Transport Protocols 20

Sender/Receiver State Sequence Numbers Sender Receiver How large do sequence numbers need to be? Must be able to detect wrap-around Depends on sender/receiver window size Max received Next seqnum Sender window Next expected Max acceptable Receiver window E.g. Max seq = 7, send win=recv win=7 If pkts 0..6 are sent succesfully and all acks lost Receiver expects 7,0..5, sender retransmits old 0..6!!! Max sequence must be " send window + recv window Sent & Acked Sent Not Acked Received & Acked Acceptable OK to Send Not Usable Not Usable Lecture 16: Transport Protocols 21 Lecture 16: Transport Protocols 22 Window Sliding Common Case Loss Recovery On reception of new (i.e. for something that was not acked earlier) Increase sequence of max received Send next packet On reception of new in-order data packet (next expected) Hand packet to application Send cumulative acknowledges reception of all packets up to sequence number Increase sequence of max acceptable packet On reception of out-of-order packet Send nothing (wait for source to timeout) Cumulative (helps source identify loss) (Go-Back-N recovery) Set timer upon transmission of packet Retransmit all unacknowledged packets Performance during loss recovery No longer have an entire window in transit May have to wait long time if timeout Can have much more clever loss recovery Lecture 16: Transport Protocols 23 Lecture 16: Transport Protocols 24

Go-Back-N in Action Selective Repeat Receiver individually acknowledges all correctly received pkts Buffers packets, as needed, for eventual in-order delivery to upper layer Sender only resends packets for which not received Sender timer for each uned packet Sender window N consecutive seq # s Again limits seq #s of sent, uned packets Lecture 16: Transport Protocols 25 Lecture 16: Transport Protocols 26 Selective Repeat: Sender, Receiver Windows Important Lessons Transport service UDP! mostly just IP service TCP! congestion controlled, reliable, byte stream Types of ARQ protocols Stop-and-wait! slow, simple Go-back-n! can keep link utilized (except w/ losses) Selective repeat! efficient loss recovery Sliding window flow control Addresses buffering issues and keeps link utilized Lecture 16: Transport Protocols 27 Lecture 16: Transport Protocols 28

Next Lecture Congestion control TCP Reliability Lecture 16: Transport Protocols 29