proxy servers

15
PROXY SERVERS Rajavardhan Rishabh Rishikesh Siddharth Sriniketan

Upload: sourav-roy

Post on 13-May-2015

5.859 views

Category:

Technology


2 download

DESCRIPTION

Presentation by CC09 Group Members:RajavardhanRishikeshRishabhSiddharthSriniketan

TRANSCRIPT

Page 1: Proxy Servers

PROXY SERVERS

Rajavardhan Rishabh Rishikesh Siddharth Sriniketan

Page 2: Proxy Servers

AGENDA

Introduction How it works Types & Functions Performance aspects Advantages/Disadvantages Demo

Page 3: Proxy Servers

INTRODUCTION

A proxy server is a server that acts as an intermediary between a workstation user and the Internet so that the enterprise can ensure security, administrative control, and caching service.

By using the proxy server you can hide, conceal and make your network id anonymous by hiding your IP address

A server that sits between a client application, such as a Web browser, and a real server

Page 4: Proxy Servers

HOW DOES IT WORK?

Page 5: Proxy Servers

HOW DOES IT WORK?

Page 6: Proxy Servers

TYPES AND FUNCTIONS

Caching Proxy : A caching proxy server accelerates service requests by retrieving content saved from a previous request made by the same client or even other clients

Web proxy : A proxy that focuses on World Wide Web traffic is called a "web proxy". The most common use of a web proxy is to serve as a web cache.

Content-filtering web proxy : A content-filtering web proxy server provides administrative control over the content that may be relayed through the proxy. It is commonly used in both commercial and non-commercial organizations (especially schools) to ensure that Internet usage conforms to acceptable use policy

Page 7: Proxy Servers

TYPES AND FUNCTIONS

Anonymizing proxy : An anonymous proxy server (sometimes called a web proxy) generally attempts to anonymize web surfing.

Intercepting proxy : An intercepting proxy combines a proxy server with a gateway or router .Connections made by client browsers through the gateway are diverted to the proxy without client-side configuration.

Page 8: Proxy Servers

TRANSPARENT / OPAQUE SERVERS Transparent – both parties (local/remote) are unaware that the

connection is being proxied Zorp - application layer proxy is transparent

Opaque – the local party must configure client software to use the proxy client software must be proxy-aware software Netscape proxy server is opaque

With all of the things modern firewalls can do in the area of redirection you could configure the firewall to redirect all http requests to a proxy no user configuration required (transparent)

Page 9: Proxy Servers

PERFORMANCE ASPECTS Caching

By keeping local copies of frequently accessed file the proxy can serve those files back to a requesting browser without going to the external site each time, this dramatically improves the performance seen by the end user

Only makes sense to implement this at the ISP rather than the small business level because of the number of pages available

Because of dynamic content many pages are invalidated in the cache right away

Load balancing (Reverse Proxy) A proxy can be used in a reverse direction to balance the load amongst

a set of identical servers (servers inside the firewall and users outside) Used especially with web dynamic content (.asp, .php,.cfm,.jsp)

Page 10: Proxy Servers

SECURITY ADVANTAGES

Hide internal clients from external network

Blocking of dangerous URLs

Filter dangerous content

Eliminate need for transport layer routing between networks

Single point of access, control and logging

Page 11: Proxy Servers

PROXY LIABILITIES Single point of failure

if the proxy dies , no one can get to the external network

Client software must usually be designed to use a proxy

Doesn’t protect the OS proxies run at the application level

Usually optimized for performance rather than security WINGATE was installed to be easy to configure; opened a winsock proxy to

the external interface, which let hackers essentially hijack the machine Create a service bottleneck

solved via parallelism (more proxies, and load balance)

Page 12: Proxy Servers

Softwares

Invisible IP Map Windows 2000 to Vista Compatible Linux Compatible Works without a considerable drop in performance

Invisible Browsing Windows XP to Windows 7 compatible Mac OS X compatible Wide variety of proxy servers.

Page 13: Proxy Servers

References

www.publicproxyservers.com www.sourceparadise.org www.wikipedia.com/proxyservers www.howstuffworks.com/firewall www.slideshare.com/proxyservers www.isaserver.orgwww.isaserver.org

Page 14: Proxy Servers

Acknowledgments

We would like to thank our guide for the project Mr. Raja Ram Gowda for his support and our professor Mr. Siddesh S. for giving us the opportunity to work on the same.

Page 15: Proxy Servers

APPLAUSE

THANK YOU FOR LISTENING!