<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CDN | ENFEW</title>
	<atom:link href="https://enfew.com/category/cdn/feed/" rel="self" type="application/rss+xml" />
	<link>https://enfew.com/category/cdn/</link>
	<description></description>
	<lastBuildDate>Thu, 04 Apr 2024 10:20:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://enfew.com/wp-content/uploads/2024/03/cropped-enfew-favicon-32x32.png</url>
	<title>CDN | ENFEW</title>
	<link>https://enfew.com/category/cdn/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Content Delivery Networks: CDN77.com review</title>
		<link>https://enfew.com/content-delivery-networks-cdn77-com-review/</link>
					<comments>https://enfew.com/content-delivery-networks-cdn77-com-review/#respond</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Tue, 30 Dec 2014 15:08:32 +0000</pubDate>
				<category><![CDATA[CDN]]></category>
		<category><![CDATA[Reviews]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=7442</guid>

					<description><![CDATA[<p>Content delivery networks (CDN) provide a more streamlined and faster delivery method than the standard internet, drastically reducing load time and improving the end user experience. As CDNs are more and more popular in these days, here is a review of content delivery network provider CDN77. During the last month, CDN77.com, has upgraded its servers significantly. [&#8230;]</p>
<p>The post <a href="https://enfew.com/content-delivery-networks-cdn77-com-review/">Content Delivery Networks: CDN77.com review</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Content delivery networks</strong> (<strong>CDN</strong>) provide a more streamlined and faster delivery method than the standard internet, drastically reducing load time and improving the end user experience. <span id="more-7442"></span> As CDNs are more and more popular in these days, here is a review of content delivery network provider CDN77.</p>
<p>During the last month, <a title="CDN77 - Content Delivery Network" href="http://cdn77.com" target="_blank" rel="noopener">CDN77.com</a>, has upgraded its servers significantly. Let’s have a quick look at the results.</p>
<h2>Technology</h2>
<p>The nature of delivering web content requires the servers to be both fast in responding to requests and to be able to cover huge bandwidth peaks. That is the reason why all the CDN77 infrastructure relies on fast SSD disks only and links to backbone network via two 10 Gbps ports for each of almost 30 nodes.</p>
<h2>Setting up</h2>
<p>The process of setting things up was surprisingly easy. Enter your domain name + the subdomain name that will be used to serve the cached content and you are ready to go. Since <a title="CDN77 - Content Delivery Network" href="http://cdn77.com" target="_blank" rel="noopener">CDN77.com</a> uses so called pull cache, you don’t have to upload anything. Servers will reach to your domain themselves.</p>
<p>During the process we learned that there is something called “origin” this is your server that hosts the website data for let’s say http://example.com. Then you create a subdomain, let’s say cdn.example.com and point its DNS entries to the CDN77 IP address. This means whoever will ask for let’s say cdn.example.com/image.jpg will be pointed to CDN77 “edge server” (the one closest to the visitor) and the edge server will automatically reach to http://example.com for the image file image.jpg. The visitor does not see that the image was loaded from a different location, but should see a difference in loading time.</p>
<h2>Does it work?</h2>
<p>We tested the service with few experimental microsites HTML page with text, images, CSS and JavaScript files, just like any other webpage, and measured the loading times via developer extensions in browsers.</p>
<p>Without the <strong>CDN</strong> set up, we have waited 380 ms for the page to load in average, mostly because the images took long to download and for few CSS files, the server took time to even start sending the data. The response time was quite stable and varied from 270 to 420 ms. Server was not under load.</p>
<p>With the <strong>CDN</strong> set up, for the first request, we got 400 ms response time and were surprised. Only after then we realized it is the pull cache system for the first request, the data were not cached yet and the <strong>CDN</strong> server needed to ask our origin server for all the files. Then, right for the second try, the page was loaded in 70 ms! Once cached, the times varied from 55 to 180 ms and averaged around 130 ms.</p>
<p><a href="https://enfew.com/wp-content/uploads/2014/12/Snap-2014-12-30-at-17.03.54.png"><img fetchpriority="high" decoding="async" class="aligncenter wp-image-7443 size-full" src="https://enfew.com/wp-content/uploads/2014/12/Snap-2014-12-30-at-17.03.54.png" alt="Snap 2014-12-30 at 17.03.54" width="724" height="441" /></a></p>
<p>A great surprise came when testing from a remote location. We asked a friend in Asia to load the test page and without a <strong>CDN</strong>, his loading times average exceeded 1200 ms! That’s because his request needed to cross many many nodes on its way to our datacenter in North America. With CDN77, our friend measured similar times as we did with <strong>CDN</strong> set up. That was because CDN77’s nodes are spread all around the world and our friend’s request did not have to travel to North America, it was served from an Asian <strong>CDN</strong> edge server.</p>
<h2>Summary</h2>
<p>We have seen stable 60% drop in loading times for the whole web page. The difference got more significant when more files were linked, bigger images added or visitors from other parts of the world were asked to load the page. It is also safe to assume that heavy load on the server would show even bigger gap between the power of our server and the power of a <strong>CDN</strong> network.</p>
<p>Using some sort of content delivery mechanism seems to be essential today for almost any website, big or small.</p>
<p>The post <a href="https://enfew.com/content-delivery-networks-cdn77-com-review/">Content Delivery Networks: CDN77.com review</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/content-delivery-networks-cdn77-com-review/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Content Delivery Networks and Pricing</title>
		<link>https://enfew.com/content-delivery-networks-and-pricing/</link>
					<comments>https://enfew.com/content-delivery-networks-and-pricing/#respond</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Tue, 28 Jan 2014 14:25:49 +0000</pubDate>
				<category><![CDATA[CDN]]></category>
		<category><![CDATA[Web]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=7182</guid>

					<description><![CDATA[<p>This is a second part of the informative guest post created by Will Vuong. We recommend you to go and read the first part about what CDN is, how they differ from each other and what are the performance gains. This time we cover CDN pricing and support Content Delivery Networks and Pricing Price options [&#8230;]</p>
<p>The post <a href="https://enfew.com/content-delivery-networks-and-pricing/">Content Delivery Networks and Pricing</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><em>This is a second part of the informative guest post created by <em>Will Vuong</em>. We recommend you to <a title="how to understand content delivery networks" href="http://www.enfew.com/how-to-understand-content-delivery-networks/" target="_blank" rel="noopener">go and read the first part</a> about what CDN is, how they differ from each other and what are the performance gains. This time we cover CDN pricing and support<br />
</em></p>
<h3><img decoding="async" class="alignnone size-full wp-image-7191" title="Content Delivery Networks and Pricing" src="https://enfew.com/wp-content/uploads/2014/01/Content-Delivery-Networks-and-Pricing.jpg" alt="Content Delivery Networks and Pricing" width="500" height="297" /></h3>
<h3>Content Delivery Networks and Pricing</h3>
<p>Price options vary between different CDNs and it is important that you fully understand what you are paying for. A big price tag does not equal the best performance or the greatest reach. Take the time to evaluate and understand what the CDN has to offer for the price you are presented with.</p>
<p>Also be aware of additional or hidden costs that you may not anticipate. Not all CDNs will not have an all inclusive price plan and may require additional cost for the following:</p>
<p><strong>Better Performance </strong>– Some CDN’s may place you on the “standard” network and require a premium for the higher performing network.</p>
<p><a title="how to understand content delivery networks" href="http://www.enfew.com/how-to-understand-content-delivery-networks/" target="_blank" rel="noopener"><strong>Features</strong></a> – Some features (as mentioned above) may or may not be included in your price plan. Always review what you are getting for the price you are paying.</p>
<p><strong>Midgress Traffic</strong> – charges for traffic exchanged between PoPs.</p>
<p><strong>Burst Traffic</strong> – Some CDNs may charge a higher rate for any traffic that exceeds the contractual limit.</p>
<p><strong>Support</strong> – quality and around the clock support may not always be included in your price plan.</p>
<p>Carefully review the pricing structure and know exactly what you may be paying for. Evaluate each and every performance metric, feature and service item to determine if the price point provides you with the best value. The key is not to get the lowest price, but the best price.</p>
<h3>Content Delivery Networks and Support</h3>
<p>All CDNs provide support, but the quality, availability and cost will vary. Some important things to consider about support include:</p>
<ul>
<li>Is support available 24/7/365?</li>
<li>Are there different support levels associated with additional costs?</li>
<li>How responsive is the support staff?</li>
<li>How fast do problems get resolved?</li>
<li>Dedicated account manager that knows you and your business needs?</li>
<li>Is the support staff local or outsourced?</li>
<li>Technical knowledge level of the support staff?</li>
</ul>
<p>There are many factors to consider when selecting a CDN that best fits your web performance and business needs. Understand what your needs are and focus on providers that satisfy them. Always take the time to evaluate the solutions, features and benefits that makes sense for your business. The point is not to select the best CDN, but to select the CDN that best meets your needs.</p>
<blockquote><p>Will Vuong is a web enthusiast and is naturally curious about all things technology and design. He is also a digital marketer specializing web communications and search and is currently leading these efforts at <a href="http://www.cdnetworks.com/" target="_blank" rel="noopener">CDNetworks</a>. Connect with Will at <a href="https://plus.google.com/+williamvuong_webcomm/posts" target="_blank" rel="noopener">Google+</a> or tweet him at <a href="https://twitter.com/willv" target="_blank" rel="noopener">@willv</a></p></blockquote>
<p>The post <a href="https://enfew.com/content-delivery-networks-and-pricing/">Content Delivery Networks and Pricing</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/content-delivery-networks-and-pricing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to understand Content Delivery Networks</title>
		<link>https://enfew.com/how-to-understand-content-delivery-networks/</link>
					<comments>https://enfew.com/how-to-understand-content-delivery-networks/#respond</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Tue, 14 Jan 2014 14:23:54 +0000</pubDate>
				<category><![CDATA[CDN]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=7178</guid>

					<description><![CDATA[<p>This is a first part of the guest post created by Will Vuong. Second part is about pricing and support. Selecting the Right CDN – What You Need to Consider Companies across all industries turn to CDNs (content delivery networks) to accelerate the delivery of websites and/or web applications across the internet that are critical [&#8230;]</p>
<p>The post <a href="https://enfew.com/how-to-understand-content-delivery-networks/">How to understand Content Delivery Networks</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><em>This is a first part of the guest post created by Will Vuong. <a title="CDN and pricing" href="http://www.enfew.com/content-delivery-networks-and-pricing/" target="_blank" rel="noopener">Second part</a> is about pricing and support.<br />
</em></p>
<h3><strong>Selecting the Right CDN – What You Need to Consider</strong></h3>
<p>Companies across all industries turn to <a href="http://whatis.techtarget.com/definition/content-delivery-network-CDN">CDNs</a> (content delivery networks) to accelerate the delivery of websites and/or web applications across the internet that are critical to their business. Through an interconnected system of PoPs (Points of Presence), CDNs provide a more streamlined and faster delivery method than the standard internet, drastically reducing load time and improving the end user experience.</p>
<p>There are many CDN providers, each offering different solutions, features and performance levels. How do you know which one is best for accelerating your web performance? Here is a list of considerations that will help you select the right CDN.</p>
<h3>Network Size and Reach</h3>
<h3><img decoding="async" class="alignnone size-full wp-image-7185" title="Undesrtanding content delivery networks" src="https://enfew.com/wp-content/uploads/2014/01/Undesrtanding-content-delivery-networks.jpg" alt="Undesrtanding content delivery networks" width="500" height="335" /></h3>
<p>A CDN’s network size and reach is determined by the number and location of PoPs. A large number of PoPs located in many different regions may be ideal for reaching a globally disbursed audience, but it may not be the right CDN for you if it does not have a presence in your targeted region(s). For instance, if you are trying to reach China with your origin from the UK, you would probably want a CDN with PoPs located inside the <a href="http://mashable.com/2013/12/04/explaining-chinese-censorship/">Great Firewall</a> and not in nearby locations outside (e.g. Hong Kong or Taiwan).</p>
<p>When evaluating a CDN’s network, find out if it has PoPs in your targeted regions. The closer a PoP is to your end users, the lower the latency (time required to deliver web content to the client). If no CDNs have PoPs located in your targeted regions, go with the one that has the closest PoPs.</p>
<p>Once you have selected the CDN with the reach you require, evaluate the size of the network and the number of PoPs it has in each region. Larger networks with more PoPs are more reliable as it can easily scale and maintain consistent performance during traffic surges and heavy loads.</p>
<h3>Caching vs. Dynamic</h3>
<p>Understand the difference between caching and <a href="http://www.cdnetworks.com/blog/web-application-acceleration-what-is-it-who-needs-it/">dynamic acceleration</a>. Caching is the process of duplicating static web content on PoPs located near end users. Upon request, the duplicated content is served directly from the nearest CDN PoP and not from the origin website, reducing the distance of delivery. A standard blog is an example of a static site, all visitors are served the exact same content and nothing is generated on-demand based on user interaction.</p>
<p>Unlike static content, dynamic content is real-time data and personalized content generated on-demand and served from the origin server. Dynamic content is typically served from interactive websites such as online gaming, applications, online trading etc… Dynamic acceleration provides a more direct and faster delivery path (middle mile) between the origin server and end users. Unlike delivery through the standard internet, data packets are required to travel through less connecting points and larger volumes can be delivered simultaneously.</p>
<p>Most CDNs provide caching services, but very few provide dynamic acceleration. Understand the type of content you are delivering. If it is purely a static site, caching alone may be sufficient. If you intend on accelerating an interactive website or interactive components on your site, a combination of caching and dynamic acceleration may be required.</p>
<p><a href="http://www.cdnetworks.com/blog/difference-between-dynamic-and-cached-content/">Short Video</a> – Difference between caching and dynamic acceleration.</p>
<h3>Performance</h3>
<p>The three primary components of performance are speed, scalability and reliability. Speed refers to how fast the network can return the requested content to the end user. Scalability is the CDN’s ability to maintain consistent performance throughout the network even during surges of traffic. Reliability is how well a CDN can maintain up time and prevent outages.</p>
<p>It is important to consider all three components when evaluating a CDN’s performance. A quick delivery rate is important, but an unreliable network with limited scalability will potentially present you with a lot of heartache.</p>
<p>The level of performance for each component varies between different CDNs and the key is to find the right balance for your needs. Always request a performance assessment/test to properly evaluate a CDN’s performance. Request scenarios specific to your business to be simulated to ensure the CDN is in fact capable of eliminating all current and potential web performance heartaches. It also wouldn’t hurt to do a Google search on the history of network outages on the CDNs you are evaluating.<br />
<span style="text-decoration: underline;">Integrated Features</span></p>
<p>Each CDN offers a different set of integrated features that may or may not be essential to your needs. Integrated features may include (not limited to):</p>
<ul>
<li><a href="http://www.cdnetworks.com/products/cloud-storage/">Cloud Storage</a></li>
<li><a href="http://www.cdnetworks.com/products/cloud-dns/">DNS Services</a></li>
<li>Cloud Security</li>
<li>PCI Compliance</li>
<li>Performance Management Tools</li>
<li><a href="http://www.cdnetworks.com/products/cloud-load-balancer/">Load Balancing</a> Tools</li>
</ul>
<p>Content acceleration services alone may not always be sufficient for your needs and other integrated features and tools may be required. You may also not need all the features offered by the CDN, depending on traffic requirements and the type of content you are accelerating. Some features may be included and others may cost extra.</p>
<p>The point is to be aware of what features are offered by the CDN and which ones are included or cost extra. Review your current site structure and web performance challenges before deciding which features are essential. You may end up paying for features that you may not need or you could end up saving by not having to integrate third party tools that are included in your CDN service.</p>
<p>This is the end of the first part of the post about understanding Content Delivery Networks. Second part of the post will be published later this month. Subscribe for updates!</p>
<blockquote><p>Will Vuong is a web enthusiast and is naturally curious about all things technology and design. He is also a digital marketer specializing web communications and search and is currently leading these efforts at <a href="http://www.cdnetworks.com/" target="_blank" rel="noopener">CDNetworks</a>. Connect with Will at <a href="https://plus.google.com/+williamvuong_webcomm/posts" target="_blank" rel="noopener">Google+</a> or tweet him at <a href="https://twitter.com/willv" target="_blank" rel="noopener">@willv</a></p></blockquote>
<p>The post <a href="https://enfew.com/how-to-understand-content-delivery-networks/">How to understand Content Delivery Networks</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/how-to-understand-content-delivery-networks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
