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 is unix command?
How we will execute previous command in vi editor?
what is the difference between npar and vpar in HP-UX?
What do know about tee command and its usage?
How to get a particular string as your prompt ? Give syntax of that command?
Name the unix command to find how many days the server has been up.
How do you change your account's password?
What is the comma to show the space allocation of files?
Where LOG fiels resides in AIX and pls tel me how to remove the log file
Using unix command how to display no of records in oracle?
If JFS file system is 100% full how we can increase the file system ?
What is the use of the tee command?