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 difference between AWK and SED commands? Plz give example and explain...
What Command will remove a Directory in UNIX?
boot process?
What is the use of egrep command in unix?
How do you change file permissions?
How can you see the command line history?
what does a process mean?
In UNIX, what is the command to kill a process?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
what is the default permission for /etc/shadow file in UNIX
can we use cat command as an editor ..???
Who wrote grep?