What is the difference between udp and tcp?
Answer Posted / 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 |
Post New Answer View All Answers
What is grep r?
Which command will print your home directory on screen?
What is grep and how do you use it?
What is awk good for?
What is unix command line?
How do I run a bash script?
What is the use of find command 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)?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Which command can you use to find the currently running process in unix server?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the command to view process running?
How do you grep recursively?
What is grep in bash?
Why is shebang used?