PACKETS
transport protocol control the transportation of data and choose the best way for transmit ion.
transport layer
transport protocol control the transportation of data and choose the best way for transmit ion.
The PDU (protocol data unit) @ transport layer (e.g. TCP or UDP) is called as 'segment' .
TCP protocol insures that your data was delivered in reliable and rapid way.
**The TCP transport layer protocol uses windowing and acknowledgments for reliable transfer of data. **The TCP and UDP port numbers are used by application layer protocols. **The TCP transport layer protocol provides services to direct the data packets to their destination hosts.
How to prepare for JEE Main 2015 Exam
every protocol has its own port no. and are addressed to data by transport layer.
The Layer for the TCP Protocol Data Unit (PDU) is called the Transport Layer. In the OSI model, the Transport Layer is responsible for end-to-end communication, ensuring reliable data transfer, error correction, and flow control. TCP (Transmission Control Protocol) operates at this layer, providing a connection-oriented service for transmitting data between applications.
tcp
Briefly discuss the functions of transport layer.
The transport protocol layer is a key component of the OSI (Open Systems Interconnection) model, responsible for end-to-end communication between devices over a network. It manages the delivery of messages, ensuring data integrity, error recovery, and flow control. Common transport protocols include Transmission Control Protocol (TCP), which provides reliable communication, and User Datagram Protocol (UDP), which offers faster, but less reliable, data transmission. This layer operates above the network layer and below the session layer, facilitating the exchange of data between applications.