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
Explain jsessionid and when is it created?
What are the difference between RMI and Servlets?
What does the term localization refer to?
What do you mean by cgi and what are its drawbacks?
How can we include static files in the jsp page?
What is string tokenizer?
What are all the advantages of servlet over cgi?
Why is http protocol called as a stateless protocol?
Difference between doget and dopost?
What are the mechanisms used by a servlet container for maintaining session information?
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?
How many servlet objects are created?
What are Servlets?
How to handle exceptions thrown by application with another servlet?
What is meant by a web application