当前位置:网站首页>First acquaintance with CDN
First acquaintance with CDN
2022-07-06 05:19:00 【Xingtao】
Baidu general science :CDN The full name is Content Delivery Network, The content distribution network .CDN It is an intelligent virtual network based on the existing network , Rely on edge servers deployed everywhere , Load balancing through the central platform 、 content distribution 、 Scheduling and other functional modules , Let users get the content they need nearby , Reduce network congestion , Improve user access response speed and hit rate .CDN The key technologies are content storage and distribution technology .
Why is there CDN?
Browser sends request to server , There are many nodes in the middle , When the browser is too far away from the server , Packet loss may occur during the transmission of the request 、 Blocking and so on , Therefore, multiple servers will be established in various places , Thus reducing the number of nodes between requests .
The edge server is the server closest to the user ,CDN It can handle static content and dynamic content , When the browser requests static content, it can directly return , When dynamic content is requested, the source server is needed .
Establish multiple CDN The server , Using load balancing technology , If overloaded, switch to other CDN On , guarantee CDN Safety and reliability of . Through anycast communication , These multiple CDN Have the same IP Address , By the nearest CDN Provide services . So when users visit , In fact, we will arrive first CDN Load balancing server
Reference material :
b Stand technical egg teacher : When CDN?
边栏推荐
- Pickle and savez_ Compressed compressed volume comparison
- 【OSPF 和 ISIS 在多路访问网络中对掩码的要求】
- CUDA11.1在线安装
- jdbc使用call调用存储过程报错
- Unity Vector3. Use and calculation principle of reflect
- In 2022, we must enter the big factory as soon as possible
- 树莓派3.5寸屏幕白屏显示连接
- Select knowledge points of structure
- Summary of redis basic knowledge points
- Codeforces Round #804 (Div. 2) Editorial(A-B)
猜你喜欢
Nacos TC setup of highly available Seata (02)
Fuzzy -- basic application method of AFL
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
初识CDN
Extension of graph theory
Flody的应用
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
Pointer classic written test questions
In 2022, we must enter the big factory as soon as possible
指针经典笔试题
随机推荐
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
Mysql高级篇学习总结9:创建索引、删除索引、降序索引、隐藏索引
【torch】|torch.nn.utils.clip_grad_norm_
Modbus protocol communication exception
Qt TCP 分包粘包的解决方法
Hometown 20 years later (primary school exercises)
Modbus协议通信异常
关于Unity Inspector上的一些常用技巧,一般用于编辑器扩展或者其他
Pickle and savez_ Compressed compressed volume comparison
The underlying structure of five data types in redis
Postman Association
Extension of graph theory
Please wait while Jenkins is getting ready to work
Nacos TC setup of highly available Seata (02)
Rce code and Command Execution Vulnerability
What are the advantages of the industry private network over the public network? What specific requirements can be met?
yolov5 tensorrt加速
你需要知道的 TCP 三次握手
Sorting out the knowledge points of multicast and broadcasting
CUDA11.1在线安装