1 21 장 전송층 (Transport Layer) 21.1 Duties 21.2 Connection 21.3 OSI Transport Layer 21.4 Summary.

Slides:



Advertisements
Similar presentations
Why to learn OSI reference Model? The answer is too simple that It tells us that how communication takes place between computers on internet but how??
Advertisements

OSI Model OSI MODEL.
OSI Model OSI LAYER / MODEL.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Transport Layer.
TRANSPORT LAYER  Session multiplexing  Segmentation  Flow control (TCP)  Connection-oriented (TCP)  Reliability (TCP)
Chapter 6 Protocols and Architecture. Characteristics zDirect or indirect zMonolithic or structured zSymmetric or asymmetric zStandard or nonstandard.
Spring 2000John Kristoff1 Introduction Computer Networks.
Open System Interconnection (OSI) Model
Chapter 2 Network Models.
 The Open Systems Interconnection model (OSI model) is a product of the Open Systems Interconnection effort at the International Organization for Standardization.
Gursharan Singh Tatla Transport Layer 16-May
Connecting Networks © 2004 Cisco Systems, Inc. All rights reserved. Exploring How TCP/IP Works INTRO v2.0—4-1.
Communication Network Protocols Jaya Kalidindi CSC 8320(fall 2008)
Process-to-Process Delivery:
思科网络技术学院理事会. 1 OSI Transport Layer Network Fundamentals – Chapter 4.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Chapter 2 Network Models.
Kashif Bashir Chapter 2 Network Models.
Transport Layer Layer #4 (OSI-RM). Transport Layer Main function of OSI Transport layer: Accept data from the Application layer and prepare it for addressing.
© McLean HIGHER COMPUTER NETWORKING Lesson 1 – Protocols and OSI What is a network protocol Description of the OSI model.
Service Primitives Six service primitives that provide a simple connection-oriented service 4/23/2017
Mukesh N. Tekwani Elphinstone College Mumbai
Introduction to Telecommunications Babak Esfandiari (with material by Roger Impey and Qusay Mahmoud)
Data Comm. & Networks Instructor: Ibrahim Tariq Lecture 3.
The OSI Model An ISO (International standard Organization) that covers all aspects of network communications is the Open System Interconnection (OSI) model.
Component 9 – Networking and Health Information Exchange Unit 1-1 ISO Open Systems Interconnection (OSI) This material was developed by Duke University,
Transport Layer OSI Model. The transport layer is responsible for the segmentation and the delivery of a message from one process to another.
Chapter 21 Transport Layer Duties Connection OSI Transport Layer WCB/McGraw-Hill  The McGraw-Hill Companies, Inc., 1998.
11 TRANSPORT LAYER PROTOCOLS Chapter 6 TCP and UDP SPX and NCP.
Internet Protocol B Bhupendra Ratha, Lecturer School of Library and Information Science Devi Ahilya University, Indore
McGraw-Hill©The McGraw-Hill Companies, Inc., 2001 Chapter 22 Transport Layer.
CSC 450/550 Part 1: Introduction. CSC 450/550 Summary (1)Contact information (2)Course objective and topics (3)Course evaluation (4)* The layering principle.
OSI Model Cisco Academy Semester 1, Chapter 2. The Seven Layers of the OSI Model International Organization of Standardization ISO.
THE OSI MODEL ISO is the organization.OSI is the model. ISO  International Standards Organization OSI  Open Systems Interconnection.
Ch 2. Network Models. 1. LAYERED TASKS Concept of layers – Consider two friends who communicate through mail – What happens when one sends a letter to.
8/28/ Network Models - Lin 1 CPET/ECET Network Models Data Communications and Networking Fall 2004 Professor Paul I-Hai Lin Electrical and.
2.1 Chapter 2 Network Models – cont. Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Computer Communication & Networks Lecture 3 Layering and Protocol Stacks (contd.) Waleed Ejaz.
TCP/IP Protocol Suite Suresh Kr Sharma 1 The OSI Model and the TCP/IP Protocol Suite Established in 1947, the International Standards Organization (ISO)
The OSI Model An overview of the media layer (Physical, Data Link, Network) By Luke Shiffner.
2: Transport Layer 11 Transport Layer 1. 2: Transport Layer 12 Part 2: Transport Layer Chapter goals: r understand principles behind transport layer services:
Represented BY:- Allauddin Ahmad.  What it is?  OSI model.  History.  Objectives.  Encapsulation and decapsulation.  Multiplexing and demultiplexing.
OSI Model OSI MODEL. Communication Architecture Strategy for connecting host computers and other communicating equipment. Defines necessary elements for.
OSI Model OSI MODEL.
Application – Transport – Network
Point-to-Point Network Switching
TCP/IP (Original) Application Transport Internet Network Access TCP/IP
OSI model vs. TCP/IP MODEL
Local Area Networks Chapter 4.
© 2003, Cisco Systems, Inc. All rights reserved.
Lecturer, Department of Computer Application
Instructor Materials Chapter 3: Network Protocols and Communications
DATA COMMUNICATION Lecture-10.
Chapter 2 Network Models.
Transport Layer Unit 5.
Chapter 3: Open Systems Interconnection (OSI) Model
DATA COMMUNICATION Lecture-9.
Process-to-Process Delivery:
Chapter 2 Network Models.
Transport Protocols An overview of the transport protocols of the TCP/IP protocol suite. Also, a short discussion of UDP.
Chapter 2 Network Models.
OSI Model The Seven Layers
Network Layer The network layer is responsible for the source-to-destination delivery of a packet, possibly across multiple networks (links). Whereas the.
OSI Model OSI MODEL.
Lecture #13: Example Data Link Protocols.
Chapter 2. Protocols and Architecture
Network Architecture Models
Process-to-process delivery UDP TCP SCTP
Chapter 2 Network Models.
Process-to-Process Delivery: UDP, TCP
The TCP/IP Model.
Presentation transcript:

1 21 장 전송층 (Transport Layer) 21.1 Duties 21.2 Connection 21.3 OSI Transport Layer 21.4 Summary

2 Internetwork

Duties of the Transport Layer

4 Duties of the Transport Layer zTransport layer compared with data link layer

5 Duties of the Transport Layer zTransport layer duties

6 Duties of the Transport Layer zEnd-to-End Delivery ~ oversee the end-to-end(source-to-destination) delivery of an entire message zAddressing ~ protocol stack or service point

7 Duties of the Transport Layer zService points

8 Duties of the Transport Layer zReliable Delivery

9 Duties of the Transport Layer zError Control

10 Duties of the Transport Layer zSequence Control zSegmentation and Concatenation zSequence Numbers

11 Duties of the Transport Layer zSequence Control

12 Duties of the Transport Layer zLoss Control

13 Duties of the Transport Layer zDuplication Control

14 Duties of the Transport Layer zFlow Control(sliding window)

15 Duties of the Transport Layer zMultiplexing

Connection zEnd-to-End Delivery yConnection-oriented xconnection establishment xdata transfer xconnection termination yConnectionless

17 Connection zConnection establishment

18 Connection zConnection Termination

OSI 전송층 프로토콜 z 전송 클래스 yTP0: Simple class yTP1: Basic error recovery class yTP2: Multiplexing class yTP3: Error recovery and multiplexing class yTP4: error detection and recovery class

20 OSI 전송층 프로토콜 zTPDU(Transport Protocol Data Unit) ylength( 길이 ) : TPDU 의 바이트 수 yFixed parameters : yvariavle parameter : 관리 정보 yData : 상위층으로부터 받은데이터

21 OSI 전송층 프로토콜 zConnection-Oriented and Connectionless Service