Home Help Java U Java UDP



Java UDP
Posted on: June 17, 2009 at 12:00 AM
TCP and UDP are transport protocols used for communication between computers.

Java UDP

     


TCP and UDP are transport protocols used for communication between computers. UDP(User Datagram Protocol) is a very simple connectionless protocol. UDP can be used to send datagrams, using Datagram Sockets, to one another i.e. from client to server and server to client. A datagram is an independent, self-contained message that can be sent over the network but there is no guarantee for the arrival of the content, arrival time of the content, ordering of the content and content itself. So UDP is good to use when a short message is coming to the server with a short response.

Read more at:

http:/www.roseindia.net/java/example/java/net/udp/

Related Tags for Java UDP:
csocketsserverdatasocketioconnectionclientudpusersedtagusingcliprotocolsimpleconnectiesendtoramenotcanliuseimfrominnodatagrammntcalessclestocendprossoesscolatkismplandsocrvsimssthpleplprndonomolonl


More Tutorials from this section

Ask Questions?    Discuss: Java UDP  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.