What is the difference between udp and tcp?
Answers were Sorted based on User's Feedback
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 |
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 |
What are the commands in UNIX to list the files in a Directory?
what is mount ,tell me about mount ,how can u use in real time project??
Which command can you use to find the currently running process in unix server?
Why we are using UNIX OS when we are doing the testing in our application?
What does touch command do in unix?
Explain iostat, vmstat and netstat.
What is the unix command to confirm a remote host is alive or not?
How to rename files and folders?
what is difference between unix and linux?
What is Unix, and how does it differ from other operating systems?
Is command prompt unix?
What is the behavioural difference between cmp and diff commands?