What is the difference between Reverse Proxy and Forward Proxy?

3

I'm looking for the answer to this question, but most of the sources I've consulted, including Stack Overflow itself, have not solved my question.

    
asked by anonymous 25.09.2017 / 21:12

1 answer

0

Simple, the difference between the one and the other is that the Forward Proxy is used to protect the clients within a certain internal network, that is, filters the packets coming from external networks. The Reverse Proxy does the opposite, which is to protect clients' servers; filtering the packets from the internal network (clients) to the external (servers).

    
12.12.2017 / 20:24