Проксі-сервер

Сервер-посередник у комп'ютерних мережах.

🌐 Терміни іншими мовами:

A proxy server functions as a gateway between you and the internet. When you use a proxy server, your internet traffic flows through the proxy server on its way to the address you requested. The request then comes back through that same proxy server, and then the proxy server forwards the data received from the website to you.

        graph LR
  Center["Проксі-сервер"]:::main
  Rel_load_balancer["load-balancer"]:::related -.-> Center
  click Rel_load_balancer "/terms/load-balancer"
  Rel_websockets["websockets"]:::related -.-> Center
  click Rel_websockets "/terms/websockets"
  Rel_firewall["firewall"]:::related -.-> Center
  click Rel_firewall "/terms/firewall"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧠 Перевірка знань

1 / 1

🧒 Простими словами

Проксі-сервер — це як твій помічник, який ходить в магазин замість тебе. Ти кажеш йому, що купити, він іде, купує і приносить тобі. Продавець у магазині бачить тільки твого помічника, а не тебе.

🤓 Expert Deep Dive

Бувають прямі (Forward) проксі для клієнтів та зворотні (Reverse) для серверів. Використовуються для анонімності, кешування та фільтрації трафіку.

📚 Джерела