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 |
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What are the advantages of cookies?
How multiple simultaneous requests can be handled by servlets?
Name the packages that work with servlet?
What are its drawbacks of cgi?
What are the different mode that servlets can be used?
How to make sure a servlet is loaded at the application startup?
What do you mean by chaining in servlet?
What are the supporting protocol by HttpServlet ?
Why do we use sendredirect() method?
Why is servlet used?
How do you design microservices?