Home Java Example Java Net Udp UDP - User Datagram Protocol



UDP - User Datagram Protocol
Posted on: February 16, 2008 at 12:00 AM
User Datagram Protocol or UDP for short is very simple connectionless protocol that can be used to transfer datagram packets in both the direction.

UDP - User Datagram Protocol

     

User Datagram Protocol or UDP for short is very simple connectionless protocol that can be used to transfer datagram packets in both the direction. Client can send the datagram packets to server and it can also receive the reply from server. UDP does not provide the reliability nor ordering guarantees that TCP does.

  1. What is UDP?
    The User Datagram Protocol (UDP) is a transport protocol that supports Network Application. It layered on just below the ?Session? and sits above the IP(Internet Protocol) in open system interconnection model (OSI).
     
  2. UDP Client in Java
    In this section, you will know how to send any request or messages for UDP server by the UDP client. For this process you must require the destination IP address and destination port number. If you know both, then you send messages to UDP server.
      
  3. UDP Server in Java
    < /a>
    Providing you information relating to all technicalities of UDP server. This section provides you the brief description and program of the UDP server only for received your messages or information.
      
  4. Sending and receiving information to the UDP Client in Java
     Here, you will provide send and receive information by the UDP client in Java. UDP client sends information or messages to UDP server and it collects some messages from UDP server.
     
  5. Receiving and sending a request to UDP server in Java
    Here, you will know how to receive and send messages by UDP server. First of all, UDP server receives messages and sends some information to UDP client.
     
  6. Multicast in Java
    This section introduces you how to deliver or transmit data in network and describes the fundamental of various technique like: unicast, broadcast and multicast.
     
  7. Multicast Server in Java
    This section introduces how to receive and send the IP packet by the multicast server and provides the functionality of multicast server through program.
     
  8. Multicast Client in Java
    This section describes how to send and receive the IP packet or message by multicast client. Here, you provide many multicast clients and it's functionality for sending or receiving messages at a time.
      
  9. Experiment with UDP sockets
      
  10. Using Datagrams to get the Date
      
  11. And echo server using UDP sockets
     

Related Tags for UDP - User Datagram Protocol:
javacidesessionserverormantdatauiprocessformapplicationnetworkscriptmodeltcpioconnectionclientudpuserformatsysteminternetrequestiporderviporttagnumbercliintthismessageidaddressorderingsupportopenprotocolappconnectifforpacketieaddworkprogramrantsendnattoramicalrequireinformationreliabilitymodeportsprocssidescriptionbiboteiltechnicalitdesreplsectionteenotlscanliusepefromcelayerinnomodreceiverminfocaldatagrammnttrsagestinetnicososicaddnetosiosniclayeredjpacketspackadclestransporttoctechemendabiallagepenrcmehowinternproppackcatdosystierelssussaspsodeleeessetwcolatanypacplyquestkisirhainfllivepleplandarrtrtssarvvatwscrssrocriringriprconnectionrdreplythavbelostabatiaphatdestinationlatinlsoinforminformaticaicaplprocesprndonlyodeonomogrolonlnor


More Tutorials from this section

Ask Questions?    Discuss: UDP - User Datagram Protocol  

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.