Efficient way to map my Ip address with subnet and subnet mask in java
I am having set of subnet and subnet masks in a db table with a APN. I
want retrieve the mapping APN.
10.0.0.0, 255.0.0.0, broadband
172.28.0.0, 255.255.0.0, internet
20.12.0.0, 255.255.0.0, video
How can I map my ip with a given set of subnet and subnet mask in Java
No comments:
Post a Comment