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 behavioural difference between cmp and diff commands?

0 Answers  


distinguish between user mode and kernel mode?

6 Answers   Infosys,


What is the comma to show the space allocation of files?

0 Answers  


What is grep short for?

0 Answers  


What is grep and sed command?

1 Answers  






The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above

4 Answers   IBM,


What happens when we execute a unix command?

0 Answers  


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

0 Answers  


How to copy multiple files and directories into some other directory?

4 Answers  


How can we "forked" process in UNIX? How then recognize in any of the branches we?

2 Answers   NIIT,


what is the functionality of kernel in unix architecture?

13 Answers   HCL,


Write a command to display a file’s contents in various formats?

0 Answers  


Categories