Access Point Client Load Balancing Across Bands
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Wireless digital networks face challenges in balancing client load across different bands in an access point, leading to resource overload due to clients typically choosing access points based on signal strength without considering the load, resulting in inadequate resource allocation.
Innovation Solution
An access point tracks the number of connected clients and implements thresholds to manage new connections, rejecting requests when overloaded by not responding to Probe Requests and returning error responses for Authentication and Association Requests, allowing load balancing across bands based on client capabilities and band-specific limits.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Ease of operation
If an access point accepts client connections based on signal strength without load consideration, then clients can easily connect to the access point with the strongest signal, but the access point may become overloaded and unable to adequately service all clients
Solution Approach 1:
The access point implements a feedback mechanism by monitoring the number of connected clients on each band and comparing it against configured thresholds. When the client count exceeds the threshold, the access point stops accepting new connections on that band. This closed-loop control prevents overload while maintaining easy client connection, resolving the contradiction between ease of operation and service quality reliability
Solution Approach 2:
The system dynamically adjusts its acceptance of new connections based on real-time load conditions. The access point transitions between accepting and rejecting connections depending on whether the client count is below or above the threshold. This dynamic behavior allows the system to maintain reliability under varying load conditions while preserving ease of operation when capacity is available
2Adaptability or versatility
If an access point allows unlimited client connections, then all clients can connect without restriction, but the limited resources in each band become insufficient to service all clients adequately
Solution Approach 1:
The access point segments its resource management by implementing separate client thresholds for different bands (2.4 GHz and 5 GHz). Each band can be independently configured with its own maximum client count threshold, allowing the system to adapt to the specific resource constraints of each band while maintaining overall versatility in supporting multiple clients across both bands
Solution Approach 2:
The system changes the parameter of connection acceptance based on resource availability. By monitoring the number of connected clients and comparing against thresholds, the access point dynamically adjusts whether to accept new connections. This parameter-based control ensures that client connection capacity adapts to the quantity of available resources in each band
3Loss of time
If clients choose access points solely based on reported signal strength, then the selection process is simple and fast, but load balancing across bands and access points does not occur
Solution Approach 1:
The access point introduces an intermediary mechanism in the form of load threshold checking between the client's signal strength evaluation and the actual connection acceptance. The access point acts as a mediator that can accept or reject connections based on load conditions, enabling load balancing across bands without significantly increasing client selection time, thus resolving the contradiction between quick selection and efficient load distribution
Data Source
AI summary
Balancing client load on an access point in a wireless digital network. An access point tracks the number of connected users and accepts new connections only if the number of connected users is below a preset threshold. The number of connected users may be tracked on an access point wide basis, a per-band basis, a per-BSSID basis, or a combination. Similarly, accepting new connections may be done on an access point wide basis, a per-band basis, a per-BSSID basis, on the basis of client 802.11 capabilities, or a combination.

