Transport Layer. Chapter 3: Transport Layer

Similar documents
Chapter 3 Transport Layer

Chapter 3 Transport Layer

CS 4390 Computer Networks. Transport Services and Protocols

CSC 401 Data and Computer Communications Networks

CSC 4900 Computer Networks: Transport Layer

CMSC 332 Computer Networks Transport Layer

CS 3516: Computer Networks

Chapter III: Transport Layer

CSCE 463/612 Networks and Distributed Processing Spring 2018

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

Introduction to the Transport Layer

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

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

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

Lecture 9: Transpor Layer Overview and UDP

CSCD 330 Network Programming

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

COSC4377. Useful Linux Tool: screen

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

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

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

Chapter 3 Transport Layer

Application. Transport. Network. Link. Physical

Chapter 3: Transport Layer Part A

CMPE 80N: Introduction to Networking and the Internet

CSE 4213: Computer Networks II

Transport Layer Overview

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

CC451 Computer Networks

CS 43: Computer Networks. 15: Transport Layer & UDP October 5, 2018

Internet and Intranet Protocols and Applications

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

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

Transport layer: Outline

CSCD 330 Network Programming

Chapter 3: Transport Layer

Chapter 3 Transport Layer

TDTS06: Computer Networks

Chapter 6 Transport Layer

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

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

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

Lecture 5. Transport Layer. Transport Layer 1-1

Chapter 4 Network Layer: The Data Plane. Part A. Computer Networking: A Top Down Approach

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

Different Layers Lecture 20

The Transport Layer Multiplexing, Error Detection, & UDP

The Transmission Control Protocol (TCP)

Course on Computer Communication and Networks. Lecture 4 Chapter 3; Transport Layer, Part A

Chapter 3 Transport Layer

Lecture 07 The Transport Layer (TCP & UDP) Dr. Anis Koubaa

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

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

Course on Computer Communication and Networks. Lecture 4 Chapter 3; Transport Layer, Part A

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

Transport Layer. Gursharan Singh Tatla. Upendra Sharma. 1

Chapter 7 Transport Layer. 7.0 Introduction 7.1 Transport Layer Protocols 7.2 TCP and UDP 7.3 Summary

OSI Transport Layer. objectives

CSC 8560 Computer Networks: Transport Layer

Different Layers Lecture 21

Computer Networking: A Top Down Approach

Computer Networks & Security 2016/2017

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

TSIN02 - Internetworking

Foundations of Telematics

TSIN02 - Internetworking

TSIN02 - Internetworking

Lecture 4: The Transport Layer and UDP

MIDTERM EXAMINATION #2 OPERATING SYSTEM CONCEPTS U N I V E R S I T Y O F W I N D S O R S C H O O L O F C O M P U T E R S C I E N C E

Transport Layer (TCP/UDP)

NT1210 Introduction to Networking. Unit 10

ECE697AA Lecture 3. Today s lecture

TSIN02 - Internetworking

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 6 OSI MODEL TRANSPORT LAYER

EE 122: IP Forwarding and Transport Protocols

ECE 435 Network Engineering Lecture 15

Lecture 3: The Transport Layer: UDP and TCP

Transport Layer. The transport layer is responsible for the delivery of a message from one process to another. RSManiaol

End-to-End Protocols: UDP and TCP. Hui Chen, Ph.D. Dept. of Engineering & Computer Science Virginia State University Petersburg, VA 23806

Chapter 23 Process-to-Process Delivery: UDP, TCP, and SCTP 23.1

Transport layer Internet layer

Chapter 2: outline. 2.1 principles of network applications app architectures app requirements

Review. Some slides are in courtesy of J. Kurose and K. Ross

Transport Layer TCP & UDP Week 7. Module : Computer Networks Lecturers : Lucy White Office : 324

CS 3516: Advanced Computer Networks

CS519: Computer Networks. Lecture 5, Part 1: Mar 3, 2004 Transport: UDP/TCP demux and flow control / sequencing

LECTURE 3 - TRANSPORT LAYER

Transport Layer. <protocol, local-addr,local-port,foreign-addr,foreign-port> ϒ Client uses ephemeral ports /10 Joseph Cordina 2005

Computer Communication Networks Midterm Review

ECE 650 Systems Programming & Engineering. Spring 2018

QUIZ: Longest Matching Prefix

C19: User Datagram and Multicast

Internet Applications and the Application Layer Material from Kurose and Ross, Chapter 2: The Application Layer

CS 3516: Computer Networks

Chapter 4 Network Layer: The Data Plane

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

Master Course Computer Networks IN2097

Chapter 4 Network Layer: The Data Plane

Distributed Systems. 5. Transport Protocols

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

Transcription:

Transport Layer EECS 3214 Slides courtesy of J.F Kurose and K.W. Ross, All Rights Reserved 29-Jan-18 1-1 Chapter 3: Transport Layer our goals: understand principles behind layer services: multiplexing, congestion control learn about Internet layer protocols: UDP: connectionless TCP: connection-oriented reliable TCP congestion control TCP flow control Transport Layer 3-2 1

Chapter 3 outline 3.1 -layer services 3.2 multiplexing and 3.3 connectionless : UDP 3.4 principles of reliable data transfer 3.5 connection-oriented : TCP segment structure connection management 3.6 principles of congestion control 3.7 TCP congestion control Transport Layer 3-3 Transport services and protocols provide logical communication between processes running on different hosts protocols run in end systems sending side: breaks messages into segments, passes to layer receiving side: reassembles segments into messages, passes to layer more than one protocol available to s Internet: TCP and UDP data data Transport Layer 3-4 2

Transport vs. layer layer: logical communication between hosts (computers) layer: logical communication between processes relies on, enhances, layer services Transport Layer 3-5 Internet -layer protocols reliable, in-order delivery (TCP) congestion control connection setup unreliable, unordered delivery: UDP no-frills extension of best-effort IP services not available: delay guarantees bandwidth guarantees data data data data data data data data data Transport Layer 3-6 3

Chapter 3 outline 3.1 -layer services 3.2 multiplexing and 3.3 connectionless : UDP 3.4 principles of reliable data transfer 3.5 connection-oriented : TCP segment structure connection management 3.6 principles of congestion control 3.7 TCP congestion control Transport Layer 3-7 Terminology Port: external end-point at a node Socket: internal end-point of local inter-process communication In Internet protocols, socket address = IP address + port number Berkeley sockets: API for Internet sockets (Unix) socket represented as a file descriptor (socket descriptor) socket(): creates a new socket and gives it a socket descriptor bind(): associates a socket descriptor with a socket address An Internet socket is characterized by at least socket address (IP address + port number) protocol (TCP, UDP) TCP port 1234 and UDP port 1234 are distinct sockets Transport Layer 3-8 4

Multiplexing/ multiplexing at sender: handle data from multiple sockets, add header (later used for ) at receiver: use header info to deliver received segments to correct socket P3 P1 P2 P4 socket process Transport Layer 3-9 How works host receives IP datagrams each datagram has source IP address, destination IP address each datagram carries one -layer segment each segment has source, destination port number host uses IP addresses and port numbers to direct segment to appropriate socket 32 bits source port # dest port # other header fields data (payload) TCP/UDP segment format Transport Layer 3-10 5

Connectionless recall: created socket has host-local port #: mysocket1 = new (12534); recall: when creating datagram to send into UDP socket, must specify destination IP address destination port # when host receives UDP segment: checks destination port # in segment directs UDP segment to socket with that port # IP datagrams with same dest. port #, but different source IP addresses and/ or source port numbers will be directed to same socket at dest Transport Layer 3-11 Connectionless demux: example mysocket2 = new (9157); P3 serversocket = new (6428); P1 mysocket1 = new (5775); P4 source port: 6428 dest port: 9157 source port:? dest port:? source port: 9157 dest port: 6428 source port:? dest port:? Transport Layer 3-12 6

Connection-oriented demux TCP socket identified by 4-tuple: source IP address source port number dest IP address dest port number demux: receiver 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 non-persistent HTTP will have different socket for each request Transport Layer 3-13 Connection-oriented demux: example P3 P4 P5 P6 server: IP address B P2 P3 host: IP address A source IP,port: B,80 dest IP,port: A,9157 source IP,port: A,9157 dest IP, port: B,80 three segments, all destined to IP address: B, dest port: 80 are demultiplexed to different sockets source IP,port: C,5775 dest IP,port: B,80 source IP,port: C,9157 dest IP,port: B,80 host: IP address C Transport Layer 3-14 7

Connection-oriented demux: example threaded server P3 P4 server: IP address B P2 P3 host: IP address A source IP,port: B,80 dest IP,port: A,9157 source IP,port: C,5775 dest IP,port: B,80 host: IP address C source IP,port: A,9157 dest IP, port: B,80 source IP,port: C,9157 dest IP,port: B,80 Transport Layer 3-15 Chapter 3 outline 3.1 -layer services 3.2 multiplexing and 3.3 connectionless : UDP 3.4 principles of reliable data transfer 3.5 connection-oriented : TCP segment structure connection management 3.6 principles of congestion control 3.7 TCP congestion control Transport Layer 3-16 8

UDP: User Datagram Protocol [RFC 768] no frills, bare bones Internet 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 UDP use: streaming multimedia apps (loss tolerant, rate sensitive) DNS SNMP reliable transfer over UDP: add reliability at layer -specific error recovery! Transport Layer 3-17 UDP: segment header source port # dest port # length 32 bits data (payload) checksum UDP segment format length, in bytes of UDP segment, including header why is there a UDP? no connection establishment (which can add delay) simple: no connection state at sender, receiver small header size (8 bytes) no congestion control: UDP can blast away as fast as desired Transport Layer 3-18 9

UDP checksum Goal: detect errors (e.g., flipped bits) in transmitted segment sender: treat segment contents, including header fields, as sequence of 16-bit integers checksum: addition (one 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 nonetheless? More later. Transport Layer 3-19 Internet checksum: example 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 Note: when adding numbers, a carryout from the most significant bit needs to be added to the result * Check out the online interactive exercises for more examples: http://gaia.cs.umass.edu/kurose_ross/interactive/ Transport Layer 3-20 10

Chapter 3 outline 3.1 -layer services 3.2 multiplexing and 3.3 connectionless : UDP 3.4 principles of reliable data transfer (reading assignment) 3.5 connection-oriented : TCP segment structure connection management 3.6 principles of congestion control 3.7 TCP congestion control Transport Layer 3-21 Chapter 3: summary principles behind layer services: multiplexing, congestion control instantiation, implementation in the Internet UDP TCP next: leaving the edge (, layers) into the core two layer chapters: data plane control plane Transport Layer 3-22 11