answersLogoWhite

0


Best Answer

TRANSPORT LAYER

The transport layer ensures that messages are delivered error-free, in sequence, and with no losses or duplications. It relieves the higher layer protocols from any concern with the transfer of data between them and their peers.

The size and complexity of a transport protocol depends on the type of service it can get from the network layer. For a reliable network layer with virtual circuit capability, a minimal transport layer is required. If the network layer is unreliable and/or only supports datagrams, the transport protocol should include extensive error detection and recovery.

The transport layer provides:

  • Message segmentation: accepts a message from the (session) layer above it, splits the message into smaller units (if not already small enough), and passes the smaller units down to the network layer. The transport layer at the destination station reassembles the message.
  • Message acknowledgment: provides reliable end-to-end message delivery with acknowledgments.
  • Message traffic control: tells the transmitting station to "back-off" when no message buffers are available.
  • Session multiplexing: multiplexes several message streams, or sessions onto one logical link and keeps track of which messages belong to which sessions (see session layer).

Typically, the transport layer can accept relatively large messages, but there are strict message size limits imposed by the network (or lower) layer. Consequently, the transport layer must break up the messages into smaller units, or frames, prepending a header to each frame.

The transport layer header information must then include control information, such as message start and message end flags, to enable the transport layer on the other end to recognize message boundaries. In addition, if the lower layers do not maintain sequence, the transport header must contain sequence information to enable the transport layer on the receiving end to get the pieces back together in the right order before handing the received message up to the layer above.
Network Layer

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

transport layer

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which layer encapsulates the segments into packets?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which osi layer encapsulates data into packets?

network layer


Which layer of the OSI model encapsulates network layer packets?

Data Link Layer


How does the data link layer prepare packets for transmission?

It encapsulates with a header and a trailer to create a frame.


Transport layer protocols break large data units into?

Segments


Which OSI layer combines messages or segments into packets?

The transport layer. Page 123 from Jeffrey S Beasley's "Networking"


What is the correct encapsulation order when data is passed from Layer 1 up to Layer 4 of the OSI model?

bits, frames, packets, segments


What occurs next in the encapsulation process after the web page data is formatted and separated into TCP segments?

The server adds the source and destination IP addresses to the packet header. TCP------>Transmission control protocol is used in Transport layer which is the fourth layer.The Network layer is the third layer's data segments is converted into Packets in the network layer.In network layer packets are created and addressed them to transport across the other networks.


What layer arrange signals into logical units of information called frame?

Layer 2 or the 'Data' layer of the OSI model encapsulates either 'bits' from the physical layer (1)- moving up the TCP stack or 'Packets' from the Network layer (3)- going down the the stack. 7 - Application Layer DATA 6 - Presentation Layer DATA 5 - Session Layer DATA 4 - Transport Layer SEGMENT 3 - Network Layer PACKET 2 - Data Layer (Incorporating LLC and MAC) FRAME 1 - Physical Layer BIT A good nmemonic for remembering the data encapsulation in the OSI model is 'Don't Some Peolple Fry Bacon' - Data, Segments, Packets, Bits.


Which network migration technique encapsulates IPv6 packets inside IPv4 packets to carry them over IPv4 network infrastructures?

tunneling


Which layer lost packets are traced?

Session Layer traced lost Packets.


What layer of the OSI model provides the interface between the user and the data network?

The Transport layer is responsible for taking a message that is too long and breaking it into smaller segments to send out. The reverse is also true, when the information is received the Transport layer is responsible for taking a series of short segments and putting them together again. Hope this helps.


At which layer lost packets are traced?

At which layer lost packets are traced?