whois server
For that I have used socket programming in java.
My client end program could be able to communicate with the whois server
that is located on the localhost.
But if i use any third party whois client application to test it. That it is not
giving any reply.
But, i could be able to receive the request sent from the client appln (third party) to my server. But client application could be able to catch the response sent from the server.

