Lecture 16 – Transport Protocols

Slides:



Advertisements
Similar presentations
Transport Layer3-1 Transport Overview and UDP. Transport Layer3-2 Goals r Understand transport services m Multiplexing and Demultiplexing m Reliable data.
Advertisements

CSE551: Computer Network Review r Network Layers r TCP/UDP r IP.
Computer Networks 2 Lecture 2 TCP – I - Transport Protocols: TCP Segments, Flow control and Connection Setup.
EEC-484/584 Computer Networks Lecture 15 Wenbing Zhao (Part of the slides are based on Drs. Kurose & Ross ’ s slides for their Computer.
1 Lecture 14 MPLS Intro to Transport, Reliability, and TCP Networking, Spring 2007 As usual, adapted from Srini Seshan and David Anderson, ,
Transport Layer 3-1 outline r TCP m segment structure m reliable data transfer m flow control m congestion control.
Computer Communication Digital Communication in the Modern World Transport Layer Multiplexing, UDP
Chapter 3: Transport Layer
Transport Layer3-1 Transport Layer Our goals: r understand principles behind transport layer services: m multiplexing/demultipl exing m reliable data transfer.
Computer Networking Lecture 16 – Transport Protocols.
Lecture 8 Chapter 3 Transport Layer
Lecture 7 – Transport Protocols
EEC-484/584 Computer Networks Lecture 13 Wenbing Zhao (Part of the slides are based on Drs. Kurose & Ross ’ s slides for their Computer.
2: Application Layer 1 1DT066 Distributed Information System Chapter 3 Transport Layer.
3-1 Transport services and protocols r provide logical communication between app processes running on different hosts r transport protocols run in end.
8-1 Transport Layer Our goals: r understand principles behind transport layer services: m multiplexing/demultipl exing m reliable data transfer m flow.
Transport Layer Transport Layer. Transport Layer 3-2 Chapter 3 Transport Layer Computer Networking: A Top Down Approach Featuring the Internet,
Review: –What is AS? –What is the routing algorithm in BGP? –How does it work? –Where is “policy” reflected in BGP (policy based routing)? –Give examples.
Data Communications and Computer Networks Chapter 3 CS 3830 Lecture 12 Omar Meqdadi Department of Computer Science and Software Engineering University.
CS 1652 The slides are adapted from the publisher’s material All material copyright J.F Kurose and K.W. Ross, All Rights Reserved Jack Lange.
Transport Layer 3-1 Chapter 3 Transport Layer Computer Networking: A Top Down Approach 6 th edition Jim Kurose, Keith Ross Addison-Wesley March 2012 All.
TCP : Transmission Control Protocol Computer Network System Sirak Kaewjamnong.
TCP Lecture 13 November 13, TCP Background Transmission Control Protocol (TCP) TCP provides much of the functionality that IP lacks: reliable service.
Transport Layer and UDP Tahir Azim Ref:
Transport Layer1 Ram Dantu (compiled from various text books)
Computer Networking Lecture 16 – Transport Protocols Dejian Ye, Liu Xin.
Lecture91 Administrative Things r Return homework # 1 r Review some problems in homework # 1 r Questions about grading? Yona r WebCT for CSE245 is working!
CSE679: Computer Network Review r Review of the uncounted quiz r Computer network review.
Computer Networking Lecture 16 – Transport Protocols.
Transport Layer 3-1 Chapter 3 Outline r 3.1 Transport-layer services r 3.2 Multiplexing and demultiplexing r 3.3 Connectionless transport: UDP.
Chapter 3: Transport Layer Our goals: r understand principles behind transport layer services: m multiplexing/demultipl exing m reliable data transfer.
Computer Networking Lecture 16 – Transport Protocols Copyright ©, Carnegie Mellon University.
Prof. Younghee Lee 1 1 Computer Networks u Lecture 5: Transport services and protocols Prof. Younghee Lee * Some part of this teaching materials are prepared.
MULTIPLEXING/DEMULTIPLEXING, CONNECTIONLESS TRANSPORT.
Transport Layer3-1 Chapter 3: Transport Layer Our goals: r understand principles behind transport layer services: m multiplexing/demultipl exing m reliable.
Introduction 1-1 source application transport network link physical HtHt HnHn M segment HtHt datagram destination application transport network link physical.
2: Transport Layer 11 Transport Layer 1. 2: Transport Layer 12 Part 2: Transport Layer Chapter goals: r understand principles behind transport layer services:
Computer Networking Lecture 16 – Reliable Transport.
@Yuan Xue A special acknowledge goes to J.F Kurose and K.W. Ross Some of the slides used in this lecture are adapted from their.
Computer Networking Lecture 15 – Transport Protocols Copyright ©, Carnegie Mellon University.
Chapter 3 Transport Layer
Chapter 3 Transport Layer
Transport Layer Slides are originally from instructor: Carey Williamson at University of Calgary Very minor modification are made Notes derived from “Computer.
Computer Networking Transport Layer.
Chapter 3 outline 3.1 Transport-layer services
Review 2 – Transport Protocols
Introduction to Networks
5. End-to-end protocols (part 1)
06- Transport Layer Transport Layer.
CS 1652 Jack Lange University of Pittsburgh
Introduction of Transport Protocols
Internet and Intranet Protocols and Applications
Transport Layer Goals: Overview:
TCP and Congestion Control (1)
Transport Layer Our goals:
Advanced Computer Networking
September 19th, 2013 CS1652 Jack Lange University of Pittsburgh
Advanced Computer Networking
Transport Layer Our goals:
Review 2 – Transport Protocols
6. TCP/IP 주요 내용 OSI Transport Layer TCP/UDP.
Chapter 5 Transport Layer Introduction
Transport Protocols: TCP Segments, Flow control and Connection Setup
Chapter 5 Transport Layer Introduction
Transport Protocols: TCP Segments, Flow control and Connection Setup
Computer Networks Protocols
Chapter 3 Transport Layer
Transport Layer 9/22/2019.
Transport Layer Our goals:
Chapter 3 Transport Layer
Presentation transcript:

Lecture 16 – Transport Protocols 15-441 Computer Networking Lecture 16 – Transport Protocols

Announcements Mid-semester grades HW 3 Project 2 If you got a D or F  must meet with Dave or me 57.5% of class grade still left! HW 3 Due 3/29 Longer  start soon Project 2 Draft will be posted in the next day or two Mostly accurate Lecture 16: 03-15-2005

Transport introduction Error recovery TCP flow control Outline Transport introduction Error recovery TCP flow control Lecture 16: 03-15-2005

Transport Protocols Lowest level end-to-end protocol. Header generated by sender is interpreted only by the destination Routers view transport header as part of the payload 7 7 6 6 5 5 Transport Transport IP IP IP Datalink 2 2 Datalink Physical 1 1 Physical router Lecture 16: 03-15-2005

Functionality Split Network provides best-effort delivery End-systems implement many functions Reliability In-order delivery Demultiplexing Message boundaries Connection abstraction Congestion control … IP service model = best effort delivery End-points do everything else… over time many functions have been implemented Congestion control is unique…. Every endpoint must do this! This is necessary for overall efficiency of IP network Lecture 16: 03-15-2005

Transport Protocols 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: 03-15-2005

UDP: User Datagram Protocol [RFC 768] “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 Lecture 16: 03-15-2005

UDP, cont. 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 32 bits Source port # Dest port # Length, in bytes of UDP segment, including header Length Checksum Application data (message) UDP segment format Lecture 16: 03-15-2005

UDP Checksum 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? Lecture 16: 03-15-2005

High-Level TCP Characteristics 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: 03-15-2005

TCP Header Data Source port Destination port Sequence number Flags: SYN FIN RESET PUSH URG ACK Acknowledgement HdrLen Flags Advertised window Checksum Urgent pointer Options (variable) Data Lecture 16: 03-15-2005

Van Jacobson’s algorithms Evolution of TCP 1984 Nagel’s algorithm to reduce overhead of small packets; predicts congestion collapse 1975 Three-way handshake Raymond Tomlinson In SIGCOMM 75 1987 Karn’s algorithm to better estimate round-trip time 1990 4.3BSD Reno fast retransmit delayed ACK’s 1983 BSD Unix 4.2 supports TCP/IP 1986 Congestion collapse observed 1988 Van Jacobson’s algorithms congestion avoidance and congestion control (most implemented in 4.3BSD Tahoe) 1974 TCP described by Vint Cerf and Bob Kahn In IEEE Trans Comm 1982 TCP & IP RFC 793 & 791 1975 1980 1985 1990 Lecture 16: 03-15-2005

TCP Through the 1990s 1993 1994 1996 1994 T/TCP (Braden) Transaction SACK TCP (Floyd et al) Selective Acknowledgement 1993 TCP Vegas (Brakmo et al) real congestion avoidance 1994 ECN (Floyd) Explicit Congestion Notification 1996 Hoe Improving TCP startup 1996 FACK TCP (Mathis et al) extension to SACK 1993 1994 1996 Lecture 16: 03-15-2005

Transport introduction Error recovery & flow control TCP flow control Outline Transport introduction Error recovery & flow control TCP flow control Lecture 16: 03-15-2005

Stop and Wait ARQ Simplest ARQ protocol Receiver sends acknowledgement (ACK) when it receives packet Sender waits for ACK and timeouts if it does not arrive within some time period Simplest ARQ protocol Send a packet, stop and wait until ACK arrives Sender Receiver Packet Timeout ACK Time Lecture 16: 03-15-2005

Recovering from Error Packet Packet Packet Timeout Timeout Timeout ACK Application may get duplicates in the case of early timeouts Packet Packet ACK Timeout Timeout Timeout ACK ACK Early timeout DUPLICATE PACKETS!!! ACK lost Packet lost Lecture 16: 03-15-2005

Problems with Stop and Wait How to recognize a duplicate Performance Can only send one packet per round trip Lecture 16: 03-15-2005

How to Recognize Resends? 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 ACK for seq #0 Pkt 0 ACK 0 Pkt 0 ACK 0 Pkt 1 ACK 1 Lecture 16: 03-15-2005

How to Keep the Pipe Full? 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: 03-15-2005

Sliding Window 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 Packets in transit  buffer size Advance when sender and receiver agree packets at beginning have been received Lecture 16: 03-15-2005

Sender/Receiver State Max ACK received Next seqnum Next expected Max acceptable … … … … Sender window Receiver window Sent & Acked Sent Not Acked Received & Acked Acceptable Packet OK to Send Not Usable Not Usable Lecture 16: 03-15-2005

Window Sliding – Common Case On reception of new ACK (i.e. ACK for something that was not acked earlier) Increase sequence of max ACK received Send next packet On reception of new in-order data packet (next expected) Hand packet to application Send cumulative ACK – acknowledges reception of all packets up to sequence number Increase sequence of max acceptable packet Lecture 16: 03-15-2005

Loss Recovery On reception of out-of-order packet Send nothing (wait for source to timeout) Cumulative ACK (helps source identify loss) Timeout (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 Can have much more clever loss recovery Lecture 16: 03-15-2005

Go-Back-N in Action Lecture 16: 03-15-2005

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 ACK not received Sender timer for each unACKed packet Sender window N consecutive seq #’s Again limits seq #s of sent, unACKed packets Lecture 16: 03-15-2005

Selective Repeat: Sender, Receiver Windows Lecture 16: 03-15-2005

Sequence Numbers How large do sequence numbers need to be? E.g. Must be able to detect wrap-around Depends on sender/receiver window size 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 Xxx picture Lecture 16: 03-15-2005

Important Lessons Transport service Types of ARQ protocols 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 Lecture 16: 03-15-2005

Next Lecture TCP connection setup TCP reliability Congestion control