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
Describe the zip/unzip command using gzip.
What is “chmod” command?
Enumerate some of the most commonly used network commands in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do you grep a case insensitive?
What is the use of tee command?
What is the significance of the 'tee' command?
What difference between cmp and diff commands?
Explain ‘library functions’ with respect to unix commands?
What are grep patterns?
Describe the usage and functionality of the command rm –r * in unix?
What is the first character of the output in ls l command?
What does touch command do in unix?
What does this command do,"$more readme.txt“?
What do chgrp command do?