Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@abrakadabra • Mar 15, 2011
I noticed faster load page time. 👍
For those who don't know about CDNs: CDN is a system that contains data copied at various locations across the network instead of keeping it at one centralized location. An end user accesses the copy of the data that is nearest to his machine. Thus we can experience increased bandwidth for data access. 😀 -
@durga-TpX3gO • Mar 15, 2011
but does not it lead to redundancy?? oh yes, if one server fails will the user be directed to next nearest server for accecss? -
@thebigk • Mar 15, 2011
Nope. CDN is designed in such a way that if the server is not available, it will either pull content to nearest available server or from the original server.durgabut does not it lead to redundancy?? oh yes, if one server fails will the user be directed to next nearest server for accecss? -
@deepika-jf1ysv • Mar 19, 2011
Great.
But what about the redundancy Admin.? Is a separate copy is stored at the individual server.? -
@thebigk • Mar 19, 2011
The static files are duplicated on all the servers. The PHP is still served from the original server. 😀Deepika BansalGreat.
But what about the redundancy Admin.? Is a separate copy is stored at the individual server.?