File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ CDN 通过在全国或全球范围内设立边缘服务器,并将内容缓存
3030
3131我们可以通过一张图来理解整个流程:
3232
33- ![ 未使用CDN访问流程 ] ( /not-cdn.png )
33+ ![ Not Using CDN ] ( /not-using -cdn.png )
3434
3535而站点使用了 CDN 后,用户的访问流程大致为:
3636
@@ -45,7 +45,7 @@ CDN 通过在全国或全球范围内设立边缘服务器,并将内容缓存
4545
4646我们可以通过一张图来理解整个流程:
4747
48- ![ 使用CDN访问流程 ] ( /use -cdn.png )
48+ ![ Using CDN ] ( /using -cdn.png )
4949
5050整个访问流程中,有几个关于域名解析的关键名词需要我们理解:
5151
@@ -59,7 +59,7 @@ CDN 通过在全国或全球范围内设立边缘服务器,并将内容缓存
5959
6060以下是 CDN 中一些经常会出现的名词:
6161
62- - 边缘服务器:部署在各地的服务器,用于存储和分发内容,也称作 CDN 节点, 。
62+ - 边缘服务器:部署在各地的服务器,用于存储和分发内容,也称作 CDN 节点。
6363- 源站:网站的原始服务器,存储网站的全部资源和数据。它是 CDN 节点获取内容的最终来源。
6464- 回源:是指当 CDN 节点无法满足用户请求时(如缓存中无数据或数据已过期),向源站发起请求以获取所需内容。
6565- 缓存:即 CDN 节点存储的资源副本。
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments