Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java UDP

843790Nov 20 2007 — edited Nov 22 2007
Hi All,

In TCP/IP we can establish a full-duplex connection between server and client no matter if the client does or doesn't have a static IP address. Is it possible in UDP? To put it in other words, is it possible for a server to send DatagramPacket to a client who doesn't have a static IP? I firmly believe its not possible because the server just sees the IP of the ISP. I am trying to know this because I am doing a server-client app to test the network latency for udp, for this I want to generate packets from server upon request from client and I want client to do all the processing and analyzing of results based on packets received. Though I hope mine is not a novel idea, I want to try if its possible this way.

Any help or ideas to accomplish this is appreciated.

Greetings.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 20 2007
Added on Nov 20 2007
6 comments
208 views