WO2002052427A1 - System and method for controlling data transfer rates on a network - Google Patents

System and method for controlling data transfer rates on a network Download PDF

Info

Publication number
WO2002052427A1
WO2002052427A1 PCT/US2001/050621 US0150621W WO02052427A1 WO 2002052427 A1 WO2002052427 A1 WO 2002052427A1 US 0150621 W US0150621 W US 0150621W WO 02052427 A1 WO02052427 A1 WO 02052427A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
receive buffer
rate
transmission
control module
Prior art date
Application number
PCT/US2001/050621
Other languages
French (fr)
Inventor
Fouad Tobagi
David Lemke
Srikanth Subramaniam
Original Assignee
Radiance Technologies, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Radiance Technologies, Inc. filed Critical Radiance Technologies, Inc.
Publication of WO2002052427A1 publication Critical patent/WO2002052427A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/2425Traffic characterised by specific attributes, e.g. priority or QoS for supporting services specification, e.g. SLA
    • H04L47/2433Allocation of priorities to traffic types
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/19Flow control; Congestion control at layers above the network layer
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/26Flow control; Congestion control using explicit feedback to the source, e.g. choke packets
    • H04L47/263Rate modification at the source after receiving feedback
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/27Evaluation or update of window size, e.g. using information derived from acknowledged [ACK] packets
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/30Flow control; Congestion control in combination with information about buffer occupancy at either end or at transit nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/61Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources taking into account QoS or priority requirements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/163In-band adaptation of TCP data exchange; In-band control procedures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/50Reducing energy consumption in communication networks in wire-line communication networks, e.g. low power modes or reduced link rate

Definitions

  • the invention relates to network communications and more specifically to the management of data transfer rates under TCP/IP protocols.
  • a computer network includes a plurality of receivers 110, each connected through communications channels 115 to a network 120.
  • Network 120 is also connected through communications channels 115 to a sender 130 and an intermediary 140.
  • Intermediary 140 serves as a transmission node or cache system between various parts of network 120, sender 130, or receivers 110.
  • receiver 110 and sender 130 are a network client and network server respectively.
  • FIG. 2 illustrates some of the various layers involved when computer network 100 includes the World Wide Web.
  • a top layer includes FTP/HTTP 210 (File Transfer Protocol and Hypertext Transfer Protocol). These standard components serve as the interface between lower levels of the communication system and application programs such as browsers.
  • FTP/HTTP 210 operates above a TCP (Transmission Control Protocol) 220 layer that facilitates the delivery and reception of data packets to and from devices in computer network 100.
  • IP Internet Protocol
  • TCP 220 includes software running on both sender and receiver 110 devices.
  • TCP 220 hides the details pertaining to the network and its characteristics from FTP/HTTP 210 and communicates with FTP/HTTP 210 through a simple TCP application programming interface (API).
  • TCP 220 has three roles: (a) it prevents congestion at the receiver, (b) it prevents congestion in the network along the path used from source to destination, and (c) it guarantees a reliable data transfer.
  • buffers in TCP 220 receive data to be transferred from applications at FTP/HTTP 210. These buffers are referred to as the "TCP Send Buffers.”
  • TCP Receive Buffers associated with each sender 130, from which applications on receiver 110 read data transferred over network 120. A pair of send and receive buffers exists for each TCP connection. Data are written to and read from the send and receive buffers in blocks of various sizes.
  • FIG. 3 illustrates a prior art receive buffer 310 associated with TCP 220 on a receiver 110.
  • Receive .buffer 310 contains data 320 and has a limited available space of a size, known as the receive window Wr 330, where additional .data could be stored.
  • TCP 220 uses an explicit feedback mechanism to prevent congestion at receiver 110 and overflow of receive buffer 310.
  • Receiver 110 declares the size (number of bytes) of receive window Wr 330 in each acknowledgement sent back to sender 130. Sender 130 never allows the amount of outstanding data transmitted and not yet acknowledged to exceed Wr 330.
  • TCP 220 follows a congestion control algorithm that limits the amount of outstanding data.
  • the congestion control algorithm contends with the fact that no information is available regarding the available bandwidth of the path from sender 130 to receiver 110.
  • the congestion control algorithm starts by allowing a small amount of outstanding data and then increases the amount of outstanding data allowed as acknowledgements are received from receiver 110.
  • the amount of outstanding data allowed by the congestion control algorithm is referred to as the congestion window (Wc) .
  • the actual amount of data that can be sent is the send window (Ws), which is equal to the minimum of Wr 330 and Wc.
  • the congestion control algorithm starts with a small congestion window (Wc) equal to the maximum size of a single TCP segment.
  • the first transmission includes only one TCP segment, carrying at most an amount of data equal to the maximum segment size (MSS).
  • MSS maximum segment size
  • the congestion window Wc is increased by another MSS to two times MSS. Since, for this illustration, Wr 330 is assumed to be very large, the send window Ws also becomes two times MSS.
  • the maximum amount of data that can be sent in the next transmission is now two times MSS.
  • Wc When two segments are sent, each is acknowledged independently by receiver 110 and as each acknowledgement is received the congestion window Wc is increased by MSS. After both acknowledgements are received from a two-segment transmission, Wc (and Ws) will equal four times MSS.
  • Wc By increasing the size of the congestion window by one MSS for each acknowledgement received, the number of segments in each transmission doubles as each previous transmission is fully acknowledged. This increase continues until the congestion window Wc reaches a certain value called the "threshold.” Beyond the threshold, the congestion window Wc is incremented by only one MSS for each set of transmissions. This phase of the congestion control algorithm is referred to as the congestion avoidance phase.
  • the congestion window Wc keeps increasing, albeit at a smaller (linear) rate instead of an exponential rate, until the size of the congestion window Wc reaches a preset maximum. This maximum is a predetermined system parameter. Since the congestion window Wc increases over time, the likelihood of congestion and, therefore, loss of a. packet on the network also increases over time. If a TCP segment is lost in the network, the lack- of acknowledgement from receiver 110 within a timeout period triggers the retransmission of the lost segment and all segments following it and also resets the size of congestion window Wc (and Ws) to MSS. The process described above is then repeated.
  • FIG. 4 is a prior art illustration of congestion window Wc size as a function of time.
  • the congestion window Wc increases exponentially, from an initial size of one MSS, until it reaches a threshold (Thr 430). Wc then increases linearly during a second phase 440, until at time 450 a segment (data packet) is lost at which time Wc is reset to one MSS and the process is repeated. Time 450 can occur at any point in each cycle.
  • Wc will stop increasing if a maximum size (max 480) is reached before a data segment is lost.
  • max 480 is a system parameter associated with elements on network 120.
  • ThrB 420 is set as a function of the largest window size reached on the previous cycle. The cycles are repeated until all data transmission is completed or a timeout occurs.
  • Ws is determined by Wr 330 if Wr 330 is less than Wc. Ws is always the minimum of the current value of Wc and the most recently declared value of Wr 330.
  • a method of controlling the rate of data transfer is to limit the rate at which the application at sender 130 writes data to the send buffer. This is accomplished by limiting the size and frequency of data blocks written to the send buffer. Writing blocks of small size and high frequency can represent a high overhead at sender 130. Since sender 130 is typically a server serving a large number of clients, the preference of sender 130 is to use large blocks, and to control the rate by controlling the frequency of writes.
  • variable send window Ws implies that an optimal transmission rate is never maintained.
  • the average transmission rate also varies as a function of total traffic on the network. This variability makes scheduling of large data transfers difficult and allows large transfers to have a significant impact on other data. To be practical any solutions to these problems must be made utilizing the current standardized protocols.
  • Two prior art methods of regulating transfer rates involve intercepting the acknowledgement sent from receiver 110 to sender 130.
  • the acknowledgement is delayed for a period of time and in the second the value of Wr reported within the acknowledgement is modified by inserting a new value.
  • Both of these approaches have significant disadvantages, including the necessity of intercepting packets in the network.
  • the invention includes methods of regulating the rate of transmission on a computer network employing TCP.
  • the methods involve moderating the amount of available space in a receive buffer by either reducing the rate at which data is removed from the receive buffer or changing the size of the receive buffer.
  • moderating the available space in the receive buffer the size of data blocks sent by a sender is controlled and the average transmission rate is regulated.
  • Embodiments of the system for regulating an average rate of transmission on a computer network include a rate control software module, running on the receiver, that monitors the actual transmission rate, the number of lost packets, and the size of the receiver's receive window (Wr).
  • the rate control module regulates the rate at which data is removed from the receive buffer.
  • the rate control module adjusts the size of the receive buffer.
  • the rate control module moderates the size of the receiver's receive window, which controls the rate at which the sender transmits data.
  • the rate control module optionally operates in response to a priority or schedule associated with a data transmission. For example, the receiver attempts to achieve a transmission rate that is determined by a priority assigned to the data.
  • Computer code operating on either the sender or the receiver optionally manages a schedule for a plurality of transmissions.
  • the invention allows the transfer of large data files in the "background” with controlled effects on other network traffic.
  • FIG. 1 is a prior art illustration of a computer network with a sender and receivers connected by a network;
  • FIG. 2 is a prior art illustration of various layers of protocols involved in data communication over networks
  • FIG. 3 is a prior art illustration of a receive buffer associated with a TCP layer on a receiver
  • FIG. 4 is a prior art illustration of congestion window size (Wc) as a function of time
  • FIG. 5 is a block diagram of one embodiment of a computer network including a rate control module located on a receiver, according to the invention
  • FIG. 6 is a block diagram of one embodiment of the transfer manager of FIG. 5, according to the invention.
  • FIG. 7 is an illustration of send window size, Ws, as a function of time, according to one embodiment of the invention.
  • FIG. 8 is a flowchart of method steps for controlling a data transfer rate in a network, according to one embodiment of the invention.
  • FIG. 5 is a block diagram of one embodiment of a computer network including a rate control module 510 located on a receiver 520, according to the invention.
  • rate control module 510 is located above TCP 220 and below FTP/HTTP 210.
  • rate control module 510 is integrated into FTP/ ⁇ TTP 210.
  • Receiver 520 is coupled to a network 530 further coupled to at least one sender 540.
  • sender 540 includes FTP/HTTP 210 and TCP 220.
  • a transfer manager 550 used to further manage data transfers, is optionally located on sender 540.
  • Receiver 520 and sender 540 are computing devices such as web servers, file servers, clients, personal computers, Internet appliances, set-top boxes, and the like.
  • Rate control module 510 controls data transmission rates by manipulating the reported size, Wr 330, of the receive window.
  • the send window and thereby the transmission rate is limited by changing the size of the receive window as reported to sender 540 by TCP 220. Limiting the transmission rate of low priority data reduces the impact that low priority transmissions have on higher priority transmissions.
  • rate control module 510 manipulates the size of receive window W R 330 by controlling the rate at which data are read from receive buffer 310. Manipulating this rate does not require modification of standard protocols and is, therefore, non-intrusive. When data is removed from receive buffer 310 in increments of a relatively small size, the declared available space Wr 330 sent back with each acknowledgement remains small, and thus limits send window Ws and the rate of data transmitted by sender 540.
  • Locating rate control module 510 on receiver 520 provides a number of advantages.
  • Software on receiver 520 is capable of measuring an actual transfer rate more accurately than software located elsewhere.
  • - Rate control module 510 interrogates the TCP API and obtains the number of total bytes and free bytes in. receive buffer 310.
  • Rate control module 510 is thus able to monitor the absolute rates at which data are delivered to and read out of receive buffer 310.
  • Rate control module 510 actively adapts the rate at which data are read from receive, buffer 310, so as to control Wr 330 and thereby the rate at which sender 540 transmits data.
  • Rate control module 510 can adapt the rate at a variety of times, e.g., just before a read operation.
  • rate control module 510 does not require modification of standard protocols such as TCP 220 or IP 230.
  • rate control module 510 manipulates the size of receive window W r 330 by modifying the size of receive buffer 310. Since TCP 220 uses the size of receive buffer 310 to calculate Wr 330, changing the size of receive buffer 310 influences the size of the send window Ws. The size of receive buffer 310 is changed using standard techniques. Modifying the size of receive buffer 310 has an advantage in that the rate that data is read from receive buffer 310 by FTP/HTTP 210 is not reduced. Controlling the transmission rate by modifying the size of receive buffer 310 is also used to prevent an initial burst of traffic during an initial phase of a transmission, when the congestion window W c is increasing exponentially.
  • FIG. 6 is a block diagram of one embodiment of the transfer manager 550 of FIG. 5, according to the invention.
  • Transfer manager 550 includes, but is. not limited to, a schedule/priority manager 610, optional priority data 620, and optional transfer history data 630.
  • transfer manager 550 is located on receiver 520, an intermediary between receiver 520 and sender 540, or an alternative computing device with access to receiver 520.
  • Schedule/priority manager 610 manages scheduling of data transfers and allows users to designate a level of priority for a data transfer. For example, data is scheduled to be transferred to receiver 520 before a specific deadline, or alternatively, the transfer is given a priority such that it does not interfere with other traffic on network 530.
  • transfer manager 550 a user selects a priority level for the data transfer. The selected priority level results in an absolute transfer rate or is responsive to other factors such as the total amount of traffic receiver 520 is receiving or the number of dropped packets experienced in the transfer. The rate of data transfer to receiver 520, for data transferred using the methods of the invention, is varied as a function of the amount of other traffic on network 530 or traffic receiver 520 is receiving.
  • receiver 520 begins a real-time video conference and as a result the transfer rate of a continuing low priority data transfer is reduced to regulate the effect that the low priority transfer has on the video conference. When the video conference is complete the transfer rate of the low priority data transfer is again adjusted.
  • Priority data 620 includes data provided by a user or supervisor that allows schedule/priority manager 610 to determine the relative priority of data transfers. Priority data 620 is used for determining transfer rates and transfer schedules. Transfer history data 630 is used to monitor the performance of transfer manager 550 and to estimate total transfer times.
  • transfer manager 550 and receiver 520 first exchange information such as target transfer rates, transmission priority, historic transmission rates, reception rates, Wc, Ws, buffer information, or the like. Rate control module 510 at receiver 520 then uses this information to control the transmission such that it meets priority and schedule requirements while also having a regulated impact on network 530. Other shared data and factors, such as time of day, network load, and the like, are also optionally considered.
  • transfer manager 550 regulates communications to a plurality of receiver 520.
  • transfer manager 550 is located on a router acting as an intermediary between the Internet and a local area network that includes a plurality of receiver 520. Transfer manager 550 assigns different priorities to data transfers as a function of the identity of receiver 520 or optionally assures that a data transfer to one receiver 520 does not significantly affect data transfers to a second receiver 520.
  • FIG. 7 is an illustration of send window size, Ws, as a function of time, according to one embodiment of the invention.
  • Ws send window size
  • the congestion window (Wc) can increase until it reaches max 480 (the default maximum).
  • Wr becomes the limiting factor since TCP 220 at sender 540 chooses the minimum of Wr and Wc for the value of Ws.
  • Transfer manager 550 in conjunction with rate control module 510 optionally uses feedback and optimization routines to achieve goals determined by priority and transmission schedules.
  • Feedback involves the transfer of performance (transmission rate) data from receiver 520 to transfer manager 550 and optimization routines optionally include queuing of tasks as a function of observed transmission rates.
  • Parameters including threshold levels, window sizes, buffer sizes, read sizes, and read frequency, are dynamically varied in response to the performance of network 530. For example, the regulation of the transfer rate by rate control module 510 can be dependent on the frequency of lost data packets and rate control module can become proactive only when it detects a certain frequency of lost data packets.
  • rate control module 510 is present at receiver 520 and sender 540, and rate control module.510 adjusts the size of the TCP buffers of both sender 540 and receiver 520.
  • the receive window Wr 330 on receiver 520 is dynamically controlled by changing the size of receive buffer 310. A large initial burst of traffic is avoided during the initial period 710 (FIG. 7) by starting with a small receive buffer 310. Slow growth in the initial transmission rate allows a better estimate of the traffic that can be supported without losing segments.
  • Reducing the number of lost data packets in a transmission reduces the quantity of segments lost by other traffic on the network and the impact that the transmission has on that traffic. This is important when a goal is to reconcile the effect the transmission has on other network traffic with the priority of the transmission. For example, in some instances it is desirable to send a large file in the "background" without affecting other traffic on the network. In these instances, transfer manager 550 initially sets a low priority for a transmission and later adjusts the priority as a function of ,a delivery schedule. Rate control module 510 enables the delivery of large files without causing a significant increase in lost data packets.
  • FIG. 8 is a flowchart of method steps or controlling a data transfer rate in a network, according to one embodiment of the invention.
  • receiver 520 requests data from transfer manager 550 on sender 540.
  • receiver 540 receives a target data transfer rate and optional transfer schedule from transfer manager 550.
  • the target data transfer rate and transfer schedule are based on when receiver 520 needs the data and the expected capacity of network 530.
  • Step 820 optionally occurs before step 810, and default values, or values from other sources, are alternatively used in place of values received from transfer manager 550.
  • TCP 220 on receiver 520 receives a requested data segment from sender 540 and places the data segment in receive buffer 310.
  • TCP 220 calculates the receive window Wr 330 and places the result within an acknowledgement of the last data transmission. The acknowledgement is then sent to sender 540 in step 850.
  • rate control module 510 running on receiver 520 decides how much data, if any, should be removed from receive buffer 310. The . decision is based, in part, on a comparison of an actual transmission rate with the target transfer rate. The decision is also optionally based on other data such as historical transmission rates, a frequency of dropped data packets, or a time since data was last removed from receive buffer 310.
  • step 860 rate control module 510 decides that data should be removed from receive buffer 310, a determined amount is read out in a step 880.
  • step 890 rate control module 510 determines whether there is more data to be removed from receive buffer 310. If there is more data, the method returns to step 860. If there is not more data, the method returns to step 830.
  • the removal of data in step 860 is replaced by or combined with a step of adjusting the size of receive buffer 310. Both of these actions are used to regulate the value of Wr 330 and thereby control the rate at which data is sent from sender 540 to receiver 520.
  • Embodiments of rate control module 510 adapted to function in accordance with communication protocols other than TCP that use buffered transmission, for example, those used in systems such as advanced digital telephone networks, video distribution networks, or for the delivery of streaming media, are within the scope of the invention.
  • a much higher priority is optionally applied to live voice data transmissions than to other data.
  • the • transmission of non- voice data is controlled using methods of the invention in a manner that minimizes losses of the higher priority voice data.
  • the invention provides significant advantages when real-time and non-real-time data share a network by providing a method that is able to reduce the impact of the non-real-time data on the transmission of the real-time data.
  • the invention is optionally used to optimize the scheduling of data transmissions among computer systems. For example, if many large files are to be transmitted, their transmission rate and sequence are optionally adjusted in response to priority criteria and schedules. Files with a lower priority are sent at a lower transmission rate so that files with a higher priority can utilize a higher proportion of available bandwidth.
  • An embodiment of the invention includes a scheduling utility that delivers files to a plurality of receivers according to required delivery dates. The scheduling utility sequences and manages deliveries to have minimum impact on a receiver's other activities.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

Data transfer rates on a network (530) are controlled in conjunction with TCP/IP (220) protocols by limiting the available space in a receive buffer (310) located on the receiver (520). Limits are generated by either moderating the rate that data is removed from the receive buffer (310) or changing the receive buffer's size. Transfer rates are reduced to decrease the impact large transfers have on other network traffic and to reduce the total number of lost data packets. Reduced rates and priorities can be managed by scheduling systems.

Description

SYSTEM AND METHOD FOR CONTROLLING DATA TRANSFER RATES
ON A NETWORK
CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This application claims the benefit of U.S. Provisional Application No.
60/257,651, entitled "System and Method For Rate Controlled Data Transfer Over A Network," filed December 22, 2000; and U.S. Provisional Application No. 60/257,654, entitled "System and Method for Scheduling Data Transfers Through a Network," the disclosures of which is hereby incorporated by reference. This application is related to co-pending U.S. Non-provisional Application No.
__/ , entitled "System and Method for Scheduling Data Transfers Through a
Network," filed and co-pending U.S. Non-provisional Application
No. __/ , entitled "System and Method for Automated and Optimized File
Transfers Among Devices in a Network," filed May 9, 2001.
BACKGROUND
FIELD OF THE INVENTION [0002] The invention relates to network communications and more specifically to the management of data transfer rates under TCP/IP protocols.
BACKGROUND OF THE INVENTION
[0003] As illustrated in prior art FIG. 1, a computer network, generally designated 100, includes a plurality of receivers 110, each connected through communications channels 115 to a network 120. Network 120 is also connected through communications channels 115 to a sender 130 and an intermediary 140. Intermediary 140 serves as a transmission node or cache system between various parts of network 120, sender 130, or receivers 110. In some cases, receiver 110 and sender 130 are a network client and network server respectively.
[0004] Communications between the elements of computer network 100 are typically managed using a layered series of software and hardware systems. Prior art FIG. 2 illustrates some of the various layers involved when computer network 100 includes the World Wide Web. A top layer includes FTP/HTTP 210 (File Transfer Protocol and Hypertext Transfer Protocol). These standard components serve as the interface between lower levels of the communication system and application programs such as browsers. , FTP/HTTP 210 operates above a TCP (Transmission Control Protocol) 220 layer that facilitates the delivery and reception of data packets to and from devices in computer network 100. IP (Internet Protocol) 230 layer, data link 240 layer, and physical network 250 perform well known standard operations enabling the transfer of data. [0005] TCP 220 includes software running on both sender and receiver 110 devices. TCP 220 hides the details pertaining to the network and its characteristics from FTP/HTTP 210 and communicates with FTP/HTTP 210 through a simple TCP application programming interface (API). TCP 220 has three roles: (a) it prevents congestion at the receiver, (b) it prevents congestion in the network along the path used from source to destination, and (c) it guarantees a reliable data transfer.
[0006] At sender 130, buffers in TCP 220 receive data to be transferred from applications at FTP/HTTP 210. These buffers are referred to as the "TCP Send Buffers." Likewise, at receiver 110, there are "TCP Receive Buffers" associated with each sender 130, from which applications on receiver 110 read data transferred over network 120. A pair of send and receive buffers exists for each TCP connection. Data are written to and read from the send and receive buffers in blocks of various sizes.
[0007] FIG. 3 illustrates a prior art receive buffer 310 associated with TCP 220 on a receiver 110. Receive .buffer 310 contains data 320 and has a limited available space of a size, known as the receive window Wr 330, where additional .data could be stored. TCP 220 uses an explicit feedback mechanism to prevent congestion at receiver 110 and overflow of receive buffer 310. Receiver 110 declares the size (number of bytes) of receive window Wr 330 in each acknowledgement sent back to sender 130. Sender 130 never allows the amount of outstanding data transmitted and not yet acknowledged to exceed Wr 330.
[0008] To prevent congestion along a communications path, TCP 220 follows a congestion control algorithm that limits the amount of outstanding data. The congestion control algorithm contends with the fact that no information is available regarding the available bandwidth of the path from sender 130 to receiver 110. The congestion control algorithm starts by allowing a small amount of outstanding data and then increases the amount of outstanding data allowed as acknowledgements are received from receiver 110. The amount of outstanding data allowed by the congestion control algorithm is referred to as the congestion window (Wc) . The actual amount of data that can be sent is the send window (Ws), which is equal to the minimum of Wr 330 and Wc.
[0009] To illustrate the dynamics of the congestion window Wc, one may momentarily assume that there is an abundance of data to send and that receive window Wr 330 is very large, and therefore does not place any limitation on the size of the send window Ws. The congestion control algorithm starts with a small congestion window (Wc) equal to the maximum size of a single TCP segment. The first transmission includes only one TCP segment, carrying at most an amount of data equal to the maximum segment size (MSS). When an acknowledgement of the first segment is returned from receiver 110, the congestion window Wc is increased by another MSS to two times MSS. Since, for this illustration, Wr 330 is assumed to be very large, the send window Ws also becomes two times MSS. The maximum amount of data that can be sent in the next transmission (Ws) is now two times MSS. When two segments are sent, each is acknowledged independently by receiver 110 and as each acknowledgement is received the congestion window Wc is increased by MSS. After both acknowledgements are received from a two-segment transmission, Wc (and Ws) will equal four times MSS. By increasing the size of the congestion window by one MSS for each acknowledgement received, the number of segments in each transmission doubles as each previous transmission is fully acknowledged. This increase continues until the congestion window Wc reaches a certain value called the "threshold." Beyond the threshold, the congestion window Wc is incremented by only one MSS for each set of transmissions. This phase of the congestion control algorithm is referred to as the congestion avoidance phase. The congestion window Wc keeps increasing, albeit at a smaller (linear) rate instead of an exponential rate, until the size of the congestion window Wc reaches a preset maximum. This maximum is a predetermined system parameter. Since the congestion window Wc increases over time, the likelihood of congestion and, therefore, loss of a. packet on the network also increases over time. If a TCP segment is lost in the network, the lack- of acknowledgement from receiver 110 within a timeout period triggers the retransmission of the lost segment and all segments following it and also resets the size of congestion window Wc (and Ws) to MSS. The process described above is then repeated. TCP 220, therefore, does not maintain a constant transmission rate, but rather transmits data using a congestion window that increases according to first an exponential rule and then a linear rule until a transmission loss occurs and Wc is reset. [0010] FIG. 4 is a prior art illustration of congestion window Wc size as a function of time. During an initial phase 410 the congestion window Wc increases exponentially, from an initial size of one MSS, until it reaches a threshold (Thr 430). Wc then increases linearly during a second phase 440, until at time 450 a segment (data packet) is lost at which time Wc is reset to one MSS and the process is repeated. Time 450 can occur at any point in each cycle. Wc will stop increasing if a maximum size (max 480) is reached before a data segment is lost. The loss of data segments is dependent on the bandwidth of network 120 and the constantly variable traffic it supports. The value of max 480 is a system parameter associated with elements on network 120. After a packet is lost, a new threshold (ThrB 420) is set as a function of the largest window size reached on the previous cycle. The cycles are repeated until all data transmission is completed or a timeout occurs.
[0011] When Wr 330 is finite the send window, Ws, is determined by Wr 330 if Wr 330 is less than Wc. Ws is always the minimum of the current value of Wc and the most recently declared value of Wr 330. [0012] A method of controlling the rate of data transfer is to limit the rate at which the application at sender 130 writes data to the send buffer. This is accomplished by limiting the size and frequency of data blocks written to the send buffer. Writing blocks of small size and high frequency can represent a high overhead at sender 130. Since sender 130 is typically a server serving a large number of clients, the preference of sender 130 is to use large blocks, and to control the rate by controlling the frequency of writes. However, writing large size blocks gives TCP 220 an opportunity to send large batches. Large batches generate traffic of a bursting nature and thus are more likely than traffic of a steady nature to cause congestion in network 120. [0013] The prior art systems described above have a number of disadvantages.
The variable send window Ws implies that an optimal transmission rate is never maintained. The average transmission rate also varies as a function of total traffic on the network. This variability makes scheduling of large data transfers difficult and allows large transfers to have a significant impact on other data. To be practical any solutions to these problems must be made utilizing the current standardized protocols.
[0014] Two prior art methods of regulating transfer rates involve intercepting the acknowledgement sent from receiver 110 to sender 130. In the first method the acknowledgement is delayed for a period of time and in the second the value of Wr reported within the acknowledgement is modified by inserting a new value. Both of these approaches have significant disadvantages, including the necessity of intercepting packets in the network.
[0015] Further information about TCP/IP and the state of the art in data transfer methods is found in the following references:
[0016] W. Richard Stevens, "TCP/IP Illustrated. Nol I - The Protocols,"
Addison- Wesley, 1994; [0017] Comer, Douglas, "Internetworking with TCP/TP. Nol. I.," Prentice Hall, 1991; [0018] Comer, Douglas, and Stevens, David, "Internetworking with TCP/IP.
Nol. II.," Design, Implementation, and Internals. Prentice Hall, 1991; and [0019] Packer, Robert L., "Method for Explicit Data Rate Control in a Packet Communication Environment Without Data Rate Supervision", U.S. Patent 6,038,216.
SUMMARY OF THE INVENTION
[0020] The invention includes methods of regulating the rate of transmission on a computer network employing TCP. The methods involve moderating the amount of available space in a receive buffer by either reducing the rate at which data is removed from the receive buffer or changing the size of the receive buffer. By moderating the available space in the receive buffer, the size of data blocks sent by a sender is controlled and the average transmission rate is regulated.
[0021] Embodiments of the system for regulating an average rate of transmission on a computer network include a rate control software module, running on the receiver, that monitors the actual transmission rate, the number of lost packets, and the size of the receiver's receive window (Wr). In an embodiment of the invention the rate control module regulates the rate at which data is removed from the receive buffer. In another embodiment the rate control module adjusts the size of the receive buffer. In both of these embodiments, the rate control module moderates the size of the receiver's receive window, which controls the rate at which the sender transmits data.
[0022] The rate control module optionally operates in response to a priority or schedule associated with a data transmission. For example, the receiver attempts to achieve a transmission rate that is determined by a priority assigned to the data. Computer code operating on either the sender or the receiver optionally manages a schedule for a plurality of transmissions.
[0023] The invention allows the transfer of large data files in the "background" with controlled effects on other network traffic.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a prior art illustration of a computer network with a sender and receivers connected by a network;
FIG. 2 is a prior art illustration of various layers of protocols involved in data communication over networks;
FIG. 3 is a prior art illustration of a receive buffer associated with a TCP layer on a receiver;
FIG. 4 is a prior art illustration of congestion window size (Wc) as a function of time;
FIG. 5 is a block diagram of one embodiment of a computer network including a rate control module located on a receiver, according to the invention;
FIG. 6 is a block diagram of one embodiment of the transfer manager of FIG. 5, according to the invention; FIG. 7 is an illustration of send window size, Ws, as a function of time, according to one embodiment of the invention; and
FIG. 8 is a flowchart of method steps for controlling a data transfer rate in a network, according to one embodiment of the invention.
DETAILED DESCRIPTION OF THE DRAWINGS
[0024] FIG. 5 is a block diagram of one embodiment of a computer network including a rate control module 510 located on a receiver 520, according to the invention. In the FIG. 5 embodiment, rate control module 510 is located above TCP 220 and below FTP/HTTP 210. In other embodiments, rate control module 510 is integrated into FTP/ΗTTP 210. Receiver 520 is coupled to a network 530 further coupled to at least one sender 540. Although not shown, sender 540 includes FTP/HTTP 210 and TCP 220. A transfer manager 550, used to further manage data transfers, is optionally located on sender 540. Receiver 520 and sender 540 are computing devices such as web servers, file servers, clients, personal computers, Internet appliances, set-top boxes, and the like.
[0025] Rate control module 510 controls data transmission rates by manipulating the reported size, Wr 330, of the receive window. The send window and thereby the transmission rate is limited by changing the size of the receive window as reported to sender 540 by TCP 220. Limiting the transmission rate of low priority data reduces the impact that low priority transmissions have on higher priority transmissions.
[0026] In one embodiment of the invention, rate control module 510 manipulates the size of receive window WR 330 by controlling the rate at which data are read from receive buffer 310. Manipulating this rate does not require modification of standard protocols and is, therefore, non-intrusive. When data is removed from receive buffer 310 in increments of a relatively small size, the declared available space Wr 330 sent back with each acknowledgement remains small, and thus limits send window Ws and the rate of data transmitted by sender 540.
[0027] Locating rate control module 510 on receiver 520 provides a number of advantages. Software on receiver 520 is capable of measuring an actual transfer rate more accurately than software located elsewhere.- Rate control module 510 interrogates the TCP API and obtains the number of total bytes and free bytes in. receive buffer 310. Rate control module 510 is thus able to monitor the absolute rates at which data are delivered to and read out of receive buffer 310. Rate control module 510 actively adapts the rate at which data are read from receive, buffer 310, so as to control Wr 330 and thereby the rate at which sender 540 transmits data. Rate control module 510 can adapt the rate at a variety of times, e.g., just before a read operation. Through the two steps of (1) reading data from receive buffer 310 in increments of a certain size and frequency, and (2) examining the amount of data in receive buffer 310, many further methods of dynamic rate control, through the parameter Wr, are possible. This embodiment of rate control module 510 does not require modification of standard protocols such as TCP 220 or IP 230.
[0028] In an alternative embodiment, rate control module 510 manipulates the size of receive window Wr 330 by modifying the size of receive buffer 310. Since TCP 220 uses the size of receive buffer 310 to calculate Wr 330, changing the size of receive buffer 310 influences the size of the send window Ws. The size of receive buffer 310 is changed using standard techniques. Modifying the size of receive buffer 310 has an advantage in that the rate that data is read from receive buffer 310 by FTP/HTTP 210 is not reduced. Controlling the transmission rate by modifying the size of receive buffer 310 is also used to prevent an initial burst of traffic during an initial phase of a transmission, when the congestion window Wc is increasing exponentially.
[0029] FIG. 6 is a block diagram of one embodiment of the transfer manager 550 of FIG. 5, according to the invention. Transfer manager 550 includes, but is. not limited to, a schedule/priority manager 610, optional priority data 620, and optional transfer history data 630. In other embodiments, transfer manager 550 is located on receiver 520, an intermediary between receiver 520 and sender 540, or an alternative computing device with access to receiver 520.
[0030] Schedule/priority manager 610 manages scheduling of data transfers and allows users to designate a level of priority for a data transfer. For example, data is scheduled to be transferred to receiver 520 before a specific deadline, or alternatively, the transfer is given a priority such that it does not interfere with other traffic on network 530. In one embodiment of transfer manager 550, a user selects a priority level for the data transfer. The selected priority level results in an absolute transfer rate or is responsive to other factors such as the total amount of traffic receiver 520 is receiving or the number of dropped packets experienced in the transfer. The rate of data transfer to receiver 520, for data transferred using the methods of the invention, is varied as a function of the amount of other traffic on network 530 or traffic receiver 520 is receiving. For example, receiver 520 begins a real-time video conference and as a result the transfer rate of a continuing low priority data transfer is reduced to regulate the effect that the low priority transfer has on the video conference. When the video conference is complete the transfer rate of the low priority data transfer is again adjusted.
[0031] Priority data 620 includes data provided by a user or supervisor that allows schedule/priority manager 610 to determine the relative priority of data transfers. Priority data 620 is used for determining transfer rates and transfer schedules. Transfer history data 630 is used to monitor the performance of transfer manager 550 and to estimate total transfer times.
[0032] In one embodiment, transfer manager 550 and receiver 520 first exchange information such as target transfer rates, transmission priority, historic transmission rates, reception rates, Wc, Ws, buffer information, or the like. Rate control module 510 at receiver 520 then uses this information to control the transmission such that it meets priority and schedule requirements while also having a regulated impact on network 530. Other shared data and factors, such as time of day, network load, and the like, are also optionally considered. [0033] In another embodiment, transfer manager 550 regulates communications to a plurality of receiver 520. In this embodiment, transfer manager 550 is located on a router acting as an intermediary between the Internet and a local area network that includes a plurality of receiver 520. Transfer manager 550 assigns different priorities to data transfers as a function of the identity of receiver 520 or optionally assures that a data transfer to one receiver 520 does not significantly affect data transfers to a second receiver 520.
[0034] FIG. 7 is an illustration of send window size, Ws, as a function of time, according to one embodiment of the invention. After an initial period 710 of exponential growth, there is a period 720 of linear growth. This is followed by a period 740 during which rate control module 510 uses Wr 330 to control the send window (Ws) and thus the maximum transfer rate. The congestion window (Wc) can increase until it reaches max 480 (the default maximum). However, during the period 720 (or possibly initial period 710) Wr becomes the limiting factor since TCP 220 at sender 540 chooses the minimum of Wr and Wc for the value of Ws. Finally, at point 780, a data segment is lost, TCP 220 at sender 540 resets Wc, thus decreasing Ws to equal Wc, and the process is repeated. These events are detected by rate control module 10 at receiver 520 by observing the rate at which receive buffer 310 is being filled. If desired, the rate at which data are read from receive buffer 310 is changed (adjusting Wr) to compensate for changes in Ws. [0035] As shown in FIG. 7, implementing rate control module 510. at receiver 520 reduces the frequency of dropped data packets (segments) relative to the prior art of FIG. 4. The reduced frequency of dropped packets is a result of limiting the send window size Ws. Transfer manager 550 in conjunction with rate control module 510 optionally uses feedback and optimization routines to achieve goals determined by priority and transmission schedules. Feedback involves the transfer of performance (transmission rate) data from receiver 520 to transfer manager 550 and optimization routines optionally include queuing of tasks as a function of observed transmission rates. Parameters, including threshold levels, window sizes, buffer sizes, read sizes, and read frequency, are dynamically varied in response to the performance of network 530. For example, the regulation of the transfer rate by rate control module 510 can be dependent on the frequency of lost data packets and rate control module can become proactive only when it detects a certain frequency of lost data packets. [0036] In alternative embodiments, rate control module 510 is present at receiver 520 and sender 540, and rate control module.510 adjusts the size of the TCP buffers of both sender 540 and receiver 520. In one embodiment, the receive window Wr 330 on receiver 520 is dynamically controlled by changing the size of receive buffer 310. A large initial burst of traffic is avoided during the initial period 710 (FIG. 7) by starting with a small receive buffer 310. Slow growth in the initial transmission rate allows a better estimate of the traffic that can be supported without losing segments.
[0037] Reducing the number of lost data packets in a transmission reduces the quantity of segments lost by other traffic on the network and the impact that the transmission has on that traffic. This is important when a goal is to reconcile the effect the transmission has on other network traffic with the priority of the transmission. For example, in some instances it is desirable to send a large file in the "background" without affecting other traffic on the network. In these instances, transfer manager 550 initially sets a low priority for a transmission and later adjusts the priority as a function of ,a delivery schedule. Rate control module 510 enables the delivery of large files without causing a significant increase in lost data packets.
[0038] FIG. 8 is a flowchart of method steps or controlling a data transfer rate in a network, according to one embodiment of the invention. First, in step 810, receiver 520 requests data from transfer manager 550 on sender 540. In step 820, receiver 540 receives a target data transfer rate and optional transfer schedule from transfer manager 550. The target data transfer rate and transfer schedule are based on when receiver 520 needs the data and the expected capacity of network 530. Step 820 optionally occurs before step 810, and default values, or values from other sources, are alternatively used in place of values received from transfer manager 550. [0039] In step 830, TCP 220 on receiver 520 receives a requested data segment from sender 540 and places the data segment in receive buffer 310. In step 840, TCP 220 calculates the receive window Wr 330 and places the result within an acknowledgement of the last data transmission. The acknowledgement is then sent to sender 540 in step 850. In a step 860, rate control module 510 running on receiver 520 decides how much data, if any, should be removed from receive buffer 310. The . decision is based, in part, on a comparison of an actual transmission rate with the target transfer rate. The decision is also optionally based on other data such as historical transmission rates, a frequency of dropped data packets, or a time since data was last removed from receive buffer 310. For example, if the actual transmission rate is higher than the target transfer rate, removal of data from receive buffer 310 is sometimes delayed such that the receive window size Wr 330 is decreased and the average transmission rate is thereby reduced. If data is not removed, after a delay step 870, then the method return's to step 860. If in step 860 rate control module 510 decides that data should be removed from receive buffer 310, a determined amount is read out in a step 880. In step 890, rate control module 510 determines whether there is more data to be removed from receive buffer 310. If there is more data, the method returns to step 860. If there is not more data, the method returns to step 830.
[0040] In another embodiment of the method of the invention, the removal of data in step 860 is replaced by or combined with a step of adjusting the size of receive buffer 310. Both of these actions are used to regulate the value of Wr 330 and thereby control the rate at which data is sent from sender 540 to receiver 520.
[0041] Embodiments of rate control module 510 adapted to function in accordance with communication protocols other than TCP that use buffered transmission, for example, those used in systems such as advanced digital telephone networks, video distribution networks, or for the delivery of streaming media, are within the scope of the invention. In these systems a much higher priority is optionally applied to live voice data transmissions than to other data. The • transmission of non- voice data is controlled using methods of the invention in a manner that minimizes losses of the higher priority voice data. The invention provides significant advantages when real-time and non-real-time data share a network by providing a method that is able to reduce the impact of the non-real-time data on the transmission of the real-time data.
[0042] The invention is optionally used to optimize the scheduling of data transmissions among computer systems. For example, if many large files are to be transmitted, their transmission rate and sequence are optionally adjusted in response to priority criteria and schedules. Files with a lower priority are sent at a lower transmission rate so that files with a higher priority can utilize a higher proportion of available bandwidth. An embodiment of the invention includes a scheduling utility that delivers files to a plurality of receivers according to required delivery dates. The scheduling utility sequences and manages deliveries to have minimum impact on a receiver's other activities.

Claims

We claim:
1. A method of regulating an average rate of transmission on a computer network employing TCP, comprising the steps of: determining an amount of available space in a receive buffer; and removing data from the receive buffer such that the amount of available space in the receive buffer is maintained at a regulated value.
2. The method of claim 1, wherein the step of removing data includes regulating the frequency at which data is read from the receive buffer.
3. The method of claim 1, wherein the step of removing data includes regulating the amount of data read during each read from the receive buffer.
4. The method of claim 1, wherein a receiver measures an actual transfer rate.
5. The method of claim 1, wherein the step of determining an amount of available space in a receive buffer is performed by a rate control module located on a receiver.
6. The method of claim 5, wherein the rate control module operates above a TCP layer and communicates with the TCP layer via a TCP application programming interface.
7. The method of claim 1, wherein the average rate of transmission is regulated to an extent sufficient to reduce the effect that a transmission has on another transmission in the computer network.
8. The method of claim 1, wherein the step of removing data uses a determined frequency of lost packets.
9. A method of regulating an average rate of transmission on a computer network employing TCP, comprising the steps of: determining an amount of available space in a receive buffer; and regulating an available space in the receive buffer by regulating a size of the receive buffer.
10. The method of claim 9, wherein a receiver determines an actual transfer rate.
11. The method of claim 9, wherein the step of determining an amount of available space in a receive buffer is performed by a rate control module located on a receiver.
12. The method of claim 11, wherein the rate control module operates above a TCP layer and communicates with the TCP layer via a standard TCP application programming interface.
13. The method of claim 9, wherein the average rate of transmission is reduced.
14. The method of claim 13, wherein the reduction in average rate of transmission is sufficient to reduce the effect that a transmission has on an other transmission in the computer network.
15. The method of claim 9, wherein the step of reducing the receive buffer size uses a determined frequency of lost packets.
16. A system for regulating an average rate of transmission on a computer network, comprising: a receive buffer located on a receiver; and a rate control module operable to determine available space in the receive buffer and to regulate a rate at which data is removed from the receive buffer, such that the amount of available space in the receive buffer is maintained at a regulated value.
17. The system of claim 16, wherein the rate control module regulates the rate at which data is removed by varying the frequency at which data is read from the receive buffer.
18. The system of claim 16, wherein the rate control module regulates the rate at which data is removed by varying the amount of data read during- each read from the receive buffer.
19. The system of claim 16, wherein the rate control module operates above a TCP layer and communicates with the TCP layer via a standard TCP application programming interface.
20. The system of claim 19, wherein the rate control module operates between the TCP layer and an FTP/HTTP layer.
21. The system of claim 19, wherein the rate control module is integrated into a FTP/HTTP layer.
22. The system of claim 16, wherein the average rate of transmission is reduced.
23. The system of claim 22, wherein the reduction in average rate of transmission is sufficient to reduce the effect that a transmission has on another transmission.
24. The system of claim 16, wherein the regulation of a rate at which data is removed is a function of a determined frequency of lost packets.
25. A system for transmitting data over a computer network employing TCP, comprising: a sender; a receiver; a receive buffer located on the receiver; and a rate control module configured to regulate an amount of space available in the receive buffer to influence an average rate that data is transferred from the sender to the receiver.
26. The system of claim 25, wherein the rate control module regulates the amount of space available in the receive buffer by varying the frequency at which data is read from the receive buffer.
27. The system of claim 25, wherein the rate control module regulates the amount of space available in the receive buffer by varying the amount of data read during each read from the receive buffer.
28. The system of claim 25, wherein the rate control module operates above a TCP layer and communicates with the TCP layer via a standard TCP application programming interface.
29. The system of claim 28, wherein the rate control module operates between the TCP layer and an FTP/HTTP layer
30. The system of claim 28, wherein the rate control module is integrated into a FTP/HTTP layer.
31. The system of claim 25, wherein the average rate of transmission is reduced.
32. The system of claim 31 , wherein the reduction in average rate of transmission is sufficient to reduce the effect that a transmission has on an other transmission.
33. The system of claim 25, wherein the rate control module regulates the amount of space using a determined frequency of lost packets.
34. The system of claim 25, further comprising at least a transfer manager regulating communication between the sender and the receiver.
35. The system of claim 34, wherein the transfer manager includes at least a schedule/priority manager.
PCT/US2001/050621 2000-12-22 2001-12-21 System and method for controlling data transfer rates on a network WO2002052427A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US25765100P 2000-12-22 2000-12-22
US60/257,651 2000-12-22

Publications (1)

Publication Number Publication Date
WO2002052427A1 true WO2002052427A1 (en) 2002-07-04

Family

ID=22977169

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/050621 WO2002052427A1 (en) 2000-12-22 2001-12-21 System and method for controlling data transfer rates on a network

Country Status (1)

Country Link
WO (1) WO2002052427A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008049434A1 (en) * 2006-10-24 2008-05-02 Medianet Innovations A/S Method and system for firewall friendly mobile real-time communication
EP2403195A1 (en) 2010-06-30 2012-01-04 France Telecom Method and device for loading content intended for reducing bandwidth during data transfers
US8509080B2 (en) 2009-06-29 2013-08-13 The Chinese University Of Hong Kong Network traffic accelerator
US10623788B2 (en) 2018-03-23 2020-04-14 At&T Intellectual Property I, L.P. Methods to estimate video playback buffer

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4644463A (en) * 1982-12-07 1987-02-17 Burroughs Corporation System for regulating data transfer operations
US5886793A (en) * 1995-04-04 1999-03-23 Oki Data Corporation Facsimile machine adapted to reduce risk of data loss
US5933413A (en) * 1997-01-13 1999-08-03 Advanced Micro Devices, Inc. Adaptive priority determination for servicing transmit and receive in network controllers
US6026097A (en) * 1997-03-13 2000-02-15 8 X 8, Inc. Data processor having controlled scalable input data source and method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4644463A (en) * 1982-12-07 1987-02-17 Burroughs Corporation System for regulating data transfer operations
US5886793A (en) * 1995-04-04 1999-03-23 Oki Data Corporation Facsimile machine adapted to reduce risk of data loss
US5933413A (en) * 1997-01-13 1999-08-03 Advanced Micro Devices, Inc. Adaptive priority determination for servicing transmit and receive in network controllers
US6026097A (en) * 1997-03-13 2000-02-15 8 X 8, Inc. Data processor having controlled scalable input data source and method thereof

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008049434A1 (en) * 2006-10-24 2008-05-02 Medianet Innovations A/S Method and system for firewall friendly mobile real-time communication
WO2008049425A1 (en) * 2006-10-24 2008-05-02 Medianet Innovations A/S Method and system for firewall friendly real-time communication
US8509080B2 (en) 2009-06-29 2013-08-13 The Chinese University Of Hong Kong Network traffic accelerator
EP2403195A1 (en) 2010-06-30 2012-01-04 France Telecom Method and device for loading content intended for reducing bandwidth during data transfers
US10623788B2 (en) 2018-03-23 2020-04-14 At&T Intellectual Property I, L.P. Methods to estimate video playback buffer
US11109079B2 (en) 2018-03-23 2021-08-31 At&T Intellectual Property I, L.P. Methods to estimate video playback buffer
US11533524B2 (en) 2018-03-23 2022-12-20 At&T Intellectual Property I, L.P. Methods to estimate video playback buffer

Similar Documents

Publication Publication Date Title
US7142508B2 (en) System and method for controlling data transfer rates on a network
EP1872536B1 (en) Technique for controlling data packet transmissions of variable bit rate data
US8346959B2 (en) Client-controlled adaptive streaming
US6560243B1 (en) System and method for receiver based allocation of network bandwidth
US9667545B2 (en) Method and system for aggregate bandwidth control
US6333917B1 (en) Method and apparatus for red (random early detection) and enhancements.
US7411901B1 (en) Method and apparatus for dynamically selecting timer durations
CA2492882C (en) Data rate control
US9930097B2 (en) Transport accelerator systems and methods
US8072886B2 (en) Method and system for transmission control protocol (TCP) traffic smoothing
KR20040041170A (en) Data communications method and system using receiving buffer size to calculate transmission rate for congestion control
WO2015142913A1 (en) Transport accelerator implementing request manager and connection manager functionality
CN103905328A (en) Data transmission control system and method and related equipment
EP1535419A1 (en) Method and devices for controlling retransmissions in data streaming
US7991905B1 (en) Adaptively selecting timeouts for streaming media
JPH10336626A (en) Transfer method and transfer device for video data
El Meligy et al. A buffer-based rate adaptation approach for video streaming over http
Liu et al. Data communications for internet robots
CN112672190B (en) Minimum tariff MPQUIC data packet scheduling method and system
WO2002052427A1 (en) System and method for controlling data transfer rates on a network
Nam et al. Adaptive multimedia stream presentation in mobile computing environment
GB2577610A (en) Improved congestion response
JP2009163440A (en) Load distribution method, load distribution system, load distribution server and load distribution program
AL-Allaf et al. RED with reconfigurable maximum dropping probability
Goel et al. Using feedback control for a network and CPU resource management application

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PH PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP