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
Is it inbetween or in between?
Explain command to view process running?
What is awk good for?
What are the commands in UNIX to list the files in a Directory?
What does grep v grep do?
What is ‘ps’ command for?
What is used to type command?
What is the command to view process running?
What is sed awk grep?
Who invented grep?
What is command statement?
how to sort the content of the file based on numeric values
Which command is used to kill the last background job?
Who command in unix?
What does the command '$ls | wc –l > file1' do?