Understanding the Terminologies Used for CDN

简介: What are some of the common terminology and abbreviations used in CDN? Read to learn more!

ST_008

Content Delivery Network (CDN) is a popular service provided by many cloud providers, such as Alibaba Cloud. The main purpose of using CDN is to accelerate content delivery to users from across the globe. When using CDN, you are bound to encounter some technical jargon that may not be familiar to you. This article describes some of the most common terminology used in CDN.

Origin Server Source Station

The server used by the customer before the customer began implementing CDN. For example, if your website is hosted in the United States and you do not have any CDN, your Origin Server Source Station is the US.

User

Probably the most obvious one of all the terms, User refers to a visitor who accesses the website.

Last Mile

A common terminology used in network technology, last mile refers to the connection closest to the user. For CDN, this refers to the route between the visitor and CDN server they access.

Domain Name

A domain name is the name of a server or network system connected to the Internet. All domain names are unique worldwide. Domain names are closely related to Uniform Resource Locators (URLs). For example, in the URL https://www.alibabacloud.com/product/cdn, the domain name is www.alibabacloud.com.

CNAME Record

CNAME record stands for Canonical Name (CNAME) record. A CNAME record is an alias (alternate) to a domain name. For example, if we want to redirect users who access www.aliyun.com to the Alibaba Cloud homepage, we can use a CNAME record to point it to www.alibabacloud.com. A customer visiting the Aliyun domain name will see the same page as a different customer visiting the Alibaba Cloud domain.

CNAME Domain Name

CDN domain acceleration works by using CNAME records. After configuring the CDN acceleration on the Alibaba Cloud console, you will receive an accelerated domain name called the CNAME domain name (this domain name should be ".kunlun.com"). After the user directs their domain to the domain name ".kunlun.com" following the CNAME operation, the domain name resolution is formally transferred to Alibaba Cloud. All of the requests for this domain name will be transferred to the Alibaba Cloud CDN nodes.

DNS

DNS stands for Domain Name System. It refers to the domain name resolution service. On the Internet, DNS converts a domain name to an IP address that can be recognized by the network. People are more comfortable with readable domain names, but machines can only recognize IP addresses (numbers). There is a one-to-one correspondence between a domain name and an IP address, and the conversion between the two is called domain name resolution. Domain name resolution is automatically done by a dedicated domain name resolution server.

For example, the domain name www.baidu.com we enter will be automatically converted into the IP address 220.181.112.143

Edge Node

This is also called a CDN node or cache node. It is a simple concept proposed in contrast to the complex structure of the network. It refers to network nodes with a comparatively small number of links for the user to access. This improves the response capability and connection speed for the end user. Edge nodes are used to store the webpage content and objects with a higher traffic volume in a specialized cache machine on the server's front-end, to improve the speed and quality for website access.

Cache

Cache is a special memory subsystem in which frequently used data is temporarily stored to facilitate quick access. Cache in a memory stores content in frequently accessed RAM location as well as the storage address of the data. When the processor refers to an address in memory, the cache checks if it exists. If the address exists, the data is returned to the processor; and if the address is not stored, the memory is routinely accessed. Since cache is always faster than main RAM, cache is often used when RAM accesses will be slower than microprocessors.

相关实践学习
Serverless极速搭建Hexo博客
本场景介绍如何使用阿里云函数计算服务命令行工具快速搭建一个Hexo博客。
目录
相关文章
|
存储 对象存储 UED
CDN适用哪些场景?
CDN是将源站内容分发至最接近用户的节点,使用户可就近取得所需内容,提高用户访问的响应速度和成功率。今天为大家分享几个CDN的典型适用场景。
16117 0
|
3月前
|
存储 缓存 负载均衡
cdn是什么
cdn是什么
74 2
|
5月前
|
域名解析 网络协议 安全
阿里云CDN
本文介绍阿里云CDN产品中涉及的基本概念,便于您更准确地理解和使用CDN产品。
126 5
|
5月前
|
域名解析 缓存 负载均衡
CDN
CDN
99 0
|
5月前
|
缓存 边缘计算 网络协议
阿里云CDN介绍
阿里云CDN介绍
121 0
|
负载均衡 安全 网络协议
CDN的特点及意义?
CDN的特点及意义?
156 0
|
缓存 负载均衡 安全
CDN的特点及意义?
CDN的特点及意义?
110 0
|
5月前
|
CDN
5、CDN
5、CDN
43 0
|
11月前
|
缓存 CDN
CDN使用总结
CDN使用总结
58 0
|
缓存 网络协议 前端开发
CDN的那些事
前段时间,群友的cdn被刷爆了,这就引起了我的恐慌,我大概接入了3个域名和一个cos,要刷的话,可能会倾家荡产,国内的cdn比较便宜但是没有防护,国外的就比较贵,节点少,开了等于没开,但是他们是有防护的,盗刷应该不会这么严重,腾讯云其实也有一个类似的功能产品,scdn,有个问题,太贵啦,当时年少不懂事,测试给我花了30块,应该可以想象价格的高昂了吧。这次针对cdn的某些设置进行了一点点的优化,至少在你的网站被cc或者ddos时,自动关闭cdn,避免高昂的费用。
245 0
CDN的那些事