Important Notice:

Course Content
The process flow of an IoT application
0/1
Wired & Wireless methodology
0/2
Things & Connection (Chapter-2) M4-R5.1
About Lesson
4. Transport Layer

यह OSI model की चौथी लेयर है, इसे segment unit भी कहा जाता है। Transport layer का मुख्य कार्य data को एक कंप्यूटर से दूसरे computer तक बिना error और sequence में transmit करना है। इस लेयर का कार्य दो कंप्यूटरों के मध्य कम्युनिकेशन को उपलब्ध कराना भी है। Transport layer 2 तरह से communicate करती हैं Connection less और Connection oriented. इस Layer को End-to-End Layer के रूप मे जाना जाता है क्योंकि यह data delivery के लिए source व destination के बीच Point-To-Point(PPP) connection provide करती है।  ट्रांसपोर्ट लेयर को हार्ट ऑफ ओएसआई मॉडल कहा जाता है।

  • इस Layer के मुख्य दो प्रोटोकॉल्स है-
  1. Transmission Control Protocol (TCP)- यह एक standard protocol है जो सिस्टम को इंटरनेट पर communicate करने की अनुमति देता है। जब डेटा को TCP प्रोटोकॉल पर भेज जाता है तो यह डेटा को segments (small data units) में विभाजित करता है। ये segment विभिन्न मार्ग द्वारा अपने destination पर पहुँचते हैं जहाँ इन्हे arrange कर sequence में लाया जाता है।
  2. User Datagram Protocol (UDP)- यह एक transport layer protocol है जो unreliable है क्योंकि इसमें पैकेट के रिसीव होने पर, receiver किसी भी तरह का acknowledgement send नहीं करता। 

 

4. Transport Layer

This is the fourth layer of the OSI model, it is also called segment unit. The main function of the transport layer is to transmit data from one computer to another without error and in sequence. The function of this layer is also to provide communication between two computers. Transport layer communicates in 2 ways: Connection less and Connection oriented. This layer is known as End-to-End Layer because it provides Point-To-Point (PPP) connection between source and destination for data delivery. The transport layer is called the heart of the OSI model.

The main two protocols of this layer are-

  1. Transmission Control Protocol (TCP)- It is a standard protocol that allows systems to communicate over the Internet. When data is sent over the TCP protocol, it divides the data into segments (small data units). These segments reach their destination through different routes where they are arranged and brought into sequence.
  2. User Datagram Protocol (UDP)- This is a transport layer protocol which is unreliable because on receiving the packet, the receiver does not send any kind of acknowledgement.
error: Content is protected !!