Proxy Server?
Hey I wanted to ask about Proxy Servers. I cannot understand the use of Proxy Servers in a network. I understand what they do (from Wikipedia), but not sure of an example where we would actually implement them...
Any help please?
Thanks.
Any help please?
Thanks.
Comments
An example of where you'd use a proxy server is at an ISP or company who is trying to reduce the amount of data transferred from outside. They may do this due to being charged for the amount downloaded or because they'd be able to use a lower speed connection.
Alot of school systems use a proxy server to filter web traffic via filtering rules. AKA: Blocking websites. That's probably one of the more common uses of a proxy in a network.
Webcaching is one use. Better internet bandwidth use. Security is another use, both security from the outside and also control of who can surf the web on the inside. Site blocking and content filtering are other uses. There are actually many potential uses. Much depends on the facilities of the proxy solution you deploy. There are many variants. It's actually an interesting subject. Things have moved on since MS Proxy Server and Novell BorderManager.
Nice wiki...
Proxy server - Wikipedia, the free encyclopedia
how can i move it?
i think i get it..
i know it says:
Load balancing: the reverse proxy can distribute the load to several web servers, each web server serving its own application area. In such a case, the reverse proxy may need to rewrite the URLs in each web page (translation from externally known URLs to the internal locations).
but can it also load balance for other types of servers? or specifically web?
A proxy server can do any protocol if you write one to handle that protocol. It isn't specifically for web servers only.