What is a Proxy Server?
Answer / sagar
Where a high level of security of required, a proxy Web
server may be used to provide a gateway between a local
area network and the Internet. The local network is
protected by firewall software installed on the proxy
server. This software enables the proxy server to keep the
two worlds separate. All outward HTTP requests from the
local network pass through the proxy server and similarly
all information retrieved comes back in via the proxy
server and is then passed back to the client. Using the
options or preferences, Web browsers can be configured to
point to the proxy server. Proxy servers will normally
maintain a cache of retrieved documents.
| Is This Answer Correct ? | 8 Yes | 0 No |
Can you send an authentication error from a servlet?
What are the types of ServletEngines?
What is the use of httpservletresponsewrapper?
What is servlet and its types?
what is the difference between ServletContext and ServletConfig
What is servlet and its use?
Is it possible to send a mail from a servlet? Explain?
How can you run a servlet program?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Explain the difference between servlet and cgi?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
Name the packages that work with servlet?