1 / 10

Transport Layer

Transport Layer. OSI Model. The transport layer is responsible for the segmentation and the delivery of a message from one process to another. Transport layer. Sender. Receiver. OSI Model. Transport Layer. Ensures that the data units are delivered error free.

kenna
Download Presentation

Transport Layer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Transport Layer OSI Model

  2. The transport layer is responsible for the segmentation and the delivery of a message from one process to another.

  3. Transport layer Sender Receiver

  4. OSI Model Transport Layer • Ensures that the data units are delivered error free. • Ensures that data units are delivered in sequence. • Ensures that there is no loss or duplication of data units. • Provides connectionless or connection oriented service. • Provides for the connection management.

  5. Transport Layer • Provides reliable data delivery • It’s the TCP in TCP/IP • Receives info from upper layers and segments it into packets • Can provide error detection and correction 3

  6. Transport Layer • Facilitates end to end communication over internetwork • Allows logical connections between devices via unreliably and reliably • Identification of the specific source and destination are noted

  7. Transport Layer • Segmentation - Transport layer protocols break large data units received from Session layer into smaller segments • Maximum transmission unit (MTU): largest data unit a given network will carry • Reassembly: process of reconstructing segmented data units • Sequencing: method of identifying segments that belong to same group of subdivided data

  8. Transport Layer Segmentation and Reassembly

  9. Connection Oriented / Connectionless • Connection Oriented – when devices communicate, they perform handshaking to set up an end-to-end connection. • Connectionless - usually achieved by transmitting information in one direction, from source to destination without checking to see if the destination is still there, or if it is prepared to receive the information

  10. Transport Layer Protocols • UDP (User Datagram Protocol) - service provided by UDP is unreliable that provides no guarantees for delivery and no protection from duplication • Connectionless protocol • TCP (Transmission Control Protocol) -a connection-oriented reliable protocol. • approximately 90% of current traffic uses this transport service • no loss, no duplication, FIFO, must be delivered within a reasonable time

More Related