Proxy and Reverse Proxy

Source: Internet
Author: User

Simple Comprehension
Agent

The agent is the client.

Reverse proxy

The agent is the service side.


A more detailed description
Agent

For example, client C needs to access site B, but because B is wall, C cannot be accessed directly, but there is another intermediate client p, he can turn over the wall, can visit the B website. So there's a solution: C sends a request to the B site to P, and then p forwards the request to B, and finally p returns the result of the B-Net station to C. This is the p in the intermediary, Agent role, so p is called agent.

Reverse Proxy

client C needs to access the B site, although C can access B directly, but B's developers for the B site's data security and take into account load balancing and other original because, in order to set up an intermediary service p before B, this service receives requests from all external clients, and then distributes these requests according to the load Balancing algorithm . give the server of a B site after it, and then return the page returned by that server to the customer. Now the case is that C's original intention to access B, but in fact it directly accesses a reverse proxy p, but this proxy agent is the server processing its request.




Proxy and Reverse Proxy

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.