transportréteg
Transport layer is a conceptual layer within the layered architecture of network protocols, most famously represented by the Internet protocol suite (TCP/IP) and the OSI model. Its primary function is to provide logical communication between applications running on different hosts. While the network layer (like IP) handles the routing of data packets across networks, the transport layer ensures that data is delivered reliably and in the correct order from the originating application process to the destination application process.
Key responsibilities of the transport layer include segmenting data from the application layer into smaller units
The most common transport layer protocols are Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).