IP Address Allocation in Ad-Hoc Networks
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
In ad-hoc networks without a central server, existing methods face challenges in efficiently allocating unique IP addresses and detecting address duplications due to unpredictable network topology changes, leading to communication failures and network overload.
Innovation Solution
A method involving the allocation of an initial IP address, sending and receiving Hello messages, updating Duplicate Address Detection (DAD) tables, and using a DAD timer handler to determine address collisions, reducing network load through one-hop broadcasts and ensuring unique IP address allocation.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Reliability
If every terminal sends broadcast messages throughout the entire network to detect IP address duplication, then IP address uniqueness can be verified, but network load increases excessively
Solution Approach 1:
The patent divides the network into multiple regions or zones, and terminals only send detection messages within their own region rather than broadcasting to the entire network. This segmentation reduces the scope of each detection operation, thereby lowering overall network load while still ensuring IP address uniqueness within each segment.
Solution Approach 2:
The patent implements localized IP address detection where terminals only communicate with neighbors in their immediate vicinity. Each terminal performs duplication checks only within its local network segment, maintaining reliability for local uniqueness while avoiding the energy waste of full-network broadcasts.
2Measurement precision
If complex detection methods are used to handle unpredictable network topology changes, then IP address duplication detection accuracy improves, but device complexity increases
Solution Approach 1:
The patent employs dynamic detection mechanisms that adapt to changing network topologies. Terminals continuously monitor their local environment and adjust detection behavior based on current network conditions, allowing accurate duplication detection without requiring complex static protocols for every possible topology scenario.
Solution Approach 2:
Each terminal independently performs IP address duplication detection using simple local comparisons with received messages from neighbors. The system distributes the detection function to individual terminals rather than requiring a complex centralized management system, reducing overall device complexity while maintaining detection accuracy.
Data Source
AI summary
Disclosed herein is a method of allocating an Internet Protocol (IP) address and detecting the duplication of the IP address in an ad-hoc network environment. In the method of the present invention, a terminal allocates an IP address to itself and efficiently detects and handles the duplication of the IP address in the ad-hoc network environment, thus reducing the load of an entire network and allowing the method to be used together with existing routing protocols.


