Last updated: Feb 25, 2022

Transport layer

Transport layer is layer-4 of the OSI reference model. The transport layer is mainly responsible for the process-to-process delivery of the entire message. A process is basically an application program that is running on the host.
User Datagram Protocol (UDP) EASY
This blog demonstrates User Datagram Protocol. We will discuss the uses, features, and applications of the User Datagram Protocol.
Transport layer protocols
This article will brief you on the primary topic of Transport layer protocols in Computer Networks.
TCP Flow Control MEDIUM
TCP Flow Control is a mechanism that prevents data from being sent faster than the receiver can process it. Read on to learn more about TCP flow control
TCP/IP 3-Way Handshake Process EASY
Learn about TCP 3-way handshake: A secure method for two devices to connect reliably. Understand how TCP uses full-duplex connection to synchronize (SYN) and acknowledge (ACK) on both sides.
What is Piggybacking in Computer Networks? EASY
Piggybacking works by adding new data to an existing packet between two devices. Read on to learn more about how it works, its role in network efficiency, & its advantages and disadvantages
TCP vs UDP EASY
Learn the key 10 differences between TCP vs UDP, the main Transport Layer protocols. Compare speed, reliability, and data transfer with real-world examples.