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

what is the difference between commmands cmp and diff?

9 Answers   iNautix,


What difference between cmp and diff commands?

0 Answers  


What are some command words?

0 Answers  


hw will u use awk in replacing cahrs and files

0 Answers  


What is grep command in unix with examples?

0 Answers  






what is the default signal kill in unix?

8 Answers   IBM,


How do you move a process which is running background to foreground?

9 Answers  


what is difference between unix and linux?

6 Answers   IBM, Shell, Wipro,


what is exact definition of operating system?

13 Answers  


How to know a process is a zombie or orphan process?

3 Answers   Perot Systems,


What is the difference between grep and grep?

0 Answers  


Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...

27 Answers   CGI,


Categories