What is the difference between udp and tcp?

Answers were Sorted based on User's Feedback



What is the difference between udp and tcp?..

Answer / saket kale

TCP gives guaranteed Delivery, UDP does not
TCP is connection oriented, UDP is not
TCP provides Flow Control, UDP does not.
Usually UDP is used to send data while streaming etc since
it takes less time, but important data is always sent using TCP.

Is This Answer Correct ?    23 Yes 1 No

What is the difference between udp and tcp?..

Answer / sk.mukthar

Tcp is connection oriented,while UDP is not...
TCP gives guaranteed Delivery, UDP does not...

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

Explain ‘library functions’ with respect to unix commands?

0 Answers  


How do I search a whole word in vim?

0 Answers  


how many internal commands is there in UNIX?

3 Answers   TCS, Virtusa,


What is the command to view process running?

0 Answers  


How do I search for text in vi?

0 Answers  






boot process?

2 Answers   Atos Origin, Wipro,


what is the function of grep command?

4 Answers  


what is the difference between relative path and absolute path?

7 Answers  


Why is it called grep?

0 Answers  


what these two commands prints "echo test","cat test"?

6 Answers   TCS, Wipro,


What is the difference between grep and grep?

0 Answers  


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


Categories