Answer Posted / win_arihant
The most common method to hide your IP address is to use a proxy server in one form or another. A proxy server is a computer that offers a computer network service to allow clients to make indirect network connections to other network services. A client connects to the proxy server and then requests a connection, file, or other resource available on a different server. The proxy provides the resource either by connecting to the specified server or by serving it from a cache. In some cases, the proxy may alter the client's request or the server's response for various purposes.
There are several implementations of proxy servers that you can use to hide your IP address (in an attempt to remain anonymous on the internet):
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the include() and forward() methods?
What is the default http method in the servlet?
What are the functions of an intercepting filter?
What is the use of request dispatcher interface?
What is servletconfig?
What is the need of servlet filters?
What is the use of httpservletrequestwrapper?
What is Servlet API used for connecting database?
how many jsp scripting elements are there and what are those?
What is cookies in servlet with example?
Explain the steps involved in placing a servlet within a package?
When servlet object is created?
What is string tokenizer?
What are its drawbacks of cgi?
What is the difference between Servlets and Applets?