2,188 views
0 votes
0 votes
which are not the functions of transport layers?

I. Transport layer breaks messages into segmentation.
II. Function of Error Control.
III. Function of flow control & congestion control.
IV. Function of multiplexing and demultiplexing sessions together.

1 Answer

Best answer
2 votes
2 votes
1. yes it breaks data into segments.

2. yes it computes Checksum on TCP header and data.

3. yes it has flow and congestion control.

4. This seems incorrect. Multiplexing is a property of Transport layer, but multiplexing is done between connections at different ports. This means that an outgoing packet will be multiplexed to go through the common channel and an incoming packet will be demultiplexed so as to go to correct port/application. What is mentioned here is multiiplexing with sessions, and session management is not handled by Transport Layer.
selected by

Related questions

3 votes
3 votes
3 answers
2
Jaggi asked Oct 11, 2018
2,663 views
For a network which has maximum packet size is 256 bytes . lifetime of a packet is 20 sec and 8 bit sequence number . Find maximum data rate per connection