Web Hosting Talk







View Full Version : How CDN works?


prashant1979
04-28-2010, 09:38 AM
I want to know exactly how does CDN work and how to set it up. Is there any documentation or guide available for it? If yes, then please share the URL.

The_Dominator
05-01-2010, 07:07 PM
I am not sure you can just implement it your self. We work with www.akamai.com for a few fortune 500 clients that requested.

but CDN is a series of server set up around the world that contain copies of the website or content, (video, etc) -
The capacity sum of strategically placed servers can be higher than the network backbone capacity. -

in even more simple terms it improves performance

layer0
05-01-2010, 08:43 PM
It's certainly something you can setup yourself on a small scale, e.g. a few geographically distributed servers, with geoIP aware DNS.

wheimeng
05-04-2010, 10:53 PM
It's certainly something you can setup yourself on a small scale, e.g. a few geographically distributed servers, with geoIP aware DNS.

Yep, that should be the simple side of it. If you are looking to offer it to customers, you may need a lot more development.

Been there done that :cool:

infiniteecho
05-08-2010, 11:30 AM
CDNs of old only handle static files. Akamai can accelerate dynamic content as well though some advanced optimization techniques.

iTom
05-08-2010, 11:51 AM
In its most basic form it acts like any cache does.

Static files that are been requested multiple times are stored closer to the clients.

inspiron
05-08-2010, 06:02 PM
In basic CDN will cache the images and will distribute the server across the locations.

osopolis
05-19-2010, 06:24 AM
How do you redistribute databases that are updated every second? ;-) That is the tricky part.