Transport Layer

Transport Layer is the forth layer in #Open Systems Interconnection (OSI) Model. It has the same name under #Internet Protocol Suite (TCP/IP). Its main purpose is to transfer the chunk of data from Application Layer onto the network. Sometimes, it will cut down the sizes of the data and send them as several packets (its #Protocol Data Units (PDU)). Their header will identify the Well-Known Ports# or socket numbers of the sender and receiver.

It provides services such as sequence control, error detection, retransmission, and Flow Control# so that layer higher than it could assume error-free transmission.

The example of protocols that provide services in this layer are:

Links to this page
#networking