In a content delivery network (CDN), the process of distributing copies of files to multiple geographically dispersed servers is known as ______.
- Load Balancing
- Replication
- Caching
- Clustering
In a content delivery network (CDN), the process of distributing copies of files to multiple geographically dispersed servers is known as "Replication." This ensures that content is readily available to users from nearby servers, reducing latency and improving load times. Load balancing, caching, and clustering are related concepts but not specific to CDN replication.
Loading...
Related Quiz
- What is the primary purpose of setting up test suites in a testing framework?
- To serve static files such as images, CSS files, and JavaScript files, a special folder called ______ is commonly used in Express.js.
- When creating a mock object, what is typically expected regarding the behavior of the methods?
- When a Promise is pending and neither fulfilled nor rejected, it is in the ________ state.
- When an error occurs in Node.js, the error object is typically an instance of __________.