InterviewSolution
| 1. |
What Is Cdn And How Jquery Is Related To It ? |
|
Answer» CDN - It stands for Content Distribution Network or Content Delivery Network. Generally, a GROUP of systems at various places connected to TRANSFER data files between them to increase its bandwidth while accessing data. The typical ARCHITECTURE is designed in such a way that a client access a file copy from its nearest client rather than accessing it from a centralized server. So we can load this jQuery file from that CDN so that the efficiency of all the clients working under that network will be increased. CDN - It stands for Content Distribution Network or Content Delivery Network. Generally, a group of systems at various places connected to transfer data files between them to increase its bandwidth while accessing data. The typical architecture is designed in such a way that a client access a file copy from its nearest client rather than accessing it from a centralized server. So we can load this jQuery file from that CDN so that the efficiency of all the clients working under that network will be increased. |
|