Proxy Server IP Address Distribution for IPv4-IPv6 Transition

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The transition between IPv4 and IPv6 networks is challenging due to incompatibility, limiting direct communication between clients and servers that only support one protocol version, and existing solutions do not efficiently manage this transition in cloud-based proxy services.

Innovation Solution

A cloud-based proxy service that uses a proxy server to transition requests and responses between IPv4 and IPv6 networks by changing the source IP address and selecting appropriate IP addresses for outgoing requests and responses, allowing communication between incompatible networks through DNS-based provisioning and IP address management.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If a proxy server uses a single IP address for all requests, then the configuration is simple, but it triggers performance logic on origin servers and limits communication efficiency

Engineering Contradiction:
Improverequest transmission efficiencyVSAvoidIP address management complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The proxy server segments its IP address pool into multiple distinct IP addresses and distributes requests across them. Each IP address can be independently managed and assigned to specific request types or origin servers, preventing any single IP from triggering performance logic while maintaining simple per-IP configuration

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The proxy server dynamically selects which IP address to use for each outgoing request based on factors such as origin server requirements, request characteristics, and current load conditions. This dynamic IP selection allows the system to adapt to changing conditions without complex static configuration

Inventive Principle:
Principle #15Dynamics

2Adaptability or versatility

If IPv4 and IPv6 networks directly interoperate, then communication between different protocol versions is enabled, but protocol incompatibility prevents direct communication

Engineering Contradiction:
Improvenetwork protocol compatibilityVSAvoidcommunication reliability
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The proxy server acts as an intermediary between IPv4 and IPv6 networks. It receives requests from clients using one protocol version, translates or adapts them as needed, and forwards them to origin servers using the appropriate protocol version. This mediation enables reliable communication between incompatible protocol versions without requiring direct interoperability

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The proxy server changes protocol parameters when forwarding requests between IPv4 and IPv6 networks. It modifies IP address formats, port assignments, and other protocol-specific parameters to ensure compatibility between the client's protocol version and the origin server's protocol version, thereby enabling reliable cross-protocol communication

Inventive Principle:
Principle #35Parameter changes

3Reliability

If multiple IP addresses are used for request distribution, then performance logic triggering is reduced and communication efficiency improves, but IP address selection and management becomes complex

Engineering Contradiction:
Improveorigin server performance logic avoidanceVSAvoidIP address selection complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The proxy server implements automated IP address selection logic that independently manages the complexity of multi-IP coordination. It automatically monitors which IP addresses are currently effective, tracks which origin servers respond to which IPs, and makes real-time decisions about IP selection without requiring manual intervention or complex external management systems

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS9319315B2Distributing transmission of requests across multiple IP addresses of a proxy server in a cloud-based proxy service
Publication Date: 2016.04.19 CLOUDFLARE INC
  • US9319315B2 patent drawing
  • US9319315B2 patent drawing
  • US9319315B2 patent drawing

AI summary

A first packet is received at a proxy server from a client and includes a first incoming request for an action to be performed on an identified resource. The first packet is received at the proxy server as a result of a DNS request for a domain corresponding to the identified resource resolving to an IP address of the proxy server. The proxy server selects, based on at least in part on a set of parameters associated with the first packet, one of multiple IP addresses for use as a source IP address for a second packet that carries an outgoing request and transmits the second packet. The proxy server receives a third packet that includes an incoming response from the destination origin server in response to the outgoing request and transmits a fourth packet to the client that includes an outgoing response based on the incoming response.