answersLogoWhite

0


Best Answer

Provides values that enable different transport layer protocols to perform different functions

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the transport layer header provide?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many fields are there in IPv4 header?

UDP is a Transport layer protocol or fourth layer protocol. UDP is a connection less protocol used in transport layer. UDP header have four fields in total .


Which OSI layer uses the header information to reassemble the data segments into streams?

transport layer


When data are transmitted from device A to device B the header from A's layer 4 is read by B's --- layer?

Transport Layer


Port number is 16bits what is the minimum header size of a transport layer?

8


What is the correct order for PDU encapsulation?

Frame Header - Network Header - Transport Header - Data - Frame Trailer


What are transport layer protocol provide low overhead?

UDP


Layer provide data flow and sequence number?

The transport layer provides flow control and sequencing.


Which osi layer manages data segment?

transport layer


Is it possible for a network layer to provide connection oriented packet switching?

its depend on which protocol used in transport layer


Which layer encapsulates the segments into packets?

TRANSPORT LAYERThe 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


When creating a packet how does the network layer determine the size of the packet?

The Network layer (Layer 3, typically IP) will receive a segment from the Transport layer (Layer 4, typically TCP or UDP), and will add its own header to it to create a packet. The size of the packet will thus always be the size of the segment plus the Network layer header, the same as when the next layer down (the Data Link layer, layer 2, typically Ethernet) encapsulates the packet into a frame for transmission.


Which layer encapsulates segment into packets?

TRANSPORT LAYERThe 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