Content Delivery Network

Illustration of content in a website delivered from servers with and and without a usage of CDN. Source: imperva.com.
Illustration of content in a website delivered from servers with and and without a usage of CDN. Source: imperva.com.

A Content Delivery Network (CDN) is a collection of servers located around the world that work together to deliver content to users faster by bringing it closer to them. CDNs store a copy of content in Cache Servers or Edge servers in point-of-presence (POP) locations close to end users to reduce loading time and overloading on a single origin server.

Although a CDN does not replace the need for web hosting, it does help with content caching at the network edge, which improves website performance in ways that traditional web hosting services struggle.

CDNs can cache various form of contents like web pages, image, video also live streaming without storing the entire recordings caching it as segments.

Discussion

  • Why do we need a CDN?
    How does a CDN improve page load time. Source: ImageKit Image CDN.

    A CDN is useful for websites or web applications that have a high volume of traffic and a large number of users from all over the world. Due to the higher latency in the network during transmission, visitors from all over the world will experience longer loading times because websites are hosted on a single server in a single location. By reducing page loading times, a CDN improves the user experience.

    The primary goal of a content delivery network (CDN) is to reduce latency, or the delay that occurs in a website's response to a user request. CDNs help to reduce latency by distributing content across multiple servers maintained by CDN providers around the world, rather than a single server to handle website traffic. .

    CDNs can not only provide customers with faster loading speeds, but they can also prevent website crashes in the event of a spike in traffic. . More than 41% of the top 10,000 websites use a CDN to deliver their content, according to BuiltWith, a technology lookup tool.

  • How do CDNs work?
    How CDNs cache content on Edge Servers. Source: keycdn.com.
    How CDNs cache content on Edge Servers. Source: keycdn.com.

    A Content Delivery Network (CDN) is a network of servers that distributes content from a "origin" server where the content is originally hosted via proxy servers that receive client requests and forward them to other edge servers located around the world.

    Edge servers in a CDN can be either data centres with multiple servers or Points of Presence (PoP) with a single server. These are strategically placed across multiple geographical locations, where the content is cached before being served via CDN.

    Caching refers to the practise of storing copies of data pulled from an origin server on edge servers. It helps the origin server in reducing traffic stress on a website by bringing edge servers closer to the users, which reduces loading time as less travel time is required to reach the user.

    CDN Edge servers are usually located near Internet exchange points (IXPs), which connect various internet service providers to exchange traffic. . CDN providers can save money and time by locating servers in these interconnected locations. .

    Equal-cost multipath (ECMP) is one of the routing strategy that edge servers use to balance traffic and efficiently use bandwidth.

  • What are the benefits of using a CDN?
    Akamai: What are the Benefits of a CDN. Source: McElroy.

    • Improving site Reliability: Even during common network issues such as hardware failures or network traffic congestion, CDNs can keep website content online. Usage of CDNs can avoid traffic congestion by using load balancing to distribute traffic equally across multiple servers. Some CDN providers use the anycast routing method to efficiently handle traffic and routing it to the nearest data centre with high traffic handling capabilities to avoid congestion.
    • Increased Security: The use of CDNs can help to prevent various cyber attacks such as common DDoS ,in which an attacker floods a website with abnormally high traffic, overloading server and making it unresponsive .While these attacks are becoming common, Cloudflare a CDN provider, has prevented a DDoS attack with a peak of 17.2 million requests per second (rps), which is three times higher than previous records proving the security of CDN.
    • Scalabilty:Because a CDN distributes the contents across many servers around the world, the website owner does not need to change the demands of the webserver based on traffic needs because the CDN handles it and scales it accordingly.
  • What is Push and Pull caching in CDN?

    When we talk of global CDN network, it refers to caching content at various edge server locations such that the data is available to any requesting global user. It can actually be classified into two types push and pull based on how it caches the data from the origin server.

    Push CDN distributes a website's content at regular intervals from the origin server to edge servers (PoPs) located all over the world. Visitors to the website are served from an edge server copy of the website. It works in the same way as prefetch . Push CDN is ideal for low-traffic websites and files that are mostly static and do not change frequently.

    Pull CDN, also known as Reverse Proxy, does not store the contents of a website on CDN Edge Servers until the user requests that resource for the first time. .When a user requests content from the Edge server, it contacts the origin server and obtains a copy to deliver to the user. All future requests for that content will be served from the Edge server's cache. It is best suited for smaller files such as images, javascript, and so on.

  • Could you explain some terminologies used in CDN?
    Cache hit vs Miss. Source: stormit.cloud.
    Cache hit vs Miss. Source: stormit.cloud.

    • Cache Hit: A "cache hit" occurs when a user requests files from the Edge server's cache and the Edge server is able to successfully deliver them from the cache rather than the origin server.
    • Cache Miss: This happens when the requested file by the user is not found in the Edge server and the request is passsed onto "Origin Server" to deliver it to the user. Once the origin server responds, the CDN server caches, so that subsequent requests for it results in a cache hit.
    • Cache hit ratio: A count of the number of content requests that are successfully fulfilled by Edge servers. It is calculated by Number of cache hits/(Number of cache hits + Number of cache misses) = Cache hit ratio.
    • Purge: The edge server's cached version of a file is removed, and the origin server begins delivering the newer version of the content to the edge server.
    • Prefetch: It is used to provide a faster delivery experience to the user. To avoid cache misses, content that is likely to be requested by a large number of users is cached on Edge Servers.
  • Which should you use Multi-CDN or Single CDN?
    A Multi-CDN structure. Source: Chew 2018.
    A Multi-CDN structure. Source: Chew 2018.

    In the Multi-CDN model, Traffic is distributed across multiple CDN providers, such as Cloudflare, Akamai, and AWS, Multi-CDN enables the combination of capacity from multiple providers and provides fault tolerance in the event of a failure. .

    Different CDN providers will have individual Edge Servers with different infrastructure and unique features, resulting in different performance, security, and usage costs. Multi-CDN can be set up with the help of third-party providers such as NS1. They serve as CDN brokers, aggregating several CDN providers.

    In single CDN model, the users use only one CDN provider for their website, and is recommended for businesses that want to distribute their content only to specific geographic locations and do not have a global audience. It also reduces multiple DNS lookups, as opposed to Multi-CDN, which uses three DNS lookups, slowing down the initial connection to the CDN.

  • What is Request collapsing in CDN?
    Request collapsing in action. Source: Betts 2019.
    Request collapsing in action. Source: Betts 2019.

    Request collapsing, also known as collapse forwarding, is a key feature of CDN architecture that prevents Edge servers from being overloaded by a large number of simultaneous requests to access content from the CDN while it is being cached to edge servers or is yet to be cached in the CDN, resulting in a cache miss.

    The problem is known as Thundering Herd or Cache Stampede. Many large companies in the tech industry experienced outages as a result of it. . Request collapsing helps to solve this problem by combining multiple requests for the same content into a single request.

    If there is cache miss for the requested content and a second request for the same content arrives in the meantime, the second request is queued. After the file is sent from the origin server to the CDN Edge servers, it is finally delivered to everyone who requested it.

    Some CDN providers take this concept a step further by incorporating "origin shield" between Edge servers and origin servers in the CDN by incorporating caching layers to reduce the number of requests made to the origin server for content.

  • How does CDN cache dynamic content?
    Illustration of Static vs Dynamic Content. Source: Cloudflare.
    Illustration of Static vs Dynamic Content. Source: Cloudflare.

    Content on a website will be either static or dynamic. Static content will be same for every user which needs almost no processing by a backend in server specifically for the user. It is easy to serve by a CDN as the information once cached in the server will not change. Traditional CDNs have cached and served only static content but CDNs now a days need to process dynamic content in which the data changes depending on user, location and many other factors.

    Caching dynamic content via CDN is complex because it requires querying a database, using Full Page Caching or reverse proxy caching also executing large code base to generate the content. It was once impossible to cache dynamic content, but with the advancement of modern CDN technologies, it is now possible to do so by running the code and storing databases closer to the users on Edge Servers and delivering it from the cache rather than pulling it from the distant origin server, which even speeds up the response time of dynamic websites to the user.

  • Difference between CDN and Edge Computing

    While CDN aims to improve user connectivity by caching content copies in edge servers. Edge Computing is a similar architecture aimed primarily at IoT (Internet of Things) sensors, Gateways, Smartphones, and a wide range of technologies not limited to high performance servers.

    It can not only store content like a CDN, but it can also distribute workload and provide decentralised computing, processing services for applications such as VR, AR Gaming, and others that require high reliability and ultra low latency with the help of growing 5G technology. It can replace a CDN Edge Server which performs the majority of the computing services on the origin server and stores the copies, whereas in Edge Computing, the majority of what happens in CDN origin servers happens closer to the user.

    Beacause the required infrastructure for a Edge computing varies greatly than a CDN. Users of edge computing services for their business require a tailor made solutions according to their specific requirements.

  • What are the Disadvantages of using a CDN?
    • Expensive: Starting to use a CDN and setting it up takes time and comes with a lot of hidden costs. There are many CDNs that offer free plans, but they come with some restrictions. Because it can handle large amounts of traffic, the fees are determined by the number of visitors, the amount of CDN resources used, and a variety of other factors. As a result, CDN networks are typically a better option for large businesses with the financial resources and requirements to invest in them.
    • Server Location: Before you set up, learn about CDN providers and their points of presence (PoPs). If you don't have a CDN provider's server near where your core audience and majority of traffic is expected, it will have a negative impact on your website's performance as it will directly increase the loading time for the users.
    • Handling SEO: Though using a CDN improves page speed, which is beneficial to SEO, there are a number of other factors that if handled incorrectly can have a negative impact on SEO. It is recommended that assets such as images be hosted on the same sub-domains as the website.

Milestones

1995

Tim Berners-lee inventor of World Wide Web realised internet traffic congestion would become a major problem limiting internet usage. They start a research project in MIT to find a solution.

Aug
1998

Dr. Leighton and Mr. Lewin incorporated Akamai meaning "clever" or "intelligent" in Hawaiian language. It is the first CDN provider and the company is evolved from a MIT Project in 1995.

Feb
1999

Akamai provides first live traffic to Disney website via CDN. It starts earning a considerable market share by delivering two programmes for ESPN and Entertainment tonight, which historically had a high consumer demand. Also in the same year world's most visited website Yahoo is their customer.

Aug
2000
Diagram Representing CDN structure. Source: Free Patents Online.
Diagram Representing CDN structure. Source: Free Patents Online.

Dr.Tom leighton MIT math professor and his student Daniel Lewin got patent for their intelligent routing system which replicates content across a large network of distributed servers. It is titled as "Global hosting system".

Sep
2001

The 9/11 terrorist attack in United States increases internet usage worldwide. During this MSNBC a news Channel consumes a bandwidth of 120 gigabits per second, compared to the normal 6 gigabits. After this event more money is invested in the development of advanced CDNs to handle such flash crowds. Daniel Lewin, the father of CDN and founder of Akamai CDN, is coincidentally killed in this terrorist attack.

Nov
2007

A new architecture distributed Content Delivery Network (DCDN) is proposed in the IEEE research paper to improve the peering of CDN which allows traffic to be exchanged between two networks directly increasing the efficiency of Commercial CDNs. Resources of the internet users like storage space and bandwidth is used in DCDN.

Nov
2008

Amazon Web Services(AWS) subsidiary of Amazon.com,Inc launches CloudFront a content delivery network with 14 edge locations around the world. A Huge advantage of Cloudfront is the pay as you go pricing model with no upfront cost or long term contract.

Nov
2009

Microsoft launches Windows Azure Content Delivery Network. The data is delivered by blob containers which can store large unstructured data served to users by over HTTP or HTTPS protocols. Public Blob containers are available for anyone for anonymous access with the CDN URL. Data Request is served from the closest CDN endpoint of the user to access the Blob. Azure CDN uses cache in which a very-high speed memory to deliver static objects allowing users to store large amount of data.

Apr
2010
Block diagram for the method for protecting within the CDN. Source: Limelight Networks Inc 2010.
Block diagram for the method for protecting within the CDN. Source: Limelight Networks Inc 2010.

Limelight Inc's patent application is published. In which a new system for delivering encrypted data to end-users from a Content Delivery Network origin is proposed. Some or most of the contents within the CDN is encrypted and when the end-user supplies a Universal Resource Indicators (URI) the CDN determines the key for decrypting the content before it is delivered to the end-user from CDN.

Jun
2012

Netflix a subscription based streaming service launches "Open Connect Network" , CDN to serve petabytes of data on a In-house content distribution network to provide billion hours per month of movies and TV which was served by other commerical CDN providers previously. Netflix provides free servers to the Internet Service Providers which stores copies of Netflix contents to reduce the burden on networks by eliminating the number of transits for the content to reach the user in the network.

Sep
2017

Edgemesh a web acceleration company has started to operate 3,500 Global networks through Peer-to-Peer Content delivery network technology which cuts the page loading time by 60% reducing bandwidth fees by 90%.

Jun
2018

A New PCDN Technology introduced by Alibaba Cloud is emerging to offer Peer to Peer functionality optionally integrated with a CDN. This PCDN depends on Peer to Peer technology which can be integrated with conventional CDN and Cloud-based CDN. The Cost of PCDN is also cheaper than traditional and Cloud-based CDN. Multi-level node scheduling increases data redundancy which means the data can be served by both CDN and P2P technology.

Jul
2019

For about 30 minutes, many websites on the internet displayed a 502 error due to a major outage in Cloudflare CDN. It's because of a bug that caused a massive spike in CPU usage, which caused the system to crash.

2020

Due to the COVID pandemic, CDN usage is on the rise, with Video on Demand (VOD) and Over the Top (OTT) services playing a major role. With 15.8 million new users, Netflix, an OTT platform, saw a 48 percent increase in traffic. Similarly, edtech platforms have seen an increase in usage.

References

  1. 8quip. 2018. "A SHORT STORY OF CDN - Criticalcase." Criticalcase, January 30. Accessed 2022-03-04.
  2. Akamai. 2017. "Akamai: What are the Benefits of a CDN." McElroy Films - YouTube, February 17. Accessed 2022-03-16.
  3. Akamai. 2022. "Company History - How Akamai got its start." akamai.com, February 20. Accessed 2022-02-20.
  4. Akamai. 2022a. "Akamai Remembers Danny Lewin." Akamai.com, March 04. Accessed 2022-03-04.
  5. Alibaba Cloud. 2022. "What Is CDN?" Alibabacloud.com, March 22. Accessed 2022-03-22.
  6. Alibaba Clouder. 2018. "Content Delivery Acceleration and Cost Reduction with P2P CDN (PCDN)" Alibabacloud.com, June 05. Accessed 2022-03-10.
  7. Altomare, Francesco. 2021. "Multi Content Delivery Network Explained." Globaldots.com, April 21. Accessed 2022-03-20.
  8. Amazon.com. 2008. "Press release - Amazon Web Services Launches Amazon CloudFront, a Self-Service, Pay-as-You-Go Content Delivery Service." Amazon.com, Inc. - Press Room, November 18. Accessed 2022-02-23.
  9. Azure. 2009. "Introducing the Windows Azure Content Delivery Network." Azure Microsoft, November 05. Accessed 2022-03-04.
  10. Bannerman, Natalie. 2017. "Edgemesh announces CDN milestone." Capacitymedia, September 20. Accessed 2022-02-21.
  11. Barr, Jeff. 2008. "Distribute Your Content With Amazon CloudFront." AWS News Blog, November 17. Accessed 2022-02-23.
  12. Beatteay, Sunny. 2021. "How a Cache Stampede Caused One of Facebook’s Biggest Outages." betterprogramming.pub, January 25. Accessed 2022-03-22.
  13. BelugaCDN. 2022. "What is Origin Pull CDN? | Origin Pull CDN vs. Push CDN." BelugaCDN, March 18. Accessed 2022-03-18.
  14. Betts, Andrew. 2019. "Request collapsing: the hidden magic that invisibly speeds up the web." Perfplanet.com, December 19. Accessed 2022-03-22.
  15. Bohn, Dieter. 2012. "Netflix announces Open Connect content delivery network." theverge.com, June 05. Accessed 2022-03-09.
  16. Brachmann, Steve. 2017. "Content Delivery Networks: Dan Lewin and Tom Leighton solve the “World Wide Wait”" ipwatchdog.com, August 22. Accessed 2022-02-19.
  17. CDNetworks. 2020. "CDN Security – Improving web security with a CDN." CDNetworks.com, December 15. Updated 2021-10-25. Accessed 2022-03-17.
  18. CDNetworks. 2021. "How Does a CDN Work?" CDNetworks.com, January 29. Accessed 2022-03-15.
  19. CDNplanet.com. 2020. "Introduction to Prefetch." CDN Planet, July 10. Accessed 2022-03-19.
  20. Cachefly. 2016. "Push vs. Pull: What’s the Difference?" cachefly.com, February 16. Updated 2021-06-24. Accessed 2022-03-17.
  21. Carlyle, Josh. 2018. "Advantages and Disadvantages of Using a CDN." colocationamerica.com, October 29. Accessed 2022-03-28.
  22. Chew, Ben. 2018. "What is a multi-CDN strategy – and why do you need one?" onapp.com, July 20. Accessed 2022-03-26.
  23. Cloudflare. 2022. "CDN reliability and redundancy." Cloudflare, March 16. Accessed 2022-03-16.
  24. Cloudflare. 2022a. "What is Anycast? | How does Anycast work?" Cloudflare, March 16. Accessed 2022-03-16.
  25. Cloudflare. 2022b. "What is a cache hit ratio?" Cloudflare, March 19. Accessed 2022-03-18.
  26. Cloudflare. 2022c. "What is a CDN? | How do CDNs work?" Cloudflare, March 23. Accessed 2022-03-22.
  27. Cloudflare. 2022d. "What is a video CDN?" Cloudflare, March 22. Accessed 2022-03-21.
  28. Cloudflare. 2022e. "What is the difference between static and dynamic content?" Cloudflare, March 27. Accessed 2022-03-27.
  29. Cloudflare Status. 2019. "HTTP 502 errors - Incident Report for Cloudflare." cloudflarestatus.com, July 02. Accessed 2022-03-05.
  30. Conran, Matt. 2017. "Understand the Inner Workings of a CDN: PoP Architecture & DNS Load Balancing vs. Anycast." blog.paessler.com, April 04. Updated 2022-03-03. Accessed 2022-03-26.
  31. Conran, Matt. 2019. "How edge computing is driving a new era of CDN." Networkworld.com, July 17. Accessed 2022-03-28.
  32. Dan. 2021. "Dynamic Content Caching With A CDN." peakhour.io, February 09. Accessed 2022-03-27.
  33. Dan C.Marinescu. 2018. "Cloud Computing (Second edition) Theory and Practice: 5.12. Content Delivery Networks." Morgan Kaufmann Publishers, January 05. Accessed 2022-02-20.
  34. Davies, David. 2020. "HOW CDN PROVIDERS ARE MEETING OTT-FUELLED DEMAND." ibc.org, November 12. Accessed 2022-03-28.
  35. Developers. 2017. "P2P CDN ROLLED OUT BY EDGEMESH." CDN Finder, September 27. Accessed 2022-02-21.
  36. Dignan, Larry. 2008. "Amazon launches CloudFront; Content delivery network margins go kaboom." zdnet.com, November 18. Accessed 2022-02-23.
  37. Edmonds, Simon. 2016. "Push vs pull – which CDN is best? Why can’t I have it both ways?" cdn.net, December 05. Accessed 2022-03-17.
  38. Free Patents Online - FPO. 2000. "Global hosting system - United States Patent 6108703." freepatentsonline.com, August 22. Accessed 2022-02-20.
  39. Fung, Brian. 2013. "How the Internet broke on 9/11." WashingtonPost, September 11. Accessed 2022-03-04.
  40. Google Cloud. 2022. "Caching overview." Google Cloud, March 20. Accessed 2022-03-21.
  41. Gtmetrix. 2017. "Why use a Content Delivery Network (CDN)?" Gtmetrix.com, February 23. Accessed 2022-03-11.
  42. IIFLMarkets. 2020. "The pandemic has increased the demand for CDNs (content delivery networks)" indiainfoline.com, August 24. Accessed 2022-03-28.
  43. ImageKit Image CDN. 2020. "How does a CDN work to improve page load time." ImageKit Image CDN - YouTube, June 17. Accessed 2022-03-15.
  44. Jackson, Brian. 2019. "Why Use a CDN? Here Are 10 Data-Driven Reasons." Keycdn.com, March 04. Accessed 2022-03-12.
  45. Jessica. 2017. "Pros and cons of CDN." internetdevels.com, July 17. Accessed 2022-03-28.
  46. Jetha, Hanif. 2018. "Using a CDN to Speed Up Static Content Delivery." digitalocean.com, August 02. Accessed 2022-03-17.
  47. Johnson, William. 2020. "Best Practices for Content Delivery Networks (CDN) SEO." semrush.com, December 11. Accessed 2022-03-27.
  48. Juniper.net. 2021. "Flow-Based and Packet-Based Processing User Guide for Security Devices - ECMP Flow-Based Forwarding." Juniper.net, January 20. Accessed 2022-03-27.
  49. K, Karol. 2020. "MaxCDN (StackPath) vs CloudFlare vs Amazon CloudFront vs Akamai Edge vs Fastly." codeinwp.com, June 06. Accessed 2022-03-18.
  50. Kavinsky, Ryan. 2021. "CDN vs Edge Computing." intequus.com, August 18. Accessed 2022-03-28.
  51. Keck, Catie. 2021. "A LOOK UNDER THE HOOD OF THE MOST SUCCESSFUL STREAMING SERVICE ON THE PLANET." theverge.com, November 17. Accessed 2022-03-08.
  52. Kempf, Rachel. 2021. "Why Companies are Abandoning Legacy CDNs for Edge Computing." azion.com, March 15. Accessed 2022-03-28.
  53. Krzyzanowski, Paul. 2021. "Distributed Systems : Content Delivery Networks - Akamai." Rutgers University Computer Science Department - Paul Krzyzanowski, November 14. Accessed 2022-03-15.
  54. Larumbe, Federico, and Abhishek Mathur. 2015. "Under the hood: Broadcasting live video to millions." FB Enginnering, December 03. Accessed 2022-03-22.
  55. Lawler, Ryan. 2012. "Netflix Rolls Out Its Own CDN: Open Connect." techcrunch.com, June 05. Accessed 2022-03-09.
  56. Limelight Networks Inc. 2010. "Content delivery network encryption." Google Patents, April 08. Accessed 2022-03-08.
  57. McKinnon, Jenni. 2019. "What are Hit and Miss Ratios?" wp-rocket.me, July 02. Accessed 2022-03-19.
  58. Miller, Ron. 2007. "Cookin' With P2P: Recipe for Success or Flash in the Pan?" streamingmedia.com, June 15. Accessed 2022-03-05.
  59. Mulerikkal, Jaison Paul, and Ibrahim Khalil. 2007. "An Architecture for Distributed Content Delivery Network." IEEE Explore, November 19. Accessed 2022-03-04.
  60. Nanwani, Rahul. 2021. "What is a Content Delivery Network (CDN) - A Beginner's Guide." imagekit.io, November 25. Accessed 2022-03-15.
  61. Netflix Blog. 2012. "Announcing the Netflix Open Connect Network." Netflix Blog, June 04. Accessed 2022-03-09.
  62. Nichols, Steven Vaughan. 2019. "Cloudflare stutters and the internet stumbles." zdnet.com, July 02. Accessed 2022-03-28.
  63. Novotný, Adam. 2022. "What is a Cache Hit Ratio and How do you Calculate it?" stormit.cloud, March. Accessed 2022-03-18.
  64. Osterhout, Chris. 2015. "How to Infinitely Scale Your Website Using a CDN." wearediagram.com, November 05. Accessed 2022-03-17.
  65. Perez, Mike. 2015. "What is a CDN and why you should use one." Fastly, March 02. Accessed 2022-03-13.
  66. Prince, Matthew. 2013. "Load Balancing without Load Balancers." Cloudflare, June 03. Accessed 2022-03-16.
  67. Quigley, Cora. 2020. "How a CDN Can Help Protect Against DDoS Attacks." namecheap.com, January 15. Updated 2020-11-03. Accessed 2022-03-16.
  68. Richardson, Catherine. 2020. "Rackspace CDN terminology." rackspace.com, December 10. Accessed 2022-03-19.
  69. Rifkin, Glenn. 2014. "The Ultimate Comeback | Tom Leighton, Akamai and a Return from the Edge." kornferry.com, February 19. Accessed 2022-03-04.
  70. Rowe, Kevin. 2021. "Content Delivery Network (CDN): What It Is & How It Works." Search Engine Journal, May 10. Updated 2021-05-12. Accessed 2022-03-15.
  71. Sen, Dr. William. 2018. "Content Delivery Networks (CDN): Good or Bad for SEO? What is a CDN and does it harm SEO - Especially for Images." gobluemedia.com, February 08. Accessed 2021-01-21.
  72. Souza, Diogo. 2020. "Static hosting with Azure Blob Storage and Azure CDN." red-gate, September 25. Updated 2021-03-30. Accessed 2022-03-05.
  73. Techopedia. 2022. "Blob Storage." Techopedia, March 05. Accessed 2022-05-05.
  74. Teodoro, Mark. 2020. "Serving truly dynamic content with a modern CDN and edge-first delivery." fastly.com, December 07. Accessed 2022-03-27.
  75. Vijayanagar, Krishna Rao. 2021. "What is Multi-CDN and How Does It Work?" ottverse.com, June 08. Accessed 2022-03-21.
  76. Vijayanagar, Krishna Rao. 2021a. "CDN Request Collapsing and the Thundering Herds Problem Simplified." ottverse.com, January 22. Accessed 2022-03-21.
  77. Walicki, John. 2020. "Edge Computing vs. 5G: Are they the same thing?" developer.ibm.com, May 04. Accessed 2020-05-05.
  78. Yoachimik, Omer. 2021. "Cloudflare thwarts 17.2M rps DDoS attack — the largest ever reported." Cloudflare Blogs, August 08. Updated 2022-01-07. Accessed 2022-03-17.
  79. YourTechDiet. 2021. "Pros and Cons of CDN (Content Delivery Network) Explained." yourtechdiet.com, December 07. Accessed 2022-03-28.
  80. Zhang, Leona. 2018. "Content Delivery Acceleration and Cost Reduction with P2P CDN (PCDN)" DZone, June 13. Accessed 2022-03-10.
  81. akamai.com. 2022. "Content Delivery Networks — What is a CDN?" akamai.com, March 13. Accessed 2022-03-13.
  82. arvancloud.com. 2022. "The difference between push and pull data storage methods in CDN edge servers." arvancloud.com, March 18. Accessed 2022-03-18.
  83. asioso. 2021. "Advantages and disadvantages of a content delivery network." asiso.com, February 09. Accessed 2022-03-05.
  84. builtwith.com. 2022. "Content Delivery Network Usage Statistics." builtwith.com, March 13. Accessed 2022-03-13.
  85. cdnsum.com. 2022. "Purging and prefetching a CDN content." cdnsum.com. Accessed 2022-03-29.
  86. client.cdn.77.com. 2022. "Purge & Prefetch." client.cdn77.com, March. Accessed 2022-03-18.
  87. cloudflare. 2022. "What is a CDN edge server?" Cloudflare, March 26. Accessed 2022-01-26.
  88. cloudflare.com. 2022. "What is caching?" Cloudflare, March 29. Accessed 2022-03-29.
  89. imperva.com. 2022. "What is a CDN." imperva.com, March 21. Accessed 2022-03-21.
  90. keycdn.com. 2018. "How Does a CDN Work?" keycdn.com, October 04. Accessed 2022-03-25.
  91. ns1. 2022. "Multi-CDN." ns1.com, March 21. Accessed 2022-03-21.
  92. optimicdn. 2016. "Operating Principle Of A Content Delivery Network." optimicdn, August. Accessed 2022-03-15.
  93. section.io. 2020. "Is a Multi-CDN Strategy Right For You?" Sectionio, March 02. Accessed 2022-03-21.
  94. stackpath.com. 2022. "What is Multi-CDN?" stackpath.com, March 20. Accessed 2022-03-21.
  95. support.cloudflare. 2022. "Does Cloudflare Do Prefetching?" support.cloudflare.com, March. Accessed 2022-03-19.

Further Reading

  1. Djuraskovic, Ogi. 2022. "How to Find the Best CDN Service for Your Website." Firstsiteguide.com, January 03. Accessed 2022-03-23.
  2. imperva.com. 2020. "The Essential CDN Guide." imperva.com, June 15. Accessed 2022-03-23.
  3. Robinson, Dom. 2017. "Content Delivery Networks Fundamentals, Design, and Evolution." Wiley. Accessed 2022-03-23.

Article Stats

Author-wise Stats for Article Edits

Author
No. of Edits
No. of Chats
DevCoins
11
5
2791
3
3
209
2795
Words
0
Likes
4573
Hits

Cite As

Devopedia. 2022. "Content Delivery Network." Version 14, April 1. Accessed 2023-11-12. https://devopedia.org/content-delivery-network
Contributed by
2 authors


Last updated on
2022-04-01 03:37:38