Media Content Delivery System Optimizing CDN Selection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing content delivery networks (CDNs) often redirect user requests multiple times to find available content, leading to increased latency and poor user experience due to lack of proximity and health checks, clogging network bandwidth and affecting interaction quality.

Innovation Solution

A system that determines a user's location and identifies nearby CDNs storing the requested content, selecting an optimal CDN based on performance statistics and routing policies to provide a playback URL for timely and high-quality content delivery.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Speed

If the nearest CDN PoP is selected to deliver content, then delivery speed is improved, but the content may not be cached at that PoP requiring redirection

Engineering Contradiction:
Improvecontent delivery speedVSAvoidtime for multiple redirections
Core Design Contradiction:
SpeedVSLoss of time

Solution Approach 1:

The system performs preliminary checks before selecting a CDN PoP to determine if the requested content is cached there. This advance verification prevents unnecessary redirections by identifying PoPs that both have low latency and actually contain the content, thus resolving the contradiction between selecting the nearest PoP and ensuring content availability.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback mechanisms where CDN PoPs report their content cache status and performance metrics. This feedback loop enables the system to make informed decisions about PoP selection, avoiding redirections to PoPs that don't have the content while prioritizing those that do, thereby improving delivery speed without unnecessary delays.

Inventive Principle:
Principle #23Feedback

2Reliability

If multiple CDN redirections are performed to find available content, then content availability is ensured, but network bandwidth is consumed and user experience deteriorates

Engineering Contradiction:
Improvecontent availabilityVSAvoidnetwork bandwidth consumption
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

The system performs preliminary content availability checks at potential CDN PoPs before directing user requests. By verifying content presence in advance, the system ensures reliable content delivery while avoiding multiple redirections that would consume excessive network bandwidth, thus resolving the contradiction between content availability and bandwidth efficiency.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system acts as an intermediary between users and CDN PoPs, intelligently routing requests based on real-time content availability information. This mediation prevents unnecessary network traffic from multiple redirections while ensuring users reach PoPs that have the requested content, balancing reliability with bandwidth conservation.

Inventive Principle:
Principle #24Intermediary (Mediator)

3Device complexity

If CDN health and workload are not checked, then request routing is simplified, but service quality may be poor due to CDN incapability

Engineering Contradiction:
Improverouting complexityVSAvoidservice quality
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The system implements feedback mechanisms where CDN PoPs continuously report their health status, workload metrics, and content availability. This real-time feedback enables intelligent routing decisions that balance routing simplicity with service quality, directing users to healthy, capable PoPs without overly complex manual configuration.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

CDN PoPs autonomously monitor and report their own health status and content cache information to the routing system. This self-service capability allows the system to make informed routing decisions based on actual PoP conditions without requiring complex external monitoring infrastructure, maintaining routing simplicity while ensuring service quality.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS12120404B2System and method for delivering media content to users
Publication Date: 2024.10.15 JIOSTAR INDIA PTE LTD
  • US12120404B2 patent drawing
  • US12120404B2 patent drawing
  • US12120404B2 patent drawing

AI summary

A method (900) and system (150) for delivering media content to users is disclosed. A request for a playback URL in relation to a content title is received from an electronic device (104) associated with a user (102). At least a network Autonomous System Number (ASN), an IP address and a content ID are extracted from the request. A location of the user (102) is determined based on the network ASN and the IP address. Relevant Content Delivery Networks (CDNs) are identified based on the location and the content ID. An optimal CDN is selected based on at least one performance statistic and at least one predefined routing policy. The playback URL is provided to the electronic device (104) in response to the request for the playback URL. The playback URL is configured to facilitate display of content associated with the content title on the electronic device (104).