ப்ராக்சி என்பது கோரிக்கைகளுக்கான மध்यस्थ. ஃபாரவர்ட் ப்ராக்சி கிளையன்டுகளின் முன் அமர்ந்திருக்கும் (சர்வர்களுக்கு அவற்றை பிரதிநிதித்வம் செய்கிறது), அதே சமயம் ரிவர்ஸ் ப்ராக்சி சர்வர்களின் முன் அமர்ந்திருக்கும் (கிளையன்டுகளுக்கு அவற்றை பிரதிநிதித்வம் செய்கிறது) — சுமை சமநிலைப்படுத்துதல், கேশிங், பாதுகாப்பு மற்றும் பல செயல்களை சார்ந்துள்ளது. ரிவர்ஸ் ப்ராக்சிகள் முக்கிய கணினி-ডিজைன் கூறுகள்.
ஃபாரவர்ட் ப்ராக்சி vs ரிவர்ஸ் ப்ராக்சி
FORWARD PROXY → sits in front of CLIENTS, forwarding their requests to servers:
Client → FORWARD PROXY → Internet/Server
→ represents the CLIENT (hides client identity); for filtering, caching, anonymity,
access control (e.g. corporate proxies)
REVERSE PROXY → sits in front of SERVERS, receiving requests on their behalf:
Client → REVERSE PROXY → Backend servers
→ represents the SERVERS (clients don't see the backend); the common system-design component
