Wireless network throughput enhancement through channel aware scheduling

Information

  • Patent Grant
  • 9674862
  • Patent Number
    9,674,862
  • Date Filed
    Monday, February 22, 2016
    8 years ago
  • Date Issued
    Tuesday, June 6, 2017
    7 years ago
Abstract
A channel aware scheduler (CAS) is disclosed that takes advantage of changing wireless channel conditions in order to maximize aggregated system throughput. The CAS is aware of the different channel conditions for one or more stations and adjusts its scheduling of packet transmissions in light of the same. A related CAS algorithm may take advantage of that knowledge in order to increase aggregated system throughput while concurrently addressing other potential fairness constraints.
Description
BACKGROUND OF THE INVENTION

Field of the Invention


The present invention generally relates to communications networks. More particular, the present invention related to systems and method for increased data throughput in communications networks.


Description of the Related Art


A wireless channel is generally understood as a pathway between two communication endpoints. Through a wireless channel, the communication of any number of forms of data may take place. The efficient and effective communication of data is, however, subject to any number of characteristics of a particular wireless channel.


For example, a wireless channel with low throughput would not be recommended for the communication of data related to a high-definition television program. Similarly, the use of a wireless channel with a large amount of available bandwidth may be better utilized in the context of time-sensitive data transfers (e.g., voice communications) rather than the exchange of low priority and low-bandwidth background data queries.


Characteristics of a wireless channel may vary over time. For example, a wireless channel that at one moment has available bandwidth may subsequently be subjected to bottlenecks and dropped data packets thus requiring retransmission of the same. These variances in network characteristics may be a result of, for example, terminal mobility, multipath fading, or interference.


With respect to terminal mobility, a terminal may (while in motion) access wireless services from different locations. The mobility of the terminal requires the network to expend resources related to identifying and locating that terminal. The accessing of the network at different locales over time in conjunction with the need of the network to identify and locate the terminal may affect the quality of a wireless signal in that network.


Multipath fading involves the phenomenon of multipath propagation whereby a radio signal arrives at a receiving station (e.g., an antenna), at different times, via two or more paths. Multipath propagation may be induced by the refracting and reflecting of a wireless signal by various objects in the wireless environment (e.g., walls and metal objects). As a result of multipath propagation, the wireless signal is distorted thereby resulting in a deteriorated communications experience, which may include jitter or ghosting in the case of audio or video content.


Interference, broadly stated, may be mobile or static. In the case of mobile interference, the reception of a signal by a first mobile device (e.g., a wireless terminal) may be impeded or degraded by the transmission of a signal by another mobile device. Static interference is representative of the superposition of white noise (i.e., static) and other disturbing influences on a wireless signal. These influences are inclusive of thermal noise, electronic noise from receiver input circuits, and radiated electromagnetic noise that might be picked up by a receiving station's antenna.



FIG. 1A illustrates how characteristics of a wireless channel may vary over time in light of the aforementioned terminal mobility, multipath fading, and interference. FIG. 1A illustrates a wireless channel 100 where signal quality 110 between an access point (AP) and station are illustrated as a function of time 120. As can be seen from FIG. 1A, signal quality 110 is less at T+1 than at T+2. The signal quality 110 for T+1 and T+2 is less than the signal quality 110 illustrated at T+3, which is nearly equivalent to that of the signal quality 110 exhibited at T+4. Signal quality 110 improves at T+5 while experiencing a significant decrease at T+6.


Further complicating the understanding of wireless channel characteristics (and the optimal use of those channels) is that channel conditions often lack correlation amongst one another in a network of stations. The lack of correlation may be a result of different distances from an AP to a particular station, distances from a station (or the AP) to a particular source of interference, the movement of a mobile terminal or station, as well as varying multipath fading effects. FIG. 1B is exemplary in this regard with respect to illustrating the signal quality 110 between the aforementioned AP and Station A (130) and the AP and Station B (140). As shown in FIG. 1B, there is no immediately recognizable correlation in signal quality vis-a-vis the AP and the differing stations (130/140).


One attempt at managing variances in wireless channel characteristics, especially as they pertain to different stations, has been through the use of a scheduler. Schedulers may be embodied in hardware and/or software components—the latter being executable from memory or a storage device by a corresponding processing device—with respect to providing scheduling policies, rules, procedure, or other criteria in making scheduling decisions. A scheduler may, in light of the aforementioned policies or criteria and a given set of packets, select particular packets for serial transmission over a particular wireless channel.


Different scheduling policies may be used in an attempt to ensure a communications network's ability to provide different quality of service (QOS) guarantees. Policies may include strict priority (SP) where a particular station queue is always allocated bandwidth and/or transmitted before other queues. An alternative policy includes round robin (RR) scheduling, which assigns bandwidth and transmits packets in equal portion, in order, and without priority to a particular station queue.


Weighted round robin (WRR), on the other hand, is a best-effort scheduling discipline (i.e., the network does not provide any guarantees that data is delivered or that a user is given a guaranteed QOS level or priority). Through WRR scheduling, station queues can be assigned a weight—an integer value that might indicate capacity or priority. Station queues with higher weights have their packets transmitted prior to those with lesser weights. All queues are eventually given regular transmission access to a channel albeit it those queues with higher weight will get more transmission access attempts than those with lesser weights.


Yet another scheduling policy is fair queuing (FQ), which allows several packet flows to fairly share link capacity. Fair queuing differs from first-in-first-out (FIFO) (i.e., what comes in first is handled first and what comes in next waits until the first is finished) in that an ill-behaved flow that consists of, for example, large data packets or a large number of packets will punish itself and not other packet flows. In FQ scheduling, in order to decide which packet should be forwarded first, the FQ algorithm estimates a virtual finishing time of all candidate packets (i.e., the packets at the head of all non-empty queues) based on, for example, the arrival time of the packet, the packet size, and the number of queues. The FQ scheduling algorithm or policy then compares the virtual finishing time and selects the minimum one. The packet with the minimum virtual finishing time is transmitted.


A still further scheduling policy is weighted fair queuing (WFQ), which allows different scheduling priorities to be statistically multiplexed. WFQ is a generalization of the aforementioned FQ algorithm where each data flow has a separate FIFO queue. Whereas the aforementioned ill-behaved queue will only punish itself, WFQ allows different sessions to have different service shares. If N data flows currently are active, with weights ω1, ω2 . . . ωN, data flow number i will achieve an average data rate of







R






ω
i



(


ω
1




ω
2






ω
N




)






An end-to-end delay bound can be guaranteed in WFQ scheduling. By dynamically regulating WFQ weights, this policy can be used to control QOS and achieve a guaranteed data rate.


Typical wireless devices (e.g., an 802.11x compliant device) implement a simple class and/or priority scheduling mechanism with a FIFO queue per each traffic class. An example of such a mechanism 200 is illustrated in FIG. 2. The scheduling mechanism 200 of FIG. 2 illustrates four classes of traffic priority: voice (230), video (240), best-effort (250), and background (260). While the voice, video, best-effort, and background represent the typical four traffic priorities, the actual number of classes may vary in order to accommodate, for example, additional traffic classes and management traffic.


In the scheduling mechanism 200 of FIG. 2, packets are introduced to the wireless device via a network/input interface 210. It should be noted that certain hardware components (e.g. a processor or memory) are not illustrated in that one skilled in the art will appreciate and understand the requisite components to implement the various applications disclosed herein. Packets may be received from another wireless device, a network backbone, a router, or a primary source of content that has been converted into data packets for transmission.


Packets are then routed to the classifier 220. The classifier 220 may identify packets based on application layer data regardless of port. The classifier 220 may alternatively identify packets based on Internet Protocol (IP) address, port numbers, and so on. Packet classification based on multiple fields may be implemented using basic search algorithms, geometric algorithms, heuristic algorithms, or hardware-specific search algorithms. A variety of methodologies for packet classification are generally known in the art.


Once classified by classifier 220, packets are then routed to an appropriate queue: voice, video, best-effort, background (230-260). The priority scheduler 270 then schedules the classified and queued packets. In the priority based queuing and scheduling mechanism 200 of FIG. 2, all packet traffic of a specific class (e.g., voice (230) is subjected to FIFO queuing. Scheduling is done strictly by priority (SP). As such, priority N (e.g., voice (230)) must be empty before priority N+1 (e.g., video (240)) is allowed to transmit. Packets are then transmitted or further routed via the appropriate network/output interface 280.


Problems exist with respect to prior art scheduling methodologies based on priority queuing with per class FIFO. Channel aware scheduling (as discussed in further detail below) may not be implemented in this context. For example, traffic to different stations is interleaved within each FIFO queue. Further, only one packet is available at any given time—the packet at the head of the highest priority queue.


Typical prior art scheduler implementations also blindly retransmit the head end packet from the highest priority active queue until that packet is either successfully acknowledged by the recipient or some maximum number of retransmissions occurs. This blind retransmission causes head-of-line blocking. As a result, poor system performance results and, in many circumstances, clients may become completely impaired.


SUMMARY OF THE PRESENTLY CLAIMED INVENTION

An embodiment of the presently claimed invention includes a system for increasing wireless network throughput. The system includes a classifier configured to assign a packet to one of a plurality of transmission queues. The system further includes a first scheduling module and a second scheduling module. The first scheduling module is stored in a computer-readable medium and executable by a processing device to select an assigned packet for transmission from one of the plurality of transmission queues in accordance with a strict priority schedule. The second scheduling module is likewise stored in a computer-readable medium and executable to select a priority scheduled packet for transmission, wherein the selection is made in accordance with a weighted scheduling technique.


In a second embodiment of the presently claimed invention, a method for increasing wireless throughput is disclosed. The method includes the steps of assigning a packet to one of a plurality of transmission queues; selecting an assigned packet for transmission from one of the plurality of transmission queues in accordance with a priority schedule; selecting a priority scheduled packet for transmission in accordance with a weighted scheduling technique; and transmitting the packet.


A third embodiment is for a computer-readable storage medium having embodied thereon a program. The program is executable by a processing device to perform a method for increasing wireless throughput, the method includes the steps of assigning a packet to one of a plurality of transmission queues; selecting an assigned packet for transmission from one of the plurality of transmission queues in accordance with a priority schedule; selecting a priority scheduled packet for transmission in accordance with a weighted scheduling technique; and transmitting the packet.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1A illustrates a wireless channel where signal quality between an access point and station are sown as a function of time.



FIG. 1B illustrates signal quality between an access point and two stations.



FIG. 2 illustrates a class/priority scheduling mechanism with a FIFO queue for each traffic class.



FIG. 3 illustrates the biasing of a scheduler in a channel aware scheduler network environment involving an AP and two stations.



FIG. 4 illustrates an embodiment of a channel aware scheduling mechanism utilizing hierarchical schedulers.



FIG. 5 illustrates a method for channel aware scheduling transmission including a channel aware scheduler mechanism utilizing a deferred retransmission module.



FIG. 6 illustrates queue weighting as may occur in the context of the channel aware scheduler mechanism of FIG. 4 and the corresponding method of FIG. 5.





DETAILED DESCRIPTION

The presently disclosed invention utilizes channel aware scheduling. Through channel aware scheduling, an optimized scheduler—a channel aware scheduler (CAS)—takes advantage of changing wireless channel conditions in order to maximize aggregated system throughput. A CAS is aware of the different channel conditions for one or more stations and adjusts its scheduling of packet transmissions in light of the same. The CAS algorithm may take advantage of that knowledge in order to increase aggregated system throughput while concurrently addressing other potential fairness constraints.



FIG. 3 illustrates an example of how a CAS may be beneficial in a network environment 300 involving an AP and two stations (A and B). Based on the particular signal quality for each station (A or B) over time (T=0, T+1, T+N), the scheduler is biased toward one station or the other (i.e., the scheduler is aware of the quality of both channels). For example, at time T+1, +2 and, +3, the scheduler is biased toward station B while at time T+4 and T+5, the scheduler is biased to station A.


The CAS mechanism of the present invention allows for finer queuing and scheduling granularity with respect to individual stations and packet flows. An embodiment of the present invention utilizes hierarchical scheduling. In a first level of the hierarchy, an SP scheduling algorithm may be employed as is common to enterprise and service-provider class networking equipment. In a second level, the CAS mechanism may utilize WRR or WFQ scheduling algorithms as described above.



FIG. 4 illustrates an embodiment of a CAS mechanism 400 utilizing the aforementioned hierarchical schedulers. Packets are received at classifier 410 following initial receipt by a network/input interface. Classifier 410 may operate in a manner similar to classifier 220 as illustrated in FIG. 2.


Following classification of an incoming packet at a wireless device implementing the CAS mechanism 400 of FIG. 4, the packet is routed to a first part of the scheduling hierarchy (i.e., a second level scheduler). In FIG. 4, this first portion of the scheduling hierarchy is represented by a queue with an associated priority. The CAS mechanism 400 of FIG. 4 illustrates three priority queues, which may be representative of voice, video, and background (420-440, respectively). Differing numbers of priority queues may be implemented subject to the particular type of packet flows being received at the CAS mechanism 400. For example, if the wireless device implementing CAS mechanism 400 is dedicated to the delivery of Internet Packet Television (IPTV) content, the voice queue (420) may be omitted.


Corresponding to each priority queue (420-440) in FIG. 4 is one or more station queues (420A-420C; 430A-430C; and 440A-440C). Each of the station queues 420A-420C; 430A-430C; and 440A-440C operates in conjunction with a WRR mechanism (450-470). Utilizing an associated WRR mechanism, each station queue 420A-420C; 430A-430C; and 440A-440C is assigned a weight indicative of capacity or priority. Station queues 420A-420C; 430A-430C; and 440A-440C with higher weights will have their packets transmitted prior to those with lesser weights. Weighting of a station queue is discussed in greater detail with respect to FIG. 6 below.


Following assignment to a priority and weighted station queue in the first portion of the hierarchy, the priority scheduler 480 of the second portion of the hierarchy (i.e., the first level scheduler) assumes responsibility for scheduling the transmission of the classified, prioritized, weighted, and queued packets. The priority scheduler 480 of FIG. 4 may operate in a fashion similar to that of the priority scheduler 270 in FIG. 2. Packets are then transmitted or further routed via an appropriate network/output interface.


In some embodiments, the CAS mechanism 400 of FIG. 4 may utilize additional scheduling techniques such as deferred retransmission and weighted feedback. Both of these techniques may be implemented in the context of the second level schedulers of FIG. 4.


In the case of deferred retransmission, an indication of a failed transmission may be used to temporarily defer transmission or retransmission to the failed station and instead service other active stations in a priority queue. A deferred retransmission module may make direct use of a standard retransmission request mechanism such as an 802.11 acknowledgment (ACK) that would indicate a retransmission is required when no ACK is received.


Alternatively, an Automated Repeat Request (ARQ), which uses acknowledgments and timeouts to achieve reliable data transmission, may be used. A Hybrid Automated Repeat Request (HARQ) may also be used. In standard ARQ, error-detection information (ED) bits are added to data to be transmitted, such as cyclic redundancy check (CRC). In HARQ, forward error correction (FEC) bits are also added to the existing ED bits, such as Reed-Solomon code or Turbo code. As a result HARQ performs better than ordinary ARQ in poor signal conditions but may adversely affect the environment in good signal conditions. HARQ may have particular applicability to the IEEE 802.16-2005 standard for mobile broadband wireless access, also known as ‘mobile WiMAX.’ HARQ mechanisms also tend to be implemented in hardware.


The absence of an ACK or the receipt of an ARQ or HARQ (i.e., a retransmission request) operates as an indication of packet corruption. Packet corruption, in turn, is an indication of potential channel fade or other adverse channel condition. Upon indication of a retransmission requirement, the second level scheduler mechanism may elect to defer retransmission and move on to the next queue station that has pending packets.



FIG. 5 illustrates a method for CAS transmission in accordance with the CAS mechanism 400 of FIG. 4 as well as a CAS mechanism utilizing a deferred retransmission module.


In step 510, a packet is received. Receipt of the packet may occur via a network/input interface. Packets may be received from another wireless device, a network backbone, a router, or a primary source of content that has been converted into data packets for transmission.


In step 520, received packets are classified. The packets may be classified based on an application layer data regardless of port. Packets may also be identified and subsequently classified based on IP address, port numbers, and so on. Packet classification based on multiple fields may be implemented using basic search algorithms, geometric algorithms, heuristic algorithms, or hardware-specific search algorithms.


In step 530, packets are routed to an appropriate priority queue. Packets are then assigned to a station queue in step 540. Weighting of the station queues takes place in step 550. It should be noted that station queue weighting may be dynamic or static and may take place prior to or concurrent with the transmission of any particular packet or packet flow. Weighting of a station queue is discussed further with respect to FIG. 6. Packets are scheduled solely based on priority in 560 and transmitted in accordance with that priority in step 570.


In an alternative embodiment of a CAS mechanism that utilizes a deferred retransmission module, a retransmission request is received at optional step 580. In response to the retransmission request, a particular station queue is deferred in optional step 590. Scheduling of the remaining priority and channel queues takes place in step 560 as would occur in an embodiment not utilizing a deferred retransmission module. Transmission of the scheduled packets takes place in step 570.



FIG. 6 illustrates queue weighting as may occur in the context of the CAS mechanism of FIG. 4 and the corresponding method of FIG. 5. Using a WRR algorithm, a weight (640-660) is determined for each queue (610-630). The WRR scheduler 670 (e.g., WRR 450) then round robins between active queues (those that have pending packets) and transmits up to N packets from a queue where N is the weight associated with that queue.


Weighting may be implemented via credit register 690 that is loaded with a particular weight when a new station queue 680 is selected. The credit register 680 is decremented with each transmission from that station queue 680. When the credit register 690 reaches 0, the WRR scheduler 670 advances in a round robin fashion to the next queue with an associated load of credits.


An embodiment of the CAS mechanism utilizing a deferred retransmission module may modify the WRR scheduler 670 as follows. Upon receipt of a retransmission requirement, it is determined from which station queue the failed packet originated. The failed packet is then re-queued at the head of that queue. If that particular queue is still active (i.e., the queue still has credits), the queue is penalized through the additional decrement of the credit register or decrementing the credit register to zero thereby forcing an activation of a queue associated with a different station. These penalization activities may take place in the context of optional step 590 of FIG. 5.


A further embodiment of the CAS mechanism disclosed herein may implement weighted feedback, which may be applicable to a hierarchical implementation utilizing WFQ or WRR. In such an embodiment, per-station channel conditions are estimated. These estimates may utilize low-level metrics such as signal-to-noise ratio (SNR) or error-to-vector magnitude (EVM). Application level metrics such as estimated throughput may also be utilized. Queue weights are modified to reflect channel conditions such that the scheduler favors stations with the better channel. Generally, weights are proportional to each channel capacity in order to maximize throughput. Weights may be limited to some minimal value to prevent the starvation of poor stations.


A still further embodiment of weight feedback involves, for each associated station, the performance of throughput estimation. Estimation may occur using a throughput model and packet encoding rule (PER) statistics. Packet transmission time stamps may also be used. If the estimated throughput is below some minimum threshold, the estimated throughput is set to the minimum threshold in order to ensure that some minimal bandwidth allocation is made with respect to each station. The WRR or WFQ weight is scaled proportionally to the estimated throughput.


Computer-executable instructions and associated data structures represent examples of the programming means for executing steps of the methods and implementing particular system configurations disclosed herein. Such methodologies may be stored in a computer-readable storage medium. Such methodologies may be executed in the context of a corresponding processing device.


While the present invention has been described in the context of a series of exemplary embodiments, these descriptions are not intended to limit the scope of the invention to the particular forms set forth herein. To the contrary, the present description is intended to cover such alternatives, modifications, and equivalents as may be included within the spirit and scope of the invention as defined by the appended claims and otherwise appreciated by one of ordinary skill in the art.

Claims
  • 1. A system for increasing wireless network throughput, the system comprising: a packet classifier for receiving a data packet and assign the packet to one of a plurality of priority transmission queues, wherein each of the plurality of the priority transmission queues includes an associated packet priority level for data transmission and one or more station queues, wherein each station queue is assigned a weight indicative of a transmission channel capacity or a transmission channel priority by the packet classifier, and wherein a data packet in a station queue with a higher weight is transmitted via a network interface before a data packet in a station queue with a lower weight; anda hierarchical scheduling module stored in a computer-readable storage medium and executable by a processing device, wherein the hierarchical scheduling module: selects a first scheduled data packet for transmission from a first priority transmission queue, based on the associated packet priority levels of the plurality of priority transmission queues and the weights of the one or more station queues,transmits the first scheduled data packet over a selected transmission channel, via the network interface,determines whether the transmitted first scheduled data packet has failed to reach its destination, andwhen the transmitted first scheduled data packet has failed to reach its destination, defers the retransmission of the first scheduled data packet and transmits a second scheduled data packet from another station queue of the first priority transmission queue, via the network interface.
  • 2. The system of claim 1, wherein the selection of scheduled data packets is made utilizing weighted round robin for each station queue.
  • 3. The system of claim 1, wherein the selection of scheduled data packets is made utilizing weighted fair queueing for each station queue.
  • 4. The system of claim 1, wherein the hierarchical scheduling module further re-queues the first scheduled data packet for re-transmission at the station queue from which the first scheduled data packet was originated from.
  • 5. The system of claim 4, wherein the failed packet is re-queued at a head of the station queue from which the first scheduled data packet was originated.
  • 6. The system of claim 1, wherein the assigned weights are modified based on one or more current channel conditions associated with each priority transmission queue.
  • 7. The system of claim 6, wherein the modification to each of the assigned weights is proportional to an associated channel capacity.
  • 8. The system of claim 6, wherein the modification is limited to a predetermined minimal value.
  • 9. The system of claim 6, wherein the modification to each of the queue weights is proportional to an estimation of throughput performance.
  • 10. The system of claim 9, wherein the estimation of throughput performance is based on at least one of a throughput model, packet encoding rule, and packet transmission time.
  • 11. A computer implemented method for increasing wireless network throughput, the method comprising: receiving a data packet by a packet classifier;assigning the packet to one of a plurality of priority transmission queues, wherein each of the plurality of the priority transmission queues includes an associated packet priority level for data transmission and one or more station queues, wherein each station queue is assigned a weight indicative of a transmission channel capacity or a transmission channel priority, and wherein a data packet in a station queue with a higher weight is transmitted before a data packet in a station queue with a lower weight;selecting a first scheduled data packet for transmission from a first priority transmission queue, based on the associated packet priority levels of the plurality of priority transmission queues and the weights of the one or more station queues;transmitting the first scheduled data packet over a selected transmission channel, via a network interface;determining whether the transmitted first scheduled data packet has failed to reach its destination; andwhen the transmitted first scheduled data packet has failed to reach its destination, deferring the retransmission of the first scheduled data packet and transmitting a second scheduled data packet from another station queue of the first priority transmission queue via the network interface.
  • 12. The method of claim 11, wherein said selecting the scheduled data packets is made utilizing weighted round robin for each station queue.
  • 13. The method of claim 11, wherein said selecting the scheduled data packets is made utilizing weighted fair queueing for each station queue.
  • 14. The method of claim 11, further comprising re-queuing the first scheduled data packet for re-transmission at the station queue from which the first scheduled data packet was originated from.
  • 15. The method of claim 14, wherein the failed packet is re-queued at a head of the station queue from which the first scheduled data packet was originated.
  • 16. The method of claim 11, wherein the assigned weights are modified based on one or more current channel conditions associated with each priority transmission queue.
  • 17. The method of claim 16, wherein the modification to each of the assigned weights is proportional to an associated channel capacity.
  • 18. The method of claim 16, wherein the modification is limited to a predetermined minimal value.
  • 19. The method of claim 16, wherein the modification to each of the queue weights is proportional to an estimation of throughput performance.
  • 20. The method of claim 19, wherein the estimation of throughput performance is based on at least one of a throughput model, packet encoding rule, and packet transmission time.
CROSS-REFERENCE TO RELATED APPLICATIONS

The present application is a continuation and claims the priority benefit of U.S. patent application Ser. No. 14/028,323 filed Sep. 16, 2013, which is a continuation and claims the priority benefit of U.S. patent application Ser. No. 12/181,274 filed Jul. 28, 2008, now U.S. Pat. No. 8,547,899 issued on Oct. 1, 2013, which claims the priority benefit of U.S. provisional application No. 60/952,557 filed Jul. 28, 2007, the disclosures of which are incorporated herein by reference.

US Referenced Citations (323)
Number Name Date Kind
1653664 Kirkup Dec 1927 A
4176356 Foster et al. Nov 1979 A
4193077 Greenberg et al. Mar 1980 A
4253193 Kennard Feb 1981 A
4305052 Baril et al. Dec 1981 A
4513412 Cox Apr 1985 A
4814777 Monser Mar 1989 A
5097484 Akaiwa Mar 1992 A
5117430 Berglund May 1992 A
5173711 Takeuchi et al. Dec 1992 A
5203010 Felix Apr 1993 A
5220340 Shafai Jun 1993 A
5220678 Feei Jun 1993 A
5361256 Doeringer Nov 1994 A
5373548 McCarthy Dec 1994 A
5408465 Gusella et al. Apr 1995 A
5507035 Bantz Apr 1996 A
5559800 Mousseau et al. Sep 1996 A
5570366 Baker Oct 1996 A
5608726 Virgile Mar 1997 A
5636213 Eastmond et al. Jun 1997 A
5754145 Evans May 1998 A
5767809 Chuang et al. Jun 1998 A
5802312 Lazaridis et al. Sep 1998 A
5867109 Wiedeman Feb 1999 A
5930259 Katsube Jul 1999 A
5940771 Gollnick et al. Aug 1999 A
5960344 Mahany Sep 1999 A
5964830 Durrett Oct 1999 A
5970410 Carney et al. Oct 1999 A
5974034 Chin et al. Oct 1999 A
6018659 Ayyagari et al. Jan 2000 A
6034638 Thiel et al. Mar 2000 A
6044062 Brownrigg et al. Mar 2000 A
6088570 Komara et al. Jul 2000 A
6094177 Yamamoto Jul 2000 A
6132306 Trompower Oct 2000 A
6181697 Nurenbreg Jan 2001 B1
6249516 Brownrigg et al. Jun 2001 B1
6266528 Farzaneh Jul 2001 B1
6266537 Kashitani et al. Jul 2001 B1
6292153 Aiello et al. Sep 2001 B1
6307524 Britain Oct 2001 B1
6317599 Rappaport et al. Nov 2001 B1
6326922 Hegendoerfer Dec 2001 B1
6337628 Campana et al. Jan 2002 B2
6337668 Ito et al. Jan 2002 B1
6339404 Johnson et al. Jan 2002 B1
6345043 Hsu Feb 2002 B1
6356242 Ploussios Mar 2002 B1
6356243 Schneider et al. Mar 2002 B1
6356553 Nagami et al. Mar 2002 B1
6356905 Gershman et al. Mar 2002 B1
6377227 Zhu et al. Apr 2002 B1
6392610 Braun et al. May 2002 B1
6393261 Lewis May 2002 B1
6404386 Proctor, Jr. et al. Jun 2002 B1
6404775 Leslie et al. Jun 2002 B1
6407719 Ohira et al. Jun 2002 B1
6414955 Clare et al. Jul 2002 B1
6418138 Cerf et al. Jul 2002 B1
6442507 Skidmore et al. Aug 2002 B1
6445688 Garces et al. Sep 2002 B1
6493679 Rappaport et al. Dec 2002 B1
6498589 Horii Dec 2002 B1
6499006 Rappaport et al. Dec 2002 B1
6505253 Chiu Jan 2003 B1
6507321 Oberschmidt et al. Jan 2003 B2
6570883 Wong May 2003 B1
6584080 Ganz et al. Jun 2003 B1
6625454 Rappaport et al. Sep 2003 B1
6674459 Ben-Shachar et al. Jan 2004 B2
6701522 Rubin et al. Mar 2004 B1
6704301 Chari et al. Mar 2004 B2
6714551 Le-Ngoc Mar 2004 B1
6725281 Zintel et al. Apr 2004 B1
6728514 Bandeira et al. Apr 2004 B2
6753814 Killen et al. Jun 2004 B2
6762723 Nallo et al. Jul 2004 B2
6778517 Lou et al. Aug 2004 B1
6779004 Zintel Aug 2004 B1
6819287 Sullivan et al. Nov 2004 B2
6836481 Hotta Dec 2004 B1
6873627 Miller Mar 2005 B1
6876280 Nakano Apr 2005 B2
6888504 Chiang et al. May 2005 B2
6888893 Li et al. May 2005 B2
6892230 Gu et al. May 2005 B1
6906678 Chen Jun 2005 B2
6910068 Zintel et al. Jun 2005 B2
6924768 Wu et al. Aug 2005 B2
6931429 Gouge et al. Aug 2005 B2
6941143 Mathur Sep 2005 B2
6950019 Bellone et al. Sep 2005 B2
6957042 Williams Oct 2005 B2
6957277 Yagyu et al. Oct 2005 B2
6961028 Joy et al. Nov 2005 B2
6973622 Rappaport et al. Dec 2005 B1
6975834 Forster Dec 2005 B1
6996086 Wolfe et al. Feb 2006 B2
7034770 Yang et al. Apr 2006 B2
7043277 Pfister May 2006 B1
7050809 Lim May 2006 B2
7053853 Merenda et al. May 2006 B2
7064717 Kaluzni et al. Jun 2006 B2
7076274 Jollota et al. Jul 2006 B2
7085814 Ghandhi et al. Aug 2006 B1
7089307 Zintel et al. Aug 2006 B2
7113519 Hammel et al. Sep 2006 B2
7130895 Zintel et al. Oct 2006 B2
7136655 Skafidas et al. Nov 2006 B2
7149197 Garahi et al. Dec 2006 B2
7157757 Parekh et al. Jan 2007 B2
7161934 Buchsbaum Jan 2007 B2
7164667 Rayment et al. Jan 2007 B2
7171223 Herscovich et al. Jan 2007 B2
7171475 Weisman et al. Jan 2007 B2
7187925 Abhishek Mar 2007 B2
7203508 Ohkubo et al. Apr 2007 B2
7269174 Olson et al. Sep 2007 B2
7283494 Hammel et al. Oct 2007 B2
7289505 Sanchez Oct 2007 B2
7292617 Beasley et al. Nov 2007 B2
7321571 Schnack et al. Jan 2008 B2
7336642 Rich et al. Feb 2008 B2
7355997 Qian Apr 2008 B2
7362737 Behroozi Apr 2008 B2
7369510 Wong May 2008 B1
7489932 Chari et al. Feb 2009 B2
7496680 Canright Feb 2009 B2
7505426 Srikrishna et al. Mar 2009 B2
7505447 Kish et al. Mar 2009 B2
7515589 Bacher et al. Apr 2009 B2
7522731 Kiemba et al. Apr 2009 B2
7546126 Beasley et al. Jun 2009 B2
7551562 Srikrishna et al. Jun 2009 B2
7586879 Chari et al. Sep 2009 B2
7672274 Bims Mar 2010 B2
7697504 Chari et al. Apr 2010 B2
7715395 Ginchereau et al. May 2010 B2
7733833 Kalika et al. Jun 2010 B2
7787436 Kish et al. Aug 2010 B2
7852837 Au et al. Dec 2010 B1
7853829 Younger et al. Dec 2010 B2
7916684 Henderson et al. Mar 2011 B2
7974223 Zelig et al. Jul 2011 B2
8089869 Kisela et al. Jan 2012 B2
8089949 Kish et al. Jan 2012 B2
8125975 Kish et al. Feb 2012 B2
8355343 Kish et al. Jan 2013 B2
8547899 Kish Oct 2013 B2
8619662 Kish Dec 2013 B2
8634402 Kish Jan 2014 B2
8638708 Kish Jan 2014 B2
8688834 Fujimoto et al. Apr 2014 B2
8780760 Kish Jul 2014 B2
8824357 Kish et al. Sep 2014 B2
9066152 Kish Jun 2015 B2
9071942 Kish Jun 2015 B2
20010047474 Takagi et al. Nov 2001 A1
20010055312 Negus Dec 2001 A1
20020001310 Mai Jan 2002 A1
20020031130 Tsuchiya et al. Mar 2002 A1
20020036996 Ozluturk et al. Mar 2002 A1
20020045435 Fantaske Apr 2002 A1
20020047800 Proctor, Jr. et al. Apr 2002 A1
20020080767 Lee Jun 2002 A1
20020084942 Tsai et al. Jul 2002 A1
20020105471 Kojima et al. Aug 2002 A1
20020112058 Weisman et al. Aug 2002 A1
20020114330 Cheung et al. Aug 2002 A1
20020143951 Khan Oct 2002 A1
20020158798 Chiang et al. Oct 2002 A1
20020158801 Crilly, Jr. et al. Oct 2002 A1
20020164963 Tehrani et al. Nov 2002 A1
20020170064 Monroe et al. Nov 2002 A1
20020194367 Nakamura et al. Dec 2002 A1
20030003917 Copley et al. Jan 2003 A1
20030026240 Eyuboglu et al. Feb 2003 A1
20030026268 Nava Feb 2003 A1
20030030588 Kalis et al. Feb 2003 A1
20030043786 Kall Mar 2003 A1
20030063591 Leung et al. Apr 2003 A1
20030122714 Wannagot et al. Jul 2003 A1
20030128711 Olariu et al. Jul 2003 A1
20030129978 Akiyama Jul 2003 A1
20030133458 Sato et al. Jul 2003 A1
20030169330 Ben-Shachar et al. Sep 2003 A1
20030184490 Raiman et al. Oct 2003 A1
20030189514 Miyano et al. Oct 2003 A1
20030189521 Yamamoto et al. Oct 2003 A1
20030189523 Ojantakanen et al. Oct 2003 A1
20030210207 Suh et al. Nov 2003 A1
20030227414 Saliga et al. Dec 2003 A1
20030228857 Maeki Dec 2003 A1
20030231593 Bauman et al. Dec 2003 A1
20040008663 Srikrishna Jan 2004 A1
20040014432 Boyle Jan 2004 A1
20040017310 Vargas-Hurlston et al. Jan 2004 A1
20040017860 Liu Jan 2004 A1
20040027291 Zhang et al. Feb 2004 A1
20040027304 Chiang et al. Feb 2004 A1
20040028006 Kayama Feb 2004 A1
20040032378 Volman et al. Feb 2004 A1
20040036651 Toda Feb 2004 A1
20040036654 Hsieh Feb 2004 A1
20040041732 Aikawa et al. Mar 2004 A1
20040048593 Sano Mar 2004 A1
20040058690 Ratzel et al. Mar 2004 A1
20040061653 Webb et al. Apr 2004 A1
20040070543 Masaki Apr 2004 A1
20040080455 Lee Apr 2004 A1
20040085993 Wentink May 2004 A1
20040095278 Kanemoto et al. May 2004 A1
20040114535 Hoffmann et al. Jun 2004 A1
20040125777 Doyle et al. Jul 2004 A1
20040190477 Olson et al. Sep 2004 A1
20040194143 Hirose Sep 2004 A1
20040260800 Gu et al. Dec 2004 A1
20040264463 Fukushima Dec 2004 A1
20050002395 Kondo Jan 2005 A1
20050009523 Pekonen Jan 2005 A1
20050022210 Zintel et al. Jan 2005 A1
20050032531 Gong et al. Feb 2005 A1
20050041739 Li et al. Feb 2005 A1
20050042988 Hoek et al. Feb 2005 A1
20050074018 Zintel et al. Apr 2005 A1
20050074019 Handforth et al. Apr 2005 A1
20050074108 Dezonno et al. Apr 2005 A1
20050097503 Zintel et al. May 2005 A1
20050100016 Miller et al. May 2005 A1
20050135480 Li et al. Jun 2005 A1
20050138137 Encarnacion et al. Jun 2005 A1
20050138193 Encarnacion et al. Jun 2005 A1
20050153720 White et al. Jul 2005 A1
20050180381 Retzer et al. Aug 2005 A1
20050185666 Raya Aug 2005 A1
20050188193 Kuehnel et al. Aug 2005 A1
20050226239 Nishida et al. Oct 2005 A1
20050232179 Da Costa et al. Oct 2005 A1
20050240665 Gu et al. Oct 2005 A1
20050250544 Grant et al. Nov 2005 A1
20050259682 Yosef et al. Nov 2005 A1
20050267935 Ghandhi et al. Dec 2005 A1
20050271070 Mikami et al. Dec 2005 A1
20060018335 Koch Jan 2006 A1
20060045089 Bacher et al. Mar 2006 A1
20060092864 Gupta et al. May 2006 A1
20060094371 Nguyen May 2006 A1
20060098605 Li May 2006 A1
20060098607 Zeng et al. May 2006 A1
20060098613 Kish et al. May 2006 A1
20060098616 Kish et al. May 2006 A1
20060114881 Chari Jun 2006 A1
20060123124 Weisman et al. Jun 2006 A1
20060123125 Weisman et al. Jun 2006 A1
20060123455 Pai et al. Jun 2006 A1
20060133341 Chari et al. Jun 2006 A1
20060165029 Melpignano et al. Jul 2006 A1
20060168159 Weisman et al. Jul 2006 A1
20060184660 Rao et al. Aug 2006 A1
20060184661 Weisman et al. Aug 2006 A1
20060184693 Rao et al. Aug 2006 A1
20060224690 Falkenburg et al. Oct 2006 A1
20060225107 Seetharaman et al. Oct 2006 A1
20060227761 Scott, III et al. Oct 2006 A1
20060239369 Lee Oct 2006 A1
20060268881 Moreton Nov 2006 A1
20060280131 Rahman et al. Dec 2006 A1
20060291434 Gu et al. Dec 2006 A1
20070002750 Sang Jan 2007 A1
20070002858 Bichot et al. Jan 2007 A1
20070010271 Roy Jan 2007 A1
20070027622 Cleron et al. Feb 2007 A1
20070030811 Frei et al. Feb 2007 A1
20070072612 Haraguchi Mar 2007 A1
20070101020 Lin et al. May 2007 A1
20070109961 Liang May 2007 A1
20070135167 Liu Jun 2007 A1
20070189283 Agarwal et al. Aug 2007 A1
20070223451 Ren et al. Sep 2007 A1
20070242602 Pang et al. Oct 2007 A1
20070280168 Shibata Dec 2007 A1
20080043638 Ribiere Feb 2008 A1
20080063002 Zheng et al. Mar 2008 A1
20080069068 Dean et al. Mar 2008 A1
20080137681 Kish et al. Jun 2008 A1
20080137682 Kish et al. Jun 2008 A1
20080159207 Levine et al. Jul 2008 A1
20080225804 Thubert Sep 2008 A1
20080247317 Weil et al. Oct 2008 A1
20080247327 Weil et al. Oct 2008 A1
20080267116 Kang et al. Oct 2008 A1
20080305743 Aithal et al. Dec 2008 A1
20090019314 Younger et al. Jan 2009 A1
20090028095 Kish et al. Jan 2009 A1
20090040989 Da Costa et al. Feb 2009 A1
20090067369 Stamoulis Mar 2009 A1
20090073921 Ji et al. Mar 2009 A1
20090080333 Ozer et al. Mar 2009 A1
20090154359 Strutt et al. Jun 2009 A1
20090180396 Kish et al. Jul 2009 A1
20090207730 Stamoulis et al. Aug 2009 A1
20090213730 Zeng et al. Aug 2009 A1
20090225676 Kisela et al. Sep 2009 A1
20090262677 Banerjea et al. Oct 2009 A1
20100040056 Kobayashi Feb 2010 A1
20100085916 Yu et al. Apr 2010 A1
20100182944 Kish et al. Jul 2010 A1
20110019653 Seok Jan 2011 A1
20110096712 Kish et al. Apr 2011 A1
20110119360 Miu et al. May 2011 A1
20110119401 Miu et al. May 2011 A1
20110130197 Bytnar et al. Jun 2011 A1
20110158233 Namgung Jun 2011 A1
20110216685 Kish et al. Sep 2011 A1
20120063379 Kish et al. Mar 2012 A1
20130010775 Kish et al. Jan 2013 A1
20130194969 Kish Aug 2013 A1
20140071879 Kish Mar 2014 A1
20140133385 Kish May 2014 A1
20140177511 Kish Jun 2014 A1
20150312727 Kish Oct 2015 A1
Foreign Referenced Citations (26)
Number Date Country
1 965 598 May 2007 CN
102763378 Oct 2012 CN
0 352 787 Jul 1989 EP
0 534 612 Mar 1993 EP
1 315 311 May 2003 EP
1 450 521 Aug 2004 EP
1 608 108 Dec 2005 EP
1 653 664 May 2006 EP
2 350 863 Aug 2015 EP
2306278 Apr 1997 GB
H03-038933 Feb 1991 JP
H08-088633 Apr 1996 JP
2001-057560 Feb 2001 JP
2005-354249 Dec 2005 JP
2006-060408 Mar 2006 JP
31159 Oct 2012 VN
WO 0225967 Mar 2002 WO
WO 0249360 Jun 2002 WO
WO 03079484 Sep 2003 WO
WO 2004057817 Jul 2004 WO
WO 2005008938 Jan 2005 WO
WO 2006052639 May 2006 WO
WO 2007016326 Feb 2007 WO
WO 2009088488 Jul 2009 WO
WO 2011060454 May 2011 WO
WO 2012061531 May 2012 WO
Non-Patent Literature Citations (83)
Entry
Akyildiz et al., “Wireless mesh networks: a survey,” Computer Networks, 2005.
Alimian, Areg et al., “Analysis of Roaming Techniques,” doc.:IEEE 802.11-04/0377r1, Submission, Mar. 2004.
Cato et al., “Method for Easier, Better, and Faster Site Surveys for Wireless Networks,” IBM Technical Disclosure Bulletin, vol. 40, No. 1, 1997.
Chang, Nicholas B. et al., “Optimal Channel Probing and Transmission Scheduling for Opportunistics Spectrum Access,” Sep. 2007.
Chawla, “Design of a Wireless Backhaul Network for Microcells,” 1999.
Cisco Systems, “Cisco Aironet Access Point Software Configuration Guide: Configuring Filters and Quality of Service,” Aug. 2003.
Dell Inc., “How Much Broadcast and Multicast Traffic Should I Allow in My Network,” PowerConnect Application Note #5, Nov. 2003.
Dunkels, Adam et al., “Connecting Wireless Sensornets with TCP/IP Networks,” Proc. of the 2d Int'l Conf. on Wired Networks, Frankfurt, Feb. 2004.
Dunkels, Adam et al., “Making TCP/IP Viable for Wireless Sensor Networks,” Proc. of the 1st Euro. Workshop on Wireless Sensor Networks, Berlin, Jan. 2004.
Dutta, Ashutosh et al., “MarconiNet Supporting Streaming Media Over Localized Wireless Multicast,” Proc. of the 2d Int'l Workshop on Mobile Commerce, 2002.
Fair queuing, http://en.wikipedia.org/wiki/fair—queuing. Aug. 11, 2008.
Festag, Andreas, “What is MOMBASA?” Telecommunication Networks Group (TKN), Technical University of Berlin, Mar. 7, 2002.
Gillham, Bruce et al. JUNOSe Internet Software for E-Series Routing Platforms Policy and QoS Configuration Guide, Release 7.0x, Sep. 7, 2005.
Golmie, Nada, “Coexistence in Wireless Networks: Challenges and System-Level Solutions in the Unlicensed Bands,” Cambridge University Press, 2006.
Hewlett Packard, “HP ProCurve Networking: Enterprise Wireless LAN Networking and Mobility Solutions,” 2003.
Hirayama, Koji et al., “Next-Generation Mobile-Access IP Network,” Hitachi Review vol. 49, No. 4, 2000.
Hjalmtysson et al., Overcoming Last-Hop/First-Hop Problems in IP Multicast, Reykjavik University, Dept. of Computer Science, Ofanleiti 2, 103 Reykjavik, Iceland, (The Icelandic Center for Research under grant No. 020500002.). Sep. 16-19, 2003.
Ian R. Akyildiz, et al., “A Virtual Topology Based Routing Protocol for Multihop Dynamic Wireless Networks,” Broadband and Wireless Networking Lab, School of Electrical and Computer Engineering, Georgia Institute of Technology, Jul. 1, 2001.
Information Society Technologies Ultrawaves, “System Concept / Architecture Design and Communication Stack Requirement Document,” Feb. 23, 2004.
Johansson et al., “Relaying Access Points and Related Business Models for Low Cost Mobile Systems,” 2004.
Ken Tang, et al., “MAC Layer Broadcast Support in 802.11 Wireless Networks,” Computer Science Department, University of California, Los Angeles, 2000 IEEE, pp. 544-548.
Ken Tang, et al., “MAC Reliable Broadcast in Ad Hoc Networks,” Computer Science Department, University of California, Los Angeles, 2001 IEEE, pp. 1008-1013.
Mawa, Rakesh, “Power Control in 3G Systems,” Hughes Systique Corporation, Jun. 28, 2006.
Pat Calhoun et al., “802.11r strengthens wireless voice,” Technology Update, Network World, Aug. 22, 2005, http://www.networkworld.com/news/tech/2005/082208techupdate.html.
Steger, Christopher et al., “Performance of IEEE 802.11b Wireless LAN in an Emulated Mobile Channel,” 2003.
Toskala, Antti, “Enhancement of Broadcast and Introduction of Multicast Capabilities in RAN,” Nokia Networks, Palm Springs, California, Mar. 13-16, 2001.
Tsunekawa, Kouichi “Diversity Antennas for Portable Telephones,” 39th IEEE Vehicular Technology, May 1-3, 1989, San Francisco, CA.
Vincent D. Park, et al., “A Performance Comparison of the Temporally-Ordered Routing Algorithm and Ideal Link-State Routing,” IEEE, Jul. 1998, pp. 592-598.
Visoottiviseth et al., Sender-Initiated Mulitcast Forwarding Scheme, Telecommunications, 2003, ICT 2003 10th International Conference, pp. 334-339, downloaded on Mar. 26, 2009 from IEEE Xplore, 0-7803-7661 (c) 2003 IEEE.
Weighted Fair Queuing, http://en.wikipedia.org/wiki/Weighted—fair—queuing. Aug. 10, 2008.
Weighted Round Robin, http:en.wikipedia.org/wiki/Weighted—round—robin May 4, 2008.
Wennstrom, Mattias et al., “Transmit Antenna Diversity in Ricean Fading MIMO Channels with Co-Channel Interference,” 2001.
Yanikomeroglu, “Cellular Multihop Communications: Infrastructure-Based Relay Network Architecture for 4G Wireless Systems,” 2004.
PCT Search Report and Written Opinion for PCT/US08/014148 mailed Mar. 30, 2009.
PCT Search Report and Written Opinion for PCT/US11/059019 mailed Feb. 21, 2012.
PCT Search Report and Written Opinion for PCT/US05/039760 mailed Sep. 14, 2006.
PCT Search Report and Written Opinion for PCT/US10/56908 mailed May 3, 2011.
CN Application No. 20058001629.7, Office Action dated Feb. 21, 2012.
Chinese Application No. 201080002467.X, Office Action dated Jul. 3, 2014.
Chinese Application No. 20058001629.7, Office Action dated Aug. 6, 2014.
Chinese Application No. 20058001629.7, Office Action dated Jan. 21, 2014.
Chinese Application No. 201080002467.X, Second Office Action dated Jan. 26, 2015.
EP Application No. 10813061.8. Supplementary European Search Report dated Jul. 23, 2012.
EP Application No. 10813061.8. Extended European Search Report dated Oct. 21, 2011.
TW Application No. 094138837, Office Action dated Apr. 25, 2013.
TW Application No. 094138836, Office Action dated Nov. 28, 2011.
TW Application No. 103106913, Office Action dated May 28, 2015.
U.S. Appl. No. 12/008,715, Office Action mailed Sep. 2, 2011.
U.S. Appl. No. 12/008,715, Final Office Action mailed Nov. 23, 2010.
U.S. Appl. No. 12/008,715, Office Action mailed Jun. 7, 2010.
U.S. Appl. No. 12/008,715, Office Action mailed Oct. 16, 2009.
U.S. Appl. No. 13/736,017 Office Action mailed Nov. 21, 2013.
U.S. Appl. No. 11/232,196, Office Action mailed May 15, 2008.
U.S. Appl. No. 11/232,196, Final Office Action mailed Dec. 26, 2007.
U.S. Appl. No. 11/232,196, Office Action mailed Apr. 5, 2007.
U.S. Appl. No. 11/985,865, Notice of Allowance mailed Dec. 20, 2010.
U.S. Appl. No. 11/985,866, Office Action mailed Dec. 16, 2009.
U.S. Appl. No. 11/985,866, Office Action mailed May 29, 2009.
U.S. Appl. No. 11/267,477, Final Office Action mailed Oct. 6, 2010.
U.S. Appl. No. 11/267,477, Office Action mailed Jun. 16, 2010.
Microsoft Corporation, “IEEE 802.11 Networks and Windows XP,” Windows Hardware Developer Central, Dec. 4, 2001.
U.S. Appl. No. 11/267,477, Final Office Action mailed Jun. 10, 2009.
U.S. Appl. No. 11/267,477, Office Action mailed Sep. 25, 2008.
U.S. Appl. No. 12/181,274, Final Office Action mailed Jun. 19, 2013.
U.S. Appl. No. 12/181,274, Office Action mailed Nov. 15, 2012.
U.S. Appl. No. 12/181,274, Final Office Action mailed Jan. 18, 2012.
U.S. Appl. No. 12/181,274, Office Action mailed Jun. 10, 2011.
U.S. Appl. No. 12/947,800, Final Office Action mailed Jul. 17, 2013.
U.S. Appl. No. 12/947,800, Office Action mailed Sep. 26, 2012.
U.S. Appl. No. 12/947,803, Final Office Action mailed Jul. 17, 2013.
U.S. Appl. No. 12/947,803, Office Action mailed Aug. 27, 2012.
U.S. Appl. No. 12/938,316, Office Action mailed Nov. 20, 2012.
U.S. Appl. No. 14/106,514, Office Action mailed Sep. 22, 2014.
U.S. Appl. No. 14/160,402 Office Action mailed Oct. 22, 2014.
U.S. Appl. No. 14/080,488, Office Action mailed Oct. 21, 2014.
U.S. Appl. No. 11/267,477, Decision on Appeal mailed Nov. 14, 2014.
U.S. Appl. No. 12/947,800, Final Office Action mailed May 18, 2016.
U.S. Appl. No. 12/947,803, Final Office Action mailed May 18, 2016.
U.S. Appl. No. 14/748,141, Office Action mailed Oct. 21, 2016.
U.S. Appl. No. 14/979,018, Final Office Action mailed Nov. 4, 2016.
U.S. Appl. No. 12/947,800, Office Action mailed Dec. 2, 2016.
U.S. Appl. No. 12/947,803, Office Action mailed Dec. 30, 2016.
U.S. Appl. No. 14/748,141, Notice of Allowance mailed Jan. 20, 2017.
Related Publications (1)
Number Date Country
20160249376 A1 Aug 2016 US
Provisional Applications (1)
Number Date Country
60952557 Jul 2007 US
Continuations (2)
Number Date Country
Parent 14028323 Sep 2013 US
Child 15050317 US
Parent 12181274 Jul 2008 US
Child 14028323 US