esuslogo
 [To advertise Java(tm) Events here, contact joris@esus.com!]
banner

Java™
by example!






New @ Esus.com


  gb  In-house search engine for better results!

  gb  Get updates with the esus.com
newsletter!









  Home 
 Browse Categories 
 Ask a Java Question 
 Help 
  For Java Tips & Tricks, subscribe to the esus.com newsletter!
Search Java Q&A, Links, API's:   adv 

Become a member to observe this category
UDP Sockets

UDP is short for User Datagram Protocol that (just as TCP) runs on top of IP. It is typically used in conjunction with IP (Internet Protocol): UDP/IP. The difference with TCP is that UDP doesn't guarantee delivery of packets. On the other hand, it doesn't have the TCP overhead of setting up a connection and acknowledging packets. UDP is mostly used in streaming video and audio data to one or more destinations (multicast). Also, check out the parent category if you don't find what you are looking for.

Subcategories



      Questions & Answers
      = answered, = unanswered

      General:

        When should I use UDP sockets?
        Can you give me an simple example of a DatagramClient and DatagramServer?
        How do I send a datagram to a remote machine?
        How do I receive a datagram?
        What is the maximum size of a datagram?
        How do I set a timeout on a UDP socket?
        What is IP multicasting and when should I use it?
        How do I join a multicast group?
        How do I send a datagram to a multicast group?
        How do I receive a datagram from a multicast group?


      Further Information (sorted alphabetically)
      Api's:

      Articles:

      Related Links:







      Terms of Service | Privacy Policy | Contact

      Copyright © 2000-2003 Esus.com - All Rights Reserved 
      Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. Esus.com is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.