SlideShare a Scribd company logo
Content Delivery Network - What You Really Need To Know
What is a Content Delivery Network CDN?
Using a Content Delivery Network (CDN) hosting instead of a
standard hosting means that you will load some of the traffic to cloud
based servers in data centers strategically located in different
regions of the world. The servers from a data center closer to the
end user will always be triggered, so the content reaches him faster.
CDNs are basically surrogate web servers distributed across
different data centers in different geographical regions to deliver
content to end-users, based on proximity of this user. They help
global availability of a website, address the latency problems and
gain size, i.e. reduce bandwidth.
What Kind of Problems CDN Solve?
Implementing a CDN affects everything, from your internal architecture to the cost of
your IT staff, performance management and more. True power of a content delivery
network is yet to be revealed in future decades, as it soars by 20% each year, but so
far, the major advantages of using one are:
• significantly reduced page load time of your website
• increased revenue by 1% for every 100 ms of improvement to your page load time
• retaining more customers (they are more satisfied)
• more manageable traffic
• maximum availability of your product
• more secure network
• no geographical barriers
• easy delivery of video, audio rich content
• build more interactive website at no cost of losing visitors due to latencies
• reaching mobile customers with ease
• branching out to new markets, regions
• easy management of traffic peaks
• more scalability to your business, you can grow it as much as you want to
• less or now downtimes
• setting your own criteria to enable the best possible performance for your website
• build more interactive website at no cost of losing visitors due to latencies
• reaching mobile customers with ease
• branching out to new markets, regions
• easy management of traffic peaks
• more scalability to your business, you can grow it as much as you want to
• less or now downtimes
• setting your own criteria to enable the best possible performance for your website
How can I implement CDN?
More than 90% of business owners now realize the benefits of using
the cloud, the reliability of the cloud and cloud investments keep them
on top of the market and safe against competitors.
Implementing a CDN to the cloud gives them even more market
opportunities, helps them scale their business as much as they need
to, and pushes them to keep up with technological revolutions.
There are no general rules to how to implement CDNs since each type
of CDN has its own configuration process. What is important is that
YSlow recognizes the CDN and for blogs you may even use plug-ins.
How much does a CDN cost?
The usage of Content Delivery Networks (CDNs) is rapidly growing in the era of
mobile and app-based internet. The effort to simplify navigation and improve user
experience is taken both by vendors and network operators.
The speed of a website affects everything, from infrastructure to cost of an e-
commerce. With CDNs, the data is served to the end-user from the surrogate server
located nearest to him.
A CDN replicates content from the origin server to cache servers, scattered over the
globe. Renting such service from a CDN provider has proved to be much simpler and
more cost effective than maintaining an on-premise server of your own.
Also, the content that the vendors provide is seeking to be highly interactive, and the
varying round-trip of the content/data needs to be optimized, the latency minimized.
Of course, the value measured will depend on the type of the service provided, on
whether you are a vendor/content owner, or a CDN service provider. For the content
owners, basically two questions need to be answered to find where the value of their
CDN implementation lies:
• how does it improve overall retail service delivery?
• how does it support their efforts to win/retain customers?
There are many different stakeholders in the CDN market, like content providers,
content makers, data centre providers, Internet Service providers (ISPs), Internet
access providers, Internet backbone providers, CDN providers, advertisers, and so
forth.
As the market dynamics continue to evolve, so will evolve the profiles, the merging
trends, and price strategies of different stakeholders.
What is POP?
POPs (also, points of presence, edge caches) are distributed servers where
static resources are stashed across a region or worldwide, thereby bringing
resources closer to users and reducing round trip time.
Is there anything else I can do to speed up my
website?
The options to make your website faster, split in two major categories:
• speeding up your browser side technologies (browser caching, minifying
page elements, minimizing redirects)
• speeding up by using some of the acceleration technologies (Content
Delivery Networks, dynamic CDN, media streaming)
Browser-side optimization
Use the optimal formatting for images: JPEG’s are for photographs, GIF’s are for low
color images/flat color images, and PNG’s are for everything else. Also, try and adjust
the image size yourself, i.e. set the width and height (width=’60px’ height=’30px’). Use
web tools for image optimization (such as Riot, ImageOptim). Don’t store everything
locally, try using services like Flickr.
Minify the code for CSS and JavaScript. Again, there are some tools available such as
Code Minifier, Minify, JSCompress, CSSCompressor… Put CSS in separate .css files,
not embedded in each page. Put Java Script files in .js files, or if you need to include
them in HTML, put them at the bottom of the HTML page.
Browser-side optimization #2
Reduce the number of components of your page. Make a simple design. This will
immediately reduce the number of HTTP requests to download all the graphics, video
and JavaScript files from your website. Also, avoid Flash elements, or use as little as
possible. Try to host as much elements as possible on other websites.
Minimize redirects. Each redirect creates an additional HTTP request and adds RTT
(round-trip-time) latency. Use redirects only when absolutely necessary. The more
redirection you have, the slower the end user will get to the desired page.
Server-side optimization
Reduce DNS Lookups. It takes some milliseconds for DNS (Domain Name System) to
resolve an IP address for a given hostname or domain name. The browser cannot do
anything until the process is fully completed. Ideally, you should use no more than 4
hostnames. This will also allow for a higher degree of parallel downloads.
Set up a GZIP compression on your web server. It saves bandwidth and solves
problems with older browsers. The compressing options vary depending on the
server.
Server-side optimization #2
Employ media streaming methods. Real-time protocols will read compressed files to
deliver data as it arrives. And dismiss the data once it has been streamed. The option
to stream media will allow faster views, and compression/decompression methods will
dispose of all the unnecessary data that would otherwise clog your connection.
Don’t forget to run a website speed test first. In this way, you will know more precisely
which components need to be targeted first. There are many tools that can detect
the root cause of your website being not fast enough, such as YSlow, Pingdom,
WebPageTest, Cuzillion, Wireshark, HTTP Archive, PageSpeed and so on.
Is CDN useful for every site?
The first rule of e-commerce says that if the customer cannot find your
product/service, he cannot buy it. The number of web shoppers in US alone in 2011
was said to be 178,5 million and is to reach 200 million by 2015 (source: eMarketer)
which will equal 90% of all internet users in US.
Now, to consider the patience of your customers. 1 out of 4 customers is sure to
abandon a webpage that takes more than 4 seconds to load.
So, yes, improving performance is absolutely a must for every website except if the
content is hosted locally and their users are local, in that case CDN doesn’t make that
big of a difference.
What Can I Expect as a Result of Using a CDN?
Faster websites result in better user experience, better search engine rankings
and more conversions. 1 out of 4 visitors won’t wait for the page to load for more
than 4 seconds. The ideal is to find balance between neat performance and
indulging the end users’ desire for interactivity, delivering script intensive
content.
CDNs help with major performance problems on the server-side, mainly latency,
availability and bandwidth.
How Should I Select My CDN Vendor?
As CDN performance primarily depends on geographical location and the proximity of
POPs to end-users, you should locate your users first. Also, you should know who
your regular user is, define the type of content you are delivering, your business
model and what specific requirements you need in order to become more successful.
Knowledge of your specific needs is crucial as performance fluctuates among CDN
providers. With this information you make a request for proposal and go through the
feedback the CDN or service provider gives you. It is important that you get an idea
of:
• how will network performance be measured
• what chances there are for outages and how will you be compensated
• if the provider will charge overages
• what is indeed supported in terms of delivery
What If I Don’t See Any Results?
Providers of Content Delivery Networks (CDNs) vary in service. Some will perform better in China, some
in US, some in Australia. Some will include one feature, but not the other. And you’ll want to be on the
right cloud at the right time.
CDNs are known to provide a more secure network, reduced loading time of your page, manageable
traffic, maximum availability, and so on. An irreplaceable tool that will improve the entire technological
infrastructure that backs up your business. Whether you are in e-commerce business, or your website is
supposed to deliver various audio, video rich content.
Using multiple CDNs is smarter than using one CDN because:
• CDN providers perform differently in different geographical regions
• Not all CDN providers are reliable as others
• Not all CDN providers include same features and strategies as others
• You don’t need to switch CDN providers as this process becomes automated
Shouldn’t I just optimize my website?
Statistics for your uptime, response time, website performance. Plus,historical
records of all downtimes and errors and performing speed tests (e.g. with Pingdom)
will help you decide whether you need to only improve your CSS files asset, do
simple optimizing tricks, or use Content Delivery Network (CDN) hosting which uses
servers located at different data centers to deliver content from the server that is
closest to the end user.
Bear in mind that 250 milliseconds will make a difference between you and your
competitor, nowadays.
Does CDN guarantee 100% availability?
CDNs improve overall global availability of a website but the performance
depends on the geographical location of a server and of a vendor, as well as the
number of vendors that you are hiring. Having more than one is a surest way to
avoid downtimes.
Conclusion
With global CDN market changing and bringing ever
more performance technologies and solutions, it is
rather complex to describe each and every potential
use case. It depends on your overall business goals,
strategies and competitive landscape on which
performance technologies will you use. Use the
comments to ask additional questions on which we’ll
try to answer in future blog posts.
Visit www.globaldots.com for further info.
Having questions? Let our specialists answer any of your
inquiries.
Email us at sales@globaldots.com
or call:
United Kingdom: +44 207 183 0826
Germany: +49 40 226 347 139
Italy: +39 028 734 3393
Israel: +972 77 693 5809
United States: +1-88-514-5556
Canada: +1 519-279-6552
Find out more:
Web: www.globaldots.com
Facebook: https://www.facebook.com/globaldots
Twitter: https://twitter.com/GlobalDots
Linkedin: http://www.linkedin.com/company/globaldots
Google+: http://gplus.to/globaldots

More Related Content

What's hot

AWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshootingAWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshooting
Shiva Narayanaswamy
 
AWS Global Infrastructure Foundations
AWS Global Infrastructure Foundations AWS Global Infrastructure Foundations
AWS Global Infrastructure Foundations
Amazon Web Services
 
AWS 101
AWS 101AWS 101
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
Amazon Web Services
 
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
Amazon Web Services Korea
 
Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Web Services
 
AWS CLOUD 2017 - AWS Shield를 통한 DDoS 대비 복원성 강한 AWS 보안 아키텍처 구성 (임기성 솔루션즈 아키텍트)
AWS CLOUD 2017 - AWS Shield를 통한 DDoS 대비 복원성 강한 AWS 보안 아키텍처 구성 (임기성 솔루션즈 아키텍트)AWS CLOUD 2017 - AWS Shield를 통한 DDoS 대비 복원성 강한 AWS 보안 아키텍처 구성 (임기성 솔루션즈 아키텍트)
AWS CLOUD 2017 - AWS Shield를 통한 DDoS 대비 복원성 강한 AWS 보안 아키텍처 구성 (임기성 솔루션즈 아키텍트)
Amazon Web Services Korea
 
The AWS Shared Security Responsibility Model in Practice
The AWS Shared Security Responsibility Model in PracticeThe AWS Shared Security Responsibility Model in Practice
The AWS Shared Security Responsibility Model in Practice
Amazon Web Services
 
Cloud computing
Cloud computingCloud computing
Cloud computing
ACCESS Health Digital
 
Data Migration Using AWS Snowball, Snowball Edge & Snowmobile
Data Migration Using AWS Snowball, Snowball Edge & SnowmobileData Migration Using AWS Snowball, Snowball Edge & Snowmobile
Data Migration Using AWS Snowball, Snowball Edge & Snowmobile
Amazon Web Services
 
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
Amazon Web Services
 
cloud computing basics
cloud computing basicscloud computing basics
cloud computing basics
Sweta Kumari Barnwal
 
Cloud Migration Checklist | Microsoft Azure Migration
Cloud Migration Checklist | Microsoft Azure MigrationCloud Migration Checklist | Microsoft Azure Migration
Cloud Migration Checklist | Microsoft Azure Migration
Intellika
 
Disaster Recovery Options with AWS
Disaster Recovery Options with AWSDisaster Recovery Options with AWS
Disaster Recovery Options with AWS
Amazon Web Services
 
Welcome to the AWS Cloud
Welcome to the AWS CloudWelcome to the AWS Cloud
Welcome to the AWS Cloud
Amazon Web Services
 
Aws platform overview
Aws platform overviewAws platform overview
Aws platform overview
Vinay Yelluri
 
Cloud computing
Cloud computingCloud computing
Cloud computing
Ankita Khadatkar
 
Getting Started with Amazon EC2
Getting Started with Amazon EC2Getting Started with Amazon EC2
Getting Started with Amazon EC2
Amazon Web Services
 
Cloud ppt
Cloud pptCloud ppt
Cloud ppt
Manoj Jhawar
 

What's hot (20)

AWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshootingAWS EC2 and ELB troubleshooting
AWS EC2 and ELB troubleshooting
 
AWS Global Infrastructure Foundations
AWS Global Infrastructure Foundations AWS Global Infrastructure Foundations
AWS Global Infrastructure Foundations
 
AWS 101
AWS 101AWS 101
AWS 101
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
AWS와 함께하는 클라우드 컴퓨팅 (강철 AWS 매니저) :: AWS 기초 교육 온라인 세미나
 
What is AWS?
What is AWS?What is AWS?
What is AWS?
 
Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015Amazon Route 53 - Webinar Presentation 9.16.2015
Amazon Route 53 - Webinar Presentation 9.16.2015
 
AWS CLOUD 2017 - AWS Shield를 통한 DDoS 대비 복원성 강한 AWS 보안 아키텍처 구성 (임기성 솔루션즈 아키텍트)
AWS CLOUD 2017 - AWS Shield를 통한 DDoS 대비 복원성 강한 AWS 보안 아키텍처 구성 (임기성 솔루션즈 아키텍트)AWS CLOUD 2017 - AWS Shield를 통한 DDoS 대비 복원성 강한 AWS 보안 아키텍처 구성 (임기성 솔루션즈 아키텍트)
AWS CLOUD 2017 - AWS Shield를 통한 DDoS 대비 복원성 강한 AWS 보안 아키텍처 구성 (임기성 솔루션즈 아키텍트)
 
The AWS Shared Security Responsibility Model in Practice
The AWS Shared Security Responsibility Model in PracticeThe AWS Shared Security Responsibility Model in Practice
The AWS Shared Security Responsibility Model in Practice
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Data Migration Using AWS Snowball, Snowball Edge & Snowmobile
Data Migration Using AWS Snowball, Snowball Edge & SnowmobileData Migration Using AWS Snowball, Snowball Edge & Snowmobile
Data Migration Using AWS Snowball, Snowball Edge & Snowmobile
 
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
AWS Direct Connect: Deep Dive (NET403) - AWS re:Invent 2018
 
cloud computing basics
cloud computing basicscloud computing basics
cloud computing basics
 
Cloud Migration Checklist | Microsoft Azure Migration
Cloud Migration Checklist | Microsoft Azure MigrationCloud Migration Checklist | Microsoft Azure Migration
Cloud Migration Checklist | Microsoft Azure Migration
 
Disaster Recovery Options with AWS
Disaster Recovery Options with AWSDisaster Recovery Options with AWS
Disaster Recovery Options with AWS
 
Welcome to the AWS Cloud
Welcome to the AWS CloudWelcome to the AWS Cloud
Welcome to the AWS Cloud
 
Aws platform overview
Aws platform overviewAws platform overview
Aws platform overview
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Getting Started with Amazon EC2
Getting Started with Amazon EC2Getting Started with Amazon EC2
Getting Started with Amazon EC2
 
Cloud ppt
Cloud pptCloud ppt
Cloud ppt
 

Similar to Content Delivery Networks (CDN) - What You Really Need to Know

006. Content Delivery Network A Must-Have For eCommerce Businesses.pdf
006. Content Delivery Network A Must-Have For eCommerce Businesses.pdf006. Content Delivery Network A Must-Have For eCommerce Businesses.pdf
006. Content Delivery Network A Must-Have For eCommerce Businesses.pdf
IT Delight
 
Cloud CDN Hosting
Cloud CDN HostingCloud CDN Hosting
Cloud CDN Hosting
ComputeHost
 
What is CDN ? how CDN work?
What is CDN ? how CDN work?What is CDN ? how CDN work?
What is CDN ? how CDN work?
jeetendra mandal
 
What’s the Difference between an Application Delivery Network and a Content D...
What’s the Difference between an Application Delivery Network and a Content D...What’s the Difference between an Application Delivery Network and a Content D...
What’s the Difference between an Application Delivery Network and a Content D...
CDNetworks
 
Solution_Use_Case_-_CDN_Performance_Monitoring.pdf
Solution_Use_Case_-_CDN_Performance_Monitoring.pdfSolution_Use_Case_-_CDN_Performance_Monitoring.pdf
Solution_Use_Case_-_CDN_Performance_Monitoring.pdf
منیزہ ہاشمی
 
Top 10 cdn providers
Top 10 cdn providersTop 10 cdn providers
Top 10 cdn providers
ericlevis012
 
Content Distribution Network(CDN) Report(IEEE Format)
Content Distribution Network(CDN) Report(IEEE Format)Content Distribution Network(CDN) Report(IEEE Format)
Content Distribution Network(CDN) Report(IEEE Format)
KeshavKumar315
 
determining the delivery network needs
determining the delivery network needsdetermining the delivery network needs
determining the delivery network needs
Maimoon Sulthan
 
Contents Localization Initiatives to get better User Experience
Contents Localization Initiatives to get better User ExperienceContents Localization Initiatives to get better User Experience
Contents Localization Initiatives to get better User Experience
Bangladesh Network Operators Group
 
Federated CDNs: What every service provider should know
Federated CDNs: What every service provider should knowFederated CDNs: What every service provider should know
Federated CDNs: What every service provider should know
Patrick Hurley
 
Speed in digital marketing en
Speed in digital marketing enSpeed in digital marketing en
Speed in digital marketing en
Thom. Poole
 
Content Delivery Network – CDN
Content Delivery Network – CDNContent Delivery Network – CDN
Content Delivery Network – CDN
Ahmed Banafa
 
Cdn reviews.com
Cdn reviews.comCdn reviews.com
Cdn reviews.com
evafoster266
 
Content Delivery Network (CDN) Federations
Content Delivery Network (CDN) FederationsContent Delivery Network (CDN) Federations
Content Delivery Network (CDN) Federations
Cisco Service Provider Mobility
 
WhitePaper - MSP - Six Considerations When Selecting A Partner-Friendly Cloud...
WhitePaper - MSP - Six Considerations When Selecting A Partner-Friendly Cloud...WhitePaper - MSP - Six Considerations When Selecting A Partner-Friendly Cloud...
WhitePaper - MSP - Six Considerations When Selecting A Partner-Friendly Cloud...Mudia Akpobome
 
CloudComputing
CloudComputingCloudComputing
CloudComputingAdi Challa
 
Klipper: Intelligent CDN
Klipper: Intelligent CDNKlipper: Intelligent CDN
Klipper: Intelligent CDNklipcdn
 
Delivering_Transformative_User_Experiences_WP
Delivering_Transformative_User_Experiences_WPDelivering_Transformative_User_Experiences_WP
Delivering_Transformative_User_Experiences_WPAriel Weil
 
Optimizing website performance
Optimizing website performanceOptimizing website performance
Optimizing website performance
Publisto Ltd.
 
Suggestions for Choosing Dedicated Hosting for Your Company
Suggestions for Choosing Dedicated Hosting for Your CompanySuggestions for Choosing Dedicated Hosting for Your Company
Suggestions for Choosing Dedicated Hosting for Your Company
Rahul Kumar
 

Similar to Content Delivery Networks (CDN) - What You Really Need to Know (20)

006. Content Delivery Network A Must-Have For eCommerce Businesses.pdf
006. Content Delivery Network A Must-Have For eCommerce Businesses.pdf006. Content Delivery Network A Must-Have For eCommerce Businesses.pdf
006. Content Delivery Network A Must-Have For eCommerce Businesses.pdf
 
Cloud CDN Hosting
Cloud CDN HostingCloud CDN Hosting
Cloud CDN Hosting
 
What is CDN ? how CDN work?
What is CDN ? how CDN work?What is CDN ? how CDN work?
What is CDN ? how CDN work?
 
What’s the Difference between an Application Delivery Network and a Content D...
What’s the Difference between an Application Delivery Network and a Content D...What’s the Difference between an Application Delivery Network and a Content D...
What’s the Difference between an Application Delivery Network and a Content D...
 
Solution_Use_Case_-_CDN_Performance_Monitoring.pdf
Solution_Use_Case_-_CDN_Performance_Monitoring.pdfSolution_Use_Case_-_CDN_Performance_Monitoring.pdf
Solution_Use_Case_-_CDN_Performance_Monitoring.pdf
 
Top 10 cdn providers
Top 10 cdn providersTop 10 cdn providers
Top 10 cdn providers
 
Content Distribution Network(CDN) Report(IEEE Format)
Content Distribution Network(CDN) Report(IEEE Format)Content Distribution Network(CDN) Report(IEEE Format)
Content Distribution Network(CDN) Report(IEEE Format)
 
determining the delivery network needs
determining the delivery network needsdetermining the delivery network needs
determining the delivery network needs
 
Contents Localization Initiatives to get better User Experience
Contents Localization Initiatives to get better User ExperienceContents Localization Initiatives to get better User Experience
Contents Localization Initiatives to get better User Experience
 
Federated CDNs: What every service provider should know
Federated CDNs: What every service provider should knowFederated CDNs: What every service provider should know
Federated CDNs: What every service provider should know
 
Speed in digital marketing en
Speed in digital marketing enSpeed in digital marketing en
Speed in digital marketing en
 
Content Delivery Network – CDN
Content Delivery Network – CDNContent Delivery Network – CDN
Content Delivery Network – CDN
 
Cdn reviews.com
Cdn reviews.comCdn reviews.com
Cdn reviews.com
 
Content Delivery Network (CDN) Federations
Content Delivery Network (CDN) FederationsContent Delivery Network (CDN) Federations
Content Delivery Network (CDN) Federations
 
WhitePaper - MSP - Six Considerations When Selecting A Partner-Friendly Cloud...
WhitePaper - MSP - Six Considerations When Selecting A Partner-Friendly Cloud...WhitePaper - MSP - Six Considerations When Selecting A Partner-Friendly Cloud...
WhitePaper - MSP - Six Considerations When Selecting A Partner-Friendly Cloud...
 
CloudComputing
CloudComputingCloudComputing
CloudComputing
 
Klipper: Intelligent CDN
Klipper: Intelligent CDNKlipper: Intelligent CDN
Klipper: Intelligent CDN
 
Delivering_Transformative_User_Experiences_WP
Delivering_Transformative_User_Experiences_WPDelivering_Transformative_User_Experiences_WP
Delivering_Transformative_User_Experiences_WP
 
Optimizing website performance
Optimizing website performanceOptimizing website performance
Optimizing website performance
 
Suggestions for Choosing Dedicated Hosting for Your Company
Suggestions for Choosing Dedicated Hosting for Your CompanySuggestions for Choosing Dedicated Hosting for Your Company
Suggestions for Choosing Dedicated Hosting for Your Company
 

More from GlobalDots

Cloud Web Application Firewall - GlobalDots
Cloud Web Application Firewall - GlobalDotsCloud Web Application Firewall - GlobalDots
Cloud Web Application Firewall - GlobalDots
GlobalDots
 
History of CDN - GlobalDots
History of CDN - GlobalDotsHistory of CDN - GlobalDots
History of CDN - GlobalDots
GlobalDots
 
GlobalDots - Dynamic Traffic & SSL
GlobalDots - Dynamic Traffic & SSLGlobalDots - Dynamic Traffic & SSL
GlobalDots - Dynamic Traffic & SSL
GlobalDots
 
GlobalDots - How Video Streaming Works
GlobalDots - How Video Streaming WorksGlobalDots - How Video Streaming Works
GlobalDots - How Video Streaming Works
GlobalDots
 
GlobalDots - How Website Speed Affects Conversion Rates
GlobalDots - How Website Speed Affects Conversion RatesGlobalDots - How Website Speed Affects Conversion Rates
GlobalDots - How Website Speed Affects Conversion Rates
GlobalDots
 
GlobalDots - Wearables & Impact on Web Security & Performance
GlobalDots - Wearables & Impact on Web Security & PerformanceGlobalDots - Wearables & Impact on Web Security & Performance
GlobalDots - Wearables & Impact on Web Security & Performance
GlobalDots
 
GlobalDots - Cloud Computing Explained
GlobalDots - Cloud Computing ExplainedGlobalDots - Cloud Computing Explained
GlobalDots - Cloud Computing Explained
GlobalDots
 
GlobalDots - How Latency & Bandwidth Influence your Web Performance
GlobalDots - How Latency & Bandwidth Influence your Web PerformanceGlobalDots - How Latency & Bandwidth Influence your Web Performance
GlobalDots - How Latency & Bandwidth Influence your Web Performance
GlobalDots
 

More from GlobalDots (8)

Cloud Web Application Firewall - GlobalDots
Cloud Web Application Firewall - GlobalDotsCloud Web Application Firewall - GlobalDots
Cloud Web Application Firewall - GlobalDots
 
History of CDN - GlobalDots
History of CDN - GlobalDotsHistory of CDN - GlobalDots
History of CDN - GlobalDots
 
GlobalDots - Dynamic Traffic & SSL
GlobalDots - Dynamic Traffic & SSLGlobalDots - Dynamic Traffic & SSL
GlobalDots - Dynamic Traffic & SSL
 
GlobalDots - How Video Streaming Works
GlobalDots - How Video Streaming WorksGlobalDots - How Video Streaming Works
GlobalDots - How Video Streaming Works
 
GlobalDots - How Website Speed Affects Conversion Rates
GlobalDots - How Website Speed Affects Conversion RatesGlobalDots - How Website Speed Affects Conversion Rates
GlobalDots - How Website Speed Affects Conversion Rates
 
GlobalDots - Wearables & Impact on Web Security & Performance
GlobalDots - Wearables & Impact on Web Security & PerformanceGlobalDots - Wearables & Impact on Web Security & Performance
GlobalDots - Wearables & Impact on Web Security & Performance
 
GlobalDots - Cloud Computing Explained
GlobalDots - Cloud Computing ExplainedGlobalDots - Cloud Computing Explained
GlobalDots - Cloud Computing Explained
 
GlobalDots - How Latency & Bandwidth Influence your Web Performance
GlobalDots - How Latency & Bandwidth Influence your Web PerformanceGlobalDots - How Latency & Bandwidth Influence your Web Performance
GlobalDots - How Latency & Bandwidth Influence your Web Performance
 

Recently uploaded

一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
cuobya
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
harveenkaur52
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
cuobya
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
zoowe
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
vmemo1
 
Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
nhiyenphan2005
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Florence Consulting
 
Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
Trish Parr
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
JeyaPerumal1
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 

Recently uploaded (20)

一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
 
Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
 
Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 

Content Delivery Networks (CDN) - What You Really Need to Know

  • 1. Content Delivery Network - What You Really Need To Know
  • 2. What is a Content Delivery Network CDN? Using a Content Delivery Network (CDN) hosting instead of a standard hosting means that you will load some of the traffic to cloud based servers in data centers strategically located in different regions of the world. The servers from a data center closer to the end user will always be triggered, so the content reaches him faster. CDNs are basically surrogate web servers distributed across different data centers in different geographical regions to deliver content to end-users, based on proximity of this user. They help global availability of a website, address the latency problems and gain size, i.e. reduce bandwidth.
  • 3. What Kind of Problems CDN Solve? Implementing a CDN affects everything, from your internal architecture to the cost of your IT staff, performance management and more. True power of a content delivery network is yet to be revealed in future decades, as it soars by 20% each year, but so far, the major advantages of using one are: • significantly reduced page load time of your website • increased revenue by 1% for every 100 ms of improvement to your page load time • retaining more customers (they are more satisfied) • more manageable traffic • maximum availability of your product • more secure network • no geographical barriers • easy delivery of video, audio rich content
  • 4. • build more interactive website at no cost of losing visitors due to latencies • reaching mobile customers with ease • branching out to new markets, regions • easy management of traffic peaks • more scalability to your business, you can grow it as much as you want to • less or now downtimes • setting your own criteria to enable the best possible performance for your website
  • 5. • build more interactive website at no cost of losing visitors due to latencies • reaching mobile customers with ease • branching out to new markets, regions • easy management of traffic peaks • more scalability to your business, you can grow it as much as you want to • less or now downtimes • setting your own criteria to enable the best possible performance for your website How can I implement CDN? More than 90% of business owners now realize the benefits of using the cloud, the reliability of the cloud and cloud investments keep them on top of the market and safe against competitors. Implementing a CDN to the cloud gives them even more market opportunities, helps them scale their business as much as they need to, and pushes them to keep up with technological revolutions. There are no general rules to how to implement CDNs since each type of CDN has its own configuration process. What is important is that YSlow recognizes the CDN and for blogs you may even use plug-ins.
  • 6. How much does a CDN cost? The usage of Content Delivery Networks (CDNs) is rapidly growing in the era of mobile and app-based internet. The effort to simplify navigation and improve user experience is taken both by vendors and network operators. The speed of a website affects everything, from infrastructure to cost of an e- commerce. With CDNs, the data is served to the end-user from the surrogate server located nearest to him. A CDN replicates content from the origin server to cache servers, scattered over the globe. Renting such service from a CDN provider has proved to be much simpler and more cost effective than maintaining an on-premise server of your own. Also, the content that the vendors provide is seeking to be highly interactive, and the varying round-trip of the content/data needs to be optimized, the latency minimized.
  • 7. Of course, the value measured will depend on the type of the service provided, on whether you are a vendor/content owner, or a CDN service provider. For the content owners, basically two questions need to be answered to find where the value of their CDN implementation lies: • how does it improve overall retail service delivery? • how does it support their efforts to win/retain customers? There are many different stakeholders in the CDN market, like content providers, content makers, data centre providers, Internet Service providers (ISPs), Internet access providers, Internet backbone providers, CDN providers, advertisers, and so forth. As the market dynamics continue to evolve, so will evolve the profiles, the merging trends, and price strategies of different stakeholders.
  • 8. What is POP? POPs (also, points of presence, edge caches) are distributed servers where static resources are stashed across a region or worldwide, thereby bringing resources closer to users and reducing round trip time.
  • 9. Is there anything else I can do to speed up my website? The options to make your website faster, split in two major categories: • speeding up your browser side technologies (browser caching, minifying page elements, minimizing redirects) • speeding up by using some of the acceleration technologies (Content Delivery Networks, dynamic CDN, media streaming)
  • 10. Browser-side optimization Use the optimal formatting for images: JPEG’s are for photographs, GIF’s are for low color images/flat color images, and PNG’s are for everything else. Also, try and adjust the image size yourself, i.e. set the width and height (width=’60px’ height=’30px’). Use web tools for image optimization (such as Riot, ImageOptim). Don’t store everything locally, try using services like Flickr. Minify the code for CSS and JavaScript. Again, there are some tools available such as Code Minifier, Minify, JSCompress, CSSCompressor… Put CSS in separate .css files, not embedded in each page. Put Java Script files in .js files, or if you need to include them in HTML, put them at the bottom of the HTML page.
  • 11. Browser-side optimization #2 Reduce the number of components of your page. Make a simple design. This will immediately reduce the number of HTTP requests to download all the graphics, video and JavaScript files from your website. Also, avoid Flash elements, or use as little as possible. Try to host as much elements as possible on other websites. Minimize redirects. Each redirect creates an additional HTTP request and adds RTT (round-trip-time) latency. Use redirects only when absolutely necessary. The more redirection you have, the slower the end user will get to the desired page.
  • 12. Server-side optimization Reduce DNS Lookups. It takes some milliseconds for DNS (Domain Name System) to resolve an IP address for a given hostname or domain name. The browser cannot do anything until the process is fully completed. Ideally, you should use no more than 4 hostnames. This will also allow for a higher degree of parallel downloads. Set up a GZIP compression on your web server. It saves bandwidth and solves problems with older browsers. The compressing options vary depending on the server.
  • 13. Server-side optimization #2 Employ media streaming methods. Real-time protocols will read compressed files to deliver data as it arrives. And dismiss the data once it has been streamed. The option to stream media will allow faster views, and compression/decompression methods will dispose of all the unnecessary data that would otherwise clog your connection. Don’t forget to run a website speed test first. In this way, you will know more precisely which components need to be targeted first. There are many tools that can detect the root cause of your website being not fast enough, such as YSlow, Pingdom, WebPageTest, Cuzillion, Wireshark, HTTP Archive, PageSpeed and so on.
  • 14. Is CDN useful for every site? The first rule of e-commerce says that if the customer cannot find your product/service, he cannot buy it. The number of web shoppers in US alone in 2011 was said to be 178,5 million and is to reach 200 million by 2015 (source: eMarketer) which will equal 90% of all internet users in US. Now, to consider the patience of your customers. 1 out of 4 customers is sure to abandon a webpage that takes more than 4 seconds to load. So, yes, improving performance is absolutely a must for every website except if the content is hosted locally and their users are local, in that case CDN doesn’t make that big of a difference.
  • 15. What Can I Expect as a Result of Using a CDN? Faster websites result in better user experience, better search engine rankings and more conversions. 1 out of 4 visitors won’t wait for the page to load for more than 4 seconds. The ideal is to find balance between neat performance and indulging the end users’ desire for interactivity, delivering script intensive content. CDNs help with major performance problems on the server-side, mainly latency, availability and bandwidth.
  • 16. How Should I Select My CDN Vendor? As CDN performance primarily depends on geographical location and the proximity of POPs to end-users, you should locate your users first. Also, you should know who your regular user is, define the type of content you are delivering, your business model and what specific requirements you need in order to become more successful. Knowledge of your specific needs is crucial as performance fluctuates among CDN providers. With this information you make a request for proposal and go through the feedback the CDN or service provider gives you. It is important that you get an idea of: • how will network performance be measured • what chances there are for outages and how will you be compensated • if the provider will charge overages • what is indeed supported in terms of delivery
  • 17. What If I Don’t See Any Results? Providers of Content Delivery Networks (CDNs) vary in service. Some will perform better in China, some in US, some in Australia. Some will include one feature, but not the other. And you’ll want to be on the right cloud at the right time. CDNs are known to provide a more secure network, reduced loading time of your page, manageable traffic, maximum availability, and so on. An irreplaceable tool that will improve the entire technological infrastructure that backs up your business. Whether you are in e-commerce business, or your website is supposed to deliver various audio, video rich content. Using multiple CDNs is smarter than using one CDN because: • CDN providers perform differently in different geographical regions • Not all CDN providers are reliable as others • Not all CDN providers include same features and strategies as others • You don’t need to switch CDN providers as this process becomes automated
  • 18. Shouldn’t I just optimize my website? Statistics for your uptime, response time, website performance. Plus,historical records of all downtimes and errors and performing speed tests (e.g. with Pingdom) will help you decide whether you need to only improve your CSS files asset, do simple optimizing tricks, or use Content Delivery Network (CDN) hosting which uses servers located at different data centers to deliver content from the server that is closest to the end user. Bear in mind that 250 milliseconds will make a difference between you and your competitor, nowadays.
  • 19. Does CDN guarantee 100% availability? CDNs improve overall global availability of a website but the performance depends on the geographical location of a server and of a vendor, as well as the number of vendors that you are hiring. Having more than one is a surest way to avoid downtimes.
  • 20. Conclusion With global CDN market changing and bringing ever more performance technologies and solutions, it is rather complex to describe each and every potential use case. It depends on your overall business goals, strategies and competitive landscape on which performance technologies will you use. Use the comments to ask additional questions on which we’ll try to answer in future blog posts. Visit www.globaldots.com for further info.
  • 21. Having questions? Let our specialists answer any of your inquiries. Email us at sales@globaldots.com or call: United Kingdom: +44 207 183 0826 Germany: +49 40 226 347 139 Italy: +39 028 734 3393 Israel: +972 77 693 5809 United States: +1-88-514-5556 Canada: +1 519-279-6552 Find out more: Web: www.globaldots.com Facebook: https://www.facebook.com/globaldots Twitter: https://twitter.com/GlobalDots Linkedin: http://www.linkedin.com/company/globaldots Google+: http://gplus.to/globaldots