edited by
786 views
1 votes
1 votes

Consider the following two statements:

S1 : TCP handles both congestion and flow control

S2 : UDP handles congestion but not flow control

Which of the following options is correct with respect to the above statements (S1) and (S2)?

Choose the correct answer from the code given below:

  1. Neither S1 nor S2 is correct
  2. S1 is not correct but S2 is correct
  3. S1 is correct but S2 is not correct
  4. Both, S1 and S2 are correct
edited by

1 Answer

0 votes
0 votes

S1: TCP handles both congestion and flow control          [Correct]

  • TCP (Transmission control protocol) is a connection oriented reliable transport protocol. It provides process to process communications using port numbers.
  •  It provides services like flow control, error control, congestion control. A packet that is sent is known as segment in TCP.
  • In TCP, transmission requires three phases: connection establishment, data transfer and connection termination. It uses three way handshaking mechanism for connection establishment and termination.

S2: UDP handles congestion but not flow control       [incorrect]

  • UDP (User datagram protocol) is called a connectionless, unreliable transport protocol.
  • It does not add anything to the services of IP except providing process to process communication.
  • There is no flow control, error control and congestion control mechanism in UDP. To send a message from one process to another,
  • UDP protocol encapsulates and decapsulates messages in an IP datagram.

Related questions

1 votes
1 votes
0 answers
3
0 votes
0 votes
2 answers
4
Arjun asked Jan 2, 2019
4,388 views
Consider the graph shown below:Use Kruskal’s algorithm to find the minimum spanning tree of the graph. The weight of this minimum spanning tree is$17$$14$$16$$13$