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
Who wrote grep?
What command is used to check the current users?
What is the command to find maximum memory taking process on the server?
How do I run a whois command?
What is the use of tee command?
What is the nmap command?
Does cp command overwrite files?
What difference between cmp and diff commands?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the command to compare two files in unix?
Write a command to display a file’s contents in various formats?
How do I open a port?
Explain command to view process running?
how to sort the content of the file based on numeric values
Can you enlist some commonly used network commands?