in reply to Re^2: Ping from remote host which is a Windows server
in thread Ping from remote host which is a Windows server

Hi

Yes, that is true. Because when you get the connection from client you will get the IP address to where you have to ping willl be a message in the socket. you have to read the IP address which comes as a message, then from your server script you have to ping for the IP, then you print the appropriate message on the client.

Server <- client | reads IP from Client. Next process :- Ping the IP. Next process :- Server -> client | whether IP is pingable or not.

"Keep pouring your ideas"