Direct Client-Server Service Discovery to Ease Load Balancer Bottlenecks

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Conventional server-side discovery systems using load balancers result in performance issues, scalability limitations, and increased resource consumption due to the need for all requests and responses to pass through the load balancers, especially when handling large data volumes and high client traffic.

Innovation Solution

Implementing direct client-to-server connections facilitated by load balancers, allowing clients to establish a secure connection with a load balancer, receive a server's network address, and then directly connect with the server for data exchange, reducing the load balancer's involvement in subsequent requests and responses.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If requests and responses pass through load balancers for service discovery, then service routing is achieved, but performance and scalability deteriorate due to increased processing load and bandwidth consumption

Engineering Contradiction:
Improveservice routingVSAvoidsystem performance
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent extracts the service discovery function from the load balancer's request/response path. Clients perform service discovery independently by querying a service registry directly, removing this function from the load balancer's processing chain. This allows load balancers to focus solely on load balancing without the overhead of service discovery processing.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent implements preliminary service discovery where clients query the service registry before establishing connections to load balancers. This preliminary action obtains service endpoint information in advance, so clients can directly connect to appropriate load balancers without requiring them to perform service discovery during the request handling process.

Inventive Principle:
Principle #10Preliminary action

2Adaptability or versatility

If load balancers handle all client requests and responses, then service distribution is achieved, but scalability is limited due to load balancer bottlenecks

Engineering Contradiction:
Improveservice distributionVSAvoidsystem scalability
Core Design Contradiction:
Adaptability or versatilityVSProductivity

Solution Approach 1:

The patent segments the system into independent components: clients perform service discovery, load balancers handle load balancing, and service instances process requests. This segmentation allows each component to scale independently, removing the bottleneck where load balancers had to handle both service discovery and load balancing functions.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent implements self-service where clients autonomously perform service discovery by querying the service registry themselves. This eliminates the need for load balancers to provide service discovery services, allowing load balancers to scale more efficiently without the additional processing burden.

Inventive Principle:
Principle #25Self-service

3Reliability

If load balancers process service discovery requests, then service routing is enabled, but resource consumption increases due to CPU usage and bandwidth requirements

Engineering Contradiction:
Improveservice routingVSAvoidCPU usage and bandwidth
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

The patent extracts service discovery processing from load balancers and relocates it to clients and a dedicated service registry. This extraction eliminates the CPU usage and bandwidth consumption associated with load balancer service discovery processing, as clients perform discovery independently and communicate directly with the service registry.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent introduces a dedicated service registry as an intermediary between clients and load balancers. This service registry handles service discovery queries from clients, providing service endpoint information without requiring load balancer involvement in the discovery process, thereby reducing load balancer resource consumption.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS20260039712A1Scalable service discovery and load balancing using direct client connections to servers
Publication Date: 2026.02.05 PAYPAL INC
  • US20260039712A1 patent drawing
  • US20260039712A1 patent drawing
  • US20260039712A1 patent drawing

AI summary

There are provided systems and methods for scalable service discover and load balancing using direct client connections to servers. A service provider, such as an electronic transaction processor for digital transactions, may provide different computing services to users through client devices, which utilize server instances from server pools and the like to provide the computing services to users. This may include providing servers to handle client requests and process data with users. When client devices connect to the service provider's system, service discovery may be performed to find an available server instance to handle client requests. To provide scalable service discovery, load balancers may, instead of managing client requests through the load balancers, ping server instances from a server pool to identify a network address of an available server. This may be returned to the client device and a direction connection may be made between the device and server.