Computer Science, asked by ujmafmusani564, 11 months ago

which function is used in the sender ,application data is sent from the transport layer to the IP layer

Answers

Answered by RewelDeepak
0

Answer:

The transport layer provides this mechanism which enables us to send packet streams from various applications simultaneously over a network. The transport layer accepts these packets from different processes differentiated by their port numbers and passes them to the network layer after adding proper headers

Answered by gratefuljarette
0

UDP function is used in the sender ,application data is sent from the transport layer to the IP layer

Explanation:

  • UDP is a simple protocol that is not providing virtual circuits,  communication is not relaiable, delegate their functions to the application . packets in UDP is called datagrams, other than segments.
  • UDP typically gives higher throughput and shorter latency, and is therefore often used for real-time multimedia communication  
  • UDP is suitable for purposes where error checking and correction are either not necessary  for the application

Transport layer  features:

  • Connection-oriented communication
  • Multiplexing
  • Reliability
  • Congestion avoidance
  • Flow control
  • Same order delivery

Learn more about Transport layer

Explain the functions of network layer and transport layer

https://brainly.in/question/3048377

What happens in transport layer in osi model?

https://brainly.in/question/1772960

Similar questions