156-215.80 · Question #382
What is the Transport layer of the TCP/IP model responsible for?
The correct answer is B. It manages the flow of data between two hosts to ensure that the packets are correctly assembled. The Transport layer of the TCP/IP model manages end-to-end data flow between two hosts and ensures that data is correctly segmented, ordered, and reassembled.
Question
What is the Transport layer of the TCP/IP model responsible for?
Options
- AIt transports packets as datagrams along different routes to reach their destination.
- BIt manages the flow of data between two hosts to ensure that the packets are correctly assembled
- CIt defines the protocols that are used to exchange data between networks and how host programs
- DIt deals with all aspects of the physical components of network connectivity and connects with
How the community answered
(46 responses)- A4% (2)
- B93% (43)
- D2% (1)
Why each option
The Transport layer of the TCP/IP model manages end-to-end data flow between two hosts and ensures that data is correctly segmented, ordered, and reassembled.
Routing packets as datagrams along different paths to a destination is the function of the Internet (Network) layer, handled by the IP protocol.
The Transport layer - implemented by protocols such as TCP and UDP - is responsible for segmentation, flow control, error detection, and reassembly of data between communicating hosts, with TCP providing reliable ordered delivery and UDP providing best-effort connectionless delivery.
Defining protocols for data exchange between networks describes the Internet layer, which uses IP and related routing protocols to move packets across network boundaries.
Managing physical network components and physical connectivity is the responsibility of the Network Access layer, which corresponds to the Physical and Data Link layers of the OSI model.
Concept tested: TCP/IP model Transport layer responsibilities
Source: https://www.rfc-editor.org/rfc/rfc793
Topics
Community Discussion
No community discussion yet for this question.