how to make the IP address to .com



how to make the IP address to .com..

Answer / 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

More Servlets Interview Questions

How to rectify errors in java servlet while compilation?

0 Answers  


What is the workflow of a servlet?

0 Answers  


How do you find out what client machine is making a request to your servlet

0 Answers  


Can we override servlet service method?

0 Answers  


What is preinitialization of a servlet?

0 Answers  


How we can call a jsp from the servlet?

0 Answers  


How to create war file?

0 Answers  


How do you pass the data from one servlet to another servlet?

11 Answers   HCL,


Difference Between Web Server and Application server ??

4 Answers   PWC,


Why should we go for interservlet communication?

2 Answers  


How a servlet is unloaded?

0 Answers  


Given the request path below, which are context path, servlet path and path info?

0 Answers  


Categories