WO2014069642A1 - 通信装置、送信データ出力制御方法、及びそのプログラム - Google Patents

通信装置、送信データ出力制御方法、及びそのプログラム Download PDF

Info

Publication number
WO2014069642A1
WO2014069642A1 PCT/JP2013/079785 JP2013079785W WO2014069642A1 WO 2014069642 A1 WO2014069642 A1 WO 2014069642A1 JP 2013079785 W JP2013079785 W JP 2013079785W WO 2014069642 A1 WO2014069642 A1 WO 2014069642A1
Authority
WO
WIPO (PCT)
Prior art keywords
transmission rate
transmission
rate control
control mode
unit
Prior art date
Legal status (The legal status 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 status listed.)
Ceased
Application number
PCT/JP2013/079785
Other languages
English (en)
French (fr)
Inventor
英士 高橋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to EP13850413.9A priority Critical patent/EP2916521B1/en
Priority to US14/440,003 priority patent/US9674101B2/en
Priority to JP2014544614A priority patent/JPWO2014069642A1/ja
Publication of WO2014069642A1 publication Critical patent/WO2014069642A1/ja
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

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/22Traffic shaping
    • 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/12Avoiding congestion; Recovering from congestion
    • 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/25Flow control; Congestion control with rate being modified by the source upon detecting a change of network conditions
    • 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/32Flow control; Congestion control by discarding or delaying data units, e.g. packets or frames
    • 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
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/19Flow control; Congestion control at layers above the network layer
    • H04L47/193Flow control; Congestion control at layers above the network layer at the transport layer, e.g. TCP related
    • 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/28Flow control; Congestion control in relation to timing considerations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/02Processing of mobility data, e.g. registration information at HLR [Home Location Register] or VLR [Visitor Location Register]; Transfer of mobility data, e.g. between HLR, VLR or external networks
    • H04W8/04Registration at HLR or HSS [Home Subscriber Server]

Definitions

  • the present invention relates to a communication device or the like that executes a communication session via a network, and in particular, a communication device using a communication protocol having a congestion control function such as TCP (Transmission Control Protocol), a transmission data output control method, and Regarding the program.
  • a communication protocol having a congestion control function such as TCP (Transmission Control Protocol), a transmission data output control method, and Regarding the program.
  • TCP Transmission Control Protocol
  • the data reception side notifies the data transmission side of the reception buffer size (RWIN, Receive Window).
  • the data transmission side can transmit data corresponding to the reception buffer size (RWIN) without waiting for an acknowledgment (ACK) from the reception side.
  • ACK acknowledgment
  • TCP which is the above communication protocol, has a congestion control function for appropriately adjusting a congestion window (CWND, Congestion Window) according to the congestion state of the network.
  • This TCP congestion control function constantly checks the communication status and increases the transmission bandwidth by expanding the congestion window while the network is not congested, and reduces the congestion window when the network is congested. By doing so, it has a function of setting to reduce the transmission band.
  • TCP-Reno is an example of a TCP version that employs such a congestion control function (Non-Patent Document 1).
  • Non-Patent Document 1 when packet discard is detected in the congestion avoiding operation, it is determined that the network is in a congestion state, and the congestion window is reduced to half of the current state, thereby reducing the transmission bandwidth.
  • TCP-Reno halves the size of the congestion window once the packet discard occurs, and then the originally expected throughput cannot be obtained until the window size increases to a sufficient size. There's a problem.
  • TCP-Reno does not transmit the next data until ACK as an acknowledgment is returned after sending the data for the window size, when RTT (Round Trip Time) as the transmission data response time increases, TCP-Reno Throughput is unnecessarily reduced.
  • the wireless link layer between the mobile terminal and the base station An error may occur.
  • packet discard occurs due to a cause other than congestion, the TCP throughput is unnecessarily lowered.
  • automatic retransmission control (ARQ: “Automatic Repeat Request”) that automatically retransmits at the radio link layer between the mobile terminal and the base station may be used.
  • ARQ Automatic Repeat Request
  • packet discard can be prevented, an increase in RTT not caused by congestion occurs according to the time required for automatic retransmission control, and at the same time, TCP throughput is unnecessarily lowered.
  • Patent Document 1 is known as a related technique that gives some information about whether or not packet discard is caused by congestion from the network to the terminal when these packet discards occur (first related technique). . That is, in Patent Document 1, which is the first related technique, when packet discard occurs due to a line error, ELN (Explicit Loss Notification) information is transmitted from the receiving terminal to the transmitting terminal. A technique is disclosed in which the congestion window is not reduced unnecessarily when packet discard is not due to congestion.
  • ELN Exlicit Loss Notification
  • Patent Document 2 is known as a related technique in which the occurrence of packet discard is immediately determined to be congestion occurrence, and congestion determination is performed using information held by the TCP transmission terminal and a countermeasure is taken (No. 2). 2 related technologies). That is, in Patent Document 2 which is the second related technique, first, the RTT of the line is measured, and when the RTT is equal to or less than a predetermined value, the packet discard is detected by determining that it is not congestion. Even in such a case, a technique that does not reduce the congestion window is disclosed.
  • a communication device that executes a communication session based on a congestion window estimates the utilization rate of a bottleneck line from the RTT in the communication session, and the estimated line utilization rate.
  • a technique is disclosed in which the increase width of the congestion window in the congestion avoiding operation is determined based on the above, and when the congestion window is enlarged, the size of the congestion window to be applied is determined based on the increase width.
  • Patent Document 4 which is a fourth related technique discloses a technique for appropriately controlling a transmission rate and transmitting a retransmission packet so as to reach a partner reliably.
  • Patent Document 5 which is a fifth related technique, discloses a transmission technique that realizes effective rate control in consideration of characteristics of a wireless environment by performing rate control based on network information in the wireless environment. ing.
  • JP 2004-080413 A JP 2001-160824 A JP 2006-217234 A JP 2005-136548 A Japanese Patent Laid-Open No. 2003-318979
  • the problem with the first related technology is that it is difficult to introduce the network because a mechanism for notifying the terminal of the cause of packet discard and the state of the wireless line is necessary for the network.
  • a mechanism for notifying the terminal of the cause of packet discard and the state of the wireless line is necessary for the network.
  • it is easy to introduce the mechanism to all the latter unspecified number of terminals. is not.
  • the problem with the second related technology is the uncertainty of congestion judgment based on the RTT as the response time described above. Since the range of values that the RTT can take depends on the buffer capacity of the router, it is difficult to uniquely determine the optimal RTT threshold used for congestion judgment.
  • the router capacity is larger than when a router line with a relatively large buffer capacity is used.
  • a line having a relatively small buffer capacity it is easier to determine that congestion has occurred.
  • a problem with the third related technology is the uncertainty in estimating the bottleneck line utilization rate based on RTT.
  • an increase width of the congestion window in the congestion avoiding operation is determined based on the estimated line utilization rate, there is a possibility that an error is included in the estimated value because it is not a method for reliably knowing the line utilization rate.
  • the throughput is lowered by unnecessary control of reducing the congestion window, and conversely, the congestion window to be reduced is not reduced, and as a result, congestion cannot be avoided.
  • the rate of decrease and increase of the packet communication rate are determined in accordance with the rate of increase and decrease of the RTT, so that it can always respond quickly to a wide range of fluctuations in the RTT.
  • a simple transmission / reception circuit must be prepared, and there is an inconvenience that the apparatus becomes large.
  • the rate control is performed in consideration of the network information acquired by the relay node, but there is no specific disclosure regarding the mode of the rate control in particular. Further, there is no specific disclosure regarding the technical contents related to the congestion avoiding operation other than avoiding packet loss.
  • the present invention has been made in view of the above problems, and a communication device, a transmission data output control method, and a program thereof that can improve throughput during a congestion avoiding operation in a communication session while considering a congestion state of a network. Its purpose is to provide.
  • a communication device includes a transmission data output unit that outputs a predetermined amount of communication data to a communication destination via a network, and drive-controls the transmission data output unit to control the network.
  • a communication rate control unit that controls the amount of data that can be continuously transmitted,
  • the transmission rate control unit includes a transmission rate control function for controlling to continuously transmit the transmission data within a range not exceeding a predetermined upper limit value of a specific transmission rate. .
  • a transmission data output control method includes a transmission data output unit that outputs a predetermined amount of communication data to a communication destination via a network, and drive control of the transmission data output unit.
  • a communication rate controller that controls a data amount that can be continuously transmitted to the network
  • a transmission rate control mode specifying unit equipped in advance based on congestion information obtained from the network specifies a transmission rate control mode necessary for transmitting the data,
  • the transmission rate calculation unit equipped in advance determines the upper limit value of the transmission rate
  • the transmission rate control unit drives and controls the transmission data output unit so as to continuously transmit the transmission data within a range not exceeding the determined upper limit value of the specific transmission rate.
  • a transmission data output control program includes a transmission data output unit that outputs a predetermined amount of communication data to a communication destination via a network, and drive control of the transmission data output unit.
  • a communication rate controller that controls a data amount that can be continuously transmitted to the network,
  • a rate control mode specifying function for specifying a transmission rate control mode based on the congestion information of the network, a transmission rate upper limit value determining function for determining an upper limit value of the transmission rate according to the specified transmission rate control mode, and a determination
  • An output unit drive control function for driving and controlling the transmission data output unit so as to continuously send the transmission data within a range not exceeding the specified upper limit value of the transmission rate, It is characterized by being realized.
  • the present invention is configured as described above, according to this, even if the communication line is a bottleneck line, for example, data can be transmitted at a transmission rate suitable for the current situation, thereby allowing random packet discard and packet error recovery delay.
  • a communication device, a transmission data output control method, and a program for avoiding congestion while effectively using the bandwidth of a bottleneck line and improving throughput during a congestion avoiding operation in a communication session Can be provided.
  • the communication device 1 drives a transmission data output unit 11 that outputs a predetermined amount of communication data to a counterpart communication device 2 that is a communication destination via a network 10 and the transmission data output unit 11. And a transmission rate control unit 18 that controls the amount of data that can be continuously transmitted to the network 10.
  • the transmission rate control unit 18 includes a transmission rate control function 18A that controls the transmission data to be continuously transmitted within a range not exceeding a predetermined upper limit value of a specific transmission rate. Yes.
  • reference numeral 12 denotes a network interface unit for transmission / reception with respect to the network 10 described above.
  • Reference numeral 13 denotes a data receiving unit for receiving transmission information from the counterpart communication device 2 via the network 10, and reference numeral 19 denotes data for transmitting predetermined transmission data to the counterpart communication device 2 via the network 10. A transmission part is shown.
  • the transmission data output unit 11 is driven and controlled by the transmission data output unit 11, and a predetermined amount of communication data is transmitted to the counterpart communication device 2 that is a communication destination via the network 10. Is output.
  • the transmission data output unit 11 performs control so as to continuously send the transmission data within a range not exceeding the upper limit value within a predetermined transmission rate frame as described above. .
  • the communication line is a bottleneck line
  • data can be transmitted at a transmission rate suitable for the current situation, thereby causing random packet discard and packet error recovery delay in a communication environment.
  • FIGS. 2 to 3 including the basic contents of FIG. 1 described above.
  • the communication device 1 receives a network interface unit 12 that transmits / receives predetermined data to / from a counterpart communication device 2 via a network 10 and transmission data transmitted from the counterpart communication device 2.
  • a data reception unit 13 that performs RTT (Round Trip Time) as a transmission data response time as necessary, and a reception rate calculation unit 15 that calculates a reception rate on the reception side. .
  • the communication apparatus 1 further includes a transmission rate control mode specifying unit 16 that specifies a transmission rate control mode based on the RTT value (network congestion information) calculated by the RTT calculating unit 14, and the specified transmission rate control.
  • the transmission rate calculation unit 17 that determines the upper limit value of the transmission rate according to the mode, the transmission rate control unit 18 that controls the output operation of the transmission data output unit 11 provided in advance, and the transmission rate control unit 18
  • a data transmission unit 19 that outputs transmission data output from the transmission data output unit 11 to the above-described counterpart communication device 2 is provided.
  • the transmission rate control unit 18 is provided with the transmission rate control mode specifying unit 16 and the transmission rate calculating unit 17, and the output information of the transmission rate control mode specifying unit 16 and the transmission rate calculating unit 17 Based on this, the transmission rate control unit 18 is configured to control the output operation of the transmission data output unit 11.
  • the network interface unit 12 has a function of sending a packet to the data receiving unit 13 when receiving the packet from the network 10. Further, it has a function of transmitting a packet to the network 10 when a packet for transmission is received from the data transmitter 19.
  • the data receiving unit 13 has a function of sending a packet to the RTT calculating unit 14 and the receiving rate calculating unit 15 when receiving the packet from the network interface unit 12.
  • the RTT calculator 14 has a function of analyzing the packet received from the data receiver 13 and calculating the RTT as a transmission data response time. For example, RTT can be calculated in the same manner as in the method performed in TCP.
  • Timestamp Option when the Timestamp Option is available, “(current time) ⁇ (Timestamp Echo)” can be set to RTT when an ACK that is an affirmative response signal is received.
  • RTT when the Timestamp Option cannot be used, RTT can be set to “(current time) ⁇ (time when ACKed packet is transmitted)” when ACK is received.
  • the reception rate calculation unit 15 has a function of analyzing the packet received from the data reception unit 13 and calculating the reception rate on the reception side.
  • the acknowledgment numbers described in the i-th ACK received at time t_i and the i + k-th ACK received at time t_i + k are RcvBytes_i and RcvBytes_i + k, respectively.
  • the parameter k is an arbitrary natural number set in advance.
  • the reception rate may be a moving average of past RcvRate values in order to remove errors.
  • the transmission rate control mode specifying unit 16 has a function of specifying any one of the following control modes based on the RTT value calculated by the RTT calculating unit 14.
  • three transmission rate control modes are set in advance: a rate rapid increase mode, a rate adjustment mode, and a rate suppression mode.
  • the rapid rate increase mode is a mode for rapidly increasing the transmission rate on the assumption that the bandwidth of the bottleneck line is not fully used.
  • the rate adjustment mode is a mode for gradually increasing the transmission rate on the assumption that the bandwidth of the bottleneck line is almost used up.
  • the rate suppression mode is a mode in which the rate is suppressed on the assumption that transmission exceeds the bandwidth of the bottleneck line.
  • the transmission rate control mode specifying unit 16 specifies the rate rapid increase mode as the transmission rate control mode when the communication line is “RTT ⁇ RTT_min” with the minimum RTT being RTT_min and the maximum RTT being RTT_max. That is, the transmission rate control mode specifying unit 16 specifies, as the transmission rate control mode, a rate rapid increase mode for rapidly increasing the transmission rate when the current signal propagation time RTT is less than the minimum value (RTT_min) of the past signal propagation time. It has a function to do.
  • the transmission rate control mode specifying unit 16 specifies the rate adjustment mode as the transmission rate control mode when the communication line is “RTT_min ⁇ RTT ⁇ RTT_max”. That is, the transmission rate control mode specifying unit 16 slightly reduces the transmission rate when the current signal propagation time RTT is larger than the minimum value R (TT_min) of the past signal propagation time and smaller than the maximum value (RTT_max).
  • RTT_min the minimum value of the transmission rate control mode
  • the transmission rate control mode specifying unit 16 specifies the rate suppression mode. That is, the transmission rate control mode specifying unit 16 specifies the rate suppression mode for suppressing the transmission rate as the transmission rate control mode when the current signal propagation time RTT is equal to or greater than the maximum value (RTT_max) of the past signal propagation time. It has.
  • RTT_min and RTT_max are determined as follows, for example.
  • RTT_min is a value that suggests that there is no congestion at that time, and is the minimum RTT among the past RTT values.
  • RTT_max is a value indicating that congestion has occurred at that time, and is an RTT value immediately before detecting packet discard, an RTT value immediately before detecting a continuous packet, or an average value of RTT values in the vicinity thereof.
  • the transmission rate control mode specifying unit 16 described above corresponds to each of the case where the signal propagation time (communication time) in the network 10 is early, normal, and late.
  • a control mode specifying function for specifying the above-described transmission rate control mode ie, the rate rapid increase mode, the rate adjustment mode, and the rate suppression mode, is provided.
  • the transmission rate calculation unit 17 has a function of determining an upper limit value of the transmission rate according to the transmission rate control mode specified by the transmission rate control mode specifying unit 16.
  • the transmission rate control mode is the rate rapid increase mode
  • R_u is a predetermined unit rate.
  • the transmission rate control mode is the rate adjustment mode
  • parameter n is an arbitrary natural number set in advance.
  • the parameter ⁇ is an integer in the range of 0 ⁇ ⁇ 1 set in advance.
  • the transmission rate control mode is the rate suppression mode
  • RcvRate is the reception-side reception rate calculated by the reception rate calculation unit 15.
  • the transmission rate control unit 18 has a function of transmitting data with R_lim being the upper limit value of the transmission rate calculated by the transmission rate calculation unit 17 as an upper limit.
  • R_lim being the upper limit value of the transmission rate calculated by the transmission rate calculation unit 17 as an upper limit.
  • flow control based on the TCP congestion window (CWND, Congestion Window) is not performed, and the maximum transmission rate with R_lim as the upper limit as long as the receiving buffer size (RWIN, Receive Window) on the receiving side does not become 0 To continue sending data.
  • the transmission rate control unit 18 performs data transmission at the maximum transmission rate within the range not exceeding the transmission rate upper limit value unless the buffer capacity of the reception buffer 13A in the data reception unit 13 provided in advance is zero.
  • a maximum rate transmission control function 18A for continuing transmission control is provided.
  • the data transmission unit 19 transmits the packet at the timing designated by the transmission rate control unit 18.
  • a transmission data output unit 11 that outputs a predetermined amount of communication data to a communication destination via the network 10, and the amount of data that can be continuously transmitted to the network 10 by controlling driving of the transmission data output unit 11.
  • the transmission rate control mode specifying unit 16 equipped in advance based on the congestion information obtained from the network 10 described above transmits the data.
  • a necessary transmission rate control mode is specified (transmission rate control mode specifying step).
  • the transmission rate calculation unit 15 equipped in advance determines the upper limit value of the transmission rate (transmission rate upper limit value determining step).
  • the transmission rate control unit 18 outputs the transmission data so that the transmission data is continuously transmitted within a range not exceeding the upper limit value of the specific transmission rate determined by the transmission rate calculation unit 15.
  • the unit 11 is driven and controlled (data output control step).
  • the communication device 1 on the transmission side (hereinafter referred to as “transmission terminal”) is connected between the own device 1 that is the transmission terminal and the counterpart communication device 2 that is the reception side (hereinafter referred to as “reception terminal”).
  • a TCP connection is established via the Internet 10 (FIG. 3: step S101), and transmission of transmission data is started (FIG. 3: step S102).
  • a reception confirmation packet (ACK packet) is sent back from the reception terminal 2 in response to the packet transmitted from the transmission terminal 1
  • the data reception unit 13 receives it (FIG. 3: step S103).
  • the RTT calculator 14 obtains the received RTT, and at the same time, the reception rate calculator 15 calculates the data reception rate RcvRate of the receiving terminal 2 (FIG. 3: step S104).
  • the current congestion state of the network 10 (that is, network information for specifying the transmission rate control mode necessary for data transmission) is first detected by the value of the signal propagation time RTT.
  • the transmission rate control mode specifying unit 16 determines that the transmission rate control mode is the transmission rate rapid increase mode (FIG. 2: 105 / Yes). That is, in the above-described step of specifying the transmission rate control mode, when the current signal propagation time RTT in the network 10 is equal to or less than the minimum value (RTT_min) of the past signal propagation time, the rate for rapidly increasing the transmission rate.
  • the transmission rate control mode specifying unit 16 specifies the rapid increase mode as the transmission rate control mode.
  • the transmission rate control mode specifying unit 16 determines that the transmission rate control mode is the rate adjustment mode (FIG. 2: 107 / Yes). That is, in the step of specifying the transmission rate control mode, the current signal propagation time RTT in the network 10 is larger than the minimum value (RTT_min) of the past signal propagation time and smaller than the maximum value (RTT_max). In this case, the transmission rate control mode specifying unit 16 specifies a rate adjustment mode for gradually increasing the transmission rate as the transmission rate control mode.
  • the transmission rate control mode specifying unit 16 determines that the transmission rate control mode is the rate suppression mode (FIG. 2: 107 / No).
  • the transmission rate control mode specifying unit 16 specifies the mode as the transmission rate control mode.
  • the transmitting terminal 1 repeats the above means until the data to be transmitted is completed (FIG. 2: 112), and finally disconnects the TCP connection and ends the communication (FIG. 2: 113).
  • the transmission rate control unit 18 does not perform flow control based on the TCP congestion window (CWND, Congestion Window), and the buffer size (RWIN, Receive Window) of the reception buffer 13A in the data reception unit 13 on the receiving side is 0. As long as this is not the case, data is continuously transmitted at the maximum transmission rate with R_lim as the upper limit.
  • the upper limit value of the transmission rate is set as long as the free capacity of the buffer size of the reception buffer 13A in the data reception unit 13 provided in advance is not zero.
  • the transmission rate control unit 16 is configured to continue the transmission control of the data within a range that does not exceed the maximum transmission rate.
  • the execution content may be programmed and realized by a computer pre-installed in the communication device 1.
  • This program may be recorded on a non-temporary recording medium such as a DVD, a CD, or a flash memory.
  • the program is read from the recording medium by a computer and executed.
  • the transmission rate is unnecessarily lowered even when packet discard that does not depend on congestion is detected. There is nothing.
  • the communication device 1 is configured and functions as described above. According to this, according to the utilization rate of the bottleneck line estimated using the RTT (Round Trip Time) which is the transmission data response time. For example, even if the communication line is a bottleneck line, the data can be sent at a transmission rate suitable for the current situation, so that even in a communication environment where random packet discard or packet error recovery delay occurs, the bandwidth of the bottleneck line It is possible to avoid congestion while effectively using.
  • RTT Random Trip Time
  • the present invention may be applied to a relay device that relays a session between the communication device 1 and the communication device 2 connected via a network.
  • This relay device in a communication session between both communication devices, once terminates a session with one communication device 1 and then establishes a new session with the other communication device 2, thereby Is relayed.
  • the communication protocol suitable for carrying out the present invention is TCP described in the above embodiment, but is not limited to this TCP, and any other communication protocol may be used as long as congestion control is performed.
  • a transmission data output unit that outputs a predetermined amount of communication data to a communication destination via a network, and a transmission rate control unit that controls the amount of data that can be continuously transmitted to the network by driving and controlling the transmission data output unit
  • a communication device comprising: The transmission rate control unit is provided with a transmission rate control function for controlling the transmission data to be continuously transmitted within a range not exceeding an upper limit value of a specific transmission rate determined in advance. Communication device.
  • the transmission rate control unit determines a transmission rate control mode identifying unit that identifies a transmission rate control mode based on the congestion information of the network, and determines an upper limit value of the transmission rate according to the identified transmission rate control mode And a transmission rate calculator.
  • a communication apparatus wherein the transmission rate control unit has a function of controlling an output operation of the transmission data output unit based on output information of the transmission rate control mode specifying unit and the transmission rate calculation unit .
  • the transmission rate control mode specifying unit suppresses the transmission rate as a transmission rate control mode, a rate rapid increase mode for rapidly increasing the transmission rate, a rate adjustment mode for gradually increasing the transmission rate, and a transmission rate based on the congestion information of the network.
  • the transmission rate control mode specifying unit has a control mode specifying function for specifying the corresponding transmission rate control mode for each of cases where the signal propagation time in the network is early, normal, or slow.
  • the transmission rate control mode specifying unit has a function of specifying a rate rapid increase mode for rapidly increasing a transmission rate as the transmission rate control mode when a current signal propagation time is less than a minimum value of a past signal propagation time.
  • the transmission rate control mode specifying unit sets a rate adjustment mode for gradually increasing the transmission rate when the current signal propagation time is larger than the minimum value of the past signal propagation time and smaller than the maximum value.
  • a communication apparatus having a function of specifying as a control mode.
  • the transmission rate control mode specifying unit has a function of specifying a rate suppression mode for suppressing a transmission rate as a transmission rate control mode when a current signal propagation time is equal to or greater than a maximum value of a past signal propagation time.
  • the transmission rate control unit is configured to continue data transmission control at the maximum transmission rate within a range not exceeding the upper limit of the transmission rate unless the free capacity of the reception buffer size of the data reception unit equipped in advance is zero.
  • a communication apparatus comprising a rate transmission control function.
  • a transmission data output unit that outputs a predetermined amount of communication data to a communication destination via a network, and a transmission rate control unit that controls the amount of data that can be continuously transmitted to the network by driving and controlling the transmission data output unit
  • a communication device equipped with Based on the congestion information obtained from the network, a transmission rate control mode identifying unit equipped in advance identifies a transmission rate control mode necessary for transmitting the data, In accordance with the specified transmission rate control mode, the transmission rate calculation unit equipped in advance determines the upper limit value of the transmission rate, The transmission rate control unit drives and controls the transmission data output unit so as to continuously transmit the transmission data within a range not exceeding the determined upper limit of the transmission rate. Transmission data output control method.
  • the rate suppression mode for suppressing the transmission rate is set to the transmission rate control.
  • a transmission data output control method characterized in that a mode specifying unit specifies a transmission rate control mode.
  • a transmission data output unit that outputs a predetermined amount of communication data to a communication destination via a network, and a transmission rate control unit that controls the amount of data that can be continuously transmitted to the network by driving and controlling the transmission data output unit
  • a communication device equipped with A rate control mode specifying function for specifying a transmission rate control mode necessary for transmitting the data based on the congestion information of the network; A transmission rate upper limit determination function for determining an upper limit of the transmission rate in accordance with the specified transmission rate control mode; And an output unit drive control function for driving and controlling the transmission data output unit so as to continuously send the transmission data within a range not exceeding the determined upper limit value of the transmission rate.
  • a transmission data output control program characterized by being realized by a computer.
  • the rate control mode specifying function for specifying the transmission rate control mode When the current signal propagation time in the network is equal to or greater than the maximum value of the past signal propagation time, the rate suppression mode for suppressing the transmission rate is configured to have a function to specify as a transmission rate control mode, A transmission data output control program characterized by causing the computer to realize this specific processing function.

Landscapes

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

Abstract

【課題】ネットワークの輻輳状態を考慮しつつ、通信セッションにおける輻輳回避動作中のスループット向上を図り得る通信装置等を提供する。 【解決手段】ネットワーク10に連続的に送出するデータ量を制御する通信装置1であって、RTT(Round Trip Time)を基準として送信レート制御モードを決定し、送信レート制御モードに応じて送信レートの上限値を決定し、送信レートの上限値を越えない範囲でデータを連続的に送出し続けるように制御するようにしたこと。

Description

通信装置、送信データ出力制御方法、及びそのプログラム
 本発明は、ネットワークを介して通信セッションを実行する通信装置等に係り、特に、TCP(Transmission Control Protocol)のように輻輳制御機能をもつ通信プロトコルを用いた通信装置、送信データ出力制御方法、及びそのプログラムに関する。
 現在、インターネットを介して大量のデータを安全に且つ正確に送信する通信プロコルとして幅広く用いられているTCP(Transmission Control Protocol)による通信にあっては、効率的なデータ転送を行うために、ウィンドウ制御が使用されている。
 このウィンドウ制御では、まず、データの受信側が受信バッファサイズ(RWIN、Receive Window)をデータ送信側へ通知する。データ送信側は、受信側の確認応答(ACK)を待たずに、受信バッファサイズ(RWIN)分のデータを送信できる。
 このとき、RWINが回線速度と比べて小さすぎると、データ転送効率が悪化してスループットが低下する。また、RWINが回線速度と比べて大きすぎると、データ損失による再送処理に時間が掛かりスループットが低下する。
 上記通信プロトコルであるTCPは、ネットワークの輻輳状況に応じて輻輳ウィンドウ(CWND、Congestion Window)を適切に調整する輻輳制御機能を備えている。このTCPの輻輳制御機能は、通信状態を常時チェックし、ネットワークに輻輳がない間は輻輳ウィンドウを拡大することにより送信帯域を増大させ、又ネットワークが輻輳している場合には、輻輳ウィンドウを縮小することで送信帯域を減少させるように設定する機能を備えている。
 このような輻輳制御機能を採用したTCPバージョンの例として、TCP-Renoがある(非特許文献1)。このTCP-Renoでは、輻輳回避動作においてパケット廃棄を検出したとき、ネットワークが輻輳状態にあると判断して輻輳ウィンドウを現状の半分に縮小し、これにより送信帯域を減少させる。
 一方、パケット廃棄が検出されない間は、ネットワークが輻輳状態にないと判断して、輻輳ウィンドウを1MMS(Maximum Segment Size)ずつ線形に拡大することにより、送信帯域を緩やかに増大させる。
 ところで、TCP-Renoは、パケット廃棄が発生すると、いったん輻輳ウィンドウのサイズを半減させることから、その後、ウィンドウサイズが十分な大きさに増加するまでの間は本来期待されるスループットが得られないという問題がある。
 これは、特に輻輳以外の原因でもパケット廃棄が発生し得る無線回線等にとっては深刻な問題である。即ち、輻輳に起因しないパケット廃棄であるにも関わらず、TCPスループットを不必要に低下させることになる。
 また、TCP-Renoは、ウィンドウサイズ分のデータを送出後に確認応答としてのACKが返ってくるまで次のデータを送信しないため、送信データ応答時間としてのRTT(Round Trip Time)が大きくなると、TCPスループットは不必要に低下する。
 例えば、WiMAX(Worldwide Interoperability for Microwave Access)、HSPA(High Speed Packet Access)、LTE (Long Term Evolution)等の通信方式が適用された無線回線では、移動端末と基地局との間の無線リンクレイヤにエラーが発生する場合がある。これにより、輻輳以外の原因でパケット廃棄が発生すると、TCPスループットは不必要に低下する。
 一方、このエラーを回復する技術的手法として、移動端末と基地局との間の無線リンクレイヤで自動的に再送する自動再送制御(ARQ: Automatic Repeat Request)が使用されることがある。この場合は、パケット廃棄を防止できる可能性はあるが、自動再送制御に要する時間に応じて輻輳に起因しないRTTの増加が生じ、同時にTCPスループットは不必要に低下する。
 これらパケット廃棄が発生した際、ネットワークから端末に対してパケット廃棄が輻輳に起因したものであるか否かに関する何らかの情報与える関連技術として、特許文献1が知られている(第1の関連技術)。
 即ち、この第1の関連技術である特許文献1には、回線のエラーによりパケット廃棄が発生した際、受信端末から送信端末に対してELN(Explicit Loss Notification)情報を送信し、送信端末は、パケット廃棄が輻輳によるものでない場合には不必要に輻輳ウィンドウを減少させないという技術が開示されている。
 又、上記パケット廃棄の発生を直ちに輻輳発生と判断することに代えて、TCP送信端末がもつ情報を用いて輻輳判断を行い対応措置をとる関連技術として、特許文献2が知られている(第2の関連技術)。
 即ち、この第2の関連技術である特許文献2には、まず、回線のRTTを計測し、そのRTTが一定値以下である場合には輻輳で無いと判定することにより、パケット廃棄を検出した場合でも輻輳ウィンドウを減少させないという技術が開示されている。
 更に、第3の関連技術として、例えば、特許文献3には、輻輳ウィンドウに基づき通信セッションを実行する通信装置が、通信セッションにおけるRTTからボトルネック回線の利用率を推定し、推定した回線利用率に基づき輻輳回避動作における輻輳ウィンドウの増加幅を決定し、輻輳ウィンドウを拡大させるとき、適用すべき輻輳ウィンドウのサイズを前記増加幅に基づき決定するという技術が開示されている。
 又、第4の関連技術である特許文献4には、送信レートを適正に制御し、相手により確実に到達するように再送パケットを送信する技術が開示されている。
 更に、第5の関連技術である特許文献5には、ワイヤレス環境におけるネットワーク情報に基づいたレート制御を行うことで、ワイヤレス環境の特性を考慮した効果的なレート制御を実現する送信技術が開示されている。
特開2004-080413号公報 特開2001-160824号公報 特開2006-217234号公報 特開2005-136548号公報 特開2003-318979号公報
W. Stevens, "TCP Slow Start , Congestion Avoidance, Fast Retransmit, and Fast Recovery Algorithms," IETF RFC2001, http://www.ietf.org/rfc/rfc2001.txt, January 1997. [平成24年8 月30日検索]
 上記第1の関連技術の問題点としては、端末に対してパケット廃棄の原因や無線回線の状態を通知する機構がネットワークに必要であるため、導入が難しいことである。
 特に、無線回線に接続された端末と、その無線回線に接続されていない不特定多数の端末とが通信を行う場合、後者の不特定多数の端末全てに対して前記機構を導入することは容易ではない。また、同様な機構を有線回線に適用することは困難である。
 第2の関連技術の問題点は、前述した応答時間としてのRTTに基づく輻輳判断の不確かさである。RTTが取り得る値の範囲はルータのバッファ容量に依存することから、輻輳判断に用いる最適なRTT閾値は一意に決定し難い。
 即ち、ルータのバッファ容量が大きいほどRTTが取り得る値の範囲が広がるので、端末に一定のRTT閾値を設定しても、バッファ容量が比較的大きいルータの回線を使用するときよりも、ルータのバッファ容量が比較的小さい回線を使用するときの方が、輻輳発生と判断され易くなる。
 そうすると、実際は軽度の輻輳であるにも拘らず輻輳発生と判断する可能性があり、その結果、不必要な輻輳ウィンドウの減少制御によりスループットが低下することとなる。また逆に、バッファ容量が比較的大きい場合、輻輳発生と判断すべき状態に対し、未だ輻輳ではないと判断する可能性があり、その場合、減少させるべき輻輳ウィンドウが減少されず、結果、輻輳を回避することができないという問題が生じる。また、輻輳ウィンドウを適切に制御できたとしても輻輳に起因しないRTTの増加によりTCPスループットが不必要に低下する。
 又、第3の関連技術の問題点は、RTTに基づくボトルネック回線利用率の推定の不確かさである。推定した回線利用率に基づき輻輳回避動作における輻輳ウィンドウの増加幅を決定するが、確実に回線利用率を知る方法ではないため推定値に誤差が含まれる可能性がある。その結果として、不必要な輻輳ウィンドウの減少制御によりスループットが低下する、また逆に、減少させるべき輻輳ウィンドウが減少されず、結果として輻輳を回避できないという問題が生じる。
 更に、第4の関連技術では、RTTの増加率及び減少率に合わせてパケト通信レートの減少率及び増加率を決定しており、このため、RTTの広範囲の変動に対しても常に迅速対応可能な送受信回路を準備しなければ成らないという不都合があり、装置が大型化するという不都合がある。
 又、第5の関連技術では、中継ノードで取得されたネットワーク情報も加味してレート制御を行う旨開示されているが、レート制御の内容について、特にモードについての具体的な開示がない。又、輻輳回避動作に関する技術内容については、パケットロスの回避以外は何ら具体的な開示がない。
[発明の目的]
 本発明は、上記課題を鑑みてなされたものであり、ネットワークの輻輳状態を考慮しつつ、通信セッションにおける輻輳回避動作中のスループット向上を図り得る通信装置、送信データ出力制御方法、及びそのプログラムを提供することを、その目的とする。
 上記目的を達成するために、本発明に係る通信装置は、ネットワークを介して通信先に向けて所定量の通信データを出力する送信データ出力部と、この送信データ出力部を駆動制御し前記ネットワークに連続的に送出可能なデータ量を制御する送信レート制御部とを備えた通信装置であって、
 前記送信レート制御部が、予め決定された特定の送信レートの上限値を越えない範囲で前記送信データを連続的に送出し続けるように制御する送信レート制御機能を備えていることを特徴とする。
 上記目的を達成するために、本発明に係る送信データ出力制御方法は、ネットワークを介して通信先に向けて所定量の通信データを出力する送信データ出力部と、この送信データ出力部を駆動制御し前記ネットワークに連続的に送出可能なデータ量を制御する送信レート制御部とを備えた通信装置にあって、
 前記ネットワークから得られる輻輳情報に基づいて予め装備された送信レート制御モード特定部が、前記データの送信に必要な送信レート制御モードを特定し、
 この特定された送信レート制御モードに応じて、予め装備された送信レート計算部が送信レートの上限値を決定し、
 この決定された特定の送信レートの上限値を越えない範囲で前記送信データを連続的に送出し続けるように、前記送信レート制御部が前記送信データ出力部を駆動制御するようにしたことを特徴とする。
 上記目的を達成するために、本発明に係る送信データ出力制御プログラムは、ネットワークを介して通信先に向けて所定量の通信データを出力する送信データ出力部と、この送信データ出力部を駆動制御し前記ネットワークに連続的に送出可能なデータ量を制御する送信レート制御部とを備えた通信装置にあって、
 前記ネットワークの輻輳情報に基づいて送信レート制御モードを特定するレート制御モード特定機能、この特定された送信レート制御モードに応じて、送信レートの上限値を決定する送信レート上限値決定機能、および決定された特定の前記送信レートの上限値を越えない範囲で前記送信データを連続的に送出し続けるように、前記送信データ出力部を駆動制御する出力部駆動制御機能、を設け、これらをコンピュータに実現させるようにしたことを特徴とする。
 本発明は上記の如く構成したので、これによると、例えば通信回線がボトルネック回線であっても現時点における状況に適した送信レートでデータを送出でき、これにより、ランダムパケット廃棄やパケットエラー回復遅延が生じる通信環境においても、ボトルネック回線の帯域を有効に利用しつつ輻輳を回避し、且つ通信セッションにおける輻輳回避動作中のスループット向上を図り得る通信装置、送信データ出力制御方法、及びそのプログラムを提供することができる。
本発明の一実施形態に係る通信装置の基本的構成を示すロック図である。 本発明の一実施形態に係る通信装置の全体構成を示すブロック図である。 本発明の一実施形態に係る通信装置の動作手順を示すフローチャートである。
 次に、本発明の実施の形態について図面を参照して説明する。
[基本的内容]
 最初に、本発明にかかる通信装置の基本的な内容を、図1に基づいて説明する。
 図1において、通信装置1は、ネットワーク10を介して通信先である相手側通信機2に向けて所定量の通信データを出力する送信データ出力部11と、この送信データ出力部11を駆動制御し前記ネットワーク10に連続的に送出可能なデータ量を制御する送信レート制御部18とを備えている。
 そして、上記した送信レート制御部18は、予め決定された特定の送信レートの上限値を越えない範囲で、前記送信データを連続的に送出し続けるように制御する送信レート制御機能18Aを備えている。
 ここで、符号12は前述したネットワーク10に対する送受信用のネットワークインタフェース部を示す。又、符号13はネットワーク10を介して相手側通信機2からの発信情報を受信するデータ受信部を示し、符号19はネットワーク10を介して相手側通信機2へ所定の送信データを発信するデータ送信部を示す。
 そして、実際のデータ送信に際しては、送信データ出力部11に駆動制御されて送信データ出力部11が稼働し、ネットワーク10を介して通信先である相手側通信機2に向けて所定量の通信データを出力する。この場合、送信データ出力部11は、上述したように予め決定された特定の送信レートの枠内で、その上限値を越えない範囲で、前記送信データを連続的に送出し続けるように制御する。
 このため、本実施形態によると、例えば通信回線がボトルネック回線であっても現時点における状況に適した送信レートでデータを送出でき、これにより、ランダムパケット廃棄やパケットエラー回復遅延が生じる通信環境においても、ボトルネック回線の帯域を有効に利用しつつ、輻輳を回避することが可能となる。
[具体的な実施内容]
 以下、本実施形態を、上記した図1の基本的内容を含む図2乃至図3に基づいて、更に詳細に説明する。
 図2において、本実施形態に係る通信装置1は、ネットワーク10を介して相手側通信機2と所定のデータを送受信するネットワークインタフェース部12と、相手側通信機2から発信される送信データを受信するデータ受信部13と、必要に応じて送信データ応答時間としてのRTT(Round Trip Time)を計算するRTT計算部14と、受信側の受信レートを計算する受信レート計算部15とを備えている。
 この通信装置1は、更に、上記RTT計算部14で計算したRTTの値(ネットワークの輻輳情報)を基準として送信レート制御モードを特定する送信レート制御モード特定部16と、特定された送信レート制御モードに応じた送信レートの上限値を決定する送信レート計算部17と、予め設けられて送信データ出力部11を出力動作を制御する送信レート制御部18と、送信レート制御部18に制御されて送信データ出力部11から出力される送信データを前述した相手側通信機2に向けて出力するデータ送信部19とを備えている。
 ここで、送信レート制御部18には上記送信レート制御モード特定部16と送信レート計算部17とが併設されており、この送信レート制御モード特定部16および送信レート計算部17の各出力情報に基づいて、前記送信レート制御部18が、前記送信データ出力部11の出力動作を制御する構成となっている。
 また、ネットワークインタフェース部12は、ネットワーク10からパケットを受信すると、そのパケットをデータ受信部13に送る機能を備えている。またデータ送信部19から送信用のパケットを受信すると、そのパケットをネットワーク10に送出する機能を備えている。
 上記データ受信部13は、ネットワークインタフェース部12からパケットを受け取ると、そのパケットをRTT計算部14および受信レート計算部15に、それぞれ送り込む機能を備えている。
 又、RTT計算部14は、データ受信部13から受け取ったパケットを解析して送信データ応答時間としてのRTTを計算する機能を備えている。例えば、TCPにて行われる方法と同様にRTTを計算することができる。
 即ち、Timestamp Optionが利用可能な場合、肯定的応答信号であるACKの受信時に、「(現在の時刻)-(Timestamp Echo)」を、RTTとすることができる。
 一方、Timestamp Optionが利用できない場合には、ACKの受信時に、「(現在の時刻)-(ACKされたパケットが送信された時刻)」を、RTTとすることができる。
 受信レート計算部15は、データ受信部13から受け取ったパケットを解析して、受信側の受信レートを計算する機能を備えている。
 例えば、時刻t_iに受け取ったi番目のACKと、時刻t_i+kに受け取ったi+k番目のACKの、それぞれに記述されている確認応答番号をRcvBytes_i、RcvBytes_i+kとする。
 このとき、時刻t_iから時刻t_i+kまでの間の受信側の受信レートRcvRateを、近似的にRcvRate=(RcvBytes_i+k-RcvBytes_i)/(t_i+k-t_i)とすることができる。ここで、パラメータkは事前に設定しておく任意の自然数である。また、受信レートは、誤差を除去するために、過去のRcvRateの値の移動平均としてもよい。
 送信レート制御モード特定部16は、RTT計算部14が算出したRTTの値を基準として、下記の制御モードの何れか一つを特定する機能を備えている。ここで、送信レート制御モードとしては、本実施形態では、予めレート急増モード、レート調整モード、及びレート抑制モードの三つが設定されている。
 ここで、レート急増モードは、ボトルネック回線の帯域を使いきれていないことを前提として送信レートを急増させるモードである。
 又、レート調整モードは、ボトルネック回線の帯域をほぼ使いきっていることを前提として送信レートを少しずつ増加させるモードである。
 更に、レート抑制モードは、ボトルネック回線の帯域を超過して送信していることを前提としてレートを抑制するモードである。
 そして、送信レート制御モード特定部16は、最小RTTをRTT_min、最大RTTをRTT_maxとして、通信回線が「RTT≦RTT_min」の場合、送信レート制御モードとしてレート急増モードを特定する。
 即ち、送信レート制御モード特定部16は、現時点の信号伝播時間RTTが過去の信号伝播時間の最小値(RTT_min)以下になると、送信レートを急増させるレート急増モードを、前記送信レート制御モードとして特定する機能を備えている。
 又、送信レート制御モード特定部16は、通信回線が「RTT_min<RTT<RTT_max」の場合、送信レート制御モードとしてレート調整モードを特定する。
 即ち、送信レート制御モード特定部16は、現時点の信号伝播時間RTTが、過去の信号伝播時間の最小値R(TT_min)よりも大きく且つ最大値(RTT_max)よりも小さい場合に、送信レートを少しずつ増加させるレート調整モードを、前記送信レート制御モードとして特定する機能を備えている。
 更に、送信レート制御モード特定部16は、通信回線が「RTT_max≦RTT」の場合、レート抑制モードと特定する。
 即ち、送信レート制御モード特定部16は、現時点の信号伝播時間RTTが過去の信号伝播時間の最大値(RTT_max)以上になると、送信レートを抑制するレート抑制モードを送信レート制御モードとして特定する機能を備えている。
 ここで、RTT_min、RTT_maxは、例えば次のように決める。
 RTT_minは、その時点では輻輳が無かったことを示唆する値であり、過去のRTT値の内の最小のRTTとする。
 そして、RTT_maxは、その時点で輻輳が発生したことを示唆する値であり、パケット廃棄を検出する直前のRTT値、或いは連続パケットを検出する直前のRTT値、或いはその近辺のRTT値の平均値とする。
 このように、本実施形態にあっては、前述した送信レート制御モード特定部16は、ネットワーク10における信号伝搬時間(通信時間)が、早い場合、通常の場合、遅い場合、のそれぞれに対応させて、前述した送信レート制御モードであるレート急増モード、レート調整モード、レート抑制モードをそれぞれ特定する制御モード特定機能を備えている。
 又、上記送信レート計算部17は、送信レート制御モード特定部16が特定した送信レート制御モードに応じて、送信レートの上限値を決定する機能を備えている。
 ここで、送信レート制御モードがレート急増モードの場合、送信レートの上限値を、「R_lim=R _lim+R_u」で計算する。ただし、R_uは予め決められた単位レートである。
 又、送信レート制御モードがレート調整モードの場合、送信レートの上限値を、レート調整モードがn回連続で続く度に「R_lim=R_lim+R_u」で計算する。それ以外のときは、「R_lim=R_lim」で計算する。
 ここで、パラメータンn事前に設定しておく任意の自然数である。また、例えば、ボトルネック回線の仕様上の帯域上限値B_maxが既知である場合には、「R_lim=(1-α)×R_lim+α×B_max」としてもよい。ただし、パラメータαは事前に設定しておく0<α<1の範囲の整数である。
 更に、送信レート制御モードがレート抑制モードの場合、送信レートの上限値を、「R_lim=RcvRate」のように計算する。ただし、RcvRateは受信レート計算部15が算出した受信側の受信レートである。
 又、上記送信レート制御部18は、送信レート計算部17が算出した送信レートの上限値であるR_limを上限としてデータを送出する機能を備えている。その際、TCPの輻輳ウィンドウ(CWND、Congestion Window)に基づくフロー制御は行わず、受信側の受信バッファサイズ(RWIN、Receive Window)が0とならない限りにおいてはR_limを上限として、最大限の送信レートでデータを送出し続ける。
 即ち、送信レート制御部18は、予め装備したデータ受信部13における受信バッファ13Aのバッファサイズの空き容量がゼロとならない限りは、送信レート上限値を越えない範囲で最大限の送信レートでデータの送出制御を継続する最大レート送信制御機能18Aを備えている。
 ここで、肯定的応答信号であるACKにより受信側におけるデータ受信部13の受信バッファサイズが0であると通知された場合、受信側の受信バッファ13Aに空き領域がなくなったことを意味している。この場合、受信側から送信側に対して受信バッファサイズが0よりも大きい値で通知されるまでは、送信を中断する。
 そして、上記データ送信部19は、送信レート制御部18が指定したタイミングでパケットを送信する。
[動作の説明]
 次に、図3のフローチャートに基づいて、上記実施形態に係る通信装置の動作手順を説明する。
 最初に、上記実施形態における通信装置1のデータ送信に至る動作手順の要部について説明する。
 まず、ネットワーク10を介して通信先に向けて所定量の通信データを出力する送信データ出力部11と、この送信データ出力部11を駆動制御し前記ネットワーク10に連続的に送出可能なデータ量を制御する送信レート制御部18とを備えた上記通信装置にあって、まず、前述したネットワーク10から得られる輻輳情報に基づいて予め装備された送信レート制御モード特定部16が、前記データの送信に必要な送信レート制御モードを特定する(送信レート制御モード特定工程)。
 次に、この送信レート制御モード特定部16により特定された送信レート制御モードに応じて、予め装備された送信レート計算部15が送信レートの上限値を決定する(送信レート上限値決定工程)。
 続いて、この送信レート計算部15で決定された特定の送信レートの上限値を越えない範囲で、前記送信データを連続的に送出し続けるように、前記送信レート制御部18が前記送信データ出力部11を駆動制御するようにした(データ出力制御工程)。
 そして、本実施形態における動作手順をこのように構成し、かかる動作手順を順次実行することにより、前述した目的が達成される。
 以下、これを更に詳述する。
 まず、送信側の通信装置1(以下「送信端末」と呼ぶ)は、送信端末である自装置1と受信側である相手側通信装置2(以下「受信端末」と呼ぶ)との間に、インターネット10を介してTCPコネクションを開設し(図3:ステップS101)、送信データの送信を開始する(図3:ステップS102)。
 送信端末1から送信したパケットに対して、受信端末2より受信確認パケット(ACKパケット)が送り返されると、これをデータ受信部13が受信する(図3:ステップS103)。受信したACKパケットを用いて、RTT計算部14は受信したRTTを求め、同時に、受信レート計算部15は受信端末2のデータ受信レートRcvRateを算出する(図3:ステップS104)。
 これにより、現時点におけるネットワーク10の輻輳状態(即ちデータ送信に必要な送信レート制御モードを特定するためのネットワーク情報)が、まず、信号伝播時間RTTの値によって検知される。
 次に、送信レート制御モード特定部16は、RTT≦RTT_minの場合、送信レート制御モードを、送信レート急増モードと判定する(図2:105/イエス)。
 即ち、前述した送信レート制御モードを特定する工程にあっては、前記ネットワーク10における現時点の信号伝搬時間RTTが過去の信号伝播時間の最小値(RTT_min)以下になると、前記送信レートを急増させるレート急増モードを、前記送信レート制御モード特定部16が前記送信レート制御モードとして特定する。
 そして、この結果を受けて、送信レート計算部17は、送信レートの上限値を、R_lim=R_lim+R_uのように計算する(図2:106)。
 一方、送信レート制御モード特定部16は、RTT_min<RTT<RTT_maxの場合、送信レート制御モードを、レート調整モードと判定する(図2:107/イエス)。 即ち、前記送信レート制御モードを特定する工程にあっては、前記ネットワーク10における現時点の信号伝播時間RTTが過去の信号伝播時間の最小値(RTT_min)よりも大きく且つ最大値(RTT_max)よりも小さい場合に、前記送信レートを少しずつ増加させるレート調整モードを、前記送信レート制御モード特定部16が前記送信レート制御モードとして特定する。
 そして、この結果を受けて、送信レート計算部17は、X=X+1とし(図2:108)、X=nである場合(図2:109/イエス)、X=0とし、送信レートの上限値を、R_lim=R_lim+R_uとする(図2:110)。
 又、送信レート制御モード特定部16は、RTT_max≦RTTの場合、送信レート制御モードを、レート抑制モードと判定する(図2:107/ノー)。そして、送信レートの上限値をR_lim=RcvRateとする(図2:111)。
 即ち、前記送信レート制御モードの特定する工程にあっては、前記ネットワーク10における現時点の信号伝播時間RTTが過去の信号伝播時間の最大値(RTT_max)以上になると、前記送信レートを抑制するレート抑制モードを、前記送信レート制御モード特定部16が送信レート制御モードとして特定する。
 そして、送信端末1は、送信すべきデータが終了するまで上記手段を繰り返し(図2:112)、最後にTCPコネクションを切断して通信を終了する(図2:113)。
 一方、送信レート制御部18は、TCPの輻輳ウィンドウ(CWND、Congestion Window)に基づくフロー制御は行わず、受信側のデータ受信部13における受信バッファ13Aのバッファサイズ(RWIN、Receive Window)が0とならない限りにおいては、R_limを上限として、最大限の送信レートでデータを送出し続ける。
 即ち、前述した送信データ出力部11を駆動制御する工程にあっては、予め装備されたデータ受信部13における受信バッファ13Aのバッファサイズの空き容量がゼロとならない限り、前記送信レートの上限値を越えない範囲で且つ最大限の送信レートで、前記送信レート制御部16が前記データの送出制御を継続するように構成した。
 一方、ACKにより受信側の受信バッファサイズが0であると通知された場合は、受信側の受信バッファ13Aに空き領域がなくなったことを意味している。その場合は、受信側から送信側に対して受信バッファサイズが0よりも大きい値で通知されるまでは、送信を中断する(図2:102)。
 ここで、上記各動作ステップ(内容実行工程)にあっては、その実行内容をプログラム化し、前記通信装置1に予め装備したコンピュータに実現させるように構成してもよい。このプログラムは、非一時的な記録媒体、例えば、DVD、CD、フラッシュメモリ等に記録するようにしてもよい。その場合、本プログラムは、記録媒体からコンピュータによって読み出され実行される。
 以上説明したように、本実施形態によれば、RTTを計測し、そのRTTを基準として送信レートを決定することで、輻輳に依存しないパケット廃棄を検出した場合でも不必要に送信レートを低下することがない。
 また、TCPの輻輳ウィンドウに基づくフロー制御は行わず、受信側の受信バッファサイズ(RWIN、Receive Window)が0とならない限りにおいてはR_limを上限として、最大限の送信レートでデータを送出し続けることにより、無線リンクレイヤの自動再送制御などによる輻輳に起因しないRTTの増加が生じても不必要に送信レートをすることがない。
 また、送信レート制御モードとして、レート急増モードとレート抑制モードに加えレート調整モードを設けることで、RTT基準値(RTT_min、RTT_max)の見積もりに誤差があったとしても、その影響を小さくすることができる。また、ネットワークから通信装置に特別な情報を通知する機構が不要であるため、比較的容易にスループットの向上を図ることができる。
 以上のように、本実施形態に係る通信装置1は上記の如く構成され機能するので、これによると、送信データ応答時間であるRTT(Round Trip Timeを用いて推定したボトルネック回線の利用率に基づき、例えば通信回線がボトルネック回線であっても現時点における状況に適した送信レートでデータを送出でき、これにより、ランダムパケット廃棄やパケットエラー回復遅延が生じる通信環境においても、ボトルネック回線の帯域を有効に利用しつつ、輻輳を回避することが可能となる。
 本発明の適用範囲は、例えば、ネットワークを介して接続された通信装置1及び通信装置2の間のセッションを中継する中継装置に、本発明を適用してもよい。この中継装置は、両通信装置間の通信セッションにおいて、一方の通信装置1との間でセッションを一旦終端した後、他方の通信装置2との間で新たなセッションを行うことにより、両端末間を中継するものである。
 本発明を実施する上で好適な通信プロトコルは、上記実施形態で説明したTCPであるが、このTCPに限らず、輻輳制御を行うものであれば他の通信プロトコルであってもよい。
 ここで、上述した実施形態については、その新規な技術的内容の要点をまとめると、以下のようになる。
 尚、下記に上記実施形態の技術的内容は以下のように付記1乃至付記18としてまとめられるが、本発明は必ずしもこれに限定されるものではない。
(付記1)<請求項1>
 ネットワークを介して通信先に向けて所定量の通信データを出力する送信データ出力部と、この送信データ出力部を駆動制御し前記ネットワークに連続的に送出可能なデータ量を制御する送信レート制御部とを備えた通信装置であって、
 前記送信レート制御部が、予め決定された特定の送信レートの上限値を越えない範囲で前記送信データを連続的に送出し続けるように制御する送信レート制御機能を備えていることを特徴とした通信装置。
(付記2)<請求項2>
 付記1に記載の通信装置において、
 前記送信レート制御部には、前記ネットワークの輻輳情報に基づいて送信レート制御モードを特定する送信レート制御モード特定部と、この特定された送信レート制御モードに応じて送信レートの上限値を決定する送信レート計算部とが併設され、
 この送信レート制御モード特定部および送信レート計算部の各出力情報に基づいて、前記送信レート制御部が、前記送信データ出力部の出力動作を制御する機能を備えていることを特徴とした通信装置。
(付記3)<請求項3>
 付記2に記載の通信装置において、
 前記送信レート制御モード特定部は、送信レート制御モードとして、前記ネットワークの輻輳情報に基づいて、送信レートを急増させるレート急増モードと、送信レートを少しずつ増加させるレート調整モードと、送信レートを抑制するレート抑制モードとの何れか一つに特定する機能を備えていることを特徴とした通信装置。
(付記4)<請求項4>
 付記3に記載の通信装置において、
 前記送信レート制御モード特定部は、前記ネットワークにおける信号伝搬時間が、早い場合、通常の場合、又は遅い場合のそれぞれについて、対応する前記送信レート制御モードを特定する制御モード特定機能を備えていることを特徴とした通信装置。
(付記5)<請求項5>
 付記2に記載の通信装置において、
 前記送信レート制御モード特定部は、現時点の信号伝播時間が過去の信号伝播時間の最小値以下になると、送信レートを急増させるレート急増モードを前記送信レート制御モードとして特定する機能を備えていることを特徴とする通信装置。
(付記6)<請求項6>
 付記2に記載の通信装置において、
 前記送信レート制御モード特定部は、現時点の信号伝播時間が過去の信号伝播時間の最小値よりも大きく且つ最大値よりも小さい場合に、送信レートを少しずつ増加させるレート調整モードを、前記送信レート制御モードとして特定する機能を備えていることを特徴とする通信装置。
(付記7)<請求項7>
 付記2に記載の通信装置において、
 前記送信レート制御モード特定部は、現時点の信号伝播時間が過去の信号伝播時間の最大値以上になると、送信レートを抑制するレート抑制モードを送信レート制御モードとして特定する機能を備えていることを特徴とする通信装置。
(付記8)<請求項8>
 付記1に記載の通信装置において、
 前記送信レート制御部は、予め装備したデータ受信部の受信バッファサイズの空き容量がゼロとならない限りは、送信レート上限値を越えない範囲で最大限の送信レートでデータの送出制御を継続する最大レート送信制御機能を備えていることを特徴とする通信装置。
(付記9)<請求項9>(方法の発明)
 ネットワークを介して通信先に向けて所定量の通信データを出力する送信データ出力部と、この送信データ出力部を駆動制御し前記ネットワークに連続的に送出可能なデータ量を制御する送信レート制御部とを備えた通信装置にあって、
 前記ネットワークから得られる輻輳情報に基づいて、予め装備された送信レート制御モード特定部が、前記データの送信に必要な送信レート制御モードを特定し、
 この特定された送信レート制御モードに応じて、予め装備された送信レート計算部が送信レートの上限値を決定し、
 この決定された送信レートの上限値を越えない範囲で前記送信データを連続的に送出し続けるように、前記送信レート制御部が前記送信データ出力部を駆動制御するようにしたことを特徴とする送信データ出力制御方法。
(付記10)(請求項5対応)
 付記9に記載の送信データ出力制御方法において、
 前記送信レート制御モードを特定する工程にあっては、前記ネットワークにおける現時点の信号伝搬時間が過去の信号伝播時間の最小値以下になると、前記送信レートを急増させるレート急増モードを、前記送信レート制御モード特定部が前記送信レート制御モードとして特定することを特徴とした送信データ出力制御方法。
(付記11)(請求項6対応)
 付記9に記載の送信データ出力制御方法において、
 前記送信レート制御モードを特定する工程にあっては、前記ネットワークにおける現時点の信号伝播時間が過去の信号伝播時間の最小値よりも大きく且つ最大値よりも小さい場合に、前記送信レートを少しずつ増加させるレート調整モードを、前記送信レート制御モード特定部が前記送信レート制御モードとして特定することを特徴とした送信データ出力制御方法。
(付記12)(請求項7対応)
 付記9に記載の送信データ出力制御方法において、
 前記送信レート制御モードの特定する工程にあっては、前記ネットワークにおける現時点の信号伝播時間が過去の信号伝播時間の最大値以上になると、前記送信レートを抑制するレート抑制モードを、前記送信レート制御モード特定部が送信レート制御モードとして特定することを特徴とした送信データ出力制御方法。
(付記13)(請求項8対応)
 付記9に記載の送信データ出力制御方法において、
 前記送信データ出力部を駆動制御する工程にあっては、予め装備されたデータ受信部の受信バッファサイズの空き容量がゼロとならない限り、前記送信レートの上限値を越えない範囲で且つ最大限の送信レートで、前記送信レート制御部が前記データの送出制御を継続するようにしたことを特徴とする送信データ出力制御方法。
(付記14)(プログラム発明/付記9対応)
 ネットワークを介して通信先に向けて所定量の通信データを出力する送信データ出力部と、この送信データ出力部を駆動制御し前記ネットワークに連続的に送出可能なデータ量を制御する送信レート制御部とを備えた通信装置にあって、
 前記ネットワークの輻輳情報に基づいて前記データの送信に必要な送信レート制御モードを特定するレート制御モード特定機能、
 この特定された送信レート制御モードに応じて、送信レートの上限値を決定する送信レート上限値決定機能、
 および決定された特定の前記送信レートの上限値を越えない範囲で前記送信データを連続的に送出し続けるように、前記送信データ出力部を駆動制御する出力部駆動制御機能、 を設け、これらをコンピュータに実現させるようにしたことを特徴とする送信データ出力制御プログラム。
(付記15)/付記10対応
 付記14に記載の送信データ出力制御プログラムにおいて、
 前記送信レート制御モードを特定するレート制御モード特定機能にあっては、
 前記ネットワークにおける現時点の信号伝搬時間が過去の信号伝播時間の最小値以下になった場合に、前記送信レートを急増させるレート急増モードを前記送信レート制御モードとして特定する機能を備えた構成とし、
 この特定処理機能を前記コンピュータに実現させるようにしたことを特徴とする送信データ出力制御プログラム。
(付記16)/付記11対応
 付記14に記載の送信データ出力制御プログラムにおいて、
 前記送信レート制御モードを特定するレート制御モード特定機能にあっては、
 前記ネットワークにおける現時点の信号伝播時間が過去の信号伝播時間の最小値よりも大きく且つ最大値よりも小さい場合に、前記送信レートを少しずつ増加させるレート調整モードを前記送信レート制御モードとして特定する機能を備えた構成とし、
 この特定処理機能を前記コンピュータに実現させるようにしたことを特徴とする送信データ出力制御プログラム。
(付記17)/付記12対応
 前記送信レート制御モードを特定するレート制御モード特定機能にあっては、
 前記ネットワークにおける現時点の信号伝播時間が過去の信号伝播時間の最大値以上になると、前記送信レートを抑制するレート抑制モードを送信レート制御モードとして特定する機能を備えた構成とし、
 この特定処理機能を前記コンピュータに実現させるようにしたことを特徴とする送信データ出力制御プログラム。
(付記18)/付記13対応
 付記14に記載の送信データ出力制御プログラムにおいて、
 前記送信データ出力部を駆動制御する出力部駆動制御機能にあっては、
 予め装備されたデータ受信部の受信バッファサイズの空き容量がゼロとならない限り、送信レートの上限値を越えない範囲で且つ最大限の送信レートで、前記送信データの送出制御を継続する機能を備えた構成とし、
 この制御機能を前記コンピュータに実現させるようにしたことを特徴とする送信データ出力制御プログラム。
 この出願は2012年11月5日に出願された日本出願特願2012-243363を基礎とする優先権を主張し、その開示の全てをここに取り込む。
 通信端末、通信中継装置、通信サーバ装置、及び有線通信、無線通信に係る各システムなどに適用可能である。
  1 通信装置
  2 相手側通信装置
  10 ネットワーク
  11 送信データ出力部
  12 ネットワークインタフェース部
  13 データ受信部
  13A 受信バッファ
  14 RTT計算部
  15 受信レート計算部
  16 送信レート制御モード特定部
  17 送信レート計算部
  18 送信レート制御部
  18A 最大レート送信制御機能
  19 データ送信部

Claims (10)

  1.  ネットワークを介して通信先に向けて所定量の通信データを出力する送信データ出力部と、この送信データ出力部を駆動制御し前記ネットワークに連続的に送出可能なデータ量を制御する送信レート制御部とを備えた通信装置であって、
     前記送信レート制御部が、予め決定された特定の送信レートの上限値を越えない範囲で前記送信データを連続的に送出し続けるように制御する送信レート制御機能を備えていることを特徴とした通信装置。
  2.  請求項1に記載の通信装置において、
     前記送信レート制御部には、前記ネットワークの輻輳情報に基づいて送信レート制御モードを特定する送信レート制御モード特定部と、この特定された送信レート制御モードに応じて送信レートの上限値を決定する送信レート計算部とが併設され、
     この送信レート制御モード特定部および送信レート計算部の各出力情報に基づいて、前記送信レート制御部が、前記送信データ出力部の出力動作を制御する機能を備えていることを特徴とした通信装置。
  3.  請求項2に記載の通信装置において、
     前記送信レート制御モード特定部は、送信レート制御モードとして、前記ネットワークの輻輳情報に基づいて、送信レートを急増させるレート急増モードと、送信レートを少しずつ増加させるレート調整モードと、送信レートを抑制するレート抑制モードとの何れか一つに特定する機能を備えていることを特徴とした通信装置。
  4.  請求項3に記載の通信装置において、
     前記送信レート制御モード特定部は、前記ネットワークにおける信号伝搬時間が、早い場合、通常の場合、又は遅い場合のそれぞれについて、対応する前記送信レート制御モードを特定する制御モード特定機能を備えていることを特徴とした通信装置。
  5.  請求項2に記載の通信装置において、
     前記送信レート制御モード特定部は、現時点の信号伝播時間が過去の信号伝播時間の最小値以下になると、送信レートを急増させるレート急増モードを前記送信レート制御モードとして特定する機能を備えていることを特徴とする通信装置。
  6.  請求項2に記載の通信装置において、
     前記送信レート制御モード特定部は、現時点の信号伝播時間が過去の信号伝播時間の最小値よりも大きく且つ最大値よりも小さい場合に、送信レートを少しずつ増加させるレート調整モードを、前記送信レート制御モードとして特定する機能を備えていることを特徴とする通信装置。
  7.  請求項2に記載の通信装置において、
     前記送信レート制御モード特定部は、現時点の信号伝播時間が過去の信号伝播時間の最大値以上になると、送信レートを抑制するレート抑制モードを送信レート制御モードとして特定する機能を備えていることを特徴とする通信装置。
  8.  請求項1に記載の通信装置において、
     前記送信レート制御部は、予め装備したデータ受信部の受信バッファサイズの空き容量がゼロとならない限りは、送信レート上限値を越えない範囲で最大限の送信レートでデータの送出制御を継続する最大レート送信制御機能を備えていることを特徴とする通信装置。
  9.  ネットワークを介して通信先に向けて所定量の通信データを出力する送信データ出力部と、この送信データ出力部を駆動制御し前記ネットワークに連続的に送出可能なデータ量を制御する送信レート制御部とを備えた通信装置にあって、
     前記ネットワークから得られる輻輳情報に基づいて予め装備された送信レート制御モード特定部が、前記データの送信に必要な送信レート制御モードを特定し、
     この特定された送信レート制御モードに応じて、予め装備された送信レート計算部が送信レートの上限値を決定し、
     この決定された特定の送信レートの上限値を越えない範囲で前記送信データを連続的に送出し続けるように、前記送信レート制御部が前記送信データ出力部を駆動制御するようにしたことを特徴とする送信データ出力制御方法。
  10.  ネットワークを介して通信先に向けて所定量の通信データを出力する送信データ出力部と、この送信データ出力部を駆動制御し前記ネットワークに連続的に送出可能なデータ量を制御する送信レート制御部とを備えた通信装置にあって、
     前記ネットワークの輻輳情報に基づいてデータ送信に必要な送信レート制御モードを特定するレート制御モード特定機能、
     この特定された送信レート制御モードに応じて、送信レートの上限値を決定する送信レート上限値決定機能、
     および決定された特定の前記送信レートの上限値を越えない範囲で前記送信データを連続的に送出し続けるように、前記送信データ出力部を駆動制御する出力部駆動制御機能、 を設け、これらをコンピュータに実現させるようにしたことを特徴とする送信データ出力制御プログラム。
PCT/JP2013/079785 2012-11-05 2013-11-01 通信装置、送信データ出力制御方法、及びそのプログラム Ceased WO2014069642A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP13850413.9A EP2916521B1 (en) 2012-11-05 2013-11-01 Communication device, transmission data output control method, and program for same
US14/440,003 US9674101B2 (en) 2012-11-05 2013-11-01 Communication device, transmission data output control method, and program for same
JP2014544614A JPWO2014069642A1 (ja) 2012-11-05 2013-11-01 通信装置、送信データ出力制御方法、及びそのプログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012-243363 2012-11-05
JP2012243363 2012-11-05

Publications (1)

Publication Number Publication Date
WO2014069642A1 true WO2014069642A1 (ja) 2014-05-08

Family

ID=50627534

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/079785 Ceased WO2014069642A1 (ja) 2012-11-05 2013-11-01 通信装置、送信データ出力制御方法、及びそのプログラム

Country Status (4)

Country Link
US (1) US9674101B2 (ja)
EP (1) EP2916521B1 (ja)
JP (1) JPWO2014069642A1 (ja)
WO (1) WO2014069642A1 (ja)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018531552A (ja) * 2015-10-21 2018-10-25 サイトリックス システムズ,インコーポレイテッド ネットワークを介するレートベースパケット伝送のためのシステムおよび方法
JP2019525558A (ja) * 2016-07-01 2019-09-05 テレフオンアクチーボラゲット エルエム エリクソン(パブル) ラウンドトリップタイムスキュー制御の方法および装置
JP2019537353A (ja) * 2016-11-03 2019-12-19 パナソニック インテレクチュアル プロパティ コーポレーション オブアメリカPanasonic Intellectual Property Corporation of America 無線通信方法、装置、およびシステム
CN111316605A (zh) * 2017-11-22 2020-06-19 思科技术公司 第3层公平速率拥塞控制通知
US11134018B2 (en) 2017-11-30 2021-09-28 Fujitsu Limited Communication device, communication system and method for controlling communication rate in the communication system
JP7790617B1 (ja) * 2025-03-12 2025-12-23 日本電気株式会社 通信装置、通信方法、およびコンピュータプログラム

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108494698B (zh) * 2017-12-13 2022-02-25 天地伟业技术有限公司 一种基于传输速率的拥塞控制方法
KR102139378B1 (ko) * 2018-11-20 2020-07-29 울산과학기술원 혼잡 제어 방법 및 장치
US11296988B2 (en) 2019-11-14 2022-04-05 Mellanox Technologies, Ltd. Programmable congestion control communication scheme
US11218413B2 (en) 2019-11-14 2022-01-04 Mellanox Technologies, Ltd. Congestion control management method derived from packets at a network adapter
EP3952254A1 (en) * 2020-08-06 2022-02-09 Mellanox Technologies, Ltd. Programmable congestion control communication scheme
CN114158139B (zh) * 2021-11-25 2025-08-15 深圳市冠旭电子股份有限公司 一种传输方法及传输装置
CN114302451B (zh) * 2021-12-31 2025-08-01 紫金山实验室 一种数据传输方法、系统和存储介质
US12413520B2 (en) 2023-03-24 2025-09-09 Mellanox Technologies, Ltd Real-time performance optimization of a packet network

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001160824A (ja) 1999-12-03 2001-06-12 Mitsubishi Electric Corp 有線無線混在網データ配信装置及びデータ配信方法
JP2003318979A (ja) 2002-04-26 2003-11-07 Ntt Docomo Inc マルチメディアストリーミング送出レート制御方法および装置
JP2004080413A (ja) 2002-08-19 2004-03-11 Advanced Telecommunication Research Institute International 通信システム、通信装置及び通信方法
JP2005136548A (ja) 2003-10-29 2005-05-26 Sony Corp 送信装置および方法、記録媒体、並びにプログラム
JP2006217234A (ja) 2005-02-03 2006-08-17 Nec Corp 通信装置および通信方法
JP2008193335A (ja) * 2007-02-02 2008-08-21 Nec Corp 通信端末、通信システム、輻輳制御方法、及び輻輳制御用プログラム
JP2011035700A (ja) * 2009-08-03 2011-02-17 Nec Corp ストリーム配信装置、ストリーム配信システム、ストリーム配信方法およびストリーム配信プログラム
JP2012515491A (ja) * 2009-01-16 2012-07-05 メインライン ネット ホールディングス リミテッド 送信制御プロトコルを利用した、パケットの損失および高いレイテンシーを有するネットワークにおける帯域幅利用の最大化

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020075895A1 (en) * 2000-10-27 2002-06-20 Takao Yamaguchi Transmission rate controller and transmission rate control method
KR100526187B1 (ko) * 2003-10-18 2005-11-03 삼성전자주식회사 모바일 애드 혹 네트워크 환경에서 최적의 전송율을 찾기위한 조절 방법
US8125910B2 (en) * 2004-06-25 2012-02-28 Nec Corporation Communication system
JP4643330B2 (ja) 2005-03-28 2011-03-02 ソニー株式会社 通信処理装置、データ通信システム、および通信処理方法、並びにコンピュータ・プログラム
US20120063493A1 (en) * 2009-03-06 2012-03-15 Yohei Hasegawa Transmission rate control method, transmission unit, and communication system
JP5494673B2 (ja) * 2009-12-14 2014-05-21 日本電気株式会社 通信装置及び通信制御方法
WO2013052651A2 (en) * 2011-10-04 2013-04-11 North Carolina State University Receiver-based methods, systems, and computer readable media for controlling tcp sender behavior in cellular communications networks with large buffer sizes
US8923270B2 (en) * 2011-10-04 2014-12-30 The Chinese University Of Hong Kong Method for link buffer size and queue length estimation for bandwidth-varying mobile data networks

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001160824A (ja) 1999-12-03 2001-06-12 Mitsubishi Electric Corp 有線無線混在網データ配信装置及びデータ配信方法
JP2003318979A (ja) 2002-04-26 2003-11-07 Ntt Docomo Inc マルチメディアストリーミング送出レート制御方法および装置
JP2004080413A (ja) 2002-08-19 2004-03-11 Advanced Telecommunication Research Institute International 通信システム、通信装置及び通信方法
JP2005136548A (ja) 2003-10-29 2005-05-26 Sony Corp 送信装置および方法、記録媒体、並びにプログラム
JP2006217234A (ja) 2005-02-03 2006-08-17 Nec Corp 通信装置および通信方法
JP2008193335A (ja) * 2007-02-02 2008-08-21 Nec Corp 通信端末、通信システム、輻輳制御方法、及び輻輳制御用プログラム
JP2012515491A (ja) * 2009-01-16 2012-07-05 メインライン ネット ホールディングス リミテッド 送信制御プロトコルを利用した、パケットの損失および高いレイテンシーを有するネットワークにおける帯域幅利用の最大化
JP2011035700A (ja) * 2009-08-03 2011-02-17 Nec Corp ストリーム配信装置、ストリーム配信システム、ストリーム配信方法およびストリーム配信プログラム

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
See also references of EP2916521A4
W. STEVENS: "TCP Slow Start, Congestion Avoidance, Fast Retransmit, and Fast Recovery Algorithms", IETF RFC2001, 30 August 2012 (2012-08-30), Retrieved from the Internet <URL:http://www.ietf.org/rfc/rfc2001.txt>

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018531552A (ja) * 2015-10-21 2018-10-25 サイトリックス システムズ,インコーポレイテッド ネットワークを介するレートベースパケット伝送のためのシステムおよび方法
JP2019525558A (ja) * 2016-07-01 2019-09-05 テレフオンアクチーボラゲット エルエム エリクソン(パブル) ラウンドトリップタイムスキュー制御の方法および装置
US10944678B2 (en) 2016-07-01 2021-03-09 Telefonaktiebolaget Lm Ericsson (Publ) Round trip time skew control methods and arrangements
JP2019537353A (ja) * 2016-11-03 2019-12-19 パナソニック インテレクチュアル プロパティ コーポレーション オブアメリカPanasonic Intellectual Property Corporation of America 無線通信方法、装置、およびシステム
US11343710B2 (en) 2016-11-03 2022-05-24 Panasonic Intellectual Property Corporation Of America Wireless communication method, apparatus and system for transmitting sidelink signals using an exceptional resource pool
US12114205B2 (en) 2016-11-03 2024-10-08 Panasonic Intellectual Property Corporation Of America Wireless communication method, apparatus and system for transmitting sidelink signals using an exceptional resource pool
CN111316605A (zh) * 2017-11-22 2020-06-19 思科技术公司 第3层公平速率拥塞控制通知
CN111316605B (zh) * 2017-11-22 2023-07-25 思科技术公司 第3层公平速率拥塞控制通知
US11134018B2 (en) 2017-11-30 2021-09-28 Fujitsu Limited Communication device, communication system and method for controlling communication rate in the communication system
JP7790617B1 (ja) * 2025-03-12 2025-12-23 日本電気株式会社 通信装置、通信方法、およびコンピュータプログラム

Also Published As

Publication number Publication date
EP2916521A1 (en) 2015-09-09
EP2916521B1 (en) 2018-02-21
US20150304226A1 (en) 2015-10-22
JPWO2014069642A1 (ja) 2016-09-08
EP2916521A4 (en) 2016-06-29
US9674101B2 (en) 2017-06-06

Similar Documents

Publication Publication Date Title
WO2014069642A1 (ja) 通信装置、送信データ出力制御方法、及びそのプログラム
JP4542150B2 (ja) 送信装置、受信装置、情報通信方法
US8418016B2 (en) Communication system, communication device, and communication method
US9167473B2 (en) Communication processing method, apparatus and gateway device
WO2018121294A1 (zh) 一种报文传输方法、终端、网络设备及通信系统
US9456377B2 (en) System and method for transmission control protocol service delivery in wireless communications systems
US9485186B2 (en) Network congestion control with awareness of random packet losses
JP6274113B2 (ja) データ送信装置、データ送信方法、及びそのプログラム
US10111130B2 (en) Supporting delivery of data packets using transmission control protocol in a wireless communication network
US9313671B2 (en) Wireless communication system, base station, and wireless communication method
JP2006157918A (ja) 高スループットを実現する通信システム、通信端末、セッション中継装置、及び通信プロトコル
JP2013085135A (ja) ネットワーク端末装置およびデータ伝送方法
CN108432287A (zh) 一种数据传输方法及网络侧设备
CN107801200B (zh) 状态报告的发送方法及装置
CN103152278A (zh) 拥塞确定方法、装置和网络设备
WO2017071281A1 (zh) 无线链路控制层轮询定时器的时长调整方法及装置
CN105472655B (zh) 一种拥塞窗口的调整方法、相关装置和系统
JP4888571B2 (ja) 受信装置、受信方法、無線通信システム、及び通信方法
CN120614642A (zh) 通信方法及装置、计算机可读存储介质
WO2012132283A1 (ja) 通信装置およびその通信制御方法
JP4925916B2 (ja) データ送信装置、データ送信方法及びデータ送信プログラム
WO2019146563A1 (ja) 通信装置、通信システム、通信方法及びプログラム
JP2017158047A (ja) 中継装置、中継方法及び中継プログラム
JPWO2016147650A1 (ja) 送信装置およびその制御方法、通信システム、並びに通信制御プログラム
WO2004112407A1 (en) A method of controlling radio link layer send window

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13850413

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2014544614

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 2013850413

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 14440003

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE