A system and method are disclosed for the repair of IP multicast sessions. A repair server polls multiple transmit servers to accumulate as many of the packets missing from the multicast session as possible. A network includes a source of multicast packets in a multicast session and a plurality of multicast recipients in that session. A repair server in the network provides the packets it receives to the recipients. The repair server includes a missing packet detector. There is a plurality of retransmit servers in the network buffering portions of the packets they respectively receive during the session. The repair server maintains an ordered list of the retransmit servers that are most likely to have buffered copies of packets missing from the session. When the repair server detects that there are packets missing from the session it has received, it uses the ordered list to sequentially request the missing packets from respective ones of the plurality of retransmit servers.
|
10. A method for repairing multicast sessions, the method comprising:
generating an ordered list of retransmit servers based on a likelihood of each retransmit server having buffered copies of packets missing from a multicast session;
accumulating a count of successful responses from each of the retransmit servers in the ordered list;
determining, by utilizing instructions from memory that are executed by a processor, a ranking for each of the retransmit servers based on the count of successful responses accumulated from each of the retransmit servers in the ordered list;
reordering the ordered list into a reordered list based on the ranking determined for each of the retransmit servers; and
sequentially requesting the buffered copies of the packets missing from the multicast session based on the reordered list.
19. A non-transitory computer-readable device comprising instructions, which, when loaded and executed by a processor, cause the processor to perform operations, the operations comprising:
generating an ordered list of retransmit servers based on a likelihood of each retransmit server having buffered copies of packets missing from a multicast session;
accumulating a count of successful responses from each of the retransmit servers in the ordered list;
determining a ranking for each of the retransmit servers based on the count of successful responses accumulated from each of the retransmit servers in the ordered list;
reordering the ordered list into a reordered list based on the ranking determined for each of the retransmit servers; and
sequentially requesting the buffered copies of the packets missing from the multicast session based on the reordered list.
1. A system for repairing multicast sessions, the system comprising:
a memory that stores instructions;
a processor that executes the instructions to perform operations, the operations comprising:
generating an ordered list of retransmit servers based on a likelihood of each retransmit server having buffered copies of packets missing from a multicast session;
accumulating a count of successful responses from each of the retransmit servers in the ordered list;
determining a ranking for each of the retransmit servers based on the count of successful responses accumulated from each of the retransmit servers in the ordered list;
reordering the ordered list into a reordered list based on the ranking determined for each of the retransmit servers; and
sequentially requesting the buffered copies of the packets missing from the multicast session based on the reordered list.
2. The system of
3. The system of
4. The system of
5. The system of
6. The system of
7. The system of
8. The system of
9. The system of
11. The method of
12. The method of
13. The method of
14. The method of
15. The method of
16. The method of
17. The method of
18. The method of
20. The computer-readable device of
|
This application is a continuation of pending U.S. patent application Ser. No. 13/954,546, filed Jul. 30, 2013, which is a continuation of U.S. Pat. No. 8,499,211, issued on Jul. 30, 2013, which is a continuation of U.S. Pat. No. 7,620,847, issued Nov. 17, 2009, which is a continuation of U.S. Pat. No. 7,590,889, issued Sep. 15, 2009, which is a continuation of U.S. Pat. No. 6,782,490, issued Aug. 24, 2004, which is a continuation of U.S. patent application Ser. No. 09/271,116, filed Mar. 17, 1999, now abandoned, all of which are incorporated herein in their entireties.
IP multicasting provides an efficient way for a source to send a stream of User Datagram Protocol (UDP) packets to a set of recipients. The source sends only one copy of each packet to an IP network, such as the Internet, for example. The routers in the IP network do the work required to deliver that packet to each recipient. Various IP multicast routing protocols can be used in an IP network. These allow the routers to communicate with each other so that the multicast datagrams are sent only to those subnetworks with receivers that have joined a multicast session.
A multicast session is identified by an IP address and port number. The IP address is a Class D address in the range from 224.0.0.0 to 239.255.255.255. IP multicasting is more efficient than unicasting for group communication. Unicasting requires that the source send a separate copy of each datagram to each recipient. This requires extra resources at the source and in the IP network and is wasteful of network bandwidth.
Some useful background references describing IP multicasting in greater detail include: (1) Kosiur, D., “IP Multicasting: The Complete Guide to Corporate Networks”, Wiley, 1998; (2) Maufer, T., “Deploying IP Multicast in the Enterprise”, Prentice-Hall, 1997; (3) Deering, S., “Host Extensions for IP Multicasting,” Network Working Group Request for Comments Internet RFC-1112, August 1989; (4) Waitzman, D., Partridge, C., Deering, S., “Distance Vector Multicasting Routing Protocol,” Network Working Group Request for Comments Internet RFC-1075, November 1988; (5) Schulzrinne, H., Casner, S., Frederick, R., Jacobson, V., “RTP: A Transport Protocol for Real-Time Applications,” Network Working Group Request for Comments Internet RFC 1889, Jul. 18, 1994. The IP multicast protocol set forth in the IETF RFC 1112 “Host Extensions for IP Multicasting” is the standard protocol for enabling hosts to establish and conduct IP multicast sessions on the Internet. The IETF RFC 1075, “Distance Vector Multicast Routing Protocol (DVMRP),” describes a protocol for propagating routing information among multicast-enabled routers.
The multicast backbone on the Internet (Mbone) is an extension of the Internet backbone to support IP multicasting. The Mbone is formed collectively by the portion of the network routers in the Internet backbone that are programmed to perform the IP multicast routing protocol. Those routers in the Internet backbone that are programmed to handle IP multicast sessions, as well as unicast sessions, are referred to herein as multicast-enabled routers. The Mbone is a virtual network that is layered on top of sections of the physical Internet. It is composed of islands of multicast-enabled routers connected to each other by virtual point-to-point links called “tunnels.” The tunnels allow multicast traffic to pass through the non-multicast-enabled routers of the Internet. IP multicast packets are encapsulated as IP-over-IP, so that they look like normal unicast packets to the intervening routers. The encapsulation is added upon entry to a tunnel and removed upon exit from a tunnel. This set of multicast-enabled routers, their directly connected subnetworks, and the interconnecting tunnels define the Mbone. For additional details, see (1) Corner, Douglas E. Internetworking with TCP/IP: Volume 1-Principles, Protocols, and Architecture, Third Edition. Englewood Cliffs, N.J.: Prentice Hall, 1995; (2) Finlayson, Ross, “The UDP Multicast Tunneling Protocol”, IETF Network Working Group Internet-Draft, published Sep. 9, 1998, http://search.ietf.org/internet-drafts/draft-finlayson-umtp-03.txt; and (3) Eriksson, Hans, “MBone: The Multicast Backbone,” Communications of the ACM, August 1994, Vol. 37, pp. 54-60.
Since the multicast-enabled routers of the Mbone and the non-multicast-enabled routers of the Internet backbone have different topologies, multicast-enabled routers execute a separate routing protocol to decide how to forward multicast packets. The majority of the Mbone routers use the Distance Vector Multicast Routing Protocol (DVMRP), although some portions of the Mbone execute either Multicast OSPF (MOSPF) or the Protocol-Independent Multicast (PIM) routing protocols. For more details about PIM, see: Deering, S., Estrin, D., Farrinaci, D., Jacobson, V., Liu, C., Wei, L., “Protocol Independent Multicasting (PIM): Protocol Specification”, IETF Network Working Group Internet Draft, January, 1995.
Multicasting on the Internet has a unique loss environment. On a particular path the losses occur in bursts, as multicast-enabled routers become congested, rather than the losses having the characteristics associated with white noise. When packets are lost on a particular link in the multicast tree, any downstream receivers lose the same packet. Therefore, a large number of retransmissions may occur at the same time in response to negative acknowledgments from receivers. One problem is that such retransmissions are typically in multicast sessions which will tend to encounter the same congested nodes as did the original multicast sessions.
However, congestion in different parts of network is not correlated since traffic to receivers in other parts of the multicast tree does not necessarily pass through the same congested nodes and therefore does not lose the same bursts of packets. Therefore, path diversity would be a good means for recovering at least some of the missing packets, if there were a way to coordinate such a recovery.
Another problem in IP multicasting is that some Internet Service Providers (ISPs) discriminate against multicast packets and discard them before discarding the packets for other services. Therefore, it would be worthwhile balancing the efficiency of multicast transmissions with the quality of point-to-point transmissions.
What is needed is a way to improve the quality of audio and video multicasts of live conferences, news broadcasts and similar material from one source to many receivers over the Internet. Live audio and video material is not as interactive as a telephone conversation, for example, and therefore, a few seconds of delay can be tolerated to recover missing packets. What is needed is a way to recover as many packets as possible with a limited amount of work and delay, rather than to do whatever is necessary for a perfect recovery of all missing packets.
The invention is a system and method for the repair of IP multicast sessions. In one aspect of the invention a repair server polls multiple transmit servers to accumulate as many of the packets missing from the multicast session as possible. A network includes a source of multicast packets in a multicast session and a plurality of multicast recipients in that session. A repair server in the network provides the packets it receives to the recipients. The repair server includes a missing packet detector. There is a plurality of retransmit servers in the network buffering portions of the packets they respectively receive during the session. The repair server maintains an ordered list of the retransmit servers that are most likely to have buffered copies of packets missing from the session. When the repair server detects that there are packets missing from the session it has received, it uses the ordered list to sequentially request the missing packets from respective ones of the plurality of retransmit servers.
The ranking criteria that the repair server can apply to rank the respective retransmit servers in its ordered list can be based on the performance of the retransmit servers in past repair sessions. Alternately, the ranking criteria can be based on receiver reports multicast by each of the retransmit servers. For example, multicast receiver reports from the retransmit servers include the fraction of data packets from the source lost by a retransmit server, the cumulative number of packets from the source that have been lost by a retransmit server, an estimate of the statistical variance of the packet interarrival time experienced by a retransmit server, and the round trip propagation delay between the source and a retransmit server which may be used as an approximate measure of distance between the source and the retransmit server. any of these metrics can be used by the repair server as the criterion for ranking the plurality of retransmit servers.
Since corrections provided by the invention are implemented by network based servers, the quality of a multicast transmission is improved without changing or adding to the software in either the multicast source or the recipient receivers. This is a major improvement between the invention and prior proposed techniques. If the sources are communicating using Real-Time Transport Protocol (RTP), real video, real audio, or some other multicasting protocol before the repair is performed, they continue to use the same protocols after the repair. Aside from the improved quality of the received signal, the sources and recipient receivers do not see any change.
Both the original, unrepaired multicast session and the repaired multicast session are available to the recipient's receiver on different multicast addresses, allowing the recipient to selectively subscribe to the repaired multicast session as a network supplied service.
In another aspect of the invention, the retransmit server retransmits the missing packets in bypass mode, because multicast enabled servers in the network are experiencing congestion, the defect that likely caused the failure of the original multicast transmit of the packets. The network includes a long-haul portion with multicast enabled routers and non-multicast enabled routers. The network further includes a source of multicast packets in a multicast session coupled to a first node of the long-haul portion. The network further includes a plurality of multicast recipients in that session coupled to a second node of the long-haul portion. The multicast session repair system includes a repair server in the network providing the packets it receives in the multicast session to the recipients. The repair server includes a missing packet detector. A plurality of retransmit servers in the network buffer portions of the packets they respectively receive during the multicast session. The repair server detects that packets are missing from the session it receives and in response, it sequentially requests the missing packets from respective ones of the plurality of retransmit servers. In accordance with the invention, in response to the requests, a message processor in at least one of the retransmit servers, retransmits in a bypass session to the repair server, at least a portion the missing packets. The retransmitted packets in the bypass session are forwarded to circumvent at least some of the congested, multicast enabled routers in the long-haul portion. This can be accomplished by transmitting the missing packets over a separate dial-up network or a private virtual network from the retransmit servers to the repair server. Another way this can be accomplished is by transmitting the missing packets in a unicast session from the retransmit servers to the repair server. The unicast response enables non-multicast routers in the Internet backbone to handle the response, thereby circumventing congested multicast-enabled routers.
In still another aspect of the invention, the retransmit server and the repair server set up a repair dialog in response to the request from the repair server for missing packets. The request indicates the number of missing packets at the repair server. The retransmit server can anticipate the degree of loss which may occur to packets in its response back to the repair server. The retransmit server can adaptively add redundant packets and/or add a forward error correction code (FEC) to its response in proportion to the anticipated probability of loss in transmission. The retransmit server can choose to increase the reliability of its response by (1) adding redundant packets, (2) interleaving the order of the redundant packets over time, (3) adding error detecting parity codes, and/or (4) adding forward error correcting codes that locate and correct transmission errors. Still further, the repair server and the retransmit server can begin a continuing session wherein the retransmit server continuously transmits an enhanced reliability stream of packets that are supplemented by redundant packets and/or forward error correction coding. The period of the enhanced reliability session between the retransmit server and the repair server can continue for as long as the packet loss syndrome is detected at the repair server.
A plurality of retransmit servers 110A, 110B, 110C, and 110D are also shown connected to the Internet backbone 106. Each retransmit server, for example 110A in
The multicast source 102 uses the Real-Time Transport Protocol (RTP) to multicast the packets 103. The Real-Time Transport Protocol (RTP) is carried over User Datagram Protocol (UDP) packets over IP networks from the source 102 to the repair server 120A, and from the source 102 to the retransmit servers 110A, 110B, 110C, and 110D. RTP provides timestamps and sequence numbers. Both the retransmit servers 110A, 110B, 110C, and 110D and the repair server 120A and 120B can use this information to identify when some of the packets 103 are lost or arrive out of sequence. RTP also supports payload type identification, synchronization, encryption and multiplexing and demultiplexing on a per-user basis. For more detailed information on RTP, see (1) Schulzrinne, H., Casner, S., Frederick, R., Jacobson, V., “RTP: A Transport Protocol for Real-Time Applications”, Network Working Group Request for Comments Internet RFC 1889, January 1996; (2) Kosiur, D. “IP Multicasting: The Complete Guide to Corporate Networks”, Wiley, 1998.
The RTCP source description packet 103′ of
The RTCP sender report packet 103″ in
The format of the receiver report (RR) packet is substantially the same as that of the sender report (SR) packet except for minor differences, and except that the packet type field indicates that it is a receiver report. The remaining fields have the same meaning as for the SR packet. The RTCP receiver report includes the SSRC_n (source identifier) field that identifies the source 102 to which the information in this reception report pertains. The RTCP receiver report includes the fraction lost field which provides the fraction of RTP data packets from source SSRC_n lost since the previous SR or RR packet was sent. This fraction is defined to be the number of packets lost divided by the number of packets expected, as defined below. The RTCP receiver report includes the cumulative number of packets lost field, which provides the total number of RTP data packets from source SSRC_n that have been lost since the beginning of reception. This number is defined to be the number of packets expected less the number of packets actually received, where the number of packets received includes any which are late or duplicates. Thus packets that arrive late are not counted as lost, and the loss may be negative if there are duplicates. The number of packets expected is defined to be the extended last sequence number received, as defined next, less the initial sequence number received. The RTCP receiver report includes the extended highest sequence number received field, which provides the highest sequence number received in an RTP data packet from source SSRC_n. The RTCP receiver report includes the interarrival jitter field which provides an estimate of the statistical variance of the RTP data packet interarrival time, measured in timestamp units and expressed as an unsigned integer. The interarrival jitter J is defined to be the mean deviation (smoothed absolute value) of the difference D in packet spacing at the receiver compared to the sender for a pair of packets. This is equivalent to the difference in the “relative transit time” for the two packets; the relative transit time is the difference between a packet's RTP timestamp and the receiver's clock at the time of arrival, measured in the same units. The interarrival jitter is calculated continuously as each data packet i is received from source SSRC_n, using this difference D for that packet and the previous packet i−1 in order of arrival (not necessarily in sequence). Whenever a reception report is issued, the current value of J is sampled. The RTCP receiver report includes the last SR timestamp (LSR) field that provides the NTP timestamp received as part of the most recent RTCP sender report (SR) packet from source SSRC_n. The RTCP receiver report includes the delay since last SR (DLSR) field, which provides the delay, between receiving the last SR packet from source SSRC_n and sending this reception report. Let SSRC_r denote the receiver issuing this receiver report. Source SSRC_n can compute the round-trip propagation delay to SSRC_r by recording the time A when this reception report is received. It calculates the total round-trip time A-LSR using the last SR timestamp (LSR) field, and then subtracting this field to leave the round-trip propagation delay as (A-LSR-DLSR). This information can be transferred from the source 102 to the retransmit server 110A in the RTCP sender report or the RTCP source description. This field in the RTCP receiver report from the retransmit server 110A may be used as an approximate measure of distance between the source 102 and the retransmit server 110A, although some links have very asymmetric delays. For more details on RTCP, see Schulzrinne, H., Casner, S., Frederick, R., Jacobson, V., “RTP: A Transport Protocol for Real-Time Applications,” Network Working Group Request for Comments Internet RFC 1889, Jul. 18, 1994.
In
Repair servers 120A and 120B are shown in
Each repair server, for example 120A in
The ranking criteria that the server list updating program 444 in the repair server 120A can apply to rank the respective retransmit servers 110A-110D in a server list 146A can be based on the RTCP receiver reports multicast by each of the retransmit servers 110A-110D. For example,
The repair server 120A, for example, maintains the ordered list 146A of the retransmission servers 110A-110D that are most likely to have buffered copies of packets missing from the Group—1 session. When the repair server 120A detects that there are packets missing from the session it has received, it uses the ordered list 146A to sequentially request the missing packets from respective ones of the plurality of retransmission servers 110A-110D. Assume for this example that the list 146A places the retransmit servers in the order from highest to lowest as 110A, 110B, 110C, 110D, based on the total packets lost, as reported by the RTCP receive report which is multicast by each respective retransmit server 110A-110D. Since retransmit server 110A has reported that it has the fewest total packets lost (4 packets), it is ranked as the most probable to have buffered copies of the missing packets.
Each IP multicast source 102 periodically transmits Session Description Protocol (SDP) announcements to inform potential recipients 124A about the existence of a session. In order to join an IP multicast session, software at the receiver 124A, for example, must know the IP address and port of that session. One way this can be done is for the source 102 to periodically announce this information on a well-known IP multicast session. The Session Description Protocol (SDP) used serves two primary purposes: (a) to communicate the existence of a session and (b) to convey sufficient information so end users may join the session. Some of the information included in an SDP datagram is: the name and purpose of the session, time(s) the session is active, the media comprising the session, the transport protocol, the format, and the multicast address and port. Software developers may add other attributes to SDP announcements for specific applications For more detailed information on SDP, see Handley, M. and Jacobson, V., “SDP: Session Description Protocol”, Network Working Group Request for Comments Internet RFC 2327, November 1997.
In accordance with the invention, repaired packets are transmitted from the retransmit servers 110A-110D in a unicast session. Then, the repair server 120A forwards the repaired session as a multicast session 111′ to the receivers 124A and 124A″. The repaired multicast session 111′ is constructed by the repair server 120A by combining the packets 109 of
The repaired multicast session 111′ constructed by the repair server 120A resumes using the RTP format as shown in
The packets in the multicast session 111′ of
In the alternative, the multicast session 111″ can be a different session that is selectively chosen as a repaired multicast session by the by recipient receivers 124A or 124A″, as is shown in
Since corrections provided by the invention are implemented by network based repair servers 120A and 120B and retransmit servers 110A-110D, the quality of a multicast transmission is improved without changing or adding to the software in either the multicast source 102 or the recipient receivers 124A, 124A′, 124A″, 124B, 124B′, or 124B″. This is a major improvement between the invention and prior proposed techniques. If the source 102 is communicating using Real-Time Transport Protocol (RTP), real video, real audio, or some other multicasting protocol before the repair is performed, the source continues to use the same protocols after the repair. Aside from the improved quality of the received signal at the recipient receiver 124A, the source 102 and recipient receivers 124A, etc. do not see any change.
Both the unrepaired multicast session 109 and a repaired multicast session 111″ are available to the receiver 124A on different multicast addresses, allowing the recipient receiver 124A to selectively subscribe to the repaired multicast session 111″ as a network supplied service. The repaired multicast session 111″ can be encrypted by the repair server 120A, thereby limiting access to the repaired session 111″ to only those recipient receivers 124A that have subscribed to the repair service, the service being provided without requiring any change to the software at the source 102.
The primary function of the retransmit servers 110A-110D is to supply any missing packets in an IP multicast session such as Group—1, to the repair servers 120A and 120B. The retransmit servers 110A-110D must buffer packets in a session received from the source 102. Each retransmit server 110A-110D must periodically transmit its IP address and port and the IP address and port of each multicast session for which it has buffered packets, to enable receivers 124A, etc. to know the availability of repair services for a particular multicast session. A multicast group with address, port number combination A, P can be reserved for the retransmit servers to communicate with the repair servers.
Step 702: Begin retransmit server logic program 340
Step 704: Receive definition of multicast group session
Step 706: Begin buffering packets (330A of
Step 708: Receive request from repair server for specified missing packet
Step 710: Detect which of specified packets exist in circular buffer
Step 712: Send unicast response 160A to repair server with detected ones of specified packets in buffer.
Step 802: Begin repair server logic program 440
Step 804: Receive definition of Multicast group session
Step 806: Establish retransmission server list 146A
Step 808: Begin receipt of packets (109 of
Step 810: Detect missing packets in delay buffer
Step 812: Look up first retransmit server in list 146A
Step 814: Send request for specified missing packets to first retransmit server in list
Step 816: Receive unicast response 160A of first portion of missing packets from first retransmit server
Step 818: If first portion is not all of the missing packets, then send request for specified remaining missing packets to second retransmit server in list 146A.
Step 820: Receive unicast response 160B of remaining portion of missing packets from second retransmit server
Step 822: Sequentially order packets in the delay buffer 140A in time to be transmitted in a multicast session to the recipient receivers, by combining the originally received packets 109 of
Step 824: Transmit the repaired multicast session 111′ to recipient receivers 124A.
Flow diagram 900 in
Step 902: Begin server list updating program 444
Step 904: Form a first ordered list 146A of the retransmit servers for a multicast group session
Step 906: Accumulate count of successful responses from each retransmit server on list
Step 908: Rank the retransmit servers by counts of successful responses
Step 910: Re-order list 146A of the retransmit servers for the multicast group session
Step 922: Begin server list updating program 444
Step 924: Receive RTCP receiver reports from the retransmit servers for a multicast group session
Step 926: Extract the fraction lost field of each RTCP receiver report from each retransmit server as a ranking criterion
Step 928: Rank the retransmit servers by the ranking criterion
Step 930: Re-order list 146A of the retransmit servers for the multicast group session.
Step 932: Begin server list updating program 444
Step 934: Receive RTCP receiver reports from the retransmit server for a multicast group session
Step 936: Extract the cumulative number of packets lost field of each RTCP receiver
report from each retransmit server as a ranking criterion
Step 938: Rank the retransmit servers by the ranking criterion
Step 940: Re-order list 146A of the retransmit servers for the multicast group session.
Step 942: Begin server list updating program 444
Step 944: Receive RTCP receiver reports from the retransmit servers for a multicast group session
Step 946: Extract the interarrival jitter field of each RTCP receiver report from each
retransmit server as a ranking criterion
Step 948: Rank the retransmit servers by the ranking criterion
Step 950: Re-order list 146A of the retransmit servers for the multicast group session
Step 952: Begin server list updating program 444
Step 954: Receive RTCP receiver reports from the retransmit servers for a multicast group session
Step 956: Extract the round trip delay information from each RTCP receiver report from each retransmit server as a ranking criterion
Step 958: Rank the retransmit servers by the ranking criterion
Step 960: Re-order list 146A of the retransmit servers for the multicast group session.
The FEC processor 175A in the retransmit server operates on a data block 500A by forming a parity error detecting word corresponding to the block and adding an FEC word 515 to the block. The degree of redundancy in the FEC word can be adjusted to adapt to the magnitude of packet loss reported by the repair server in its request 150A. Then the FEC processor 175A and the message processor 132A in the retransmit server 110A can adaptively time-interleave each of the data blocks 500A and 500A′ and the FEC words 515 and 515′ in the blocks into time-interleaved blocks distributed over a predetermined interval. The FEC processor 175A will add an error detecting code to at least one of the time-interleaved blocks to enable a quick determination of an error condition at the repair server 120A. The message processor 132A will then transmit the time-interleaved blocks and the error detecting code as the response 505A over the Internet backbone 106 to the repair server 120A.
The FEC processor 185A at the repair server 120A then determines if there is an error present by means of the error detecting code. If not, then the packets 283 and 284 are extracted from the response 505A and sent to the delay buffer 140A. Alternately, if the FEC processor 185A determines that there is an error present by means of the error detecting code, then it determines if either the data block 500A or the redundant data block 500A′ does not have an error. If one of the data blocks does not have an error, then the packets 283 and 284 are extracted from the error-free block and sent to the delay buffer 140A. Alternately, if both data blocks 500A and 500A′ have errors detected in them, then the FEC processor 185A uses the FEC word for each data block to recover the error.
The repair server 120A and the retransmit server 110A can conduct a continuing session wherein the retransmit server continuously transmits an enhanced reliability stream of packets 505A that is supplemented by redundant packets, block interleaving, and/or forward error correction coding. The period of the enhanced reliability session between the retransmit server and the repair server can continue for as long as the packet loss syndrome is detected at the repair server.
Various illustrative examples of the invention have been described in detail. In addition, however, many modifications and changes can be made to these examples without departing from the nature and spirit of the invention.
Shur, David Hilton, Zelezniak, Aleksandr, Maxemchuk, Nicholas Frank, McManamon, David
Patent | Priority | Assignee | Title |
10334322, | Jan 30 2018 | System and method for media delivery on broadcast video networks |
Patent | Priority | Assignee | Title |
4701923, | Jan 14 1985 | Canon Kabushiki Kaisha | Adaptively coded data communication system with half duplex and/or full duplex function |
5459725, | Mar 22 1994 | INTERGRAPH HARDWARE TECHNOLOGIES COMPANY INC | Reliable multicasting over spanning trees in packet communications networks |
5490168, | Jul 08 1994 | Google Technology Holdings LLC | Method and system for automatic optimization of data throughput using variable packet length and code parameters |
5600663, | Nov 16 1994 | THE CHASE MANHATTAN BANK, AS COLLATERAL AGENT | Adaptive forward error correction system |
5699365, | Mar 27 1996 | Google Technology Holdings LLC | Apparatus and method for adaptive forward error correction in data communications |
5699369, | Mar 29 1995 | Network Systems Corporation | Adaptive forward error correction system and method |
5828677, | Mar 20 1996 | THE CHASE MANHATTAN BANK, AS COLLATERAL AGENT | Adaptive hybrid ARQ coding schemes for slow fading channels in mobile radio systems |
5928331, | Oct 30 1997 | Matsushita Electric Industrial Co., Ltd.; MATSUSHITA ELECTRICAL INDUSTRIAL CO , LTD | Distributed internet protocol-based real-time multimedia streaming architecture |
6031818, | Mar 19 1997 | THE CHASE MANHATTAN BANK, AS COLLATERAL AGENT | Error correction system for packet switching networks |
6112323, | Jun 29 1998 | Microsoft Technology Licensing, LLC | Method and computer program product for efficiently and reliably sending small data messages from a sending system to a large number of receiving systems |
6148005, | Oct 09 1997 | RPX Corporation | Layered video multicast transmission system with retransmission-based error recovery |
6167060, | Aug 08 1997 | Advent IP LLC | Dynamic forward error correction algorithm for internet telephone |
6185698, | Apr 20 1998 | Oracle America, Inc | Method and apparatus using ranking to select repair nodes in formation of a dynamic tree for multicast repair |
6208663, | Aug 29 1997 | Telefonaktiebolaget LM Ericsson | Method and system for block ARQ with reselection of FEC coding and/or modulation |
6215766, | Jan 30 1998 | Lucent Technologies Inc | Hierarchical rate control of receivers in a communication system transmitting layered video multicast data with retransmission (LVMR) |
6247059, | Sep 30 1997 | Hewlett Packard Enterprise Development LP | Transaction state broadcast method using a two-stage multicast in a multiple processor cluster |
6275471, | May 12 1998 | Matsushita Electric Corporation of America | Method for reliable real-time multimedia streaming |
6278716, | Mar 23 1998 | MASSACHUSETTS, UNIVERSITY OF | Multicast with proactive forward error correction |
6392993, | Jun 29 1998 | Microsoft Technology Licensing, LLC | Method and computer program product for efficiently and reliably sending small data messages from a sending system to a large number of receiving systems |
6415312, | Jan 29 1999 | International Business Machines Corporation | Reliable multicast for small groups |
6445717, | May 01 1998 | Niwot Networks, Inc.; NIWOT NETWORKS, INC | System for recovering lost information in a data stream |
6470391, | Sep 08 1995 | Hitachi, Ltd. | Method for transmitting data via a network in a form of divided sub-packets |
6865233, | Feb 19 1999 | Telefonaktiebolaget LM Ericsson | Method and system for control signalling enabling flexible link adaptation in a radiocommunication system |
20010056560, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Mar 04 1999 | SHUR, DAVID HILTON | AT&T Corp | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 033048 | /0096 | |
Mar 05 1999 | MAXEMCHUK, NICHOLAS FRANK | AT&T Corp | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 033048 | /0096 | |
Mar 05 1999 | ZELEZNIAK, ALEKSANDR | AT&T Corp | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 033048 | /0096 | |
Mar 12 1999 | MCMANAMON, DAVID | AT&T Corp | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 033048 | /0096 | |
May 08 2013 | AT&T Corp | AT&T Properties, LLC | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 037484 | /0949 | |
May 08 2013 | AT&T Properties, LLC | AT&T INTELLECTUAL PROPERTY II, L P | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 037485 | /0039 | |
Jun 06 2014 | AT&T Intellectual Property II, L.P. | (assignment on the face of the patent) | / |
Date | Maintenance Fee Events |
Mar 31 2016 | ASPN: Payor Number Assigned. |
Oct 14 2019 | REM: Maintenance Fee Reminder Mailed. |
Mar 30 2020 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Feb 23 2019 | 4 years fee payment window open |
Aug 23 2019 | 6 months grace period start (w surcharge) |
Feb 23 2020 | patent expiry (for year 4) |
Feb 23 2022 | 2 years to revive unintentionally abandoned end. (for year 4) |
Feb 23 2023 | 8 years fee payment window open |
Aug 23 2023 | 6 months grace period start (w surcharge) |
Feb 23 2024 | patent expiry (for year 8) |
Feb 23 2026 | 2 years to revive unintentionally abandoned end. (for year 8) |
Feb 23 2027 | 12 years fee payment window open |
Aug 23 2027 | 6 months grace period start (w surcharge) |
Feb 23 2028 | patent expiry (for year 12) |
Feb 23 2030 | 2 years to revive unintentionally abandoned end. (for year 12) |