What is the Transport layer of the TCP/IP model responsible for?
What is the Transport layer of the TCP/IP model responsible for?
The Transport layer of the TCP/IP model is responsible for managing the flow of data between two hosts to ensure that the packets are correctly assembled and delivered to the target application. It provides end-to-end communication services for applications and is responsible for reliable data transport between host computers. It handles functions such as segmentation, flow control, error correction, and reassembly of data. Common protocols operating at this layer include the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP).
Answer is C
Answer is C
C is the most make sense option
C is correct
C is correct. It assembles the packets called sequencing and sends it to target application
C is correct
Option C is the correct answer. The Transport layer is responsible for providing end-to-end communication services between applications running on different hosts. It accomplishes this by breaking data into segments, providing reliability, flow control, and error recovery mechanisms. It uses different protocols such as TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) to provide these services.
C seems correct: https://docs.oracle.com/cd/E18752_01/html/816-4554/ipov-6.html#ipov-19 "The TCP/IP transport layer ensures that packets arrive in sequence and without error, by swapping acknowledgments of data reception, and retransmitting lost packets. "