proxy is a server stands in between client and the original server. this get the reqest and sends a new request to the other end. and retrieves the response and creaetes a new response
Client -> Proxy -> server
Forward proxy
this proxy act as the client for the server. so server doesn't know the real client. real client is hidden from server.
reverse proxy
this proxy act as server for the client. so real server is hidden from the client.
Client -> Proxy -> server
Forward proxy
this proxy act as the client for the server. so server doesn't know the real client. real client is hidden from server.
reverse proxy
this proxy act as server for the client. so real server is hidden from the client.
Comments
Post a Comment