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的典型适用场景。
16154 0
|
6月前
|
域名解析 网络协议 安全
阿里云CDN
本文介绍阿里云CDN产品中涉及的基本概念,便于您更准确地理解和使用CDN产品。
148 5
|
4月前
|
存储 缓存 负载均衡
cdn是什么
cdn是什么
125 2
|
6月前
|
域名解析 缓存 负载均衡
CDN
CDN
111 0
|
6月前
|
缓存 边缘计算 网络协议
阿里云CDN介绍
阿里云CDN介绍
153 0
|
负载均衡 安全 网络协议
CDN的特点及意义?
CDN的特点及意义?
171 0
|
缓存 负载均衡 安全
CDN的特点及意义?
CDN的特点及意义?
126 0
|
6月前
|
CDN
5、CDN
5、CDN
58 0
|
安全 前端开发 JavaScript
什么是CDN?CDN有什么用?应该怎么选择CDN?
CDN(Content Delivery Network)指内容分发网络,是一种分散式的网络架构,通过在全球范围内分布的众多节点,将内容分发到用户所在的最近节点,从而提高用户访问网站的速度和稳定性。CDN通常用于网站、视频、音频、游戏等大型内容的分发和加速,其核心思想是利用离用户更近的服务器来提供更快速的响应和更稳定的网络连接。
|
存储 缓存 安全
CDN的学习与认识
CDN是内容分发网络的缩写,是一种分布在全球各地的网络服务,旨在通过在网络上分布内容副本,以减少对单个服务器的负载并加速内容的传输。CDN通过在用户与内容服务器之间插入缓存服务器来加速内容传输。