InterviewSolution
Saved Bookmarks
| 1. |
Which network allows you to distribute static assets like images, etc?(a) Content Delivery Network(b) Content Receiving Network(c) System Area Network(d) Local area network |
|
Answer» Correct choice is (a) Content Delivery Network To explain I would say: A content delivery network (CDN) allows you to distribute your static assets like images, JavaScript files and stylesheets to geographically distributed servers. This gets the content of your page to your user’s browser faster. |
|