What Can CDN Be Used for?

简介: CDN delivers the source station's content to the node closest to the user, improving the response speed and success rate of the user's access.

ST_001

Abstract: CDN delivers the source station's content to the node closest to the user, improving the response speed and success rate of the user's access.

A Content Delivery Network (CDN) delivers the source station's content to the node closest to the user so that the user can obtain the content nearby. This improves the response speed and success rate of the user's access. It resolves access delays caused by delivery, bandwidth, and server performance. CDN is applicable to scenarios such as website acceleration, on-demand video, and live video. Today, we are sharing some typical scenarios applicable for CDN.

Website/Application Acceleration

To accelerate the distribution of resources for websites or applications with a large volume of static resources, we suggest separating dynamic and static content from each other. Dynamic files can be stored on the ECS. For large volumes of static resources (such as various images, HTML, CSS, and JS files) we suggest storing them on the OSS. CDN can then be used to effectively accelerate content download speeds and make it easier to distribute images, short videos, and other content from OSS.

• Architecture diagram

1

Accelerated Distribution of On-Demand Files

This scenario applies to the downloading and distribution of various file types, particularly large multimedia files. CDN supports the acceleration of online on-demand streaming services (e.g. for MP4 and FLV videos or where the average size of a single file is greater than 20 MB). The primary service scenarios are on-demand video/audio and large file downloads (e.g. installation packages). We suggest CDN combined with OSS to increase back-to-source speeds and to reduce back-to-source bandwidth cost by nearly 2/3.

• Architecture diagram

2

Live Video Acceleration (currently in beta testing)

Alibaba Cloud live streaming media service provides an integrated solution for media asset storage, slicing and transcoding, access authentication, and content delivery acceleration. Combined with Auto Scaling, it can promptly adjust server bandwidths and respond to sudden traffic spikes. Together with the media transcoding service, it can provide high-speed and stable concurrent transcoding, and seamless task scaling. Currently, the CDN live streaming media service has gone through internal beta testers and been optimized. It will soon be available publicly.

• Architecture diagram

3

Mobile Application Acceleration

For the distribution of mobile app update files (APK files), the service delivers optimized and accelerated distribution of in-app images, pages, short videos, user-generated content (UGC), and other content. The httpDNS service prevents DNS hijacking and retrieves precise DNS resolution results in real time. This effectively reduces user access times and enhances the overall user experience.

目录
相关文章
|
2月前
|
域名解析 网络协议 安全
阿里云CDN
本文介绍阿里云CDN产品中涉及的基本概念,便于您更准确地理解和使用CDN产品。
59 5
|
2月前
|
CDN
5、CDN
5、CDN
18 0
|
8月前
|
负载均衡 安全 网络协议
CDN的特点及意义?
CDN的特点及意义?
114 0
|
8月前
|
缓存 负载均衡 安全
CDN的特点及意义?
CDN的特点及意义?
79 0
|
4月前
|
缓存 负载均衡 安全
CDN是什么产品,CDN防护效果怎么样,如何选择CDN
CDN是什么产品,CDN防护效果怎么样,如何选择CDN
|
5月前
|
缓存 CDN
CDN使用总结
CDN使用总结
39 0
|
12月前
|
安全 前端开发 JavaScript
什么是CDN?CDN有什么用?应该怎么选择CDN?
CDN(Content Delivery Network)指内容分发网络,是一种分散式的网络架构,通过在全球范围内分布的众多节点,将内容分发到用户所在的最近节点,从而提高用户访问网站的速度和稳定性。CDN通常用于网站、视频、音频、游戏等大型内容的分发和加速,其核心思想是利用离用户更近的服务器来提供更快速的响应和更稳定的网络连接。
|
CDN
CDN添加加速域名
CDN添加加速域名自制脑图
45 0
CDN添加加速域名
|
缓存 网络协议 前端开发
CDN的那些事
前段时间,群友的cdn被刷爆了,这就引起了我的恐慌,我大概接入了3个域名和一个cos,要刷的话,可能会倾家荡产,国内的cdn比较便宜但是没有防护,国外的就比较贵,节点少,开了等于没开,但是他们是有防护的,盗刷应该不会这么严重,腾讯云其实也有一个类似的功能产品,scdn,有个问题,太贵啦,当时年少不懂事,测试给我花了30块,应该可以想象价格的高昂了吧。这次针对cdn的某些设置进行了一点点的优化,至少在你的网站被cc或者ddos时,自动关闭cdn,避免高昂的费用。
197 0
CDN的那些事
|
前端开发 JavaScript CDN
CDN配置
CDN配置
203 0