The Artima Developer Community
Sponsored Link

Java Answers Forum
IP Address Management

1 reply on 1 page. Most recent reply: Mar 31, 2006 2:43 AM by Matthias Neumair

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
lenz lenz

Posts: 1
Nickname: suzlinz
Registered: Mar, 2006

IP Address Management Posted: Mar 31, 2006 1:55 AM
Reply to this message Reply
Advertisement
The problem is: The system with internet connection is given to a student with admin password.The system is connected to the network of a college with a server.When student changes IP address it should be notified to the server.

I need only the concept...if you have java code... well and good...we need this for final year project....


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: IP Address Management Posted: Mar 31, 2006 2:43 AM
Reply to this message Reply
What is the purpose?
Does a Janva server run on the server and should not loose the socket connection?
There's no way to do that. When you change IP, all connections are shut down and have to be restarted.


"Tell to the server" does not mean very much.
What listens on the server?

If the system uses DNS then the srever's OS will find the client by it's name anyway.

Flat View: This topic has 1 reply on 1 page
Topic: Plz help me for java code Previous Topic   Next Topic Topic: Need help with BankAccount program

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use