Answer Posted / chaitanya
A content delivery network or content distribution network (CDN) is a large distributed system of servers deployed in multiple data centers across the Internet. The goal of a CDN is to serve content to end-users with high availability and high performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between onload() and document.ready()?
What does dollar sign mean in jquery? : jQuery Mobile
How can images be made to appear scrolling one over another?
Explain the each() function?
What is the difference between $(this) and 'this' in jquery?
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
How do you check or uncheck a checkbox input or radio button?
Can you please explain the difference between .js and .min.js? : jquery mobile
What is cdn and how jquery is related to it?
What are the slow selectors in jquery? : jquery mobile
Tell me is jquery a library for client scripting or server scripting? : jquery mobile
Does jquery 2.0 supports ie? : jquery mobile
Which command will give a version of jQuery?
Which selector has better performance id or class and why?
Explain the use of the $.fn.bind and $.fn.trigger.