What is the difference between udp and tcp?
Answer Posted / 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 |
Post New Answer View All Answers
How to display no of records in oracle using unix command?
How to find $ai_serual resolved path by using unix
Which command is used to kill the last background job?
How do I run a bash script?
What difference between cmp and diff commands?
What is “chmod” command?
What is the use of find command in unix?
How do I search for text in vi?
How do you grep recursively?
What command is used to check the current users?
what is the advaantage of each user having its own copy of the shell?
Why is it called a shebang?
How do I use grep to search for a file?
What is sed awk grep?
What is {} in find command?