DHCP Server IP Address Conflict Resolution

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing IP address allocation methods face challenges with subnet IP address conflicts, requiring manual adjustments and limited resource management, especially when multiple DHCP servers allocate addresses to clients across different subnets, leading to potential communication disruptions.

Innovation Solution

A method and system for automatically allocating IP addresses by monitoring connections and detecting conflicts, allowing for dynamic re-allocation of IP addresses and subnet segments to prevent conflicts, using a server with modules for address allocation, monitoring, and conflict resolution, and optionally randomizing IP address segments to minimize manual intervention.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If manual configuration of IP address subnet segments is used for DHCP servers, then IP address conflicts can be avoided, but the complexity of operation and maintenance increases significantly

Engineering Contradiction:
ImproveIP address conflict avoidanceVSAvoidManual configuration complexity
Core Design Contradiction:
ReliabilityVSEase of operation

Solution Approach 1:

The DHCP server automatically detects IP address conflicts by monitoring client connection messages and performs self-service by reallocating its own IP address and subnet segment without human intervention. The server monitors whether it receives connection messages from clients within a preset time period, and upon detecting a conflict, automatically reallocates resources to resolve the issue.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The system implements feedback mechanisms where the DHCP server monitors client connection messages to detect IP address conflicts. When a conflict is detected (indicated by absence of connection messages or receipt of subnet conflict messages), the server receives feedback about the conflict state and automatically adjusts its IP address allocation accordingly.

Inventive Principle:
Principle #23Feedback

2Ease of operation

If automatic IP address allocation is implemented, then operational complexity is reduced, but IP address subnet conflicts between multiple DHCP servers occur

Engineering Contradiction:
ImproveAutomatic allocation capabilityVSAvoidSubnet conflict occurrence
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The DHCP server performs preliminary monitoring of client connections after allocating IP addresses. By monitoring whether connection messages are received within a preset time period, the server proactively detects potential conflicts before they cause significant network issues, and can preemptively reallocate IP addresses to prevent conflicts.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

When conflicts are detected through monitoring, the DHCP server automatically reallocates its IP address and subnet segment without requiring manual intervention. This self-service capability allows the server to resolve conflicts autonomously while maintaining automatic allocation benefits.

Inventive Principle:
Principle #25Self-service

3Adaptability or versatility

If multiple DHCP servers allocate IP addresses to the same client, then network coverage and client connectivity are improved, but IP address subnet conflicts arise between servers

Engineering Contradiction:
ImproveMulti-server client connectivityVSAvoidSubnet conflict between servers
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The DHCP server receives feedback in the form of connection messages from clients. When multiple DHCP servers serve the same client, the monitoring mechanism detects conflicts by checking whether expected connection messages are received within the preset time period, enabling the system to identify and resolve inter-server conflicts.

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

Upon detecting conflicts with other DHCP servers through monitoring, the affected server automatically reallocates its IP address and subnet segment. This self-service conflict resolution allows multiple servers to coexist without manual configuration while maintaining adaptability in serving multiple clients.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS9100303B2Methods, devices, and systems for allocating IP address
Publication Date: 2015.08.04 LENOVO (BEIJING) LTD
  • US9100303B2 patent drawing
  • US9100303B2 patent drawing
  • US9100303B2 patent drawing

AI summary

The embodiments of the present disclosure provide a method, a device and a network system for allocating an IP address. The allocating method comprises: allocating a first IP address to a first server; allocating a second IP address to a client connected to the first server; monitoring the client allocated with the second IP address; allocating a third IP address to the first server when a monitoring result indicates that an IP address conflict exists between the first IP address and a current IP address of a second server; wherein the second server is connected to the client allocated with the second IP address. The method may reallocate the IP address automatically when a subnet conflict occurs.