Access Point Packet Retransmission for Wireless Video

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current wireless video distribution systems face challenges in efficiently transmitting high-definition video data over wireless networks due to the high data volume and cost constraints, making it difficult to provide reliable and affordable wireless video distribution solutions for consumers.

Innovation Solution

A method and system for an access point that includes a radio module and an application module, which manage the transmission and retransmission of information packets to user devices using a queue and buffer system, ensuring successful delivery through acknowledgement messages and retransmission attempts, while also filtering and prioritizing packets to maintain video quality and reduce latency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If wireless video distribution is implemented to provide convenient wireless access, then ease of operation is improved, but data transmission reliability deteriorates due to high data volume and interference

Engineering Contradiction:
Improvewireless video distribution convenienceVSAvoiddata transmission reliability
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The system performs preliminary actions by sending acknowledgement requests after each packet transmission and maintaining retransmission queues before data loss occurs. The access point proactively manages packet delivery by tracking received packets and initiating retransmissions only when necessary, rather than waiting for data corruption to manifest.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback mechanisms through acknowledgement messages sent from user devices to the access point. When packets are not received, the system uses negative acknowledgements or timeout detection to trigger retransmission, creating a closed-loop control system that adapts to transmission conditions.

Inventive Principle:
Principle #23Feedback

2Reliability

If retransmission mechanisms are implemented to improve data delivery reliability, then transmission reliability is improved, but transmission time increases due to retransmission delays

Engineering Contradiction:
Improvepacket delivery reliabilityVSAvoidtransmission delay
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The system prepares retransmission queues in advance but only activates retransmission when acknowledgements are not received. Packets are staged in queues with sequence numbers assigned beforehand, allowing rapid retransmission initiation without processing delays when packet loss is detected.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements selective retransmission only for packets that are actually lost, rather than retransmitting all packets. The access point tracks which packets were received successfully and initiates retransmission only for the specific missing packets, minimizing unnecessary retransmission delays.

Inventive Principle:
Principle #16Partial or excessive action

3Reliability

If packet buffering and queue management are implemented to ensure reliable delivery, then data integrity is improved, but device complexity increases

Engineering Contradiction:
Improvedata delivery assuranceVSAvoidaccess point complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The access point functionality is segmented into distinct modules: a radio module for wireless communication, an application module for higher-layer processing, and an information management module for queue and buffer management. This segmentation allows each component to handle specific tasks independently, simplifying the overall system architecture while maintaining reliable packet delivery.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The information management module acts as an intermediary between the radio module and application module, managing the complexity of packet queuing, buffering, and retransmission logic. This intermediary layer shields the radio communication layer from complex data management tasks while providing reliable delivery services to the application layer.

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS8175036B2Multimedia wireless distribution systems and methods
Publication Date: 2012.05.08 AIRGAIN INC
  • US8175036B2 patent drawing
  • US8175036B2 patent drawing
  • US8175036B2 patent drawing

AI summary

An access point for wireless transmission of packets to user devices includes an application module and a radio module. If the radio module fails to successfully transmit a packet to a user device, the application module takes the packet from its queue and places it in the radio buffer for retransmission. This greatly increases the speed of retransmission. The application module can obtain information on the success of transmitting the packet directly from the radio module.