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 |
Give command that will make the file "run.sh" executable?
Write a command to display a file’s contents in various formats?
what is the difference between SED and GREP ? Which one is more better and why?
How does pipe () work?
Explain iostat, vmstat and netstat.
what are the different operating systems available?
How do you find out all processes that are currently running in UNIX OS?
how will u execute a file in unix
What is shrinking file system in AIX where it actually resides?
what is the command to list all files in a directory, including the hidden files in UNIX ?
Who command in unix operating system?
which command is used to identify the type of the file?