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


Please Help Members By Posting Answers For Below Questions

What is the use of the command 'ls -x chapter[1-5]' ?

663


What is the use of the tee command?

602


How do I use grep to search for a file?

584


Enlist some filename manipulation commands in unix.

556


What is the search command in unix?

604






What does this command do? Cat food 1 > kitty

980


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

592


What is the general format of unix command syntax?

694


Which command is used to find whether the system is 32 bit or 64 bit?

633


What is the unix command to confirm a remote host is alive or not?

584


what is the advaantage of each user having its own copy of the shell?

2038


What are the commands in UNIX to list the files in a Directory?

620


What does grep v do?

562


What does awk stand for?

615


Explain how to use grep command to list find the records of a file containing 10 different strings?

594