Background Traffic Management Using Remaining Time Flexibility

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing techniques for managing background traffic in networks, such as FIFO and LP, often mis-prioritize tasks, leading to performance issues, latency, and QoS violations, especially in heterogeneous and dynamic network environments.

Innovation Solution

The implementation of a Linear Programming-based task scheduling technique (LPST) that sorts tasks by remaining time flexibility, selects prioritized tasks, assigns resources using a linear programming model, and executes tasks until completion, while considering network topology and resource constraints.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If FIFO or EDF treatment is used for traffic management, then implementation is simple, but task prioritization is incorrect leading to performance degradation

Engineering Contradiction:
Improvesimplicity of traffic managementVSAvoidtask completion efficiency
Core Design Contradiction:
Ease of operationVSProductivity

Solution Approach 1:

The patent changes the parameter used for task prioritization from simple FIFO/EDF metrics to remaining time flexibility (RTF), which dynamically adjusts prioritization based on task deadlines and current system state, thereby improving task completion efficiency while maintaining manageable complexity

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent introduces dynamic prioritization where task priorities are not fixed but change over time based on remaining time flexibility calculations, allowing the system to adapt to heterogeneous and dynamic network conditions rather than using static FIFO or EDF approaches

Inventive Principle:
Principle #15Dynamics

2Productivity

If linear programming is used to determine transmission solutions, then optimization is attempted, but mis-prioritization occurs in heterogeneous network topologies

Engineering Contradiction:
Improvetransmission optimizationVSAvoidtask prioritization accuracy
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent applies local quality by considering specific network topology characteristics and task-specific requirements when calculating remaining time flexibility, rather than applying a uniform linear programming approach, thereby improving prioritization accuracy for heterogeneous network conditions

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent performs preliminary calculation of remaining time flexibility for each task before resource allocation, establishing accurate priority rankings in advance that guide subsequent linear programming optimization, preventing mis-prioritization issues

Inventive Principle:
Principle #10Preliminary action

3Device complexity

If improper prioritization and scheduling are applied, then resource allocation is simplified, but QoS and SLA requirements are violated

Engineering Contradiction:
Improvescheduling complexityVSAvoidQoS compliance
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent performs preliminary sorting of tasks by remaining time flexibility before resource allocation, establishing a priority-ordered queue that guides subsequent resource assignment, thereby ensuring QoS compliance without requiring complex real-time scheduling decisions during resource allocation

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent segments the scheduling process into distinct phases: task sorting by RTF, priority selection, resource allocation, and execution, allowing each phase to be handled with appropriate complexity level while collectively ensuring QoS requirements are met

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS10289448B2Background traffic management
Publication Date: 2019.05.14 AT&T INTELLECTUAL PROPERTY I L P
  • US10289448B2 patent drawing
  • US10289448B2 patent drawing
  • US10289448B2 patent drawing

AI summary

A traffic management mechanism can employ a two-tiered approach for managing background traffic based on prioritizing tasks by remaining time flexibility then scheduling prioritized tasks using linear programming.