Answer Posted / 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 |
Post New Answer View All Answers
What are the types of Session Tracking ?
How do you configure a centralized error handler in servlets?
How many servlet objects are created?
What are the different ways we can maintain state between requests?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Which method of the httpservletrequest object is used?
What is a server side include (ssi)
Explain how does JSP handle run-time exceptions?
How do we call one servlet from another servlet?
What is a deployment descriptor?
Difference between GET and POST?
What is servlet and its use?
What is the directory structure of a war file?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What are the different methods of session management in servlets?