nerdexam
Linux_Foundation

LFCA · Question #5

An IT associate is working with a video streaming provider. What is a common approach to reduce bandwidth cost while supporting the same or an increasing number of video streams and customers?

The correct answer is D. Use a content delivery network to distribute the streams. To reduce bandwidth costs for video streaming while maintaining or increasing service capacity, using a Content Delivery Network (CDN) is a common and effective strategy.

Submitted by jakub_pl· May 4, 2026Cloud Computing Fundamentals

Question

An IT associate is working with a video streaming provider. What is a common approach to reduce bandwidth cost while supporting the same or an increasing number of video streams and customers?

Options

  • AStop serving the video streams when a certain price limit is reached.
  • BReduce the bitrate to reduce the size of the video streams.
  • CServe the video streams only to a limited number of users at a time.
  • DUse a content delivery network to distribute the streams.

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    4% (2)
  • D
    91% (41)

Why each option

To reduce bandwidth costs for video streaming while maintaining or increasing service capacity, using a Content Delivery Network (CDN) is a common and effective strategy.

AStop serving the video streams when a certain price limit is reached.

Stopping service when a price limit is reached negatively impacts user experience and is not a sustainable business strategy for a video streaming provider.

BReduce the bitrate to reduce the size of the video streams.

Reducing the bitrate indiscriminately can significantly degrade video quality, potentially leading to customer dissatisfaction, even if it saves bandwidth.

CServe the video streams only to a limited number of users at a time.

Limiting the number of users would restrict growth and customer access, directly contradicting the goal of supporting the 'same or an increasing number' of customers.

DUse a content delivery network to distribute the streams.Correct

A CDN distributes content from edge servers geographically closer to users, reducing the load on the origin server and minimizing the long-haul network traffic and associated bandwidth costs. By caching video streams closer to viewers, CDNs improve delivery speed and reliability, enabling support for more streams and customers more efficiently.

Concept tested: CDN for content delivery optimization

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

Topics

#Content Delivery Network#Video Streaming#Bandwidth Optimization#Cloud Architecture

Community Discussion

No community discussion yet for this question.

Full LFCA Practice