🔍
Explain the services provided by transport layer in TCP/IP model.
0 like 0 dislike

1 Answer

Responsibility of process to process delivery of message

Ensure that whole message arrives in order.

1. Service point addressing: -several programs run at a time on computer. Delivery is not only from one computer to another but also from specific process on computer to specific process on another computer. For this transport layer uses port addresses.

Transport layer delivers entire message to the correct process on the computer.

2. Segmentation and reassemble: -Each segment of a message contains a sequence number which is used to reassemble the message correctly upon arriving at destination and to identify and replace packets that are lost in transmission.

3. Connection control:-Logical connection is created between source and destination for the duration of complete message transfer.

4. Flow control:-Flow control is performed end to end.

5. Error control:-Error control is performed process to process. It ensures that entire message arrives at receivers transport layer without error(damage or loss or duplication). Error correction is done by retransmission.
0 like 0 dislike

Related questions

Give the name of protocols used by different layers of TCP/IP. Discuss the function of ARP and RARP.
Answer : TCP/IP Model contains following layer. 1) Host-to-Network Layer - It defines characteristics of transmission media. It also concern with delivery of data when two systems are attached to same network ... such broadcasts are not forwarded by routers, so a RARP server is needed on each network. ...

View solution
0 like 0 dislike
1 answer

Explain the function of each layer of OSI reference model with neat diagram.
Answer : OSI model (open system interconnection) model was developed by ISO (international standard organization) Function of OSI model: i. It provides way to understand how internetwork operates. ... Network virtual terminal file transfer access and management mail services and directory services ...

View solution
0 like 0 dislike
1 answer

In TCP/IP Reference model, the job of ............... layer is to permit hosts to inject packets into any network and travel them independently to the destination. (A) Physical (B) Transport (C) Application (D) Host-to-network
Answer : Answer: Marks to all...

View solution
0 like 0 dislike
1 answer

In relation to embedded Linux how TCP/IP networking is done? Explain network configuration.

View solution
0 like 0 dislike
0 answers

What is the purpose of a Denial of Service attack? a. Exploit a weakness in the TCP/IP stack b. To execute a Trojan on a system c. To overload a system so it is no longer operational d. To shutdown services by turning them off
Answer : c. To overload a system so it is no longer operational...

View solution
0 like 0 dislike
1 answer

50.5k questions

47.1k answers

240 comments

7.0k users