Anonymous

What Is The Code For A Proxy Server In Java And How Do I Run It Run?

2

2 Answers

Shezan Shaikh Profile
Shezan Shaikh answered
A proxy server is a type of a computer that offers a service of computer network and allows the clients to make indirect network connections various other network services. a client can connect to a proxy server, by doing this he can request a connection file, he can also request for resources available on different servers. The proxy server also provides the resource by establishing the connection to the specified server or by serving from the Cache. However in some cases the proxy can also alter the request of the client or the request for server's response for various purposes.
thanked the writer.
Anonymous
Anonymous commented
a proxy server is a server (a computer system or an application program) which services the requests of its clients by forwarding requests to other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource, available from a different server. The proxy server provides the resource by connecting to the specified server and requesting the service on behalf of the client. A proxy server may optionally alter the client's request or the server's response, and sometimes it may serve the request without contacting the specified server. In this case, it would 'cache' the first request to the remote server, so it could save the information for later, and make everything as fast as possible.

A proxy server that passes all requests and replies unmodified is usually called a gateway or sometimes tunneling proxy.

A proxy server can be placed in the user's local computer or at specific key points between the user and the destination servers or the Internet.
Jose L. Collin Profile
Jose L. Collin answered

Our proxies are low cost, quick, easy to use and have spectacular up time. If you need awesome proxies to browse the net safely then you're in the right place. Our dedicated and shared proxies can't be beat! Please visit here Shared Proxies

Answer Question

Anonymous