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 |
Explain ‘library functions’ with respect to unix commands?
How do I search a whole word in vim?
how many internal commands is there in UNIX?
What is the command to view process running?
How do I search for text in vi?
boot process?
what is the function of grep command?
what is the difference between relative path and absolute path?
Why is it called grep?
what these two commands prints "echo test","cat test"?
What is the difference between grep and grep?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......