当前位置:网站首页>What are the common proxy servers and what are the differences?
What are the common proxy servers and what are the differences?
2022-07-02 02:31:00 【Crazy Xiaoxin】
1、 Standard proxy server (StandardProxyCache)
A standard proxy cache is usually used to store static web pages on a machine in the local network (html,image). If this page is asked again , The browser will cache directly from the local proxy (ProxyCache) get , Not from the source WebServer. The browser is explicitly configured to use a proxy server , all HTTP Requests are directed to the proxy server's cache , Instead of WebServer. The cache will directly meet the requirements ( When storage is required in the cache ) Or forward the request to the target server .
2、 Transparent proxy server
Transparent agents perform the same functions as standard agents , But the operation of the browser is transparent . The browser does not need to explicitly configure the proxy server . contrary , Transparent proxy will cut off network communication , Filter 80 A fracture HTTP signal communication .
If the filtered request exists in the cache of the transparent proxy server , Will be directly cached ; If there is no , Then the package will be sent to the target server . The proxy is transparent iptables and ipchains stay Linux Intercept the network communication .ISPs(Internet Service provider ) Extensive use of transparent proxies , Because they need a mode without browser settings . meanwhile , Transparent proxy server is also a simple way to build cache on LAN , Because it doesn't need the same external cache .
3、 Reverse proxy (ReverseProxyCache)
Unlike standard proxy servers and transparent proxy servers , The reverse proxy server is mainly used to alleviate WebServer The load of , Instead of reducing the load of client network bandwidth traffic . The reverse proxy server can cache WebServer Static content to protect the server from unexpected overload . The reverse proxy server is located between the Internet and the Internet , Control all requests to reach the Internet . The reverse proxy server intercepts all requests to the Internet , And respond to the contents of the cache . This method can improve the efficiency of the Internet by reducing the actual response of a large number of the Internet .
边栏推荐
- JPM 2021 most popular paper released (with download)
- Pat a-1165 block reversing (25 points)
- 【liuyubobobo-玩转Leetcode算法面试】【00】课程概述
- Calculation (computer) code of suffix expression
- essay structure
- Use the open source project [banner] to achieve the effect of rotating pictures (with dots)
- SQL server calculates the daily average and annual average of the whole province
- Set status bar color
- Flutter un élément au milieu, l'élément le plus à droite
- Opencascade7.6 compilation
猜你喜欢
Ar Augmented Reality applicable scenarios
leetcode2305. 公平分发饼干(中等,周赛,状压dp)
JVM面试篇
LFM信号加噪、时频分析、滤波
LeetCode刷题(十)——顺序刷题46至50
leetcode2310. The one digit number is the sum of integers of K (medium, weekly)
Decipher the AI black technology behind sports: figure skating action recognition, multi-mode video classification and wonderful clip editing
[graduation season] graduate seniors share how to make undergraduate more meaningful
[question] - why is optical flow not good for static scenes
Types of exhibition items available in the multimedia interactive exhibition hall
随机推荐
剑指 Offer 29. 顺时针打印矩阵
Which brand of running headphones is good? How many professional running headphones are recommended
query词权重, 搜索词权重计算
flutter 中间一个元素,最右边一个元素
【带你学c带你飞】day 5 第2章 用C语言编写程序(习题2)
C write TXT file
How to turn off the LED light of Rog motherboard
An analysis of circuit for quick understanding
【带你学c带你飞】4day第2章 用C语言编写程序(练习 2.5 生成乘方表与阶乘表
Feature query of hypergraph iserver rest Service
LeetCode刷题(十)——顺序刷题46至50
Additional: information desensitization;
No programming code technology! Four step easy flower store applet
【读书笔记】程序员修炼手册—实战式学习最有效(项目驱动)
leetcode373. Find and minimum k-pair numbers (medium)
Opengauss database backup and recovery guide
STM32F103——两路PWM控制电机
Questions d'entrevue
Sword finger offer II 031 Least recently used cache
【带你学c带你飞】3day第2章 用C语言编写程序(练习 2.3 计算分段函数)