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
Explain jsessionid?
What is the
What is called Scriptlet?
What is the use of java servlet api?
How to get the actual path of servlet in server?
How we can create war file in servlet?
Explain in brief the directory structure of a web application?
What are the mechanisms used by a servlet container for maintaining session information?
What is meant by cookies?
Why servlet is mostly used?
What are the benefits of using servlet over cgi?
What is the difference between genericservlet and httpservlet
What is the directory structure of a war file?
What's the difference between authentication and authorization?
Why is http protocol called as a stateless protocol?