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 the size of time_t?
How are UNIX file permissions represented?
what is the use of "grep" command?
what is difference between unix and linux?
What is the comma to display different lines that are found when compare two files?
What command will change your prompt to myprompt?
distinguish between interrupts and exceptions?
What is awk good for?
What does the command ' $who | sort –logfile > newfile' do?
Which command will print your home directory on screen?
in UNIX,what is the command to remove directory with files?
How to convert a hidden file to normal visible file?