What is the difference between TCP and UDP ?
Answer Posted / raja
TCP is a connection oriented protocol, which means that
everytime a packet is sent say from host A to B, we will
get an acknowledgement. Whereas UDP on the other hand, is a
connection less protocol.
Where will it be used : TCP -> Say you have a file transfer
and you need to ensure that the file reaches intact, and
time is not a factor, in such a case we can use TCP.
For more details : http://newadmins.blogspot.com/
| Is This Answer Correct ? | 117 Yes | 27 No |
Post New Answer View All Answers
What is cookies in networking ?
Explain a time server?
Explain look for local ports?
What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.
Tell me about networking classes and interfaces.
What is an http redirector?
What is jhttp web server?
What is a client tester?
Why socketutil is used?
What is an http server?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
Explain a daytime server?
What is a thread pool?
What is the use of network interface?
Where is the network interface card located?