Exam 156-21581 All QuestionsBrowse all questions from this exam
Question 201

What is the Transport layer of the TCP/IP model responsible for?

    Correct Answer: C

    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).

Discussion
Nando0505Option: C

Answer is C

reshangvOption: C

Answer is C

alexyozgat24Option: C

C is the most make sense option

mfhashmiOption: C

C is correct

darkdante24Option: C

C is correct. It assembles the packets called sequencing and sends it to target application

luismgOption: C

C is correct

mate11Option: C

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.

thonarrOption: C

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. "