nerdexam
(ISC)2

CISSP · Question #1218

A software architect has been asked to build a platform to distribute music to thousands of users on a global scale. The architect has been reading about content delivery networks (CDN). Which of the

The correct answer is B. Establish a media caching methodology.. CDNs distribute content globally by caching media at edge servers located close to end users, reducing latency and improving delivery speed. The core architectural task when building a CDN-based platform is establishing how media will be cached and served.

Submitted by valeria.br· Mar 5, 2026Security Architecture and Engineering

Question

A software architect has been asked to build a platform to distribute music to thousands of users on a global scale. The architect has been reading about content delivery networks (CDN). Which of the following is a principal task to undertake?

Options

  • AEstablish a service-oriented architecture (SOA).
  • BEstablish a media caching methodology.
  • CEstablish relationships with hundreds of Internet service providers (ISP).
  • DEstablish a low-latency wide area network (WAN).

How the community answered

(43 responses)
  • A
    2% (1)
  • B
    81% (35)
  • C
    12% (5)
  • D
    5% (2)

Why each option

CDNs distribute content globally by caching media at edge servers located close to end users, reducing latency and improving delivery speed. The core architectural task when building a CDN-based platform is establishing how media will be cached and served.

AEstablish a service-oriented architecture (SOA).

SOA is an application integration and software design pattern focused on exposing business logic as services, and is not a principal concern when designing a CDN for media distribution.

BEstablish a media caching methodology.Correct

The principal function of a CDN is to cache content-such as music files-at geographically distributed edge servers (Points of Presence), so that users receive content from a nearby node rather than a distant origin server. Establishing a media caching methodology defines how, where, and for how long content is stored at edge locations, which is the foundational design decision for any CDN-based distribution platform. Without a caching strategy, the CDN cannot effectively reduce latency or handle thousands of simultaneous global users.

CEstablish relationships with hundreds of Internet service providers (ISP).

CDN providers already have pre-established ISP relationships and peering agreements; an architect building a CDN-based platform does not need to individually negotiate with hundreds of ISPs, as this is handled by the CDN infrastructure layer.

DEstablish a low-latency wide area network (WAN).

Building a dedicated low-latency WAN is a network infrastructure undertaking that predates or bypasses CDN architecture; CDNs are specifically designed to deliver performance over the public internet without requiring a private WAN.

Concept tested: CDN media caching strategy for global content distribution

Source: https://learn.microsoft.com/en-us/azure/cdn/cdn-overview

Topics

#CDN#Content delivery#Caching#Network architecture#Scalability

Community Discussion

No community discussion yet for this question.

Full CISSP Practice