Chapter 6 Transport Layer

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

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

CSE 4213: Computer Networks II

Correcting mistakes. TCP: Overview RFCs: 793, 1122, 1323, 2018, TCP seq. # s and ACKs. GBN in action. TCP segment structure

CNT 6885 Network Review on Transport Layer

CC451 Computer Networks

Chapter 3 Transport Layer

Chapter 3 Transport Layer

Chapter 3 Transport Layer

Chapter 3 Transport Layer

Chapter 3 Transport Layer

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

Application. Transport. Network. Link. Physical

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

Lecture 08: The Transport Layer (Part 2) The Transport Layer Protocol (TCP) Dr. Anis Koubaa

Lecture 5. Transport Layer. Transport Layer 1-1

Transport Layer: outline

Lecture 8. TCP/IP Transport Layer (2)

Chapter 3 Transport Layer

Outline. TCP: Overview RFCs: 793, 1122, 1323, 2018, steam: r Development of reliable protocol r Sliding window protocols

Outline. TCP: Overview RFCs: 793, 1122, 1323, 2018, Development of reliable protocol Sliding window protocols

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

RSC Part III: Transport Layer 3. TCP

CS 4390 Computer Networks. Transport Services and Protocols

Master Course Computer Networks IN2097

32 bits. source port # dest port # sequence number acknowledgement number not used. checksum. Options (variable length)

Chapter 3- parte B outline

Transport Layer: Outline

By Ossi Mokryn, Based also on slides from: the Computer Networking: A Top Down Approach Featuring the Internet by Kurose and Ross

Chapter 3 Transport Layer

Foundations of Telematics

TCP: Overview RFCs: 793, 1122, 1323, 2018, 2581

CC451 Computer Networks

10 minutes survey (anonymous)

CMSC 332 Computer Networks Transport Layer

Chapter 3 outline. 3.5 connection-oriented transport: TCP segment structure reliable data transfer flow control connection management

Transport Layer. Chapter 3: Transport Layer

CSC 401 Data and Computer Communications Networks

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 3: Transport Layer Part A

The Transport Layer: TCP & Reliable Data Transfer

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

Computer Networking Introduction

Chapter III: Transport Layer

Computer Networking: A Top Down Approach

Chapter 3 Transport Layer

Computer Networks & Security 2016/2017

Input ports, switching fabric, output ports Switching via memory, bus, crossbar Queueing, head-of-line blocking

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

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

CSCI Topics: Internet Programming Fall 2008

COSC4377. Useful Linux Tool: screen

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

CSC 4900 Computer Networks: Transport Layer

TCP : Fundamentals of Computer Networks Bill Nace

CSC 401 Data and Computer Communications Networks

Chapter III: Transport Layer

TCP reliable data transfer. Chapter 3 outline. TCP sender events: TCP sender (simplified) TCP: retransmission scenarios. TCP: retransmission scenarios

COMP 431 Internet Services & Protocols. Transport Layer Protocols & Services Outline. The Transport Layer Reliable data delivery & flow control in TCP

Chapter 3 Transport Layer

Chapter III: Transport Layer

CSC 4900 Computer Networks: TCP

LECTURE 3 - TRANSPORT LAYER

CS 4390 Computer Networks. Pointers to Corresponding Section of Textbook

CSCD 330 Network Programming Winter 2015

CS Lecture 1 Review of Basic Protocols

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

Chapter 3 Transport Layer

Transport layer: Outline

Distributed Systems. 5. Transport Protocols

Distributed Systems. 5. Transport Protocols. Werner Nutt

Master Course Computer Networks IN2097

CSC 8560 Computer Networks: TCP

Chapter 3: Transport Layer

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

TCP. TCP: Overview. TCP Segment Structure. Maximum Segment Size (MSS) Computer Networks 10/19/2009. CSC 257/457 - Fall

Fall 2012: FCM 708 Bridge Foundation I

CSCE 463/612 Networks and Distributed Processing Spring 2017

The Transport Layer Reliable data delivery & flow control in TCP. Transport Layer Protocols & Services Outline

Chapter 3 Transport Layer

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

Lecture 9: Transpor Layer Overview and UDP

Transport protocols. Transport Layer 3-1

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

TCP: Overview RFCs: 793,1122,1323, 2018, 2581

CSCE 463/612 Networks and Distributed Processing Spring 2018

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

The Transport Layer Reliable data delivery & flow control in TCP. Transport Layer Protocols & Services Outline

Internet and Intranet Protocols and Applications

Chapter 3 Transport Layer

Chapter 3 Transport Layer

Computer Networking Introduction

Computer Communication Networks Midterm Review

Go-Back-N. Pipelining: increased utilization. Pipelined protocols. GBN: sender extended FSM

CSCD 330 Network Programming

Mid Term Exam Results

Different Layers Lecture 20

Chapter 3 Transport Layer

TCP (Part 2) Session 10 INST 346 Technologies, Infrastructure and Architecture

CSCD 330 Network Programming

Transcription:

Chapter 6 Transport Layer A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you can add, modify, and delete slides (including this one) and slide content to suit your needs. They obviously represent a lot of work on our part. In return for use, we only ask the following: If you use these slides (e.g., in a class) in substantially unaltered form, that you mention their source (after all, we d like people to use our book!) If you post any slides in substantially unaltered form on a www site, that you note that they are adapted from (or perhaps identical to) our slides, and note our copyright of this material. Thanks and enjoy! JFK/KWR All material copyright 1996-2010 J.F Kurose and K.W. Ross, All Rights Reserved

Chapter 6: Transport Layer Our goals: understand principles behind transport layer services: multiplexing/demultipl exing flow control congestion control learn about transport layer protocols in the Internet: UDP: connectionless transport TCP: connection-oriented transport TCP congestion control

Chapter 6 outline 6.1 Transport-layer services 6.2 Multiplexing and demultiplexing 6.3 Connectionless transport: UDP 6.4 Connection-oriented transport: TCP segment structure reliable data transfer flow control connection management 6.5 TCP congestion control

Transport services and protocols provide logical communication between app processes running on different hosts transport protocols run on end systems send side: breaks app messages into segments, passes to network layer rcv side: reassembles segments into messages, passes to app layer more than one transport protocol available to apps Internet: TCP and UDP application transport network data link physical application transport network data link physical

Transport vs. network layer network layer: logical comm. between hosts transport layer: logical comm. between processes relies on and enhances network layer services Household analogy: 12 kids sending letters to 12 kids processes = kids app messages = letters in envelopes hosts = houses transport protocol = Ann and Bill who demux to in-house siblings network-layer protocol = postal service

Internet transport-layer protocols reliable, in-order delivery (TCP) congestion control flow control connection setup unreliable, unordered delivery: UDP Simple extension of besteffort IP services not available: delay guarantees bandwidth guarantees application transport network data link physical network data link physical network data link physical network data link physical network data link physical network data link physical network data link physical application transport network data link physical

Chapter 6 outline 6.1 Transport-layer services 6.2 Multiplexing and demultiplexing 6.3 Connectionless transport: UDP 6.4 Connection-oriented transport: TCP segment structure reliable data transfer flow control connection management 6.5 TCP congestion control

Multiplexing/demultiplexing Demultiplexing at rcv host: delivering received segments to correct socket = socket = process Multiplexing at send host: gathering data from multiple sockets, enveloping data with header (later used for demultiplexing) application P3 P1 P1 application P2 P4 application transport transport transport network network network link link link physical physical host 1 host 2 host 3 physical

How demultiplexing works host receives IP datagrams each datagram has source IP address, destination IP address each datagram carries 1 transport-layer segment each segment has source, 32 bits source port # dest port # other header fields destination port number host uses IP addresses & port numbers to direct segment to appropriate socket application data (message) TCP/UDP segment format

Connectionless demultiplexing recall: create sockets with host-local port numbers: DatagramSocket mysocket1 = new DatagramSocket(12534); DatagramSocket mysocket2 = new DatagramSocket(12535); recall: when creating datagram to send into UDP socket, must specify when host receives UDP segment: checks destination port number in segment directs UDP segment to socket with that port number (dest IP address, dest port number)

Connectionless demux (cont) DatagramSocket serversocket = new DatagramSocket(6428); P2 P3 P1 P1 SP: 6428 DP: 9157 SP: 6428 DP: 5775 SP: 9157 SP: 5775 client IP: A DP: 6428 server IP: C DP: 6428 Client IP:B SP provides return address

Connection-oriented demux TCP socket identified by 4-tuple: source IP address source port number dest IP address dest port number recv host uses all four values to direct segment to appropriate socket server host may support many simultaneous TCP sockets: each socket identified by its own 4-tuple web servers have different sockets for each connecting client

Connection-oriented demux (cont) P1 P4 P5 P6 P2 P1 P3 SP: 5775 DP: 80 S-IP: B D-IP:C SP: 9157 SP: 9157 client IP: A DP: 80 S-IP: A D-IP:C server IP: C DP: 80 S-IP: B D-IP:C client IP:B

Connection-oriented demux: Threaded Web Server P1 P4 P2 P1 P3 SP: 5775 DP: 80 S-IP: B D-IP:C SP: 9157 SP: 9157 client IP: A DP: 80 S-IP: A D-IP:C server IP: C DP: 80 S-IP: B D-IP:C client IP:B

Chapter 6 outline 6.1 Transport-layer services 6.2 Multiplexing and demultiplexing 6.3 Connectionless transport: UDP 6.4 Connection-oriented transport: TCP segment structure reliable data transfer flow control connection management 6.5 TCP congestion control

Applications and the underlying transport protocols

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 segment header no congestion control: UDP can blast away as fast as desired

UDP: more often used for streaming multimedia apps loss tolerant rate sensitive other UDP uses DNS SNMP reliable transfer over UDP: add reliability at application layer application-specific error recovery! Length, in bytes of UDP segment, including header 32 bits source port # dest port # length Application data (message) checksum UDP segment format

UDP checksum Goal: detect errors (e.g., flipped bits) in transmitted segment 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

Internet Checksum Example Note: when adding numbers, a carryout from the most significant bit needs to be added to the result Example: add two 16-bit integers 1 1 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 wraparound sum checksum 1 1 0 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1

Chapter 6 outline 6.1 Transport-layer services 6.2 Multiplexing and demultiplexing 6.3 Connectionless transport: UDP 6.4 Connection-oriented transport: TCP segment structure reliable data transfer flow control connection management 6.5 TCP congestion control

TCP: Overview RFCs: 793, 1122, 1323, 2018, 2581 socket door point-to-point: one sender, one receiver reliable, in-order byte steam: pipelined: TCP congestion and flow control set window size send & receive buffers application writes data TCP send buffer segment application reads data TCP receive buffer full duplex data: bi-directional data flow in same connection MSS: maximum segment size connection-oriented: handshaking (exchange of control msgs) inits sender, receiver state before data exchange flow controlled: socket door sender will not overwhelm receiver

TCP segment structure URG: urgent data (generally not used) ACK: ACK # valid PSH: push data now (generally not used) RST, SYN, FIN: connection estab (setup, teardown commands) Internet checksum (as in UDP) 32 bits source port # dest port # head len sequence number acknowledgement number not used U A P R S F checksum Receive window Urg data pnter Options (variable length) application data (variable length) counting by bytes of data (not segments!) # bytes rcvr willing to accept

TCP seq. # s and ACKs Seq. # s: byte stream number of first byte in segment s data ACKs: seq # of next byte expected from other side cumulative ACK Q: how receiver handles out-of-order segments A: TCP spec doesn t say, - up to implementor User types C host ACKs receipt of echoed C Host A Host B simple telnet scenario host ACKs receipt of C, echoes back C time

TCP reliable data transfer TCP creates rdt service on top of IP s unreliable service pipelined segments cumulative acks retransmissions are triggered by: timeout events duplicate acks

TCP sender events data rcvd from app: Create segment with seq # seq # is byte-stream number of first data byte in segment start timer if not already running timeout: retransmit segment that caused timeout restart timer Ack rcvd: If acknowledges previously unacked segments update what is known to be acked start timer if there are outstanding segments

TCP: retransmission scenarios Host A Host B Host A Host B timeout X loss Seq=92 timeout SendBase = 100 time lost ACK scenario SendBase = 100 SendBase = 120 SendBase = 120 Seq=92 timeout time premature timeout

TCP retransmission scenarios (more) Host A Host B timeout X loss SendBase = 120 time Cumulative ACK scenario

TCP ACK generation [RFC 1122, RFC 2581] Event at Receiver Arrival of in-order segment with expected seq #. All data up to expected seq # already ACKed Arrival of in-order segment with expected seq #. One other segment has ACK pending Arrival of out-of-order segment higher-than-expect seq. #. Gap detected Arrival of segment that partially or completely fills gap TCP Receiver action Delayed ACK. Wait up to 500ms for next segment. If no next segment, send ACK Immediately send single cumulative ACK, ACKing both in-order segments Immediately send duplicate ACK, indicating seq. # of next expected byte Immediate send ACK, provided that segment starts at lower end of gap

Fast Retransmit time-out period often relatively long: long delay before resending lost packet detect lost segments via duplicate ACKs. sender often sends many segments back-toback if segment is lost, there will likely be many duplicate ACKs. if sender receives 3 ACKs for the same data, fast retransmit: resend segment before timer expires

Host A Host B X timeout time Figure 3.37 Resending a segment after triple duplicate ACK

TCP Flow Control receive side of TCP connection has a receive buffer: flow control sender won t overflow receiver s buffer by transmitting too much, too fast app process may be slow at reading from buffer speed-matching service: matching the send rate to the receiving app s drain rate

TCP Flow control: how it works (suppose TCP receiver discards out-of-order segments) spare room in buffer = RcvWindow rcvr advertises spare room by including value of RcvWindow in segments sender limits unacked data to RcvWindow guarantees receive buffer doesn t overflow

The receiver can temporarily shut down the window Window size = 0 receiver asks the sender to stop transmitting data

TCP Connection Management Recall: TCP sender, receiver establish connection before exchanging data segments initialize TCP variables: seq. #s buffers, flow control info (e.g. RcvWindow) client: connection initiator Socket clientsocket = new Socket("hostname","port number"); server: contacted by client Socket connectionsocket = welcomesocket.accept(); Three way handshake: Step 1: client host sends TCP SYN segment to server specifies initial seq # no data Step 2: server host receives SYN, replies with SYNACK segment server allocates buffers specifies server initial seq. # Step 3: client receives SYNACK, replies with ACK segment, which may contain data

Three-way handshake

SYN Flood Attack Denial of Service (DoS) attack known as the SYN flood attack. the attacker(s) send a large number of TCP SYN segments, without completing the third handshake step. With this deluge of SYN segments, the server s connection resources become exhausted as they are allocated; legitimate clients are then denied service. The attack can be amplified by sending the SYNs from multiple sources, creating a DDoS (Distributed Denial of Service) SYN flood attack

SYN Flood Attack An effective defense known as SYN cookies [RFC 4987] When receiving a SYN segment, the server, instead of allocating resources for this SYN, it creates an TCP sequence number ( cookie ) TCP sequence number= hash (IP addrs of S and D, port numbers of SYN segment, and a secret number only known to the server) A legitimate client will return an ACK segment. When the server receives this ACK, it must verify that the ACK corresponds to some SYN sent earlier. But how is this done if the server maintains no memory about SYN segments? Run the same hash function using same fields in ACK segment and the secret key. If the result of the function plus one is the same as the acknowledgment, the server concludes that the ACK corresponds to an earlier SYN segment and is hence valid. The server then allocate resources.

TCP Connection Management (cont.) Closing a connection: client server client closes socket: clientsocket.close(); close Step 1: client end system sends TCP FIN control segment to server close Step 2: server receives FIN, replies with ACK. Closes connection, sends FIN. timed wait closed

TCP Connection Management (cont.) Step 3: client receives FIN, replies with ACK. Enters timed wait - will respond with ACK to received FINs closing client server closing Step 4: server, receives ACK. Connection closed. timed wait closed closed

TCP Connection Management (cont) TCP server lifecycle TCP client lifecycle

Chapter 6 outline 6.1 Transport-layer services 6.2 Multiplexing and demultiplexing 6.3 Connectionless transport: UDP 6.4 Connection-oriented transport: TCP segment structure reliable data transfer flow control connection management 6.5 TCP congestion control

Congestion: Congestion Control informally: too many sources sending too much data too fast for network to handle Congestion occurs when total arrival rate from all flows exceeds a router s output link capacity different from flow control! manifestations: lost packets (buffer overflow at routers) long delays (queueing in router buffers) To alleviate congestion, the sending nodes should slow down the rate of transmission. How? by reducing the window. The window size is the number of bytes that are allowed to be in flight simultaneously

Two broad approaches: Congestion Control 1- End-end congestion control: no explicit feedback from network - congestion inferred from end-system observed loss, delay - approach taken by TCP 2- Network-assisted congestion control: routers provide feedback to end systems indicating congestion, used in Asynchronous Transfer Mode (ATM)

Congestion Control Receiver window (rwnd) is used to ensure that receiver s buffer will not overflow (flow control) Congestion window (cwnd) is used to ensure that the sender will not overflow the intermediate routers buffers between source and destination (congestion control) The actual window size = min(rwnd, cwnd) to avoid overflowing the receiver or the routers That means max-in-flight bytes min(rwnd, cwnd)

TCP Congestion Control Additive increase, multiplicative decrease (AIMD) approach: increase transmission rate (window size), probing for usable bandwidth, until loss occurs additive increase: increase cwnd by 1 MSS every RTT until loss detected multiplicative decrease: cut cwnd in half after loss saw tooth behavior: probing for bandwidth cwnd: congestion window size 24 Kbytes 16 Kbytes 8 Kbytes congestion window time time

TCP Congestion Control: details sender limits transmission: LastByteSent-LastByteAcked roughly, rate = cwnd RTT cwnd Bytes/sec cwnd is dynamic, function of perceived network congestion How does sender perceive congestion? loss event = timeout or 3 duplicate acks TCP sender reduces rate (cwnd) after loss event three mechanisms: AIMD slow start conservative after timeout events

1. TCP Slow Start when connection begins, increase rate exponentially until first loss event: initially cwnd = 1 MSS double cwnd every RTT RTT Host A Host B done by incrementing cwnd for every ACK received - Discover available bandwidth fast - desirable to quickly ramp up to respectable rate - When cwnd > threshold, move to congestion avoidance phase to slow down the sending rate time

2. Congestion avoidance phase - When Cwnd is above a threshold - Cwnd is incremented by one segment every RTT (= for every window of ACKs it receives) linear increase - Cwnd continues to increase (linearly) until loss is detected - TCP spends most of its time in this phase cwnd 8 4 2 1 threshold RTTs

3. Reaction to congestion phase At any time, when congestion occurs, decrease the window size. How TCP recognizes congestion? Two congestion indication mechanisms 1. Three duplicated ACKs: Duplicate ACKs means the receiver got all packets up to the gap and is actually receiving packets at least network capable of delivering some segments. Could be due to temporary congestion - Reduce Cwnd but not aggressively - Congestion threshold = cwnd/2 and new cwnd = threshold - Stay in congestion avoidance phase

3. Reaction to congestion phase 2. Timeout No response from receiver - more likely due to significant congestion reduce cwnd aggressively - Congestion threshold = cwnd/2 and new cwnd = 1 max. segment size (MSS) - Go back to slow start phase Most of the time the window will be like a sawtooth Additive Increase/Multiplicative Decrease (AIMD): cwnd increases by 1 every RTT, cwnd decreases by a factor of two with every loss, and repeat

Examples

Chapter 6: Summary principles behind transport layer services: multiplexing, demultiplexing flow control congestion control instantiation and implementation in the Internet UDP TCP