IP Address Allocation in Ad-Hoc Networks

Resolve Bottlenecks,
Find Innovative Solutions
Generate 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

VSEngineering 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

Engineering Contradiction:
ImproveIP address uniqueness verificationVSAvoidnetwork load
Core Design Contradiction:
ReliabilityVSLoss of energy

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.

Inventive Principle:
Principle #1Segmentation

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.

Inventive Principle:
Principle #3Local quality

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

Engineering Contradiction:
ImproveIP address duplication detection accuracyVSAvoiddetection method complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

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.

Inventive Principle:
Principle #15Dynamics

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.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS7561581B2Method of allocating IP address and detecting duplication of IP address in an ad-hoc network environment
Publication Date: 2009.07.14 SAMSUNG ELECTRONICS CO LTD
  • US7561581B2 patent drawing
  • US7561581B2 patent drawing
  • US7561581B2 patent drawing

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.