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

How to display no of records in oracle using unix command?

807


How to find $ai_serual resolved path by using unix

1267


Which command is used to kill the last background job?

1014


How do I run a bash script?

813


What difference between cmp and diff commands?

952


What is “chmod” command?

756


What is the use of find command in unix?

766


How do I search for text in vi?

768


How do you grep recursively?

775


What command is used to check the current users?

792


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

2297


Why is it called a shebang?

798


How do I use grep to search for a file?

789


What is sed awk grep?

823


What is {} in find command?

784