CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 6 OSI MODEL TRANSPORT LAYER

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

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

4.0.1 CHAPTER INTRODUCTION

CCNA Exploration Network Fundamentals. Chapter 04 OSI Transport Layer

CSCD 330 Network Programming

OSI Transport Layer. objectives

TCP/IP THE TCP/IP ARCHITECTURE

Position of IP and other network-layer protocols in TCP/IP protocol suite

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

CCNA R&S: Introduction to Networks. Chapter 7: The Transport Layer

Reference Models. 7.3 A Comparison of the OSI and TCP/IP Reference Models

Transport Layer. Gursharan Singh Tatla. Upendra Sharma. 1

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space provided.

Chapter 5 OSI Network Layer

Lecture-4. TCP/IP-Overview:

Communicating over the Network. Network Fundamentals. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved.

TCP/IP protocol suite

Network Model: Each layer has a specific function.

The OSI Model. Open Systems Interconnection (OSI). Developed by the International Organization for Standardization (ISO).

CSCD 433/533 Advanced Networks

L6: OSI Reference Model

System Programming. Introduction to computer networks

The Transmission Control Protocol (TCP)

TSIN02 - Internetworking

JAMES F. KUROSE AND KEITH W. ROSS

NT1210 Introduction to Networking. Unit 10

Data and Computer Communications. Chapter 2 Protocol Architecture, TCP/IP, and Internet-Based Applications

CMPE 80N: Introduction to Networking and the Internet

CS 640: Introduction to Computer Networks. Today s Lecture. Page 1

TSIN02 - Internetworking

TSIN02 - Internetworking

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

Data Transport over IP Networks

EITF25 Internet Techniques and Applications L7: Internet. Stefan Höst

CCNA 1 Chapter 7 v5.0 Exam Answers 2013

Network Reference Models

CS3600 SYSTEMS AND NETWORKS

TCP/IP. Chapter 5: Transport Layer TCP/IP Protocols

Transport Layer. Chapter 3: Transport Layer

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

Institute of Science and Technology 2067

Network Architecture Models

infrared Disadvantage: 1. cannot use for long-range communication or outside a building due to sun s rays.

SUBJECT: DATA COMMUNICATION AND NETWORK SEMESTER: V SEMESTER COURSE: BCA SUBJECT TEACHER: Dr.K.Chitra Assistant Professor, Department of Computer

CS 4390 Computer Networks. Transport Services and Protocols

Layering in Networked computing. OSI Model TCP/IP Model Protocols at each layer

TSIN02 - Internetworking

Internetworking Models The OSI Reference Model

Programmation système

CSCD 330 Network Programming

Introduction to Open System Interconnection Reference Model

Chapter 2 Network Models 2.1

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

INTRODUCTORY COMPUTER

Module 2 Overview of Computer Networks

Module 2 Overview of. Computer Networks

Chapter 2 - Part 1. The TCP/IP Protocol: The Language of the Internet

Revision of Previous Lectures

ES623 Networked Embedded Systems

Network Extension Unit (NXU)

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

Networks: Access Management

B.Sc. (Hons.) Computer Science with Network Security B.Eng. (Hons) Telecommunications B.Sc. (Hons) Business Information Systems

CCNA 1: Chapter 2 Exam Answer v %

CS-461 Internetworking. Dr. Mohamed Aboutabl

Chapter 3 Transport Layer

Unit 2.

Data & Computer Communication

TCP /IP Fundamentals Mr. Cantu

Connectionless and Connection-Oriented Protocols OSI Layer 4 Common feature: Multiplexing Using. The Transmission Control Protocol (TCP)

CCNA 1 v3.11 Module 11 TCP/IP Transport and Application Layers

Outline. Inter-Process Communication. IPC across machines: Problems. CSCI 4061 Introduction to Operating Systems

TCP/IP stack is the family of protocols that rule the current internet. While other protocols are also used in computer networks, TCP/IP is by far

EEC-484/584 Computer Networks

The Client Server Model and Software Design

CSC 401 Data and Computer Communications Networks

Computer Networks. Lecture 9 Network and transport layers, IP, TCP, UDP protocols

Computer Communication & Networks / Data Communication & Computer Networks Week # 03

Chapter 6. The Protocol TCP/IP. Introduction to Protocols

Lecture (11) OSI layer 4 protocols TCP/UDP protocols

Defining Networks with the OSI Model. Module 2

Data and Computer Communications

Network Models. Behrouz A. Forouzan Data communication and Networking Fourth edition

TCP/IP Overview. Basic Networking Concepts. 09/14/11 Basic TCP/IP Networking 1

a. the physical layer, b. and the data-link layer. a. three physical layers, b. three data-link layers, c. and only one network layer.

Introduction to Protocols

OSI Layer OSI Name Units Implementation Description 7 Application Data PCs Network services such as file, print,

Chapter 7. Local Area Network Communications Protocols

Da t e: August 2 0 th a t 9: :00 SOLUTIONS

Introduction to computer networking

ECE 650 Systems Programming & Engineering. Spring 2018

Application. Transport. Network. Link. Physical

Chapter 4. TCP / UDP Transport Protocol Overview

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space that is provided.

1: Review Of Semester Provide an overview of encapsulation.

Networking Basics. EC512 Spring /15/2015 EC512 - Prof. Thomas Skinner 1

TCP/IP-2. Transmission control protocol:

Lecture 7. Network Layer. Network Layer 1-1

Overview of Network Software. CS158a Chris Pollett Jan 31, 2007.

Lecture 17 Overview. Last Lecture. Wide Area Networking (2) This Lecture. Internet Protocol (1) Source: chapters 2.2, 2.3,18.4, 19.1, 9.

Transcription:

CN1047 INTRODUCTION TO COMPUTER NETWORKING CHAPTER 6 OSI MODEL TRANSPORT LAYER

Transport Layer The Transport layer ensures the reliable arrival of messages and provides error checking mechanisms and data flow controls. Transport layer offers peer-to-peer and end-toend connection between two processes on remote hosts. Transport layer takes data from upper layer (i.e. Application layer) and then breaks it into smaller size segments, numbers each byte, and hands over to lower layer (Network Layer) for delivery.

Transport Layer

Functions This Layer is the first one which breaks the information data, supplied by Application layer in to smaller units called segments. It numbers every byte in the segment and maintains their accounting. This layer ensures that data must be received in the same sequence in which it was sent. This layer provides end-to-end delivery of data between hosts which may or may not belong to the same subnet. All server processes intend to communicate over the network are equipped with well-known Transport Service Access Points (TSAPs) also known as port numbers.

End-to-End Communication A process on one host identifies its peer host on remote network by means of Transport Services Access Point (TSAPs), also known as Port numbers. TSAPs are very well defined and a process which is trying to communicate with its peer knows this in advance.

End-to-End Communication The two main Transport layer protocols are: Transmission Control Protocol It provides reliable communication between two hosts. User Datagram Protocol It provides unreliable communication between two hosts.

Transmission Control Protocol The transmission Control Protocol (TCP) is one of the most important protocols of Internet Protocols suite. It is most widely used protocol for data transmission in communication network such as internet.

Roles of Transmission Control Protocol Tracking the individual communication between applications on the source and destination hosts Segmenting data and managing each piece Reassembling the segments into streams of application data Identifying the different applications

Roles of Transmission Control Protocol Tracking Individual Conversations Any host may have multiple applications that are communicating across the network. Each of these applications will be communicating with one or more applications on remote hosts. It is the responsibility of the Transport layer to maintain the multiple communication streams between these applications.

Roles of Transmission Control Protocol Segmenting Data As each application creates a stream data to be sent to a remote application, this data must be prepared to be sent across the media in manageable pieces. The Transport layer protocols describe services that segment this data from the Application layer. This includes the encapsulation required on each piece of data. Each piece of application data requires headers to be added at the Transport layer to indicate to which communication it is associated.

Roles of Transmission Control Protocol Segmenting Data As each application creates a stream data to be sent to a remote application, this data must be prepared to be sent across the media in manageable pieces. The Transport layer protocols describe services that segment this data from the Application layer. This includes the encapsulation required on each piece of data. Each piece of application data requires headers to be added at the Transport layer to indicate to which communication it is associated.

Roles of Transmission Control Protocol Reassembling Segments At the receiving host, each piece of data may be directed to the appropriate application. Additionally, these individual pieces of data must also be reconstructed into a complete data stream that is useful to the Application layer. The protocols at the Transport layer describe the how the Transport layer header information is used to reassemble the data pieces into streams to be passed to the Application layer.

Roles of Transmission Control Protocol Identifying the Applications In order to pass data streams to the proper applications, the Transport layer must identify the target application. To accomplish this, the Transport layer assigns an application an identifier. The TCP/IP protocols call this identifier a port number. Each software process that needs to access the network is assigned a port number unique in that host. This port number is used in the transport layer header to indicate to which application that piece of data is associated.

Roles of Transmission Control Protocol Identifying the Applications (cont ) The Transport layer is the link between the Application layer and the lower layer that are responsible for network transmission. This layer accepts data from different conversations and passes it down to the lower layers as manageable pieces that can be eventually multiplexed over the media. Applications do not need to know the operational details of the network in use. The applications generate data that is sent from one application to another, without regard to the destination host type, the type of media over which the data must travel, the path taken by the data, the congestion on a link, or the size of the network.

Roles of Transmission Control Protocol Identifying the Applications (cont ) Additionally, the lower layers are not aware that there are multiple applications sending data on the network. Their responsibility is to deliver data to the appropriate device. The Transport layer then sorts these pieces before delivering them to the appropriate application.

User Datagram Protocol The User Datagram Protocol (UDP) is simplest Transport Layer communication protocol available of the TCP/IP protocol suite. It involves minimum amount of communication mechanism. UDP is said to be an unreliable transport protocol but it uses IP services which provides best effort delivery mechanism. In UDP, the receiver does not generate an acknowledgement of packet received and in turn, the sender does not wait for any acknowledgement of packet sent.

User Datagram Protocol - Features UDP is used when acknowledgement of data does not hold any significance. UDP is good protocol for data flowing in one direction. UDP is simple and suitable for query based communications. UDP is not connection oriented. UDP does not provide congestion control mechanism. UDP does not guarantee ordered delivery of data. UDP is stateless. UDP is suitable protocol for streaming applications such as VoIP, multimedia streaming.

TCP vs UDP Connection Function Usage TCP TCP is a connection-oriented protocol. As a message makes its way across the internet from one computer to another. This is connection based. TCP is suited for applications that require high reliability, and transmission time is relatively less critical. UDP UDP is a connectionless protocol. UDP is also a protocol used in message transport or transfer. This is not connection based which means that one program can send a load of packets to another and that would be the end of the relationship. UDP is suitable for applications that need fast, efficient transmission, such as games. UDP's stateless nature is also useful for servers that answer small queries from huge numbers of clients.

TCP vs UDP Speed of transfer Error Checking TCP The speed for TCP is slower than UDP. TCP does error checking UDP UDP is faster because there is no error-checking for packets. UDP does error checking, but no recovery options. Reliability There is absolute guarantee that the data transferred remains intact and arrives in the same order in which it was sent. There is no guarantee that the messages or packets sent would reach at all.

Separating Multiple Communication Consider a computer connected to a network that is simultaneously receiving and sending e-mail and instant messages, viewing websites, and conducting a VoIP phone call. Each of these applications is sending and receiving data over the network at the same time. However, data from the phone call is not directed to the web browser, and text from an instant message does not appear in an e-mail. Further, users require that an e-mail or web page be completely received and presented for the information to be considered useful. Slight delays are considered acceptable to ensure that the complete information is received and presented.

Separating Multiple Communication In contrast, occasionally missing small parts of a telephone conversation might be considered acceptable. One can either infer the missing audio from the context of the conversation or ask the other person to repeat what they said. This is considered preferable to the delays that would result from asking the network to manage and resend missing segments. In this example, the user - not the network - manages the resending or replacement of missing information.

Separating Multiple Communication