What is the difference between udp and tcp?

Answers were Sorted based on User's Feedback



What is the difference between udp and tcp?..

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

What is the difference between udp and tcp?..

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

Post New Answer

More Unix Commands Interview Questions

what is the difference between npar and vpar in HP-UX?

1 Answers   CSC,


what these two commands prints "echo test","cat test"?

6 Answers   TCS, Wipro,


What is "type" command in unix?what is the functionality??

2 Answers  


distinguish between interrupts and exceptions?

2 Answers   Infosys,


What is the difference between cat and more command?

0 Answers  






What are file commands?

0 Answers  


How to find $ai_serual resolved path by using unix

0 Answers  


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

0 Answers  


Explain mount and unmount command.

0 Answers  


if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.

28 Answers   TCS,


what is the difference between SED and GREP ? Which one is more better and why?

4 Answers   IBM,


Give two UNIX kernel parameters that effect an Oracle install

3 Answers   Oracle,


Categories