What is the primary objective of using a Content Delivery Network (CDN) in modern web application deployments? MCQ with Answer and Explanation

What is the primary objective of using a Content Delivery Network (CDN) in modern web application deployments?
A. To store and deliver cached static assets from geographically distributed proxy servers
B. To provide local multi-tab browsing interfaces
C. To manage remote email transport queues
D. To dynamically change structural HTML text files automatically
Answer: Option A
Solution (By JKSSB Mock Tests)
CDNs place cached static assets (images, video, CSS) on a distributed network of edge servers near user locations to significantly accelerate page performance.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
What mechanism does a web browser implement to store layout stylesheets and image files from visited websites inside device storage to avoid re-downloading them on subsequent visits?
A. Static FTP file catalog adjustments
B. Running outbound SMTP mail server delivery routines
C. Browser Caching
D. Altering localized device hardware MAC address registries

Correct Answer: Option C


Explanation:
Browser caching saves static website assets (like logos, CSS files, and scripts) to the local hard drive, reducing page load times and saving bandwidth during repeat visits.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a method of web authentication that uses a combination of username and password?
A. Bearer token
B. Basic authentication
C. Digest authentication
D. Both Basic and Digest

Correct Answer: Option D


Explanation:
Both Basic and Digest authentication are HTTP authentication schemes that rely on username/password, though they differ in security.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which email protocol downloads messages to a local device and, by default configuration, deletes them from the remote mail server?
A. POP3
B. IMAP
C. SMTP
D. HTTP

Correct Answer: Option A


Explanation:
POP3 (Post Office Protocol version 3) retrieves emails by downloading them to a local client device and typically deleting them from the mail server data storage.

This question belongs to: Computer Internet and Web Technologies