Hi,
I want to build an application in java, without using ipAddress i should be able to access the Remote System.
Please do the needful.

Recommended Answers

All 4 Replies

How can you possibly access a remote machine without using its IP address? YOu could use something like JmDNS to locate the remote machine, but you still have to use the IP address from JmDNS to access the machine itself.

ps:
DaniWeb Member Rules (which you agreed to when you signed up) include:
"Do provide evidence of having done some work yourself if posting questions from school or work assignments"
http://www.daniweb.com/community/rules

Just to kind of echo what JamesCherrill has said, it is impossible to access a machine without an IP address. The entire point of an IP is address is to provide a reference to a machine across a network. It is literally impossible to find a machine without it's ip.

Have a read around how networks work before attempting this if I were you

here just kind of question is how you find any computer is at remote location?

just by differentiating ip address.If pc is in same network then you can access it by name.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.