Tunnel Node Slice Routing for Lower-Latency Internet Content Fetching

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing communication over the Internet is hindered by network congestion, traffic load balancing, and unpredictable network behavior, leading to issues such as lost, duplicated, or out-of-order IP packets, which TCP attempts to address but can be inefficient in high-traffic scenarios.

Innovation Solution

Implementing intermediate nodes that function as both end-users and intermediate nodes to enhance communication efficiency by optimizing TCP/IP operations, including improved packet routing and data reassembly, and utilizing HTTP persistent connections to reduce network congestion and latency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If TCP is used to ensure reliable delivery of IP packets, then data delivery reliability is improved, but network congestion and latency increase in high-traffic scenarios

Engineering Contradiction:
Improvedata delivery reliabilityVSAvoidnetwork latency
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent introduces intermediate nodes (gateway devices) that act as mediators between end devices and the network. These gateway devices receive data from end devices, establish separate TCP connections to intermediate nodes, and handle packet retransmission and reassembly. This intermediary layer offloads TCP processing from end devices and enables parallel communication paths, reducing network latency while maintaining reliable data delivery through the gateway coordination mechanism.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent segments the communication path into multiple independent connections between end devices and gateway devices. Instead of a single end-to-end TCP connection, data is divided and transmitted through multiple parallel paths via different gateway devices. Each segment handles its own TCP connection independently, allowing concurrent transmission and reducing overall network latency while maintaining data integrity through coordinated reassembly at the destination.

Inventive Principle:
Principle #1Segmentation

2Productivity

If intermediate nodes are introduced to optimize TCP/IP operations, then communication efficiency is improved, but device complexity increases

Engineering Contradiction:
Improvecommunication efficiencyVSAvoidsystem complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent designs gateway devices that perform multiple functions: they act as both end devices for receiving data from local end devices and as intermediate nodes for forwarding data to other gateway devices and final destinations. This multi-functionality reduces the need for separate dedicated intermediate networking equipment, simplifying the overall system architecture while maintaining the communication efficiency benefits of intermediate node processing.

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The gateway devices autonomously manage TCP connection establishment, packet retransmission, and data reassembly without requiring complex centralized control. Each gateway independently handles its own TCP connections and coordinates with other gateways through standardized protocols, enabling the system to scale without proportionally increasing control complexity while maintaining high communication efficiency.

Inventive Principle:
Principle #25Self-service

3Quantity of substance

If HTTP persistent connections are used to reduce network congestion, then network throughput is improved, but connection management complexity increases

Engineering Contradiction:
Improvenetwork throughputVSAvoidconnection management complexity
Core Design Contradiction:
Quantity of substanceVSDevice complexity

Solution Approach 1:

The patent establishes persistent TCP connections between gateway devices in advance, before actual data transmission occurs. These pre-established connections remain open and ready for data flow, eliminating the need for repeated connection handshakes during high-traffic periods. This preliminary action reduces network congestion and latency while the connection management complexity is handled autonomously by each gateway device through standardized protocols.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250379920A1System and Method for Improving Internet Communication by Using Intermediate Nodes
Publication Date: 2025.12.11 BRIGHT DATA LTD
  • US20250379920A1 patent drawing
  • US20250379920A1 patent drawing
  • US20250379920A1 patent drawing

AI summary

A method for fetching a content from a web server to a client device is disclosed, using tunnel devices serving as intermediate devices. The client device accesses an acceleration server to receive a list of available tunnel devices. The requested content is partitioned into slices, and the client device sends a request for the slices to the available tunnel devices. The tunnel devices in turn fetch the slices from the data server, and send the slices to the client device, where the content is reconstructed from the received slices. A client device may also serve as a tunnel device, serving as an intermediate device to other client devices. Similarly, a tunnel device may also serve as a client device for fetching content from a data server. The selection of tunnel devices to be used by a client device may be in the acceleration server, in the client device, or in both. The partition into slices may be overlapping or non-overlapping, and the same slice (or the whole content) may be fetched via multiple tunnel devices.