Answers for "what is cdn"

CSS
20

what is a CDN

A content delivery network (CDN) refers to a geographically distributed group
of servers which work together to provide fast delivery of Internet content.

A CDN allows for the quick transfer of assets needed for loading Internet
content including HTML pages, javascript files, stylesheets, images, and videos.

The popularity of CDN services continues to grow, and today the majority of web
traffic is served through CDNs, including traffic from major sites like 
Facebook, Netflix, and Amazon.
Posted by: Guest on June-09-2021
0

what is integrity cdn

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" 
rel="stylesheet" 
integrity="sha256-MfvZlkHCEqatNoGiOXveE8FIwMzZg4W85qfrfIFBfYc= sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" 
crossorigin="anonymous">
Posted by: Guest on August-03-2020

Browse Popular Code Answers by Language