当前位置:网站首页>初识CDN
初识CDN
2022-07-06 05:15:00 【兴涛】
百度全科:CDN的全称是Content Delivery Network,即内容分发网络。CDN是构建在现有网络基础之上的智能虚拟网络,依靠部署在各地的边缘服务器,通过中心平台的负载均衡、内容分发、调度等功能模块,使用户就近获取所需内容,降低网络拥塞,提高用户访问响应速度和命中率。CDN的关键技术主要有内容存储和分发技术。
为什么会有CDN?
浏览器发送请求到服务器,中间经过很多结点,当浏览器和服务器之前距离太远时,请求在传输过程中可能出现丢包、阻塞等问题,所以就会在各个地方建立多个服务器,从而减少请求之间的结点个数。
边缘服务器也就是说离用户最近的服务器,CDN可以处理静态内容和动态内容,浏览器请求静态内容时可以直接返回,当请求动态内容时就需要源服务器了。

建立多台CDN服务器,采用负载均衡技术,如果超载则转到其他CDN上,保障CDN的安全性和可靠性。通过任播的通信方式,这些多台CDN拥有相同的IP地址,由离用户最近的CDN提供服务。所以用户在访问时,其实会先到CDN负载均衡服务器
参考资料:
b站技术蛋老师:什么时CDN?
边栏推荐
- EditorUtility.SetDirty在Untiy中的作用以及应用
- Sliding window problem review
- Unity gets the width and height of Sprite
- Three.js学习-光照和阴影(了解向)
- Postman前置脚本-全局变量和环境变量
- 树莓派3.5寸屏幕白屏显示连接
- Force buckle 1189 Maximum number of "balloons"
- [classic example] binary tree recursive structure classic topic collection @ binary tree
- Easy to understand I2C protocol
- C AES encrypts strings
猜你喜欢
![[lgr-109] Luogu may race II & windy round 6](/img/fe/d5b67c7dff759c519a04da023630ea.png)
[lgr-109] Luogu may race II & windy round 6

February 12 relativelayout

F12 solve the problem that web pages cannot be copied
![[leetcode16] the sum of the nearest three numbers (double pointer)](/img/99/a167b0fe2962dd0b5fccd2d9280052.jpg)
[leetcode16] the sum of the nearest three numbers (double pointer)

Leetcode dynamic planning day 16

指针经典笔试题

RT thread analysis log system RT_ Kprintf analysis

Modbus protocol communication exception

The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower

JS quick start (II)
随机推荐
Postman测试报告
2021robocom robot developer competition (Preliminary)
[leetcode] 18. Sum of four numbers
Yolov5 tensorrt acceleration
[leetcode16] the sum of the nearest three numbers (double pointer)
[noip2008 improvement group] stupid monkey
Configuration file converted from Excel to Lua
ISP learning (2)
【LGR-109】洛谷 5 月月赛 II & Windy Round 6
2021 RoboCom 世界机器人开发者大赛-本科组(复赛)
Yyds dry inventory SSH Remote Connection introduction
pix2pix:使用条件对抗网络的图像到图像转换
Excel转换为Lua的配置文件
RT thread analysis - object container implementation and function
麥斯克電子IPO被終止:曾擬募資8億 河南資產是股東
MySQL if and ifnull use
Pix2pix: image to image conversion using conditional countermeasure networks
Codeforces Round #804 (Div. 2)
浅谈镜头滤镜的类型及作用
Nestjs配置文件上传, 配置中间件以及管道的使用