什么是基于 CDN 的版本?
基于 CDN 的版本:内容交付网络是一个服务器网络,它在地理上分散,通过将网络内容的克隆定位到更靠近吸毒者的位置或简化动态内容的交付(例如,实时录像带馈送)来实现快速的网络性能。每个 CDN 服务器都位于比主机 garcon 更靠近 web 的所谓“网络边缘”上,而主机 garcon 是网站的起源地。因此,CDN 服务员经常被称为“边缘服务器”。 “每台服务器都存储或缓存来自主机服务器的 Web 内容子集的克隆——HTML 行、图像、音频、录像带、操作。通过缩短这些内容与毒品之间的距离,内容交付网络可以帮助网站发布者发挥出色的性能,减少其网站的加载时间,并控制其自身的带宽消耗和成本。
这个怎么运作?
如前所述,CDN 的工作原理是帮助 Web 发布者通过从比网站的源服务器更接近他们的服务器的快乐分发来为 Web 提供快速、高级质量的性能。举例来说,假设您的网站位于英国 (UK)。尽管如此,如果来自美国 (US) 的人访问您的点,CDN 仍会从靠近用户的美国边缘服务器为该用户提供服务。结果是轻松愉快的提货和网络操作性能,以及更好的用户体验。
网站 CDN:并非每个网站发布者都需要 CDN。举例来说,一个原始的学院网站可能不需要 CDN,因为服务器会从附近位置刺穿该点。但是,如果您有一个媒体丰富的网站、需要快速交付的收费关键内容,那么 CDN 可能是您的最佳选择。
示例 1:您可以直接从内容交付网络 (CDN) 将 Bootstrap 库包含到您的 HTML 中。现在让我们使用来自 Twitter CDN 的 Bootstrap 库编写一个示例。
HTML
HTML
Hello, Geeks!
GeekforGeeks
A Computer Science portal for geeks.
It contains well written, well thought
and well explained computer science and
programming articles
Learn more
Hello, Geeks!
GeekforGeeks
A Computer Science portal for geeks.
It contains well written, well thought
and well explained computer science and
programming articles
Learn more
输出:
示例 2:我们在以下示例中使用 Bootstrap 4.2 CDN。
HTML
Hello, Geeks!
GeekforGeeks
A Computer Science portal for geeks.
It contains well written, well thought
and well explained computer science and
programming articles
Learn more
Hello, Geeks!
GeekforGeeks
A Computer Science portal for geeks.
It contains well written, well thought
and well explained computer science and
programming articles
Learn more
输出: