Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Java in General and the fly likes Multicast Addressing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Multicast Addressing" Watch "Multicast Addressing" New topic
Author

Multicast Addressing

Alex Iordache
Ranch Hand

Joined: Mar 13, 2001
Posts: 62
Multicast addresses are from 224.0.0.0 to 239.255.255.255
now i have a static IP which is out of this range. I need to write application using MulticastSocket.
Do I need to buy a new static IP which must lie between the above range. or my current IP can do the job.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Multicast Addressing
 
Similar Threads
clustering
Multicast Problem
Multicast on Offline Windows 2000 - Impossible?
Best servlet session persistance mechanism
how to implement multicasting in java?