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 provide local multi-tab browsing interfaces
B. To manage remote email transport queues
C. To store and deliver cached static assets from geographically distributed proxy servers
D. To dynamically change structural HTML text files automatically
Answer: Option C
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
Which type of web software layout strategy automatically adjusts page spacing, element scaling, and images to look optimal across multiple screen sizes (Desktop, Tablet, Mobile phone)?
A. Monolithic Template Logic
B. Responsive Web Design
C. Fixed Frame Presentation
D. Static Grid Layout

Correct Answer: Option B


Explanation:
Responsive Web Design uses fluid grids, flexible images, and CSS media queries to dynamically adjust the layout based on the user's device screen width.

This question belongs to: Computer Internet and Web Technologies
Question #2
What mechanism does an online streaming video channel implement over web connections to adjust video quality dynamically on the fly based on fluctuations in a user's real-time internet bandwidth?
A. Static FTP file compression adjustments
B. Adaptive Bitrate Streaming (ABS)
C. Running outbound SMTP mail transport routines
D. Altering local hardware DNS settings dynamically

Correct Answer: Option B


Explanation:
Adaptive Bitrate Streaming monitors network conditions and device performance in real time, shifting between higher and lower quality video streams to prevent playback buffering.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is used to style web pages?
A. JavaScript
B. HTML
C. CSS
D. XML

Correct Answer: Option C


Explanation:
CSS (Cascading Style Sheets) is used to control the presentation and layout of web pages.

This question belongs to: Computer Internet and Web Technologies