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 command in unix operating system?
How do you repeat a command in terminal?
What is awk command used for?
How to find $ai_serual resolved path by using unix
What is ‘ps’ command for?
Why is awk called awk?
Explain the steps that a shell follows while processing a command.
What is a command and examples?
What is a bash command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How do you grep recursively?
What is the use of egrep command in unix?
What do know about tee command and its usage?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?