Wireless Access Point Collision Probability Estimation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current wireless networks face inefficiencies due to standard rate adaptation mechanisms that incorrectly assume packet losses are caused by bad channels, leading to increased collision probabilities and reduced throughput, especially in saturated regimes.

Innovation Solution

An Access Point records and computes statistics such as total transmission time, channel busy time, and number of retries to estimate the probability of packet collisions, allowing for differentiation between collision and channel quality issues without modifying MAC implementations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If standard rate adaptation mechanisms assume all packet losses are due to bad channel, then rate reduction is triggered, but collision probability increases and throughput decreases

Engineering Contradiction:
Improvepacket delivery reliabilityVSAvoidthroughput
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent implements a feedback mechanism where the Access Point monitors transmission statistics (channel busy time, number of retries, successful transmissions) and uses this information to dynamically adjust rate adaptation decisions. The system computes packet loss probability based on observed statistics and feeds this information back to differentiate between collision-induced losses and channel-induced losses, enabling intelligent rate selection that avoids the盲目 rate reduction of traditional mechanisms.

Inventive Principle:
Principle #23Feedback

2Measurement precision

If packet loss detection mechanism is implemented to predict collision cause, then accurate collision differentiation is achieved, but computational complexity and processing overhead increase

Engineering Contradiction:
Improvecollision detection accuracyVSAvoiddetection mechanism complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The Access Point uses its own existing transmission statistics and channel state information to self-determine the cause of packet losses. The system computes packet loss probability using formulas based on observed metrics (channel busy time, retry counts, successful transmission ratios) without requiring external detection devices or complex additional infrastructure. The AP serves its own diagnostic needs by processing its own operational data.

Inventive Principle:
Principle #25Self-service

Solution Approach 2:

The patent transforms qualitative packet loss detection into quantitative analysis by introducing computable parameters: packet loss probability P, channel busy time T_busy, number of retries R, and successful transmission count S. These parameters convert the detection problem into mathematical computations using established formulas, making the detection mechanism systematic and scalable rather than ad-hoc.

Inventive Principle:
Principle #35Parameter changes

3Measurement precision

If deterministic collision prediction scheme is used with temporal information, then precise collision prediction is achieved, but MAC implementation modification is required

Engineering Contradiction:
Improvecollision prediction precisionVSAvoidimplementation ease
Core Design Contradiction:
Measurement precisionVSEase of manufacture

Solution Approach 1:

The patent introduces packet loss probability P as an intermediary metric that mediates between raw transmission statistics and collision detection decisions. Rather than directly analyzing temporal patterns requiring MAC layer modifications, the system uses P (computed from channel busy time, retry counts, and success ratios) as an intermediate representation that captures collision likelihood without requiring deep protocol changes. This intermediary simplifies the implementation burden while maintaining detection accuracy.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentEP2218217B1Method and apparatus for estimating collision probability in a wireless network
Publication Date: 2013.04.24 UNIFY INC
  • EP2218217B1 patent drawingFigure 1
  • EP2218217B1 patent drawingFigure 2
  • EP2218217B1 patent drawingFigure 3

AI summary

A method for estimating packet collisions within a wireless network, comprising:for each transmit packet an Access Point (AP) of the network records statistics transmission information; based on this statistical information the AP computes: Total number of slot times generated during this transmission, n; Total number of deferrals, m; and Total number of unsuccessful transmissions, Qs; and using a sequence (m,n,Q) of statistics for each access category (AC), the AP computes the probability of collision for unsuccessful packets, p.