TCP Throughput Control via Temporal ACK Delays

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing network communication technologies face challenges in dynamically managing data flow rates over TCP, particularly due to intermediate devices' buffers overflowing, leading to traffic congestion and inefficient data transmission, as current window size management is not fully dynamic and can result in either congestion or underutilization of network capacity.

Innovation Solution

Implementing temporal delays in acknowledgement packets by an intermediate network device to dynamically throttle traffic flow, adjusting the round trip time and using Explicit Congestion Notification (ECN) signals to manage congestion, allowing for real-time adjustments to the congestion window and network capacity based on buffer thresholds and sender/receiver capabilities.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If the receiver network device sends a large advertised window size to encourage fast transmission, then the sending network device can transmit packets at high speed, but the intermediate device buffer may overflow causing traffic congestion and packet loss

Engineering Contradiction:
Improvedata transmission speedVSAvoidbuffer overflow prevention
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent implements feedback by monitoring the intermediate device buffer status and dynamically adjusting the advertised window size. When the buffer approaches capacity, the receiver reduces the window size to slow down transmission, preventing overflow. This closed-loop feedback mechanism balances high transmission speed with reliable buffer management.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The advertised window size is made dynamic rather than static. The receiver continuously adjusts the window size based on real-time buffer status, transitioning between large windows (when buffer has space) and small windows (when buffer is near capacity). This dynamic adjustment resolves the contradiction between maintaining high productivity and preventing buffer overflow.

Inventive Principle:
Principle #15Dynamics

2Reliability

If the sending network device uses a small advertised window size to prevent buffer overflow, then buffer overflow is avoided, but network capacity is underutilized and round trip delay increases

Engineering Contradiction:
Improvebuffer overflow preventionVSAvoidnetwork capacity utilization
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The window size dynamically adapts to buffer conditions rather than remaining fixed at a conservative small size. When buffer space is available, the window expands to maximize network utilization. When buffer fills, it contracts to prevent overflow. This resolves the contradiction by making reliability conditional on real-time status rather than permanently limiting throughput.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system self-regulates by having the receiver autonomously adjust the window size based on its own buffer status without external intervention. This self-service mechanism ensures both buffer protection and capacity utilization are maintained through automatic adaptation to changing conditions.

Inventive Principle:
Principle #25Self-service

3Ease of operation

If the window size is advertised to the other party, then flow control is established, but the window size cannot be reduced or reneged on until all associated data packets have been received, reducing flexibility

Engineering Contradiction:
Improveflow control establishmentVSAvoidwindow size dynamic adjustment
Core Design Contradiction:
Ease of operationVSAdaptability or versatility

Solution Approach 1:

The receiver performs preliminary action by setting an initial conservative window size before full data transmission begins. This preliminary small window ensures buffer protection from the start, while allowing progressive expansion as buffer fills and receiver processes data, maintaining adaptability throughout the transmission lifecycle.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The window size transitions from static to dynamic by allowing reductions mid-transmission when buffer status changes. The receiver can reduce the advertised window size even after initial advertisement, breaking the traditional constraint that window size must only increase or remain fixed. This dynamic capability provides both ease of operation and adaptability.

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS8681610B1TCP throughput control by imposing temporal delay
Publication Date: 2014.03.25 F5 NETWORKS INC
  • US8681610B1 patent drawing
  • US8681610B1 patent drawing
  • US8681610B1 patent drawing

AI summary

A system, apparatus, and method are directed towards managing traffic over a network by imposing temporal delays in acknowledgments (ACKs). A Traffic Management Device (TMD), interposed between two network session end-points monitors a buffer of relayed packets. If the contents of the buffer exceed a threshold value, delays are imposed on sending of acknowledgements. If the buffer contents exceed the threshold, and the buffer's contents are increasing, the delays may be increased. If the buffer's contents are about at steady state, the acknowledgement delays may be decreased, or maintained at a current delay status. In one embodiment, if the sender is sending packets at a rate above a receiver's ability to receive the packets, and the sender appears not to be decreasing its rate of transmission, an explicit congestion notification echo (ECE) may be sent to the sender.