Introduces Wi-Fi-IoT radio coexistence mechanisms, detailing collaborative and non-collaborative interference mitigation approaches, explaining PTA coordination for airtime sharing, and outlining performance improvements in environments with dense IoT devices.
Wi-Fi-IoT radio coexistence is a collaborative interference-reduction mechanism that
-
minimizes signal interference between Wi-Fi and IoT radios operating on the 2.4 GHz ISM band
-
utilizes Packet Traffic Arbitration (PTA) to coordinate airtime sharing between collocated radios, and
-
improves the performance and reliability of wireless networks in environments with high IoT device density.
Packet Traffic Arbitration (PTA)
Packet Traffic Arbitration (PTA) is a coordination entity that provides per-packet authorization for transmissions. It dynamically manages the wireless medium based on traffic load, ensuring that high priority packets from either radio are granted access while preventing simultaneous transmissions that would cause collisions.
Collaborative and Non-collaborative Mechanisms
-
Non-collaborative: Radios do not exchange information.
-
Collaborative: Radios exchange real-time state information to negotiate medium access.
Difference between collaborative and non-collaborative mode
In non-collaborative mode, the IoT radio and the Wi-Fi radio each transmit whenever they have data, regardless of whether the other radio is currently in use. As a result, if a collision occurs when the Wi-Fi radio is busy because it is being used by the Wi-Fi chipset, the IoT radio cannot send its packet. In collaborative mode, the IoT radio asks the Wi-Fi radio for permission to transmit. Once permission is granted, the IoT radio transmits over the radio.