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.
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)- A2% (1)
- B2% (1)
- C4% (2)
- D91% (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.
Stopping service when a price limit is reached negatively impacts user experience and is not a sustainable business strategy for a video streaming provider.
Reducing the bitrate indiscriminately can significantly degrade video quality, potentially leading to customer dissatisfaction, even if it saves bandwidth.
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.
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
Community Discussion
No community discussion yet for this question.