AZ-900 · Question #81
AZ-900 Question #81: Real Exam Question with Answer & Explanation
The correct answer is C: a content delivery network (CDN). The question states that users are located worldwide and will be downloading large video files. The video playback experience would be improved if they can download the video from servers in the same region as the users. We can achieve this by using a content deliver network. A c
Question
You plan to deploy a website to Azure. The website will be accessed by users worldwide and will host large video files. You need to recommend which Azure feature must be used to provide the best video playback experience. What should you recommend?
Options
- Aan application gateway
- Ban Azure ExpressRoute circuit
- Ca content delivery network (CDN)
- Dan Azure Traffic Manager profile
Explanation
The question states that users are located worldwide and will be downloading large video files. The video playback experience would be improved if they can download the video from servers in the same region as the users. We can achieve this by using a content deliver network. A content delivery network (CDN) is a distributed network of servers that can efficiently deliver web content to users. CDNs store cached content on edge servers in point-of-presence (POP) locations that are close to end users, to minimize latency. Azure Content Delivery Network (CDN) offers developers a global solution for rapidly delivering high-bandwidth content to users by caching their content at strategically placed physical nodes across the world. Azure CDN can also accelerate dynamic content, which cannot be cached, by leveraging various network optimizations using CDN POPs. For example, route optimization to bypass Border Gateway Protocol (BGP). The benefits of using Azure CDN to deliver web site assets include: Better performance and improved user experience for end users, especially when using applications in which multiple round-trips are required to load content. Large scaling to better handle instantaneous high loads, such as the start of a product launch Distribution of user requests and serving of content directly from edge servers so that less traffic is sent to the origin server. https://docs.microsoft.com/en-us/azure/cdn/cdn-overview
Community Discussion
No community discussion yet for this question.