System and method for dynamically determining retransmit buffer time

Information

  • Patent Grant
  • 7643503
  • Patent Number
    7,643,503
  • Date Filed
    Friday, July 30, 2004
    20 years ago
  • Date Issued
    Tuesday, January 5, 2010
    15 years ago
Abstract
A packetized data receiver establishes at the beginning of receiving each respective stream a buffer length for sending packets to higher levels of a protocol stack in the event that a packet is missed. This can be done by requesting retransmission of the first packet and measuring the actual time delay between request and receipt of the retransmitted packet.
Description
FIELD OF THE INVENTION

The present invention relates generally to packetized data communication systems.


BACKGROUND

When transmitting data from a server to a computer system, or from a computer system to another computer system, it is not guaranteed that 100% of the data requested by the user will arrive. Often times some of the data is lost in the transmission or is never sent at all.


Accordingly, methods have been provided for verifying proper receipt of data and when, for instance, a packet in a packetized data stream is not received, for requesting retransmission. In these methods, a data verification layer in a communication protocol stack tracks the received packets and requests retransmission if a packet does not arrive as expected.


As recognized herein, current standards for tracking data often contain overhead and latency which is too high for certain data streaming environments, such as telephony. Nonetheless, a receiver must buffer data before sending it on to higher levels in the protocol stack while waiting for a retransmitted packet. The length of the buffer in current systems is predefined in an attempt to balance the need to wait long enough for a dropped packet to be retransmitted and received, so as to avoid missing the retransmitted packet when the rest of the data is passed on up the protocol stack, but to also avoid waiting longer than necessary. A buffer length that is too long makes the system seem sluggish (i.e. non-responsive) to the user, while a buffer length that is too short allows stuttering of data (such as video frames) that is presented to the user if the retransmission of certain packets is required. The inaccuracies of estimated buffer length and the visible consequences to the user can be frustrating. The present system is presented in response to the above critical observations.


SUMMARY OF THE INVENTION

A method for establishing a packet buffer length in a packetized data delivery system includes, upon initially receiving a packetized data stream, requesting retransmission of a received packet. The method also includes receiving a retransmitted copy of the packet. Based at least in part on the requesting and receiving acts, the buffer length is established.


If desired, an ID of the packet for which retransmission is requested and a time of retransmission request are recorded. Also, a time of receipt of the retransmitted copy is recorded, with the method then using the difference between the time of receipt of the retransmitted copy and the time of retransmission request to establish the buffer length. Preferably, the requesting, receiving, and establishing acts are executed substantially at the beginning of each new packetized data stream being transmitted. The buffer length may be used to delay sending packets to higher communication protocol levels in the event of a missed packet.


In another aspect, a packetized data receiver includes a receiver system that establishes a lower level in a packetized data communication protocol stack. The receiver system requests a retransmission of a received packet at or near the beginning of a packetized data stream being received by the receiver. The logic of the receiver system determines a time period measured from the time of requesting a retransmission until receipt of a retransmitted packet that correlates to the received packet. A buffer delay period is then established based on the time period. The buffer delay period is used in the event of a missing packet to buffer data before sending it to higher levels in the protocol stack.


In yet another aspect, a packetized data receiver establishes, for each packetized data stream received and substantially at the beginning of receiving each respective stream, a time delay to be used in the event that a packet is missed for sending packets to higher levels of a protocol stack.


The details of the present invention, both as to its structure and operation, can best be understood in reference to the accompanying drawings, in which like reference numerals refer to like parts, and in which:





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is block diagram of the present system; and



FIG. 2 is a flow chart of the present logic.





DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT

Referring initially to FIG. 1, a system is shown, generally designated 10, which includes receivers 12 and transmitters 14 exchanging information with each other. It is to be understood that FIG. 1 is illustrative only and is non-limiting. For instance, FIG. 1 shows an exemplary non-limiting protocol stack that in practice may include greater or fewer layers than shown. Also, FIG. 1 assumes that the protocol portion used to ensure correct data delivery is user datagram protocol (UDP) and that the data being exchanged is telephony data, but other data delivery correctness protocols may be used such as reliable UDP (R-UDP) and transmission control protocol (TCP) to ensure correct delivery of either or both telephony data and computer data. Thus, without limitation the receiver 12 and transmitter 14 may be nodes in a wired or wireless communication system, and may communicate over a local area network (LAN) in which variations in packet delivery times do not greatly vary, although communication can be over wide area networks (WAN) such as the Internet. In a non-limiting implementation the receiver 12 and transmitter 14 may be mobile telephones or computers or one or both might be a fixed asset such as a wireless communication system base station, fixed computer, or other communication device.


With the above in mind, the exemplary receiver 12 includes a processor 16 that can access a program storage device 18 to execute the logic shown below in FIG. 2. It is to be understood that the program storage device 18 is any suitable electronic storage medium including solid state storage, disk storage, removable storage, etc. It is to be further understood that the logic can be implemented in hardware if desired. Whether implemented in hardware or software, the present logic set forth below can be executed to establish the size of a retransmit buffer 20. By “size” of buffer is meant the length, in data elements, of the buffer, which can be directly correlated to the time data is delayed in the buffer.



FIG. 1 schematically shows that the receiver 12 processes data in a so-called protocol stack that includes several layers of protocols through which data is passed, up to the highest level where the data is used. In the exemplary non-limiting embodiment shown, the protocol stack of the receiver 12 can include a physical layer 22 which receives the transmitted signal from the transmitter 14. Data from the physical layer 22, including voice over internet protocol (VOIP) data, may be packetized into Internet Protocol (IP)-formatted data in an IP layer 24. Data from the IP layer 24 is then passed to a UDP layer 26 and thence to a data verification layer 28 to verify that all packets have been received. In the exemplary embodiment shown, the layer 26 uses UDP, it being understood that it may use other protocols including, without limitation, reliable UDP (R-UDP) and transmission control protocol (TCP). At the top of the protocol stack is an application layer 32, which represents the data in a format that is appropriate for the intended end use, e.g., audible display of a voice or data transformation and processing using an end-use software application.


Now referring to FIG. 2, a diagram of the logic for establishing a buffer length is shown, with FIG. 2 being executed by the receiver 12 preferably at the start of each packetized stream transmission and, if desired, every time a retransmission is requested for, e.g., missing packets. First, at state 60 the data stream is initiated. Proceeding to block 62, the first packet in the stream is received and queued in, e.g., the buffer 20 shown in FIG. 1 for eventual passing to the upper layers of the protocol stack. After the first (or substantially the first) packet is received, at block 64 retransmission of the first packet, which may be thought of as a test packet, is requested of the transmitter to acquire a real-time measurement of retransmission delay and therefore to be able to dynamically establish the buffer size to accommodate the measured delay, as discussed further below. As indicated at block 64, the current time and packet ID of the test packet are also noted in order to acquire real time data.


Proceeding to decision diamond 66, it is determined whether the retransmit action has failed as indicated by an excessive period elapsing without receiving the retransmitted packet from the transmitter. If it has, the logic reverts back to block 62 and starts over again. If the action has not failed, a packet has been received and the logic proceeds to block 68.


Still referring to FIG. 2, once the packet is received at block 68, at decision diamond 70 it is determined whether the packet fits into the next slot in the total packet sequence (indicating that the packet received at block 68 was not out of sequence and hence was not the test packet). If it is the next packet in the sequence, the logic then moves to block 72 where the packet is placed in the queue (e.g., in the buffer 20 shown in FIG. 1) for eventual passing on to the upper layers of the protocol stack.


Should it be determined at decision diamond 70 that the packet received at block 68 is not the next one in sequence, the logic flows from decision diamond 70 to decision diamond 74, wherein it is determined, by means of comparing the ID of the packet received at block 68 with the packet ID recorded at block 64, whether the packet received was the test packet. If the logic determines that it was the test packet, the logic proceeds to block 76 wherein the time period between the time recorded at block 64 and the time the test packet was received at block 68 is determined. Because this period can be correlated to a buffer length by, e.g., multiplying the data rate by the measured retransmission delay period to find a total number of data elements that must be buffered during the retransmission delay period determined at block 76, the length of the buffer 20 shown in FIG. 1 can be calculated. Once this calculation has been completed, the logic concludes at state 78.


Returning to decision diamond 74, if the packet received at block 68 is not the test packet, the logic proceeds to decision diamond 80, wherein it is determined whether the packet is a retransmitted packet from a slot in the packet stream at which a packet was missed. If it was, the logic then flows to block 82 where the packet is inserted into its correct slot in the queue for subsequent passing on to the upper levels of the protocol stack.


In contrast, if, at decision diamond 80, the logic determines that the packet received is not a retransmitted packet but rather some other packet out of sequence, indicating that some packet or packets have been missed, the logic moves to block 84 where a request for the retransmission is made of the missed packet(s) (i.e., those preceding the packet received at block 68 that should have followed the latest packet before that in the buffer). After the request has been made, a space in the data stream for the missed packet is reserved at block 86, and then the logic moves to block 72 to function as set forth above.


While the particular SYSTEM AND METHOD FOR DYNAMICALLY DETERMINING RETRANSMIT BUFFER TIME as herein shown and described in detail is fully capable of attaining the above-described objects of the invention, it is to be understood that it is the presently preferred embodiment of the present invention and is thus representative of the subject matter which is broadly contemplated by the present invention, that the scope of the present invention fully encompasses other embodiments which may become obvious to those skilled in the art, and that the scope of the present invention is accordingly to be limited by nothing other than the appended claims, in which reference to an element in the singular is not intended to mean “one and only one” unless explicitly so stated, but rather “one or more”. It is not necessary for a device or method to address each and every problem sought to be solved by the present invention, for it to be encompassed by the present claims. Furthermore, no element, component, or method step in the present disclosure is intended to be dedicated to the public regardless of whether the element, component, or method step is explicitly recited in the claims. Absent express definitions herein, claim terms are to be given all ordinary and accustomed meanings that are not irreconcilable with the present specification and file history.

Claims
  • 1. A method for establishing a packet buffer length in a packetized data delivery system, comprising: upon initially receiving a packetized data stream, requesting retransmission of a received packet;receiving a retransmitted copy of the packet; andbased at least in part on the requesting and receiving acts, establishing the buffer length.
  • 2. The method of claim 1, comprising recording an ID of the packet for which retransmission is requested, and a time of retransmission request.
  • 3. The method of claim 2, comprising recording a time of receipt of the retransmitted copy.
  • 4. The method of claim 3, comprising using a difference between the time of receipt of the retransmitted copy and the time of retransmission request to establish the buffer length.
  • 5. The method of claim 1, comprising executing the requesting, receiving, and establishing acts substantially at the beginning of each new packetized data stream being received.
  • 6. The method of claim 1, wherein the packetized data is in user datagram protocol (UDP).
  • 7. The method of claim 1, comprising using the buffer length to delay sending packets to higher communication protocol levels in the event of a missed packet.
  • 8. A packetized data receiver, comprising: a receiver system establishing at least in part at least a portion of a lower level in a packetized data communication protocol stack, the receiver system executing logic including: requesting a retransmission of a received packet at or near the beginning of a packetized data stream being received by the receiver;determining a time period measured from the time of requesting a retransmission until receipt of a retransmitted packet that correlates to the received packet; andestablishing a buffer delay period based on the time period.
  • 9. The receiver of claim 8, wherein the receiver is a user datagram protocol (UDP) receiver.
  • 10. The receiver of claim 8, wherein the receiver records an ID of the packet for which retransmission is requested, and a time of retransmission request.
  • 11. The receiver of claim 10, wherein the receiver records a time of receipt of the retransmitted copy.
  • 12. The receiver of claim 8, wherein the receiver established the buffer delay period substantially at the beginning of each new packetized data stream being received.
US Referenced Citations (44)
Number Name Date Kind
5179557 Kudo Jan 1993 A
5278830 Kudo Jan 1994 A
5442637 Nguyen Aug 1995 A
5592483 Hieda et al. Jan 1997 A
5751335 Shintani May 1998 A
5802041 Waclawsky et al. Sep 1998 A
5903724 Takamoto et al. May 1999 A
6021124 Haartsen Feb 2000 A
6076114 Wesley Jun 2000 A
6266480 Ezaki et al. Jul 2001 B1
6275471 Bushmitch et al. Aug 2001 B1
6701372 Yano et al. Mar 2004 B2
6757255 Aoki et al. Jun 2004 B1
6831908 Kikuchi Dec 2004 B2
7146417 Coile et al. Dec 2006 B1
7164680 Loguinov Jan 2007 B2
7233573 Walls et al. Jun 2007 B2
20010034788 McTeman et al. Oct 2001 A1
20020114302 McDonald et al. Aug 2002 A1
20020114304 Hur et al. Aug 2002 A1
20020141370 Abrol et al. Oct 2002 A1
20020154600 Ido et al. Oct 2002 A1
20020165973 Ben-Yehezkel et al. Nov 2002 A1
20020181506 Loguinov Dec 2002 A1
20020191594 Itoh et al. Dec 2002 A1
20030007454 Shorey Jan 2003 A1
20030037158 Yano et al. Feb 2003 A1
20030046032 Puthiyedath Mar 2003 A1
20030067872 Harrell et al. Apr 2003 A1
20030086427 Lee et al. May 2003 A1
20030120802 Kohno Jun 2003 A1
20030145100 Marchetto et al. Jul 2003 A1
20030191844 Meyer et al. Oct 2003 A1
20040003107 Barham et al. Jan 2004 A1
20040038645 Rcunamaki et al. Feb 2004 A1
20040057459 Sharony et al. Mar 2004 A1
20040078624 Maxemchuk et al. Apr 2004 A1
20040114565 Sipola Jun 2004 A1
20040019376 Leon et al. Sep 2004 A1
20040174893 Saito Sep 2004 A1
20040213287 Komori et al. Oct 2004 A1
20050180323 Beightol et al. Aug 2005 A1
20060023710 Read Feb 2006 A1
20060203760 Fukui et al. Sep 2006 A1
Foreign Referenced Citations (3)
Number Date Country
001263160 Dec 2002 EP
2000115233 Apr 2000 JP
2000261496 Sep 2000 JP
Related Publications (1)
Number Date Country
20060023673 A1 Feb 2006 US