279 views
0 votes
0 votes
TCP provides which UDP does not

inorder packet , flow control , congestion control , all of these

1 Answer

0 votes
0 votes
1) In order packet delivery is supported by TCP but not UDP

2) Flow control and Congestion control require acknowledgement from receiver which is present in TCP but not in UDP as the latter is used for best effort delivery where real time transfer of data is more important than order or quality

Hence the answer woulld be All of these.

Related questions

0 votes
0 votes
1 answer
1
utk0203 asked Mar 23, 2017
261 views
SYN packet is sent throughoptions1)Bind2)Socket3)Listen
0 votes
0 votes
1 answer
2
utk0203 asked Mar 23, 2017
606 views
L1 and L2 cache access time 2ns and 5ns respt.Hit percentage 3% and 5% respt.If Average access time =2.4ns then memory access time=?
1 votes
1 votes
1 answer
3
utk0203 asked Mar 24, 2017
549 views
Time complexity of dijkstra's algorithm when array used in place of priority queueOptions O(V^2) , O(VlogV+E) , O(VlogV+ElogV) , O(V^3)