This blog moved to medium->https://medium.com/@cocoamaemae

Wednesday, August 15, 2018

Proxy and Reverse Proxy


  • Proxy
- Server installed between intranet and internet.
- Client PCs access to internet through proxy.
- Web servers could see only proxy IP address as request originated.
- It is called as forward proxy as well.


  • Reverse Proxy
- Server installed in front of multiple web servers.
- Receives http requests instead of web servers.
- It has L7 load balancer functionality and distributes http requests.
- It has cache server functionality as well. Cache web contents like html, css, javascript, xml or etc and return them instead of web servers only if they were not changed after cached.

No comments:

Post a Comment

Front End Development Tools

TaskRunner Tool executing multiple tasks by only one execution. Tasks are like CSS preprocessor, Transpire, Module Bundler, etc... e.g. ...