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
Explain look for local ports?
What are the advantages and disadvantages of sockets?
What is a thread pool?
How we can make simple java program for Server/Client Communication
What is an http server?
What is an http redirector?
Tell me about networking classes and interfaces.
What is network programming in java?
What you know about random port?
Explain a daytime server?
Explain a time server?
What are the advantages and disadvantages of java sockets.
What is socket in java?
What is a client tester?
Where is the network interface card located?