Transport Layer in OSI Model-Full Explained
Transport Layer is the fourth layer in the Open Systems Interconnection (OSI) Model, which is actually called the host-to-host Transport Layer but the name has been shortened to spare the inconveniences of pronouncing and writing such a long name. It is referred to as the Transport Layer and you can find it just above the internet Layer and below Network Layer, the two-layer it shares its' functioning with.
It is defined as a conceptual division of the methods that are in the layered architecture of protocols. The major role of this layer is to provide direct logical communication between applications running on different hosts and end-to-end communication on a network.

Also, read...
For connection-oriented transmissions of data, Transport Layer uses Transmission Control Protocol (TCP) which not only sends the data but also verifies that it has been delivered without compromise in accuracy and sequence. For doing this, TCP uses a mechanism called Positive Acknowledgement with Re-transmission (PAR), which makes it capable of sending data again and again until it gets the confirmation of the delivery.
Since it has the responsibility of making sure the packets are delivered in a strict sequence, it can also fix any error that may occur that threatens the disorganization of this sequence. The only fault in this method is that it increases the network load and can cause congestion and slow down because it requires confirmation of each and every delivery.
Read more... Transport Layer in OSI Model-Full Explained
It is defined as a conceptual division of the methods that are in the layered architecture of protocols. The major role of this layer is to provide direct logical communication between applications running on different hosts and end-to-end communication on a network.

Also, read...
For connection-oriented transmissions of data, Transport Layer uses Transmission Control Protocol (TCP) which not only sends the data but also verifies that it has been delivered without compromise in accuracy and sequence. For doing this, TCP uses a mechanism called Positive Acknowledgement with Re-transmission (PAR), which makes it capable of sending data again and again until it gets the confirmation of the delivery.
Since it has the responsibility of making sure the packets are delivered in a strict sequence, it can also fix any error that may occur that threatens the disorganization of this sequence. The only fault in this method is that it increases the network load and can cause congestion and slow down because it requires confirmation of each and every delivery.
Read more... Transport Layer in OSI Model-Full Explained
No comments