Skip to content
прокси-сервер

File:Proxy_concept_en.svg · Wikimedia Commons · See Wikimedia Commons

EntityQ11189· pop 57· linked from 605 articles

прокси-сервер

Sign in to save

Also known as proxy, web proxy, forward proxy, proxy service, HTTP proxy

служба в компьютерных сетях, позволяющая клиентам выполнять косвенные запросы к другим сетевым службам

AI overview

A proxy server is a computer that acts as a middleman between you and the websites you visit, making requests on your behalf and receiving the responses. This matters because it can provide benefits like hiding your actual location, improving security, or allowing you to access content that might otherwise be restricted.

AI-generated from the Wikipedia summary — may contain errors.

Described at

Proxy server - Wikipedia

en.wikipedia.org

For Wikipedia's policy on editing from open proxies, see Wikipedia:Open proxies . Communication between two computers connected through a third computer acting as a proxy server. This can protect Alice's privacy , as Bob only knows about the proxy and cannot identify or contact Alice directly. Anonymous proxy : This server reveals its identity as a proxy server but does not disclose the originating IP address of the client. Although discovered easily as a proxy server, it can be beneficial for some users as it hides the originating IP address. Forwarding headers : Some proxies append HTTP headers to disclose client or proxy information that would otherwise be lost when a request is forwarded. Historically this has often been done with non-standard fields such as X-Forwarded-For , while the standardised Forwarded field provides a defined syntax for similar information.[[5]]( Such headers are deployment-dependent and should not be treated as inherently trustworthy, since they may be absent, modified, or contain values added by multiple proxies.[[6]]( A reverse proxy taking requests from the Internet and forwarding them to servers in an internal network. Those making requests connect to the proxy and may not be aware of the internal network. A reverse proxy (or surrogate) is a proxy server that appears to clients to be an ordinary server. Reverse proxies send requests to one or more ordinary servers that handle the request. The response from the original server is returned as if it came directly from the proxy server, leaving the client with no knowledge of the original server.[[7]]( Reverse proxies are installed in the vicinity of one or more web servers. All traffic coming from the Internet and with a destination of one of the neighborhood's web servers goes through the proxy server. The use of "reverse" originates in its counterpart, the "forward" proxy. The reverse proxy sits closer to the web server and serves only a restricted set of websites. There are several reasons for installing reverse proxy servers: TLS termination : Reverse proxies often terminate TLS connections from clients and forward requests to backend servers. This can centralise certificate management, access control, logging, and request routing, and can reduce the TLS-related work performed by backend servers. Backend connections may use HTTP or HTTPS depending on the deployment and security requirements. Modern deployments usually perform TLS termination in software, optionally with hardware assistance, rather than requiring dedicated SSL acceleration hardware. Certificates for multiple names can be handled using mechanisms such as Subject Alternative Name certificates, wildcard certificates , and Server Name Indication (SNI).[[8]]( [[9]]( [[10]]( A forward proxy is a server that routes traffic between clients and another system, which is, in most cases, external to the network. This means it can regulate traffic according to preset policies, convert and mask client IP addresses, enforce security protocols, and block unknown traffic. A forward proxy enhances security and policy enforcement within an internal network.[[11]]( A reverse proxy, instead of protecting the client, is used to protect the servers. A reverse proxy accepts a request from a client, forwards that request to another one of many other servers, and then returns the results from the server that specifically processed the request to the client. Effectively, a reverse proxy acts as a gateway between clients, users, and application servers and handles all the traffic routing whilst also protecting the identity of the server that physically processes the request.[[12]]( A content-filtering web proxy server provides administrative control over the content that may be relayed in one or both directions through the proxy. It is commonly used in both commercial and non-commercial organizations (especially schools) to ensure that Internet usage conforms to acceptable use policy . Content fi

Excerpt from a page describing this subject · 40,000 chars · not written by Vinony

Wikidata facts

Image
Open proxy h2g2bob.svg
Show 3 more facts
Commons category
Proxy servers
Sources (7)

via Wikidata · CC0

Article · Русский

Прокси-сервер (от англ. proxy — представитель, уполномоченный; часто просто прокси, сервер-посредник) — промежуточный сервер (комплекс программ) в компьютерных сетях, выполняющий роль посредника между пользователем и целевым сервером (при этом о посредничестве могут как знать, так и не знать обе стороны), позволяющий клиентам как выполнять косвенные запросы (принимая и передавая их через прокси-сервер) к другим сетевым службам, так и получать ответы. Сначала клиент подключается к прокси-серверу и запрашивает какой-либо ресурс (например e-mail), расположенный на другом сервере. Затем прокси-сервер либо подключается к указанному серверу и получает ресурс у него, либо возвращает ресурс из собственного кэша (в случаях, если прокси имеет свой кэш). В некоторых случаях запрос клиента или ответ сервера может быть изменён прокси-сервером в определённых целях. Прокси-сервер позволяет защищать компьютер клиента от некоторых сетевых атак и помогает сохранять анонимность клиента, но также может использоваться мошенниками для скрытия адреса сайта, уличённого в мошенничестве, изменения содержимого целевого сайта (подмена), а также перехвата запросов самого пользователя.

Abstract from DBpedia / Wikipedia · CC BY-SA

Gallery (5)

Connections

Categories