Client Server Version Compatibility Redirection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

In a networked environment, the increasing number of different application versions across devices leads to compatibility issues between client and server applications, resulting in inefficient service delivery and potential security vulnerabilities.

Innovation Solution

The system exchanges version information between client and server applications to determine compatibility, and if incompatible, redirects the client to an alternate server application that is more compatible, using a version table to manage and negotiate API versions and support for various application components.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If the primary server application serves all client applications, then service delivery is simplified, but version incompatibility causes functionality loss and security vulnerabilities

Engineering Contradiction:
ImprovecompatibilityVSAvoidsystem complexity
Core Design Contradiction:
Adaptability or versatilityVSDevice complexity

Solution Approach 1:

The server application is segmented into multiple versions (primary server application and alternate server application) to serve different client versions. This segmentation allows each server version to be optimized for specific client versions, resolving the compatibility issue while maintaining overall system functionality through distributed version management.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The primary server application acts as an intermediary that receives client requests, determines version compatibility, and redirects incompatible clients to appropriate alternate server applications. This mediator approach enables seamless version negotiation and compatibility matching without requiring clients to directly connect to specific server versions.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Adaptability or versatility

If the system supports multiple application versions, then compatibility is improved, but the number of server applications and management complexity increases

Engineering Contradiction:
Improveversion compatibilityVSAvoidnumber of server applications
Core Design Contradiction:
Adaptability or versatilityVSQuantity of substance

Solution Approach 1:

The primary server application performs multiple functions: serving compatible clients directly, identifying incompatible clients, redirecting them to appropriate alternate servers, and managing the version compatibility database. This multi-functionality reduces the need for separate dedicated server instances for each version while maintaining comprehensive version support.

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

Solution Approach 2:

The system pre-establishes alternate server applications for known incompatible client versions and maintains a version compatibility database in advance. When a client connects, the primary server quickly determines compatibility using this pre-prepared information and redirects if necessary, avoiding the need for dynamic server creation or complex real-time version negotiation.

Inventive Principle:
Principle #10Preliminary action

3Measurement precision

If version information is exchanged and compatibility checking is performed, then service accuracy is improved, but communication overhead and processing time increase

Engineering Contradiction:
Improveversion compatibility accuracyVSAvoidservice delivery time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The primary server application performs partial compatibility checking by exchanging essential version information with clients and comparing against the version compatibility database. Rather than performing exhaustive compatibility verification, the system checks only the critical version parameters needed to determine whether redirection is necessary, achieving sufficient accuracy while minimizing processing time.

Inventive Principle:
Principle #16Partial or excessive action

Data Source

PatentUS8972968B1Alternate service for applications
Publication Date: 2015.03.03 AMAZON TECH INC
  • US8972968B1 patent drawing
  • US8972968B1 patent drawing
  • US8972968B1 patent drawing

AI summary

Disclosed are various embodiments to accommodate incompatibilities between differing versions of client and server applications. The client application establishes, via a network of a client computing device, data communication with a interface of a primary server application in a server computing device, the interface including a server version identifier. The client application obtains, via the interface, the server version identifier. Based upon the server version identifier, the client application establishes, via the network of the client computing device, data communication with an alternate server application.