December 2017
Intermediate to advanced
410 pages
11h 5m
English
The Transport Layer is responsible for delivering the data to the appropriate application on the host computer. Since a single server can have multiple applications running on different ports, it is necessary to send the data to the right port, for example:
We don't want the HTTP traffic to be sent to SMTP. This is one of the reasons why Source port and Destination port is an integral part of this layer.
Along with this, in order to make sure that the data is transmitted and that it is in a proper sequence, there are various important parameters, such as Sequence number and Acknowledgment number:
The core protocols in this layer are TCP and UDP.
Read now
Unlock full access