What is the difference between udp and tcp?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sk.mukthar
Tcp is connection oriented,while UDP is not...
TCP gives guaranteed Delivery, UDP does not...
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the command to list all files in a directory, including the hidden files in UNIX ?
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)?
what will be the output of ls ~/..
How will you know who are the users logged in to the system before 15 minutes?
What is the use of egrep command in unix?
How to remove a crontab file?
hw will u use awk in replacing cahrs and files
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
fork in unix ?
describe the escaping sequence characteres in unix
In UNIX, what is the command to edit contents of the file?
what does the job command do?