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 do you mean by httpservlet?
List some life cycle methods of a servlet.
What is lazy loading and what is Generic Servlet Class?
What is the use of servlet context?
Name the packages that work with servlet?
What is the main purpose of java servlets?
Can you call a jsp from the servlet?
What do you mean by web applications? Explain web application directory arrangement?
If some new data has entered the database, explain how can a servlet refresh automatically?
How do you find out what client machine is making a request to your servlet
When should you prefer to use doget() over dopost()?
What is httpservlet and how it is different from genericservlet?
Can you send an authentication error from a servlet?
What is the difference between genericservlet and httpservlet
Can we use threads in Servlets?