WO2016147650A1 - Transmitting apparatus and control method therefor, communication system, and recording medium storing communication control program - Google Patents

Transmitting apparatus and control method therefor, communication system, and recording medium storing communication control program Download PDF

Info

Publication number
WO2016147650A1
WO2016147650A1 PCT/JP2016/001451 JP2016001451W WO2016147650A1 WO 2016147650 A1 WO2016147650 A1 WO 2016147650A1 JP 2016001451 W JP2016001451 W JP 2016001451W WO 2016147650 A1 WO2016147650 A1 WO 2016147650A1
Authority
WO
WIPO (PCT)
Prior art keywords
transmission
data
reception
ack
target data
Prior art date
Application number
PCT/JP2016/001451
Other languages
French (fr)
Japanese (ja)
Inventor
由明 西川
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Priority to JP2017506091A priority Critical patent/JP6863274B2/en
Publication of WO2016147650A1 publication Critical patent/WO2016147650A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications

Definitions

  • the present invention relates to a transmission device, a control method thereof, a communication system, and a recording medium storing a communication control program.
  • the receiving terminal When the receiving terminal receives the data packet transmitted from the transmitting terminal to the receiving terminal, the receiving terminal transmits an acknowledgment (hereinafter referred to as “ACK”) packet to the transmitting terminal.
  • ACK acknowledgment
  • the transmitting terminal When receiving the ACK packet, the transmitting terminal transmits the next data packet to the receiving terminal.
  • Communication systems that perform such operations are known.
  • TCP Transmission_Control_Protocol
  • TCP transmission by a transmitting terminal is performed so that congestion (a situation in which a transmitted data packet is delayed or lost due to inflow of data exceeding the transmission capacity of the network) into the network does not occur.
  • congestion a situation in which a transmitted data packet is delayed or lost due to inflow of data exceeding the transmission capacity of the network
  • the transmission amount of the data packet is limited by using a window indicating data that can be transmitted at a time without receiving the ACK packet.
  • FIG. 9 is a diagram conceptually illustrating windows used in the transmission buffer.
  • the item (1) shown in FIG. 9 shows the contents of the transmission buffer before a new data packet is written.
  • the receiving terminal transmits an ACK packet corresponding to the data packet transmitted up to the hatched part to the transmitting terminal, and the transmitting terminal receives the ACK packet. Show.
  • the transmitting terminal When the transmitting terminal receives the ACK packet, it erases the transmitted data packet stored in the transmission buffer until then (shaded area). The transmitting terminal then acknowledges the upper limit position of the area where the deleted transmitted data packet is stored up to the data packet at that position (ACK (1) shown in FIG. 9). Use the up arrow)
  • data packets a to e within the range of data amount that can be transmitted at a time without receiving an ACK packet that is, window size
  • the window size is “5”.
  • the window size is also referred to as “transmission amount limit range”.
  • the transmission waiting area indicates data packets f to n transmitted after the data packets a to e among the data packets a to n written in the transmission buffer.
  • the transmitting terminal transmits the data packets a to e to the receiving terminal, the transmitted pointer indicating that the data packet e has been transmitted up to the position of the data packet e (the left side of the item (2) in FIG. 9).
  • the second upward arrow The second upward arrow).
  • each of the data packets a to e is a data packet that has been transmitted and is waiting for an ACK.
  • Item (3) indicates that the receiving terminal has received, for example, only data packet a among data packets a to e.
  • the transmitting terminal When the transmitting terminal receives the ACK packet from the receiving terminal corresponding to the data packet a, the transmitting terminal deletes the data packet a stored in the transmission buffer until then (the second one from the left in the item (3) shown in FIG. 9). (Hatched area). Then, the transmitting terminal indicates the position where the data packet a is located with an ACKed pointer indicating that the data packet a has been ACKed (first from the left in the item (3) shown in FIG. 9). Up arrow).
  • each of the data packets b to e is a data packet that has been transmitted and is waiting for an ACK (a range indicated by a double arrow A in (3) in FIG. 9).
  • the term (3) also indicates that the window is shifted to the right by the amount of the data packet a erased by the transmitting terminal (that is, the range indicated by the double arrow B in the term (3) shown in FIG. 9).
  • the data packet f becomes the data packet to be transmitted next.
  • the transmission buffer transmits the next data packet f to the receiving terminal, and indicates the position of the data packet f with a transmitted pointer indicating that the data packet f has already been transmitted (shown in FIG. 9). 3) Second upward arrow from the left of item).
  • the transmitting terminal can receive the ACK packet corresponding to the transmitted data packet a, the size “4” of the transmitted data packets b to e indicated by A and indicated by B is indicated by B. Since the window size is smaller than “5”, there is a free space in which data packet f waiting for transmission can enter in the transmittable area.
  • the transmitting terminal When there is a vacant space in the transmittable area, the transmitting terminal transmits the transmission waiting data packet f in the transmission buffer, assuming that the transmission amount limit is not reached.
  • the item (4) is the item (3), and when the transmitting terminal cannot receive the ACK packet corresponding to the data packet a due to a change in the communication environment, the data packet a that cannot be acknowledged cannot be deleted. Indicates that the minutes window cannot slide to the right.
  • the size “5” indicated by A of the data packets a to e that have been transmitted by the transmitting terminal and are waiting for ACK becomes equal to or larger than the window size “5” indicated by B, and is set in the transmittable area. There is no room for data packets waiting to be sent.
  • the transmitting terminal stops transmitting the next transmission-waiting data packet f in the transmission buffer, assuming that the transmission amount limit has been reached.
  • TCP In general TCP, if a transmitting terminal cannot receive an ACK packet corresponding to a transmitted data packet within a predetermined time, the transmitted data packet is retransmitted every predetermined retransmission waiting time.
  • transmission terminal and reception terminal are respectively a server terminal and a mobile terminal on the Web on the Internet, for example, there is a mobile network on the way.
  • the base station and the mobile terminal may lose data packets from the base station to the mobile terminal (downward), or may be The ACK packet to the station (upward direction) may be lost.
  • the data packet that has been transmitted in the transmission buffer and is waiting for ACK reaches the limit of the transmission amount, and the transmission of the data packet waiting to be transmitted next in the transmission buffer is stopped.
  • the server terminal on the Web does not receive the ACK packet from the mobile terminal until the data packet to the mobile terminal is received. Stop sending.
  • Patent Document 1 discloses the following technique. That is, when the client 10 returns an ACK message to the server 12, the client 10 starts measuring a timer that measures a predetermined time T1. When the next data packet from the server 12 is not received by the client 10 after the timer counts a predetermined time, the client 10 detects that the physical transmission medium is interrupted, and repeats the same ACK message. 12 to send.
  • Patent Document 2 discloses the following technique. That is, when it is detected that the radio link between the ground station 3 (transmitting terminal) and the mobile station 4 (receiving terminal) has recovered from the disconnected state, it is stored in the ACK packet storage means that stores the ACK packet at the receiving terminal. The latest ACK packet is transmitted to the transmitting terminal. As a result, the transmitting terminal determines a data packet to be retransmitted based on the transmitted ACK packet.
  • Patent Document 3 discloses the following technique. That is, when the receiving device 200 receives a packet transmitted from the transmitting device 100 and an error is detected in the received packet, the detected error is corrected. Then, even if the receiving apparatus 200 cannot correct the error within a predetermined time, the transmitting apparatus 100 continues the correction, and returns the acknowledgment ACK when the correction is correct. Are continuously transmitted in a maximum of N ranges. As a result, the transmission frequency of retransmission packets from the transmission apparatus 100 to the reception apparatus 200 is suppressed.
  • Patent Document 4 discloses the following technique. That is, in a system that broadcasts transmission data packets from the wireless access point 1 to a plurality of receiving terminals, when the ACK signal from the receiving terminal is not received at the access point 1, the accumulated amount of data before transmission at the access point 1 is If the specified size is exceeded, retransmission of the transmitted data packet is stopped. As a result, the system eliminates the transmission delay of the data packet.
  • Patent Document 5 when the retransmission grasp unit 214 of the relay apparatus 120 that receives a packet transmitted from the base station 130 detects a missing number of the sequence number of the received packet, the relay apparatus 120 transmits a retransmission of the missing packet to the base station. Techniques required for 130 are disclosed.
  • Patent Document 5 discloses the following technology. That is, when the no-communication detection unit 220 detects a no-communication state that occurs when the relay device 120 receives a packet retransmitted by the base station 130 based on a request from the relay device 120, The dummy data is transmitted to the base station 130 by 216 so that the channel between the base station 130 and the relay apparatus 120 is not released.
  • Patent Document 6 discloses the following technique.
  • the technology transmits an ARP packet in a first period for confirming the normality of the counterpart device from either one of the packet communication devices 1 and 2 that transmit and receive data via the communication network 10. If no response to the ARP packet is received, it is determined that the counterpart device is in an abnormal state. And the technique suppresses that traffic increases by stopping transmission of the data to the said counterpart apparatus after that.
  • Japanese Patent No. 5185955 Japanese Patent No. 4832483 JP 2008-079350 A JP 2006-324738 A JP 2010-069442 A JP 2008-018417 A
  • An object of the present invention is to provide a communication system, a communication control method, and a communication control program that solve the above-described problems.
  • the transmission device transmits the transmission target data to the reception device, and transmits a confirmation response corresponding to the transmission target data from the reception device, and the transmission side transmission / reception unit.
  • Transmission stop monitoring means for confirming whether or not transmission of the transmission target data is stopped, and when the transmission stop monitoring means determines that transmission of the transmission target data by the transmission side transmission / reception means is stopped
  • transmission continuation means for continuing transmission of the transmission target data in place of the transmission side transmission / reception means.
  • a method for controlling a transmission device includes: transmission side transmission / reception means for transmitting transmission target data to a reception device and receiving an acknowledgment corresponding to the transmission target data from the reception device; A transmission stop monitoring means for confirming whether transmission of the transmission target data in the transmission side transmission / reception means is stopped; a transmission continuation means for transmitting the transmission target data based on an instruction from the transmission stop monitoring means; A transmission apparatus control method comprising: when the transmission stop monitoring means determines that transmission of the transmission target data of the transmission side transmission / reception means has been stopped, the transmission side transmission / reception means transmits the transmission target data. The transmission continuation means is controlled to continue in place of the means.
  • a communication system includes: A transmission apparatus capable of transmitting transmission target data and a reception apparatus connected via a communication network capable of communicating with the transmission apparatus and capable of returning an acknowledgment when the transmission target data is received from the transmission apparatus.
  • the transmission device transmits the transmission target data to the reception device, and transmits and receives the confirmation response corresponding to the transmission target data from the reception device, and the transmission side transmission / reception.
  • a transmission stop monitoring means for confirming whether or not transmission of the transmission target data in the means is stopped, and a case where the transmission stop monitoring means determines that transmission of the transmission target data by the transmission side transmission / reception means is stopped
  • the transmission continuation unit continues the transmission of the transmission target data in place of the transmission side transmission / reception unit.
  • the present invention is also realized by a transmission control program or a recording medium (storage medium) storing the transmission control program corresponding to the transmission apparatus having the above-described configuration or its control method.
  • the present invention has an effect of suppressing the delay for the time waiting for data or ACK data and improving the communication efficiency as a communication system.
  • FIG. 1 is a block diagram showing the first embodiment.
  • a communication system 1 includes a transmission-side device 11 and a reception-side device 31 connected via a network that can communicate with the transmission-side device 11.
  • the transmission side device 11 includes a transmission side transmission / reception unit 12, a transmission stop monitoring unit 13, a transmission continuation unit 14, and a shared transmission / reception unit 19.
  • the reception side device 31 includes a reception side transmission / reception unit 32.
  • the transmission side transmission / reception unit 12 includes a transmission buffer 20.
  • the transmission continuation unit 14 includes a transmission buffer (not shown in FIG. 1).
  • the shared transmission / reception unit 19 includes a transmission buffer (not shown in FIG. 1).
  • the reception side transmission / reception unit 32 of the reception side device 31 includes a transmission buffer (not shown in FIG. 1).
  • the shared transmission / reception unit 19 sends the written data to the reception-side device 31. Send.
  • the shared transmission / reception unit 19 receives ACK data from the reception side device 31 and passes it to the transmission side transmission / reception unit 12.
  • the transmission stop monitoring unit 13 and the transmission continuation unit 14 will be described in the operation description in the present embodiment to be described later.
  • the transmission buffer 20 is a storage area for storing write data from the transmission side device 11.
  • FIG. 2 is a diagram illustrating a processing flow of the transmission-side apparatus 11 in the present embodiment.
  • the transmission buffer 20 transmits data of the amount of data that can be transmitted at a time without receiving ACK data among the written data. Is transmitted to the receiving terminal 31 (step S51).
  • the transmission stop monitoring unit 13 checks whether transmission of data written in the transmission buffer 20 from the transmission buffer 20 has been stopped (step S52).
  • step S52 the transmission stop monitoring unit 13 determines that the transmission buffer 20 has not stopped data transmission when the transmission side device 11 has received ACK data from the reception side device 31 (step S52). NO).
  • the transmission stop monitoring unit 13 determines that the size of the data that has been transmitted and is waiting for ACK is smaller than the window size and that there is a free window, “size of transmitted and ACK waiting data ⁇ (minus) window size ⁇ 0 When the condition of “” is satisfied, it is determined that the transmission buffer 20 has not stopped data transmission because the transmission amount limit is not reached.
  • step S52 the transmission buffer 20 executes processing for transmitting the data shown in step S51.
  • step S52 the transmission stop monitoring unit 13 determines that the transmission buffer 20 has stopped transmitting data when the transmission side device 11 cannot receive ACK data from the reception side device 31 (step S52). In S52, YES).
  • the transmission stop monitoring unit 13 satisfies the condition of “the size of the transmitted and ACK waiting data ⁇ the window size ⁇ 0” in which the size of the data that has been transmitted and is waiting for the ACK is equal to or larger than the window size and the window is not empty. If so, do the following: That is, the transmission stop monitoring unit 13 determines that the transmission buffer 20 has stopped transmitting data because the transmission buffer has reached the limit of the transmission amount.
  • step S52 If the transmission continuation unit 14 is YES in step S52, the transmission continuation unit 14 performs a process of step S53 described later.
  • the transmission stop monitoring unit 13 instructs the transmission continuation unit 14 to take the data that the transmission buffer 20 was scheduled to transmit next from the transmission buffer 20 to the transmission buffer of the transmission continuation unit 14.
  • the transmission continuation unit 14 writes the data of the transmission buffer 20 taken by the transmission continuation unit 14 in the transmission buffer of the shared transmission / reception unit 19.
  • the shared transmitting / receiving unit 19 transmits the data written from the transmission buffer of the transmission continuation unit 14 to the reception side device 31 (step S53).
  • step S52 the transmission stop monitoring unit 13 determines that the transmission side device 11 cannot receive the ACK data from the reception side device 31 and the transmission buffer 20 has stopped transmitting data. It is confirmed whether or not the stop of transmission of data from 20 is released (step S54).
  • the transmission stop monitoring unit 13 determines that the stop of data transmission in the transmission buffer 20 has not been canceled when the transmission side device 11 cannot receive the ACK data from the reception side device 31 in step S54 (in step S54). , NO).
  • the transmission stop monitoring unit 13 determines that the size of the data that has been transmitted and is waiting for ACK is equal to or larger than the window size, the window is not free, and has reached the limit of the transmission amount. It is determined that the stop of the transmission is not released.
  • step S54 the transmission continuation unit 14 executes the process shown in step S53 described above in the case of NO.
  • step S54 the transmission stop monitoring unit 13 determines that the stop of data transmission in the transmission buffer 20 is released when the transmission side device 11 can receive ACK data from the reception side device 31 (step S54). In S54, YES).
  • the transmission stop monitoring unit 13 has already transmitted and the size of the data waiting for ACK is smaller than the window size, the window is vacant, and the transmission amount limit is not reached. It is determined that the transmission stop has been released.
  • the transmission buffer 20 resumes the process of transmitting the data shown in step S51 described above when YES in step S54.
  • the transmission continuation unit 14 stops data transmission by the transmission buffer of the transmission continuation unit 14.
  • the transmission side device 11 can continue the data transmission using the transmission continuation unit 14 even if the ACK data from the reception side device 31 is not received.
  • step S54 the following method may be employed as another method for determining that the stop of transmission of data from the transmission buffer 20 is released.
  • the transmission stop monitoring unit 13 may determine that the stop of data transmission has been released by the transmission buffer 20 restarting the data transmission process shown in step S51 described above.
  • the shared transmission / reception part 19 can transmit the data of the transmission buffer of the transmission buffer 20 or the transmission continuation part 14 to the reception side apparatus 31, and can pass the ACK data from the reception side apparatus 31 to the transmission side transmission / reception part 12.
  • the method is not limited to the method described above, and other methods may be used.
  • this embodiment has the effect of suppressing the delay for the time waiting for data or ACK data and improving the communication efficiency as the communication system.
  • the reason is that the transmission continuation unit 14 is provided in the transmission side device 11 so as to continuously transmit data without waiting for ACK data.
  • the above-described transmission-side device and reception-side device are applied to a mobile communication environment as a server terminal and a mobile terminal on the Web, which are external terminals of the base station, for example, the following effects are also obtained.
  • FIG. 3 is a block diagram showing the second embodiment.
  • the communication system 70 of the present embodiment includes a transmission-side device 71 and a reception-side device 31 connected via a network that can communicate with the transmission-side device 71.
  • the transmission side device 71 in this embodiment is different from the configuration of the first embodiment in that an ACK history storage unit 76 is added to the configuration of the transmission side device 11 described in the first embodiment.
  • the transmission side device 71 includes a transmission side transmission / reception unit 72, a transmission stop monitoring unit 73, a transmission continuation unit 74, a shared transmission / reception unit 79, and an ACK history storage unit 76.
  • the transmission side transmission / reception unit 72 includes a transmission buffer 80.
  • the transmission continuation unit 74 includes a transmission buffer (not shown in FIG. 3).
  • the ACK history storage unit 76 stores information on the reception interval of ACK data each time the transmission side transmission / reception unit 72 receives ACK data from the reception side device 31.
  • ACK data reception interval information can use, for example, the time value of the communication system and the number of clocks.
  • FIG. 4 is a diagram illustrating a processing flow of the transmission-side device 71 in the present embodiment.
  • the transmission buffer 80 transmits data of the amount of data that can be transmitted at a time without receiving ACK among the written data to the shared transmission / reception unit 79. To the receiving side terminal 31 (step S151).
  • the transmission stop monitoring unit 73 checks whether transmission of data written in the transmission buffer 80 from the transmission buffer 80 is stopped (step S152).
  • step S152 the transmission stop monitoring unit 73 determines that the transmission buffer 80 has not stopped data transmission when the transmission side device 71 has received ACK data from the reception side device 31 (step S152). NO).
  • the transmission stop monitoring unit 73 satisfies the condition “the size of the transmitted and ACK waiting data ⁇ the window size ⁇ 0”, where the size of the data that has already been transmitted and the ACK waiting is smaller than the window size and there is an empty window. If the above is satisfied, the following processing is performed. That is, the transmission stop monitoring unit 73 determines that the transmission buffer 80 has not stopped data transmission because the transmission buffer has not reached the transmission amount limit range.
  • step S152 the transmission buffer 80 executes processing for transmitting the data shown in step S151 described above.
  • step S152 the transmission stop monitoring unit 73 determines that the transmission buffer 80 has stopped transmitting data when the transmission side device 71 cannot receive ACK data from the reception side device 31 (step S152). In S152, YES).
  • the transmission stop monitoring unit 73 satisfies the condition of “the size of the transmitted and ACK waiting data ⁇ the window size ⁇ 0”, in which the size of the transmitted data and the ACK waiting data is equal to or larger than the window size and the window is not empty. In this case, the following processing is performed. That is, the transmission stop monitoring unit 73 determines that the transmission buffer 80 has stopped transmitting data because the transmission buffer has reached the limit of the transmission amount.
  • step S152 the transmission continuation unit 74 executes a process of step S153 described later in the case of YES.
  • the transmission stop monitoring unit 73 instructs the transmission continuation unit 74 to refer to the history of the ACK data reception interval of the ACK history storage unit 76 via the ACK history storage unit 76 (step S153).
  • the transmission continuation unit 74 refers to the history of the ACK history storage unit 76, and when the transmission side transmission / reception unit 72 continuously receives ACK data at the reception interval of the ACK data stored in the ACK history storage unit 76, Find the amount of data that can be sent.
  • the amount of data that can be transmitted by the transmission continuation unit 74 is, for example, as follows. That is, for example, when the maximum segment size of transmission data in TCP is 1500 bytes (12000 bits), and the transmission side device receives ACK data corresponding to the maximum segment size data from the reception side device every second, 12000 bits per second.
  • the transmission continuation unit 74 takes over the data that the transmission buffer 80 was scheduled to transmit to the transmission buffer of the transmission continuation unit 74 based on the obtained data amount.
  • the transmission continuation unit 74 writes the data received from the transmission buffer 80 in the transmission buffer of the shared transmission / reception unit 79.
  • the shared transmission / reception unit 79 transmits the data written from the transmission continuation unit 74 to the reception-side device 31 (step S154).
  • step S152 If the transmission stop monitoring unit 73 determines in step S152 that the transmission of data from the transmission buffer 80 is not stopped (NO in step S152), the transmission stop monitoring unit 73 executes the process shown in step S151.
  • step 152 when the transmission side device 71 confirms the stop of data transmission by the transmission buffer 80 and continuously transmits the data by the transmission continuation unit 74, any one of 1) to 7) shown below, Alternatively, control combining these may be performed.
  • the amount of data when the transmission continuation unit 74 continuously transmits data may exceed the amount of data that can be transmitted by the transmission buffer 80.
  • the transmission rate when the transmission continuation unit 74 continuously transmits data may be a fixed rate or a variable rate. In the case of a variable rate, transmission is performed so that the transmission amount per unit time decreases. Also good.
  • the total transmission amount when data is continuously transmitted by the transmission continuation unit 74 is a relay device (for example, a base station with a mobile terminal) not shown in FIG. 3 that relays downlink data in the network.
  • the transmission buffer may be adjusted so as not to exceed a known buffer amount in the transmission buffer or a buffer amount that is a real multiple of the known buffer amount.
  • a transmission amount limit value used when data is lost due to a change in the communication environment in the past, Window size may be used.
  • the transmission continuation unit 74 acquires the buffer amount of the relay device by, for example, estimating information by transmitting a large amount of data in advance or information notified in advance when the transmission-side device 71 operates the network. Can do.
  • the transmission continuation unit 74 uses the transmission side transmission / reception unit 72 to transmit dummy ACK data generated by the transmission side device 71 or a relay device that relays uplink reception data in the network when continuously transmitting data. You may make it receive.
  • the transmission continuation unit 74 may perform processing assuming that ACK data is received as internal processing of the transmission side device 71 when data is continuously transmitted.
  • the transmission side device 71 may relax the range of transmission amount restriction in the transmission buffer 80.
  • the transmission-side device 71 can communicate from a state in which the upstream direction cannot be communicated due to a change in the communication environment.
  • the following processing may be executed. That is, when the transmission side device 71 receives the ACK data transmitted from the reception side device 31, the transmission side device 71 includes all of various kinds of information indicating setting values and internal states described later of the transmission side device 71 or Some may be changed.
  • the transmission side device 71 may return a setting value and an internal state, which will be described later, of the transmission side device 71 to a state before the transmission side device 71 no longer receives ACK data.
  • the setting value and the internal state in the transmission side device 71 shown in the above item 7) are the setting values such as a generally known congestion window (cwnd), slow start threshold (slow_start_threshold; ssthresh), and the like. It is an internal state such as a slow start phase or a congestion avoidance phase, and is various types of information related to a transmission amount limit and a process for adjusting the limit.
  • the various values indicating the setting value and the internal state of the transmission side device 71 are not limited to the above-described values and information.
  • step S152 described above the transmission stop monitoring unit 73 determines that the transmission buffer 80 has stopped transmitting data when the size of the transmitted data in the transmission buffer 80 and the ACK waiting data reaches the transmission amount limit range. It was explained with an example of judgment.
  • the transmission stop monitoring unit 73 stops the data transmission when the transmission buffer 80 satisfies at least one of the following conditions a), b), or c) other than the above-described stop determination conditions. You may make it judge.
  • RTT is an abbreviation for Round_Trip_Time.
  • the RTT receives the transmitted data from the time when the data is transmitted from the transmission side device 71 to the reception side device 31 shown in FIG. 3, and the reception side device 31 acknowledges the received data. This is the observed round-trip delay time between the transmitting side device and the receiving side device until the time when the resulting ACK data is sent to the transmitting side device 71 and the transmitted side device 71 receives the transmitted ACK data. .
  • the threshold based on the RTT value described above is set to a value such as a real number multiple of the RTT value, for example.
  • step S152 the transmission stop monitoring unit 73 determines that the transmission side device 71 cannot receive the ACK data from the reception side device 31 and the transmission buffer 80 has stopped transmitting data. It is confirmed whether or not the stop of transmission of data from 80 is released (step S155).
  • step S155 the transmission stop monitoring unit 73 determines that the stop of data transmission in the transmission buffer 80 has not been released when the transmission side device 71 cannot receive the ACK data from the reception side device 31 (step S155). NO).
  • the transmission stop monitoring unit 73 satisfies the condition “size of transmitted and ACK waiting data ⁇ window size ⁇ 0” in which the size of the data already transmitted and waiting for ACK is equal to or larger than the window size and there is no space in the window.
  • the condition is satisfied, since the transmission amount limit is reached, it is determined that the stop of data transmission in the transmission buffer 80 has not been released.
  • step S155 the transmission continuation unit 74 performs the ACK reception rate continuous transmission process shown in step S154 described above.
  • step S155 the transmission stop monitoring unit 73 determines that the stop of data transmission in the transmission buffer 80 has been released when the transmission side device 71 has received ACK data from the reception side device 31 (step S155). In S155, YES).
  • the transmission stop monitoring unit 73 satisfies the condition “the size of the transmitted and ACK waiting data ⁇ the window size ⁇ 0”, where the size of the data that has already been transmitted and the ACK waiting is smaller than the window size and there is an empty window. If the above is satisfied, the following processing is performed. That is, since the transmission amount limit has not been reached, the transmission stop monitoring unit 73 determines that the stop of data transmission in the transmission buffer 80 has been released.
  • step S155 When the transmission buffer 80 is YES in step S155, the transmission buffer 80 resumes the data transmission process shown in step S151 described above.
  • the transmission continuation unit 74 stops data transmission by the transmission buffer of the transmission continuation unit 74.
  • the reason is that the transmitting device 71 is configured to transmit data having a data amount that can be actually transmitted when receiving ACK data at the reception interval stored in the ACK reception history storage unit 76. is there.
  • FIG. 5 is a block diagram showing the third embodiment.
  • a communication system 90 includes a transmission-side device 91 and a reception-side device 31 connected via a network that can communicate with the transmission-side device 91.
  • the communication system 90 of the present embodiment stores and transmits downstream data in the network with the receiving-side device 31 in the configuration of the communication system 70 described in the second embodiment, as shown in FIG.
  • the point of using the buffer amount of the transmission buffer in the relay apparatus 100 such as a base station or another server apparatus on the Web is different from the second embodiment.
  • the transmission side device 91 includes a transmission side transmission / reception unit 92, a transmission stop monitoring unit 93, a transmission continuation unit 94, a shared transmission / reception unit 99, and an ACK history storage unit 96.
  • the transmission side transmission / reception unit 92 includes a transmission buffer 95.
  • the transmission continuation unit 94 includes a transmission buffer (not shown in FIG. 5).
  • the ACK history storage unit 96 stores information on the reception interval of ACK data each time the transmission side transmission / reception unit 92 receives ACK data from the reception side device 31.
  • ACK data reception interval information can use, for example, the time value of the communication system and the number of clocks.
  • FIG. 6 is a diagram illustrating a processing flow of the transmission-side device 91 in the present embodiment.
  • the transmission buffer 95 When the transmission side device 91 writes the data to the transmission buffer 95, the transmission buffer 95 sends the data of the written data amount that can be transmitted at a time without receiving the ACK to the shared transmission / reception unit 99. To the receiving side terminal 31 (step S171).
  • the transmission stop monitoring unit 93 checks whether transmission of data written in the transmission buffer 95 from the transmission buffer 95 has been stopped (step S172).
  • step S172 the transmission stop monitoring unit 93 determines that the transmission buffer 95 has not stopped transmitting data when the transmission side device 91 has received ACK data from the reception side device 31 (step S172). NO).
  • the transmission stop monitoring unit 93 has the condition that “the size of the transmitted and ACK waiting data ⁇ the window size ⁇ 0” in which the size of the data that has been transmitted and is waiting for the ACK is smaller than the window size and there is an empty window. If the above is satisfied, the following processing is performed. That is, the transmission stop monitoring unit 93 determines that the transmission buffer 95 has not stopped transmitting data because the transmission amount limit is not reached.
  • step S172 the transmission buffer 95 executes processing for transmitting the data shown in step S171.
  • step S172 the transmission stop monitoring unit 93 determines that the transmission buffer 95 has stopped transmitting data when the transmission side device 91 cannot receive ACK data from the reception side device 31 (step S172). In S172, YES).
  • the transmission stop monitoring unit 93 satisfies the condition of “the size of the transmitted and ACK waiting data ⁇ the window size ⁇ 0” in which the size of the data that has been transmitted and the ACK waiting is equal to or larger than the window size and the window is not empty. In this case, the following processing is performed. That is, the transmission stop monitoring unit 93 determines that the transmission buffer 95 has stopped transmitting data because the transmission amount limit has been reached.
  • step S172 the transmission continuation unit 94 executes a process of step S173 described later in the case of YES.
  • the transmission stop monitoring unit 93 instructs the transmission continuation unit 94 to refer to the history of the ACK data reception interval of the ACK history storage unit 96 via the ACK history storage unit 96 (step S173).
  • the transmission continuation unit 94 refers to the history of the ACK history storage unit 96, and when the transmission side transmission / reception unit 92 continuously receives ACK data at the reception interval of the ACK data stored in the ACK history storage unit 96, Find the amount of data that can be sent.
  • the amount of data that can be transmitted by the transmission continuation unit 94 is, for example, as follows. That is, for example, when the maximum segment size of transmission data in TCP is 1500 bytes (12000 bits), and the transmission side device receives ACK data corresponding to the maximum segment size data from the reception side device every second, 12000 bits per second.
  • the transmission continuation unit 94 takes the data that the transmission buffer 95 is scheduled to transmit to the transmission buffer of the transmission continuation unit 94 based on the obtained data amount.
  • the transmission continuation unit 94 writes the data received from the transmission buffer 95 in the transmission buffer of the shared transmission / reception unit 99.
  • the shared transmission / reception unit 99 transmits the data written from the transmission continuation unit 94 to the reception-side device 31 (step S174).
  • the transmission side device 91 transmits data at a transmission rate based on the reception interval of the delayed ACK data. Continue.
  • the transmission continuation unit 94 executes the process. That is, the transmission continuation unit 94 sets the transmission rate of data transmitted from the subsequent transmission continuation unit 94 to, for example, a transmission rate obtained by reducing the above-described transmission rate by half.
  • the transmission continuation unit 94 executes the following processing. That is, the transmission continuation unit 94 sets the transmission rate of data transmitted from the subsequent transmission continuation unit 94 to, for example, a transmission rate that is reduced to half of the transmission rate described above.
  • step S172 If the transmission stop monitoring unit 93 determines in step S172 that the transmission of data from the transmission buffer 95 is not stopped (NO in step S172), the transmission stop monitoring unit 93 executes the process shown in step S171.
  • step 172 when the transmission-side device 91 confirms the stop of data transmission by the transmission buffer 95 and continuously transmits data by the transmission continuation unit 94, one of the following 1) to 7): Alternatively, control combining these may be performed.
  • the amount of data when the transmission continuation unit 94 continuously transmits data may exceed the amount of data that the transmission buffer 95 can transmit.
  • the transmission rate at which the transmission continuation unit 94 continuously transmits data may be a fixed rate or a variable rate. In the case of a variable rate, transmission is performed so that the transmission amount per unit time decreases. Also good.
  • the total transmission amount when the transmission continuation unit 94 continuously transmits data is a known buffer amount in a transmission buffer such as the relay device 100 illustrated in FIG. You may adjust so that the buffer amount of the real number multiple of the known buffer amount may not be exceeded.
  • a transmission amount limit value used when data is lost due to a change in the communication environment in the past a window Size may be used.
  • the transmission continuation unit 94 acquires the buffer amount of the relay device by, for example, estimating information by transmitting a large amount of data in advance or information notified in advance when the transmission-side device 91 operates the network. Can do.
  • the transmission continuation unit 94 uses the transmission side transmission / reception unit 92 to transmit dummy ACK data generated by the transmission side device 91 or a relay device that relays uplink reception data in the network when continuously transmitting data. You may make it receive.
  • the transmission continuation unit 94 may perform processing assuming that ACK data is received as internal processing of the transmission side device 91 when data is continuously transmitted.
  • the transmission-side device 91 may relax the range of transmission amount restriction in the transmission buffer 95.
  • the transmission-side device 91 can communicate from a state in which the upstream direction cannot be communicated due to a change in the communication environment when the transmission continuation unit 94 described above continuously transmits data based on the reception rate of the ACK data.
  • the following processing may be executed. That is, when receiving the ACK data transmitted from the receiving side device 31, the transmitting side device 91 changes all or part of various setting information and various types of information indicating the internal state, which will be described later. May be.
  • the transmission side device 91 may return a setting value and an internal state, which will be described later, of the transmission side device 91 to a state before the transmission side device 91 stops receiving ACK data.
  • the setting value and the internal state in the transmission side device 91 shown in the above section 7) are the setting values such as a generally known congestion window (cwnd) and slow start threshold (slow_start_threshold; ssthresh), and the like. It is an internal state such as a slow start phase or a congestion avoidance phase, and is various types of information related to a transmission amount limit and a process for adjusting the limit.
  • the various values indicating the setting value and internal state of the transmission side device 91 are not limited to the above-described values and information.
  • step S172 described above the transmission stop monitoring unit 93 determines that the transmission buffer 95 has stopped transmitting data when the size of the transmitted data in the transmission buffer 95 and the ACK waiting data reaches the transmission amount limit range. It was explained with an example of judgment.
  • the transmission stop monitoring unit 93 stops the transmission of data when at least one of the following conditions a), b), or c) is satisfied in addition to the stop determination conditions described above. You may make it judge. That is, a) The case where the size of the transmitted data in the transmission buffer 95 and the ACK waiting data reaches the limit of the transmission amount, and the data transmission interval in the transmission side device 91 is delayed by a threshold value or more based on the RTT value.
  • the threshold based on the RTT value described above is set to a value such as a real number multiple of the RTT value, for example.
  • step S172 the transmission stop monitoring unit 93 determines that the transmission side device 91 cannot receive the ACK data from the reception side device 31 and the transmission buffer 95 has stopped transmitting data, and then transmits the transmission buffer. It is confirmed whether or not the stop of transmission of data from 95 has been released (step S175).
  • step S175 the transmission stop monitoring unit 93 determines that the stop of data transmission in the transmission buffer 95 has not been released when the transmission side device 91 cannot receive ACK data from the reception side device 31 (step S175). NO).
  • the transmission stop monitoring unit 93 satisfies the condition of “the size of the transmitted and ACK waiting data ⁇ the window size ⁇ 0”, in which the size of the data that has been transmitted and is waiting for the ACK is equal to or larger than the window size, If so, do the following: That is, the transmission stop monitoring unit 93 determines that the stop of data transmission in the transmission buffer 95 has not been canceled because the transmission amount limit has been reached.
  • the transmission continuation unit 94 executes the ACK reception rate continuous transmission process shown in step S174 described above when NO in step S175.
  • the transmission stop monitoring unit 93 determines in step S175 that the transmission stop of data in the transmission buffer 95 has been released when the transmission side device 91 has received the ACK data from the reception side device 31 (step S175). In S175, YES).
  • the transmission stop monitoring unit 93 has the condition that “the size of the transmitted and ACK waiting data ⁇ the window size ⁇ 0” in which the size of the data that has been transmitted and is waiting for the ACK is smaller than the window size and there is an empty window. If the above is satisfied, the following processing is performed. That is, the transmission stop monitoring unit 93 determines that the stop of data transmission in the transmission buffer 95 has been released because the transmission amount limit has not been reached.
  • step S175 When the transmission buffer 95 is YES in step S175, the transmission buffer 95 resumes the process of transmitting data shown in step S171 described above.
  • the transmission continuation unit 94 stops data transmission by the transmission buffer of the transmission continuation unit 94.
  • the present embodiment has an effect that the load on the network can be further suppressed than the effect described in the second embodiment.
  • the reason is that the transmission side device 91 transmits data of a data amount that can actually be transmitted at a variable rate when receiving ACK data at the reception interval stored in the ACK reception history storage unit 96. Because it was.
  • FIG. 6 is a block diagram showing the fourth embodiment.
  • the communication system 10 includes a transmission-side device 81 and a reception-side device 41 connected via a network that can communicate with the transmission-side device 81.
  • the transmission side device 81 includes the following configuration.
  • a transmitting side transmitting / receiving unit 82 that transmits data to the receiving side device 41 and receives ACK data as an acknowledgment from the receiving side device 41 corresponding to the data;
  • a transmission stop monitoring unit 83 for confirming whether or not transmission of data of the transmission side transmission / reception unit 82 is stopped;
  • a transmission continuation unit 84 that continues transmission of data when the transmission stop monitoring unit 83 determines that transmission of data of the transmission side transmission / reception unit 82 has been stopped.
  • the reception side device 41 includes a reception side transmission / reception unit 42 that receives data from the transmission side device 81 and transmits ACK data corresponding to the data to the transmission side device 81.
  • this embodiment has an effect of suppressing the delay for the time waiting for data and ACK data and improving the communication efficiency as the communication system.
  • the reason is that the transmission continuation unit 84 is provided in the transmission side device 81 so as to continuously transmit the data without waiting for the ACK data.
  • each unit shown in FIGS. 1, 3, and 5 can be regarded as a function (processing) unit (software module) of a software program.
  • processing processing
  • software module software module
  • FIG. 8 is a diagram illustrating an exemplary configuration of an information processing apparatus 200 (computer) that can execute a transmission-side apparatus according to an exemplary embodiment of the present invention. That is, FIG. 8 shows a computer (information) such as a server terminal capable of realizing the whole or a part of the transmission side devices of the transmission side devices 11, 71, 91 shown in FIGS. It represents a hardware environment in which each function in the above-described embodiment can be realized. The direction of the arrow in FIG. 8 shows an example, and does not limit the direction of the signal between the blocks.
  • the information processing apparatus 200 illustrated in FIG. 8 includes a CPU (Central_Processing_Unit) 201, an input unit 202, an output unit 203, and a communication interface 205 with external devices (Interface: hereinafter, abbreviated as “communication I / F 205”). Including.
  • CPU Central_Processing_Unit
  • input unit 202 input unit
  • output unit 203 output unit
  • communication interface 205 with external devices
  • the information processing apparatus 200 also includes a hard disk 206 (nonvolatile storage device), a memory 207, and a reader / writer 208 that can read and write data stored in a nonvolatile storage medium 209 such as a CD-ROM (Compact_Disc_Read_Only_Memory). These components are general computers connected via a bus 204 (communication line).
  • the transmission side transmission / reception units 12, 72, and 92 shown in FIGS. 1, 3, and 5 are, for example, an input unit 202 (reception unit of the transmission / reception unit of the transmission side device) and an output unit 203 (transmission of the transmission / reception unit of the transmission side device). Part).
  • FIG. 1 The block configuration diagram (FIGS. 1, 3, and 5) referred to in the description of the embodiment for the information processing apparatus 200 shown in FIG. This is achieved by supplying a computer program capable of realizing the functions of the flowcharts (FIGS. 2, 4, and 6), reading the computer program to the CPU 201 of the hardware, and interpreting and executing the computer program.
  • the computer program supplied to the apparatus may be stored in a non-volatile storage device such as the hard disk 206 or a readable / writable volatile memory 207.
  • the computer program can be supplied to the hardware by a method of installing in the apparatus via various nonvolatile storage media 209 such as a CD-ROM, a communication line such as the Internet, and the like.
  • various nonvolatile storage media 209 such as a CD-ROM, a communication line such as the Internet, and the like.
  • a general procedure can be adopted, such as a method of downloading from the outside via the communication I / F 205.
  • the present invention can be understood to be constituted by a code constituting the computer program or a nonvolatile storage medium 209 storing the code.

Landscapes

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

Abstract

A transmitting apparatus transmits data on a continual basis without waiting for ACK data. A transmission-side apparatus 81 transmits data to be transmitted to a receiving-side apparatus 41, and is provided with: a transmission-side transmitting-receiving unit 82 that receives, from the receiving-side apparatus 41, an acknowledgment corresponding to the transmitted data; a transmission stop monitoring unit 83 that confirms whether transmission of data to be transmitted is stopped at the transmission-side transmitting-receiving unit 82; and a transmission continuation unit 84 that continues, in the case where it is determined by the transmission stop monitoring unit that transmission of the data to be transmitted by the transmission-side transmitting-receiving unit is stopped, transmission of the data to be transmitted instead of the transmission-side transmitting-receiving unit.

Description

送信装置およびその制御方法、通信システム、並びに通信制御プログラムが格納された記録媒体Transmitting apparatus, control method therefor, communication system, and recording medium storing communication control program
 本発明は、送信装置およびその制御方法、通信システム、並びに通信制御プログラムが格納された記録媒体に関する。 The present invention relates to a transmission device, a control method thereof, a communication system, and a recording medium storing a communication control program.
 送信端末が受信端末に送信したデータパケットをその受信端末が受信すると、当該受信端末は、確認応答(以下、「ACK」と言う。)パケットを送信端末に送信する。そのACKパケットを受信すると、当該送信端末は、当該受信端末に、次のデータパケットを送信する。このような動作を行う通信システムが知られている。 When the receiving terminal receives the data packet transmitted from the transmitting terminal to the receiving terminal, the receiving terminal transmits an acknowledgment (hereinafter referred to as “ACK”) packet to the transmitting terminal. When receiving the ACK packet, the transmitting terminal transmits the next data packet to the receiving terminal. Communication systems that perform such operations are known.
 係る送信端末および受信端末が通信可能に接続される通信ネットワーク(以下、単に「ネットワーク」と言う。)の通信方式には、例えば、今日では一般的なTCP(Transmission_Control_Protocol)プロトコル(以下、「TCP」と略称する。)が用いられる。 As a communication method of a communication network (hereinafter simply referred to as “network”) in which the transmitting terminal and the receiving terminal are communicably connected, for example, a general TCP (Transmission_Control_Protocol) protocol (hereinafter “TCP”) is used today. For short).
 TCPでは、ネットワークにおいて輻輳(ネットワークの伝送能力を越える量のデータがネットワークに流入することによって、送信したデータパケットが遅延したり、喪失したりする状況)が発生しないように、例えば送信端末の送信バッファにおいては、ACKパケットを受信することなく一度に送信可能なデータを示すウィンドウを用いてデータパケットの送信量が制限される。 In TCP, for example, transmission by a transmitting terminal is performed so that congestion (a situation in which a transmitted data packet is delayed or lost due to inflow of data exceeding the transmission capacity of the network) into the network does not occur. In the buffer, the transmission amount of the data packet is limited by using a window indicating data that can be transmitted at a time without receiving the ACK packet.
 一例として、TCPにおけるウィンドウについて図9を用いて説明する。図9は、送信バッファで用いられるウィンドウを概念的に説明する図である。 As an example, a window in TCP will be described with reference to FIG. FIG. 9 is a diagram conceptually illustrating windows used in the transmission buffer.
 図9に示す(1)項は、新たなデータパケットが書き込まれる前の送信バッファの内容を示す。確認応答済み領域(斜線部分)は、送信端末が送信した斜線部分までのデータパケットに対して、受信端末が対応するACKパケットを送信端末に送信し、そのACKパケットを送信端末が受け取ったことを示す。 The item (1) shown in FIG. 9 shows the contents of the transmission buffer before a new data packet is written. In the acknowledged response area (shaded area), the receiving terminal transmits an ACK packet corresponding to the data packet transmitted up to the hatched part to the transmitting terminal, and the transmitting terminal receives the ACK packet. Show.
 送信端末は、ACKパケットを受け取ると、それまで送信バッファに記憶していた送信済みのデータパケットを消去(斜線部分)する。そして、送信端末は、その消去した送信済みデータパケットが記憶されていた領域の上限の位置を、その位置のデータパケットまで確認応答済みであることを示すACK済みポインタ(図9に示す(1)項の上向き矢印)で指示する。 When the transmitting terminal receives the ACK packet, it erases the transmitted data packet stored in the transmission buffer until then (shaded area). The transmitting terminal then acknowledges the upper limit position of the area where the deleted transmitted data packet is stored up to the data packet at that position (ACK (1) shown in FIG. 9). Use the up arrow)
 (2)項は、確認応答領域に続く、送信可能領域および送信待ち領域を示す。送信可能領域および送信待ち領域には、送信端末が送信バッファに書き込んだデータパケットa乃至nが記憶されている。 (2) indicates a transmittable area and a transmission waiting area following the confirmation response area. In the transmittable area and the transmission waiting area, data packets a to n written in the transmission buffer by the transmitting terminal are stored.
 このうちの送信可能領域には、次に送信される、ACKパケットを受信することなく一度に送信可能なデータ量の範囲(つまり、ウィンドウサイズ)のデータパケットa乃至eが記憶されている(図9の例ではウィンドウサイズは「5」である。)。 In the transmittable area, data packets a to e within the range of data amount that can be transmitted at a time without receiving an ACK packet (that is, window size) are stored (see FIG. 5). In the example of 9, the window size is “5”.)
 なお、以下では、ウィンドウサイズを、「送信量の制限の範囲」とも言う。 In the following, the window size is also referred to as “transmission amount limit range”.
 送信待ち領域は、送信バッファに書き込まれたデータパケットa乃至nのうちの、データパケットa乃至eよりあとに送信されるデータパケットf乃至nを示す。 The transmission waiting area indicates data packets f to n transmitted after the data packets a to e among the data packets a to n written in the transmission buffer.
 送信端末は、データパケットa乃至eを、受信端末に送信すると、データパケットeの位置を、そのデータパケットeまでが送信済みであることを示す送信済みポインタ(図9の(2)項の左から2つ目の上向き矢印)で指示する。 When the transmitting terminal transmits the data packets a to e to the receiving terminal, the transmitted pointer indicating that the data packet e has been transmitted up to the position of the data packet e (the left side of the item (2) in FIG. 9). The second upward arrow).
 この時点で、データパケットa乃至eのそれぞれは、送信済みで且つACK待ちのデータパケットである。 At this point, each of the data packets a to e is a data packet that has been transmitted and is waiting for an ACK.
 (3)項は、受信端末がデータパケットa乃至eのうちの、例えばデータパケットaのみを受信したことを示す。 Item (3) indicates that the receiving terminal has received, for example, only data packet a among data packets a to e.
 送信端末は、データパケットaに対応する受信端末からのACKパケットを受信すると、それまで送信バッファに記憶していたデータパケットaを消去(図9に示す(3)項の左から2つ目の斜線部分)する。そして、送信端末は、そのデータパケットaがあった位置を、そのデータパケットaまでがACK済みであることを示すACK済みポインタで指示する(図9に示す(3)項の左から1つ目の上向き矢印)。 When the transmitting terminal receives the ACK packet from the receiving terminal corresponding to the data packet a, the transmitting terminal deletes the data packet a stored in the transmission buffer until then (the second one from the left in the item (3) shown in FIG. 9). (Hatched area). Then, the transmitting terminal indicates the position where the data packet a is located with an ACKed pointer indicating that the data packet a has been ACKed (first from the left in the item (3) shown in FIG. 9). Up arrow).
 この時点で、データパケットb乃至eのそれぞれは、送信済みで且つACK待ちのデータパケットである(図9に示す(3)項のAの両矢印で示される範囲)。 At this point, each of the data packets b to e is a data packet that has been transmitted and is waiting for an ACK (a range indicated by a double arrow A in (3) in FIG. 9).
 (3)項は、また、送信端末が消去したデータパケットaの分だけウィンドウを右側にずらすことを示し(つまり、図9に示す(3)項のBの両矢印で示される範囲。)、送信済みで且つACK待ちデータパケットb乃至eの右側に1つウィンドウがずらされることにより、データパケットfが、次に送信されるデータパケットとなる。 The term (3) also indicates that the window is shifted to the right by the amount of the data packet a erased by the transmitting terminal (that is, the range indicated by the double arrow B in the term (3) shown in FIG. 9). By shifting one window to the right of the ACK-waiting data packets b to e that have been transmitted, the data packet f becomes the data packet to be transmitted next.
 なお、以下では、ウィンドウが右側にずらされることにより、次に送信されるデータが送信可能領域に入る余地ができることを「空きができる」と言う。 In the following, when the window is shifted to the right side, there is room for the next transmitted data to enter the transmittable area.
 送信バッファは、次のデータパケットfを受信端末へ送信し、データパケットfの位置を、そのデータパケットfの位置までが送信済みであることを示す送信済みポインタで指示する(図9に示す(3)項の左から2つ目の上向き矢印)。 The transmission buffer transmits the next data packet f to the receiving terminal, and indicates the position of the data packet f with a transmitted pointer indicating that the data packet f has already been transmitted (shown in FIG. 9). 3) Second upward arrow from the left of item).
 すなわち、送信端末は、送信したデータパケットaに対応するACKパケットを受信できたときに、Aで示される送信済みで且つACK待ちのデータパケットb乃至eのサイズ「4」が、Bで示されるウィンドウサイズ「5」よりも小さいので、送信可能領域に送信待ちのデータパケットfが入る空きができる。 That is, when the transmitting terminal can receive the ACK packet corresponding to the transmitted data packet a, the size “4” of the transmitted data packets b to e indicated by A and indicated by B is indicated by B. Since the window size is smaller than “5”, there is a free space in which data packet f waiting for transmission can enter in the transmittable area.
 送信可能領域に空きができる場合に、送信端末は、送信量の制限の範囲に達していないとして、送信バッファにおける送信待ちデータパケットfを送信する。 When there is a vacant space in the transmittable area, the transmitting terminal transmits the transmission waiting data packet f in the transmission buffer, assuming that the transmission amount limit is not reached.
 (4)項は、(3)項で、通信環境の変動により、送信端末がデータパケットaに対応するACKパケットを受信できないときに、確認応答ができなかったデータパケットaを消去できず、その分のウィンドウを右にスライドできないことを示す。 The item (4) is the item (3), and when the transmitting terminal cannot receive the ACK packet corresponding to the data packet a due to a change in the communication environment, the data packet a that cannot be acknowledged cannot be deleted. Indicates that the minutes window cannot slide to the right.
 そのため(4)項では、送信端末が、送信済みで且つACK待ちのデータパケットa乃至eのAで示されるサイズ「5」が、Bで示されるウィンドウサイズ「5」以上となり、送信可能領域に送信待ちのデータパケットが入る空きができない。 Therefore, in the item (4), the size “5” indicated by A of the data packets a to e that have been transmitted by the transmitting terminal and are waiting for ACK becomes equal to or larger than the window size “5” indicated by B, and is set in the transmittable area. There is no room for data packets waiting to be sent.
 送信可能領域に空きができない場合に、送信端末は、送信量の制限の範囲に達したとして、送信バッファにおける次の送信待ちデータパケットfの送信を停止する。 When there is no space in the transmittable area, the transmitting terminal stops transmitting the next transmission-waiting data packet f in the transmission buffer, assuming that the transmission amount limit has been reached.
 なお、一般的なTCPでは、送信端末が、送信済みのデータパケットに対応するACKパケットを所定の時間内に受信できなければ、送信済みのデータパケットを所定の再送待ち時間毎に再送する。 In general TCP, if a transmitting terminal cannot receive an ACK packet corresponding to a transmitted data packet within a predetermined time, the transmitted data packet is retransmitted every predetermined retransmission waiting time.
 上述した送信端末および受信端末が、それぞれ、例えばインターネットにおけるWeb上のサーバ端末およびモバイル端末である場合、その途中経路にはモバイル網がある。 When the above-described transmission terminal and reception terminal are respectively a server terminal and a mobile terminal on the Web on the Internet, for example, there is a mobile network on the way.
 係るモバイル網では、モバイル端末の移動や、複数の基地局との間でモバイル端末が無線接続を切替えるハンドオーバに伴う電波強度の低下や、多数のモバイル端末が接続されることによる基地局における混雑等のモバイル環境特有の通信環境の変動が発生する。 In such a mobile network, movement of a mobile terminal, a decrease in radio field intensity due to a handover in which the mobile terminal switches wireless connection with a plurality of base stations, congestion in a base station due to a large number of mobile terminals being connected, etc. The communication environment unique to the mobile environment will change.
 上述した通信環境の変動により、基地局およびモバイル端末は、基地局からモバイル端末へ(下り方向)のデータパケットが喪失する場合や、無線出力電力が基地局よりも相対的に小さいモバイル端末から基地局へ(上り方向)のACKパケットが喪失する場合がある。 Due to the above-described fluctuations in the communication environment, the base station and the mobile terminal may lose data packets from the base station to the mobile terminal (downward), or may be The ACK packet to the station (upward direction) may be lost.
 上述したデータパケットおよびACKパケットのうちの少なくとも一方がネットワークにおいて喪失すると、結果としてWeb上のサーバ端末でACKパケットが受信されない。従って、Web上のサーバ端末の送信バッファにおけるウィンドウに新たな空きが生じない。 If at least one of the data packet and the ACK packet described above is lost in the network, as a result, the ACK packet is not received by the server terminal on the Web. Therefore, no new space is generated in the window in the transmission buffer of the server terminal on the Web.
 そのため、送信バッファにおける送信済みで且つACK待ちのデータパケットは、送信量の制限の範囲に達し、送信バッファにおける次に送信されるべき送信待ちデータパケットの送信が停止される。 Therefore, the data packet that has been transmitted in the transmission buffer and is waiting for ACK reaches the limit of the transmission amount, and the transmission of the data packet waiting to be transmitted next in the transmission buffer is stopped.
 その後、基地局およびモバイル端末の間の通信環境が通信可能な状態に回復したとしても、Web上のサーバ端末は、モバイル端末からのACKパケットを受信するまでの間、モバイル端末へのデータパケットの送信を停止する。 After that, even if the communication environment between the base station and the mobile terminal is restored to a communicable state, the server terminal on the Web does not receive the ACK packet from the mobile terminal until the data packet to the mobile terminal is received. Stop sending.
 例えば関連技術として、特許文献1には、以下の技術が開示されている。即ち、クライアント10は、サーバ12にACKメッセージを返送する際に、所定の時間T1を計測するタイマの計時を開始する。そのタイマが所定の時間を計時した以降にサーバ12からの次のデータパケットがクライアント10で受信されない場合に、クライアント10は、物理伝送媒体が中断されたことを検知し、同じACKメッセージを繰り返しサーバ12に送信する。 For example, as a related technique, Patent Document 1 discloses the following technique. That is, when the client 10 returns an ACK message to the server 12, the client 10 starts measuring a timer that measures a predetermined time T1. When the next data packet from the server 12 is not received by the client 10 after the timer counts a predetermined time, the client 10 detects that the physical transmission medium is interrupted, and repeats the same ACK message. 12 to send.
 特許文献2には、以下の技術が開示されている。即ち、地上局3(送信端末)および移動局4(受信端末)の間の無線リンクが非接続状態から回復したことが検出されると、受信端末でACKパケットを蓄積するACKパケット蓄積手段に蓄積された最新のACKパケットを、送信端末へ送信する。これにより、送信端末は、その送信されたACKパケットに基づいて再送するデータパケットを決定する。 Patent Document 2 discloses the following technique. That is, when it is detected that the radio link between the ground station 3 (transmitting terminal) and the mobile station 4 (receiving terminal) has recovered from the disconnected state, it is stored in the ACK packet storage means that stores the ACK packet at the receiving terminal. The latest ACK packet is transmitted to the transmitting terminal. As a result, the transmitting terminal determines a data packet to be retransmitted based on the transmitted ACK packet.
 特許文献3には、以下の技術が開示されている。即ち、送信装置100から送信されたパケットを受信装置200が受信し、受信したそのパケットに誤りが検出された際に、その検出された誤りの補正を行う。そして、受信装置200は、所定時間内にその誤りを補正できなかった場合でも、その補正を継続し、補正が正しくできた場合に肯定応答ACKを返送するまでの間、送信装置100は、次のパケットを最大N個の範囲で連続して送信する。これにより、送信装置100から受信装置200への再送パケットの送信頻度を抑制する。 Patent Document 3 discloses the following technique. That is, when the receiving device 200 receives a packet transmitted from the transmitting device 100 and an error is detected in the received packet, the detected error is corrected. Then, even if the receiving apparatus 200 cannot correct the error within a predetermined time, the transmitting apparatus 100 continues the correction, and returns the acknowledgment ACK when the correction is correct. Are continuously transmitted in a maximum of N ranges. As a result, the transmission frequency of retransmission packets from the transmission apparatus 100 to the reception apparatus 200 is suppressed.
 特許文献4には、以下の技術が開示されている。即ち、無線アクセスポイント1から、複数の受信端末に送信データパケットを同報するシステムにおいて、受信端末からのACK信号がアクセスポイント1において受信されないときに、アクセスポイント1における送信前データの蓄積量が規定の大きさを越える場合、送信データパケットの再送を停止する。これにより、当該システムは、データパケットの送信の遅延を解消する。 Patent Document 4 discloses the following technique. That is, in a system that broadcasts transmission data packets from the wireless access point 1 to a plurality of receiving terminals, when the ACK signal from the receiving terminal is not received at the access point 1, the accumulated amount of data before transmission at the access point 1 is If the specified size is exceeded, retransmission of the transmitted data packet is stopped. As a result, the system eliminates the transmission delay of the data packet.
 特許文献5には、基地局130から送信されたパケットを受信する中継装置120の再送把握部214が、受信したパケットのシーケンス番号の欠番を検知すると、中継装置120が欠番パケットの再送を基地局130へ要求する技術が開示されている。 In Patent Document 5, when the retransmission grasp unit 214 of the relay apparatus 120 that receives a packet transmitted from the base station 130 detects a missing number of the sequence number of the received packet, the relay apparatus 120 transmits a retransmission of the missing packet to the base station. Techniques required for 130 are disclosed.
 特許文献5には、以下の技術が開示されている。即ち、その技術は、中継装置120からの要求に基づいて基地局130が再送したパケットを中継装置120が受信する際に生じる無通信状態を無通信検出部220が検出したときに、ダミー送信部216によりダミーデータを基地局130に送信し、基地局130と中継装置120との間のチャネルが解放されないようにする。 Patent Document 5 discloses the following technology. That is, when the no-communication detection unit 220 detects a no-communication state that occurs when the relay device 120 receives a packet retransmitted by the base station 130 based on a request from the relay device 120, The dummy data is transmitted to the base station 130 by 216 so that the channel between the base station 130 and the relay apparatus 120 is not released.
 特許文献6には、以下の技術が開示されている。即ち、その技術は、通信網10を介してデータを送受信するパケット通信装置1および2のうちの何れか一方から、相手装置の正常性を確認する第1の周期でのARPパケットの送信を行い、そのARPパケットに対する応答が来なければ、当該相手装置が異常な状態にあると判断する。そしてその技術は、その後の当該相手装置へのデータの送信を停止することでトラフィックが増大するのを抑制する。 Patent Document 6 discloses the following technique. In other words, the technology transmits an ARP packet in a first period for confirming the normality of the counterpart device from either one of the packet communication devices 1 and 2 that transmit and receive data via the communication network 10. If no response to the ARP packet is received, it is determined that the counterpart device is in an abnormal state. And the technique suppresses that traffic increases by stopping transmission of the data to the said counterpart apparatus after that.
特許第5185955号公報Japanese Patent No. 5185955 特許第4832483号公報Japanese Patent No. 4832483 特開2008-079350号公報JP 2008-079350 A 特開2006-324738号公報JP 2006-324738 A 特開2010-056942号公報JP 2010-069442 A 特開2008-017417号公報JP 2008-018417 A
 しかしながら、通信環境の変動により、データパケットおよび/またはACKメッセージを喪失した場合に、一般的なTCPでは、送信端末が、最大でデータパケットの再送待ち時間の間待たなければデータパケットの送信ができない。 However, when data packets and / or ACK messages are lost due to changes in the communication environment, in general TCP, data packets cannot be transmitted unless the transmitting terminal waits for the maximum waiting time for data packet retransmission. .
 また、特許文献1に記載された技術では、サーバ12が、最大でACKパケットの繰り返し送信間隔のT1時間の間待たなければデータパケットの送信ができない。 Also, with the technique described in Patent Document 1, data packets cannot be transmitted unless the server 12 waits for a maximum T1 time of an ACK packet repetitive transmission interval.
 すなわち、上述した一般的なTCPおよび特許文献1では、送信端末において、上述したデータパケットおよびACKパケットを待つ時間分の遅延が発生するため通信システムとしての通信効率が低下する問題点がある。 That is, in the general TCP and Patent Document 1 described above, there is a problem in that communication efficiency as a communication system is reduced because a delay corresponding to the above-described data packet and ACK packet occurs in the transmission terminal.
 なお、関連する特許文献2乃至6のそれぞれでは、送信端末がACKパケットを待つことなく、且つ、送信済みデータパケットを再送することなしに、次のデータパケットを送信することは何ら記載されていない。 In each of the related Patent Documents 2 to 6, there is no description that the transmitting terminal transmits the next data packet without waiting for the ACK packet and without retransmitting the transmitted data packet. .
 本発明の目的は、上述した問題点を解決した通信システム、通信制御方法および通信制御プログラムを提供することにある。 An object of the present invention is to provide a communication system, a communication control method, and a communication control program that solve the above-described problems.
 本発明の一観点において、送信装置は、送信対象データを受信装置へ送信すると共に、前記送信対象データに対応する確認応答を、前記受信装置から受信する送信側送受信手段と、前記送信側送受信手段における前記送信対象データの送信が停止されているか否かを確認する送信停止監視手段と、前記送信側送受信手段による前記送信対象データの送信が停止されたと前記送信停止監視手段によって判定された場合に、前記送信対象データの送信を、前記送信側送受信手段に代わって継続する送信継続手段とを備える。 In one aspect of the present invention, the transmission device transmits the transmission target data to the reception device, and transmits a confirmation response corresponding to the transmission target data from the reception device, and the transmission side transmission / reception unit. Transmission stop monitoring means for confirming whether or not transmission of the transmission target data is stopped, and when the transmission stop monitoring means determines that transmission of the transmission target data by the transmission side transmission / reception means is stopped And transmission continuation means for continuing transmission of the transmission target data in place of the transmission side transmission / reception means.
 また、本発明の他の観点において、送信装置の制御方法は、送信対象データを受信装置へ送信すると共に、前記送信対象データに対応する確認応答を、前記受信装置から受信する送信側送受信手段と、前記送信側送受信手段における前記送信対象データの送信が停止されているか否かを確認する送信停止監視手段と、前記送信停止監視手段の指示に基づいて前記送信対象データを送信する送信継続手段とを備える送信装置の制御方法であって、前記送信側送受信手段の前記送信対象データの送信が停止されたと前記送信停止監視手段によって判定した場合に、前記送信対象データの送信を、前記送信側送受信手段に代わって継続するよう前記送信継続手段を制御する。 In another aspect of the present invention, a method for controlling a transmission device includes: transmission side transmission / reception means for transmitting transmission target data to a reception device and receiving an acknowledgment corresponding to the transmission target data from the reception device; A transmission stop monitoring means for confirming whether transmission of the transmission target data in the transmission side transmission / reception means is stopped; a transmission continuation means for transmitting the transmission target data based on an instruction from the transmission stop monitoring means; A transmission apparatus control method comprising: when the transmission stop monitoring means determines that transmission of the transmission target data of the transmission side transmission / reception means has been stopped, the transmission side transmission / reception means transmits the transmission target data. The transmission continuation means is controlled to continue in place of the means.
 また、本発明の他の観点において、通信システムは、
送信対象データを送信可能な送信装置と、該送信装置と相互に通信可能な通信ネットワークを介して接続され、前記送信装置からの前記送信対象データを受信した場合に確認応答を返送可能な受信装置とを備え、前記送信装置は、前記送信対象データを前記受信装置へ送信すると共に、前記送信対象データに対応する前記確認応答を、前記受信装置から受信する送信側送受信手段と、前記送信側送受信手段における前記送信対象データの送信が停止されているか否かを確認する送信停止監視手段と、前記送信側送受信手段による前記送信対象データの送信が停止されたと前記送信停止監視手段によって判定された場合に、前記送信対象データの送信を、前記送信側送受信手段に代わって継続する前記送信継続手段とを含む。
In another aspect of the present invention, a communication system includes:
A transmission apparatus capable of transmitting transmission target data and a reception apparatus connected via a communication network capable of communicating with the transmission apparatus and capable of returning an acknowledgment when the transmission target data is received from the transmission apparatus The transmission device transmits the transmission target data to the reception device, and transmits and receives the confirmation response corresponding to the transmission target data from the reception device, and the transmission side transmission / reception. A transmission stop monitoring means for confirming whether or not transmission of the transmission target data in the means is stopped, and a case where the transmission stop monitoring means determines that transmission of the transmission target data by the transmission side transmission / reception means is stopped The transmission continuation unit continues the transmission of the transmission target data in place of the transmission side transmission / reception unit.
 さらに、本発明は、上述した構成を備える送信装置またはその制御方法に対応する、送信制御プログラム、あるいは、その送信制御プログラムが格納された記録媒体(記憶媒体)によっても実現される。 Furthermore, the present invention is also realized by a transmission control program or a recording medium (storage medium) storing the transmission control program corresponding to the transmission apparatus having the above-described configuration or its control method.
 本発明には、データまたはACKデータを待つ時間分の遅延を抑制し、通信システムとしての通信効率を改善できる効果がある。 The present invention has an effect of suppressing the delay for the time waiting for data or ACK data and improving the communication efficiency as a communication system.
本発明の第1の実施形態を示すブロック図である。It is a block diagram which shows the 1st Embodiment of this invention. 第1の実施形態における送信側装置の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the transmission side apparatus in 1st Embodiment. 本発明の第2の実施形態を示すブロック図である。It is a block diagram which shows the 2nd Embodiment of this invention. 第2の実施形態における送信側装置の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the transmission side apparatus in 2nd Embodiment. 本発明の第3の実施形態を示すブロック図である。It is a block diagram which shows the 3rd Embodiment of this invention. 本発明の第3の実施形態を示すブロック図である。It is a block diagram which shows the 3rd Embodiment of this invention. 第3の実施形態における送信側装置の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the transmission side apparatus in 3rd Embodiment. 本発明の模範的な実施形態における送信側装置を実行可能な情報処理装置(コンピュータ)の構成を例示的に説明する図である。It is a figure which illustrates illustartively the structure of the information processing apparatus (computer) which can perform the transmission side apparatus in exemplary embodiment of this invention. 送信バッファで用いられるウィンドウを概念的に説明する図である。It is a figure which illustrates notionally the window used with a transmission buffer.
 次に、本発明の実施形態について図面を参照して詳細に説明する。 Next, embodiments of the present invention will be described in detail with reference to the drawings.
 <第1の実施形態>
 まず、第1の実施形態について説明する。図1は、第1の実施形態を示すブロック図である。
<First Embodiment>
First, the first embodiment will be described. FIG. 1 is a block diagram showing the first embodiment.
 図1を参照すると、本実施形態の通信システム1は、送信側装置11と、送信側装置11と相互に通信可能なネットワークを介して接続された受信側装置31とを含む。 Referring to FIG. 1, a communication system 1 according to the present embodiment includes a transmission-side device 11 and a reception-side device 31 connected via a network that can communicate with the transmission-side device 11.
 送信側装置11は、送信側送受信部12と、送信停止監視部13と、送信継続部14と、共用送受信部19とを含む。受信側装置31は、受信側送受信部32を含む。 The transmission side device 11 includes a transmission side transmission / reception unit 12, a transmission stop monitoring unit 13, a transmission continuation unit 14, and a shared transmission / reception unit 19. The reception side device 31 includes a reception side transmission / reception unit 32.
 送信側送受信部12は、送信バッファ20を含む。 The transmission side transmission / reception unit 12 includes a transmission buffer 20.
 送信継続部14は、送信バッファを含む(図1には、図示せず。)。 The transmission continuation unit 14 includes a transmission buffer (not shown in FIG. 1).
 共用送受信部19は、送信バッファを含む(図1には、図示せず。)。 The shared transmission / reception unit 19 includes a transmission buffer (not shown in FIG. 1).
 受信側装置31の受信側送受信部32は、送信バッファ(図1には、図示せず。)を含む。 The reception side transmission / reception unit 32 of the reception side device 31 includes a transmission buffer (not shown in FIG. 1).
 共用送受信部19は、送信バッファ20または、送信継続部14の送信バッファからのデータが、共用送受信部19の送信バッファに書き込まれる(コピーされる)と、書き込まれたデータを受信側装置31へ送信する。 When the data from the transmission buffer 20 or the transmission buffer of the transmission continuation unit 14 is written (copied) to the transmission buffer of the shared transmission / reception unit 19, the shared transmission / reception unit 19 sends the written data to the reception-side device 31. Send.
 また、共用送受信部19は、受信側装置31からのACKデータを受け取り、送信側送受信部12に渡す。 The shared transmission / reception unit 19 receives ACK data from the reception side device 31 and passes it to the transmission side transmission / reception unit 12.
 送信停止監視部13および送信継続部14については、後述する本実施形態における動作説明において説明する。 The transmission stop monitoring unit 13 and the transmission continuation unit 14 will be described in the operation description in the present embodiment to be described later.
 なお、送信バッファ20は、送信側装置11からの書き込みデータを記憶する記憶領域である。 The transmission buffer 20 is a storage area for storing write data from the transmission side device 11.
 次に、図2を参照して本実施形態の動作を説明する。 Next, the operation of this embodiment will be described with reference to FIG.
 図2は、本実施形態における送信側装置11の処理の流れを示す図である。 FIG. 2 is a diagram illustrating a processing flow of the transmission-side apparatus 11 in the present embodiment.
 送信側装置11が、送信バッファ20に、データを書き込むと、送信バッファ20は、書き込まれたデータのうち、ACKデータを受信することなく一度に送信可能なデータ量のデータを、共用送受信部19を介して受信側端末31へ送信する(ステップS51)。 When the transmission side device 11 writes data in the transmission buffer 20, the transmission buffer 20 transmits data of the amount of data that can be transmitted at a time without receiving ACK data among the written data. Is transmitted to the receiving terminal 31 (step S51).
 送信停止監視部13は、送信バッファ20に書き込まれたデータの、送信バッファ20からの送信が停止されたか否かを確認する(ステップS52)。 The transmission stop monitoring unit 13 checks whether transmission of data written in the transmission buffer 20 from the transmission buffer 20 has been stopped (step S52).
 送信停止監視部13は、ステップS52において、送信側装置11が、受信側装置31からのACKデータを受信できたときに、送信バッファ20がデータの送信を停止していないと判定する(ステップS52において、NO)。 In step S52, the transmission stop monitoring unit 13 determines that the transmission buffer 20 has not stopped data transmission when the transmission side device 11 has received ACK data from the reception side device 31 (step S52). NO).
 つまり、送信停止監視部13は、送信済みで且つACK待ちのデータのサイズが、ウィンドウサイズよりも小さく、ウィンドウに空きがある、「送信済み且つACK待ちデータのサイズ-(マイナス)ウィンドウサイズ<0」の条件を満たす場合に、送信量の制限の範囲に達していないので送信バッファ20がデータの送信を停止していないと判定する。 That is, the transmission stop monitoring unit 13 determines that the size of the data that has been transmitted and is waiting for ACK is smaller than the window size and that there is a free window, “size of transmitted and ACK waiting data− (minus) window size <0 When the condition of “” is satisfied, it is determined that the transmission buffer 20 has not stopped data transmission because the transmission amount limit is not reached.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信バッファ20は、ステップS52においてNOの場合、上述したステップS51に示すデータを送信する処理を実行する。 If the transmission buffer 20 is NO in step S52, the transmission buffer 20 executes processing for transmitting the data shown in step S51.
 一方、送信停止監視部13は、ステップS52において、送信側装置11が、受信側装置31からのACKデータを受信できないときに、送信バッファ20がデータの送信を停止していると判定する(ステップS52において、YES)。 On the other hand, in step S52, the transmission stop monitoring unit 13 determines that the transmission buffer 20 has stopped transmitting data when the transmission side device 11 cannot receive ACK data from the reception side device 31 (step S52). In S52, YES).
 つまり、送信停止監視部13は、送信済みで且つACK待ちのデータのサイズが、ウィンドウサイズ以上となり、ウィンドウに空きがない、「送信済み且つACK待ちデータのサイズ-ウィンドウサイズ≧0」の条件を満たす場合に、以下の処理を行う。即ち、送信停止監視部13は、送信バッファが送信量の制限の範囲に達しているので送信バッファ20がデータの送信を停止していると判定する。 That is, the transmission stop monitoring unit 13 satisfies the condition of “the size of the transmitted and ACK waiting data−the window size ≧ 0” in which the size of the data that has been transmitted and is waiting for the ACK is equal to or larger than the window size and the window is not empty. If so, do the following: That is, the transmission stop monitoring unit 13 determines that the transmission buffer 20 has stopped transmitting data because the transmission buffer has reached the limit of the transmission amount.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信継続部14は、ステップS52において、YESの場合、後述するステップS53の処理を実行する。 If the transmission continuation unit 14 is YES in step S52, the transmission continuation unit 14 performs a process of step S53 described later.
 すなわち、送信停止監視部13は、送信継続部14に、送信継続部14の送信バッファに、送信バッファ20が次に送信する予定であったデータを送信バッファ20から引き取るよう指示する。 That is, the transmission stop monitoring unit 13 instructs the transmission continuation unit 14 to take the data that the transmission buffer 20 was scheduled to transmit next from the transmission buffer 20 to the transmission buffer of the transmission continuation unit 14.
 送信継続部14は、共用送受信部19の送信バッファに、送信継続部14が引き取った送信バッファ20のデータを書き込む。 The transmission continuation unit 14 writes the data of the transmission buffer 20 taken by the transmission continuation unit 14 in the transmission buffer of the shared transmission / reception unit 19.
 共用送受信部19は、送信継続部14の送信バッファから書き込まれたデータを受信側装置31へ送信する(ステップS53)。 The shared transmitting / receiving unit 19 transmits the data written from the transmission buffer of the transmission continuation unit 14 to the reception side device 31 (step S53).
 送信停止監視部13は、ステップS52において、送信側装置11が、受信側装置31からのACKデータを受信できずに、送信バッファ20がデータの送信を停止していると判定した後、送信バッファ20からのデータの送信の停止が解除されたか否かを確認する(ステップS54)。 In step S52, the transmission stop monitoring unit 13 determines that the transmission side device 11 cannot receive the ACK data from the reception side device 31 and the transmission buffer 20 has stopped transmitting data. It is confirmed whether or not the stop of transmission of data from 20 is released (step S54).
 送信停止監視部13は、ステップS54において送信側装置11が受信側装置31からのACKデータを受信できないときに、送信バッファ20におけるデータの送信の停止が解除されていないと判定する(ステップS54において、NO)。 The transmission stop monitoring unit 13 determines that the stop of data transmission in the transmission buffer 20 has not been canceled when the transmission side device 11 cannot receive the ACK data from the reception side device 31 in step S54 (in step S54). , NO).
 つまり、送信停止監視部13は、送信済みで且つACK待ちのデータのサイズが、ウィンドウサイズ以上となり、ウィンドウに空きができず、送信量の制限の範囲に達しているので、送信バッファ20におけるデータの送信の停止が解除されていないと判定する。 That is, the transmission stop monitoring unit 13 determines that the size of the data that has been transmitted and is waiting for ACK is equal to or larger than the window size, the window is not free, and has reached the limit of the transmission amount. It is determined that the stop of the transmission is not released.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信継続部14は、ステップS54において、NOの場合、上述したステップS53に示す処理を実行する。 In step S54, the transmission continuation unit 14 executes the process shown in step S53 described above in the case of NO.
 一方、送信停止監視部13は、ステップS54において、送信側装置11が受信側装置31からのACKデータを受信できたときに、送信バッファ20におけるデータの送信の停止が解除されたと判定する(ステップS54において、YES)。 On the other hand, in step S54, the transmission stop monitoring unit 13 determines that the stop of data transmission in the transmission buffer 20 is released when the transmission side device 11 can receive ACK data from the reception side device 31 (step S54). In S54, YES).
 つまり、送信停止監視部13は、送信済みで且つACK待ちのデータのサイズが、ウィンドウサイズよりも小さく、ウィンドウに空きができ、送信量の制限の範囲に達していないので送信バッファ20におけるデータの送信の停止が解除されたと判定する。 In other words, the transmission stop monitoring unit 13 has already transmitted and the size of the data waiting for ACK is smaller than the window size, the window is vacant, and the transmission amount limit is not reached. It is determined that the transmission stop has been released.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信バッファ20は、ステップS54において、YESの場合、上述したステップS51に示すデータを送信する処理を再開する。 The transmission buffer 20 resumes the process of transmitting the data shown in step S51 described above when YES in step S54.
 その際、送信継続部14は、送信継続部14の送信バッファによるデータの送信を停止する。 At that time, the transmission continuation unit 14 stops data transmission by the transmission buffer of the transmission continuation unit 14.
 こうして、送信側装置11は、受信側装置31からのACKデータを受信していなくても送信継続部14を用いてデータの送信を継続することが出来る。 In this way, the transmission side device 11 can continue the data transmission using the transmission continuation unit 14 even if the ACK data from the reception side device 31 is not received.
 なお、ステップS54において、送信バッファ20からのデータの送信の停止が解除されたことを判定する他の方法として、以下の方法を採用してもよい。即ち、送信停止監視部13は、送信バッファ20が上述したステップS51に示す、データを送信する処理を再開したことによってデータの送信の停止が解除されたと判定するようにしてもよい。 Note that, in step S54, the following method may be employed as another method for determining that the stop of transmission of data from the transmission buffer 20 is released. In other words, the transmission stop monitoring unit 13 may determine that the stop of data transmission has been released by the transmission buffer 20 restarting the data transmission process shown in step S51 described above.
 また、共用送受信部19は、送信バッファ20または送信継続部14の送信バッファのデータを受信側装置31へ送信し、受信側装置31からのACKデータを、送信側送受信部12に渡すことができれば、上述した方法に限定されず、他の方法を用いてもよい。 Moreover, if the shared transmission / reception part 19 can transmit the data of the transmission buffer of the transmission buffer 20 or the transmission continuation part 14 to the reception side apparatus 31, and can pass the ACK data from the reception side apparatus 31 to the transmission side transmission / reception part 12. The method is not limited to the method described above, and other methods may be used.
 以上、本実施形態には、データまたはACKデータを待つ時間分の遅延を抑制し、通信システムとしての通信効率を改善できる効果がある。 As described above, this embodiment has the effect of suppressing the delay for the time waiting for data or ACK data and improving the communication efficiency as the communication system.
 その理由は、ACKデータを待つことなくデータを継続して送信するように送信側装置11に送信継続部14を設けたからである。 The reason is that the transmission continuation unit 14 is provided in the transmission side device 11 so as to continuously transmit data without waiting for ACK data.
 また、上述した送信側装置および受信側装置を、それぞれ、例えば基地局の外部端末であるWeb上のサーバ端末およびモバイル端末としてモバイル通信環境に適用した場合には、以下の効果もある。即ち、不特定多数となる受信側装置であるモバイル端末の改造は不要であり、共通の送信側装置であるWeb上のサーバ端末にのみ、上述した図2に示す処理を実行可能なように適用すればよいので、導入コストを低減できる。 Further, when the above-described transmission-side device and reception-side device are applied to a mobile communication environment as a server terminal and a mobile terminal on the Web, which are external terminals of the base station, for example, the following effects are also obtained. In other words, it is not necessary to modify the mobile terminal that is an unspecified number of receiving side devices, and it is applied only to the server terminal on the Web that is a common transmitting side device so that the processing shown in FIG. 2 can be executed. Therefore, the introduction cost can be reduced.
 <第2の実施形態>
 次に、第2の実施形態について説明する。図3は、第2の実施形態を示すブロック図である。
<Second Embodiment>
Next, a second embodiment will be described. FIG. 3 is a block diagram showing the second embodiment.
 図3を参照すると、本実施形態の通信システム70は、送信側装置71と、送信側装置71と相互に通信可能なネットワークを介して接続された受信側装置31とを含む。 Referring to FIG. 3, the communication system 70 of the present embodiment includes a transmission-side device 71 and a reception-side device 31 connected via a network that can communicate with the transmission-side device 71.
 本実施形態における送信側装置71は、第1の実施形態で説明した送信側装置11の構成に、ACK履歴保存部76を追加した点が、第1の実施形態の構成と異なる。 The transmission side device 71 in this embodiment is different from the configuration of the first embodiment in that an ACK history storage unit 76 is added to the configuration of the transmission side device 11 described in the first embodiment.
 以下では、第1の実施形態と異なる構成および動作を中心に説明し、第1の実施形態の構成要素と同じ構成要素には同一の参照符号が付与され、それらの説明は省略される。 Hereinafter, the configuration and operation different from those of the first embodiment will be mainly described, and the same reference numerals are given to the same components as those of the first embodiment, and the description thereof will be omitted.
 送信側装置71は、送信側送受信部72と、送信停止監視部73と、送信継続部74と、共用送受信部79と、ACK履歴保存部76とを含む。 The transmission side device 71 includes a transmission side transmission / reception unit 72, a transmission stop monitoring unit 73, a transmission continuation unit 74, a shared transmission / reception unit 79, and an ACK history storage unit 76.
 送信側送受信部72は、送信バッファ80を含む。 The transmission side transmission / reception unit 72 includes a transmission buffer 80.
 送信継続部74は、送信バッファを含む(図3には図示せず。)。 The transmission continuation unit 74 includes a transmission buffer (not shown in FIG. 3).
 ACK履歴保存部76は、送信側送受信部72が、受信側装置31からのACKデータを受信する度に、ACKデータの受信間隔の情報を保存する。 The ACK history storage unit 76 stores information on the reception interval of ACK data each time the transmission side transmission / reception unit 72 receives ACK data from the reception side device 31.
 ACKデータの受信間隔の情報は、例えば通信システムが有する時刻の時刻値やクロックのクロック数等を用いることができる。 ACK data reception interval information can use, for example, the time value of the communication system and the number of clocks.
 次に、図4を参照して本実施形態の動作を説明する。 Next, the operation of this embodiment will be described with reference to FIG.
 図4は、本実施形態における送信側装置71の処理の流れを示す図である。 FIG. 4 is a diagram illustrating a processing flow of the transmission-side device 71 in the present embodiment.
 送信側装置71が、送信バッファ80に、データを書き込むと、送信バッファ80は、書き込まれたデータのうち、ACKを受信することなく一度に送信可能なデータ量のデータを、共用送受信部79を介して受信側端末31へ送信する(ステップS151)。 When the transmission-side device 71 writes data to the transmission buffer 80, the transmission buffer 80 transmits data of the amount of data that can be transmitted at a time without receiving ACK among the written data to the shared transmission / reception unit 79. To the receiving side terminal 31 (step S151).
 送信停止監視部73は、送信バッファ80に書き込まれたデータの、送信バッファ80からの送信が停止したか否かを確認する(ステップS152)。 The transmission stop monitoring unit 73 checks whether transmission of data written in the transmission buffer 80 from the transmission buffer 80 is stopped (step S152).
 送信停止監視部73は、ステップS152において、送信側装置71が、受信側装置31からのACKデータを受信できたときに、送信バッファ80がデータの送信を停止していないと判定する(ステップS152において、NO)。 In step S152, the transmission stop monitoring unit 73 determines that the transmission buffer 80 has not stopped data transmission when the transmission side device 71 has received ACK data from the reception side device 31 (step S152). NO).
 つまり、送信停止監視部73は、送信済みで且つACK待ちのデータのサイズが、ウィンドウサイズよりも小さく、ウィンドウに空きがある、「送信済み且つACK待ちデータのサイズ-ウィンドウサイズ<0」の条件を満たす場合に、以下の処理を行う。即ち、送信停止監視部73は、送信バッファが送信量の制限の範囲に達していないので送信バッファ80がデータの送信を停止していないと判定する。 That is, the transmission stop monitoring unit 73 satisfies the condition “the size of the transmitted and ACK waiting data−the window size <0”, where the size of the data that has already been transmitted and the ACK waiting is smaller than the window size and there is an empty window. If the above is satisfied, the following processing is performed. That is, the transmission stop monitoring unit 73 determines that the transmission buffer 80 has not stopped data transmission because the transmission buffer has not reached the transmission amount limit range.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信バッファ80は、ステップS152においてNOの場合、上述したステップS151に示すデータを送信する処理を実行する。 If the transmission buffer 80 is NO in step S152, the transmission buffer 80 executes processing for transmitting the data shown in step S151 described above.
 一方、送信停止監視部73は、ステップS152において、送信側装置71が、受信側装置31からのACKデータを受信できないときに、送信バッファ80がデータの送信を停止していると判定する(ステップS152において、YES)。 On the other hand, in step S152, the transmission stop monitoring unit 73 determines that the transmission buffer 80 has stopped transmitting data when the transmission side device 71 cannot receive ACK data from the reception side device 31 (step S152). In S152, YES).
 つまり、送信停止監視部73は、送信済みで且つACK待ちのデータのサイズがウィンドウサイズ以上となり、ウィンドウに空きがない、「送信済み且つACK待ちデータのサイズ-ウィンドウサイズ≧0」の条件を満たす場合に、以下の処理を行う。即ち、送信停止監視部73は、送信バッファが送信量の制限の範囲に達しているので送信バッファ80がデータの送信を停止していると判定する。 That is, the transmission stop monitoring unit 73 satisfies the condition of “the size of the transmitted and ACK waiting data−the window size ≧ 0”, in which the size of the transmitted data and the ACK waiting data is equal to or larger than the window size and the window is not empty. In this case, the following processing is performed. That is, the transmission stop monitoring unit 73 determines that the transmission buffer 80 has stopped transmitting data because the transmission buffer has reached the limit of the transmission amount.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信継続部74は、ステップS152において、YESの場合、後述するステップS153の処理を実行する。 In step S152, the transmission continuation unit 74 executes a process of step S153 described later in the case of YES.
 送信停止監視部73は、送信継続部74に、ACK履歴保存部76のACKデータの受信間隔の履歴を参照するようACK履歴保存部76を介して指示する(ステップS153)。 The transmission stop monitoring unit 73 instructs the transmission continuation unit 74 to refer to the history of the ACK data reception interval of the ACK history storage unit 76 via the ACK history storage unit 76 (step S153).
 送信継続部74は、ACK履歴保存部76の履歴を参照し、ACK履歴保存部76に保存されたACKデータの受信間隔でACKデータを送信側送受信部72が仮に継続して受信した場合に、送信可能となるデータ量を求める。 The transmission continuation unit 74 refers to the history of the ACK history storage unit 76, and when the transmission side transmission / reception unit 72 continuously receives ACK data at the reception interval of the ACK data stored in the ACK history storage unit 76, Find the amount of data that can be sent.
 その際に、送信継続部74が求める送信可能なデータ量は、一例として以下である。即ち、例えばTCPにおける送信データの最大セグメントサイズが1500バイト(12000ビット)とし、送信側装置が受信側装置から1秒毎に、最大セグメントサイズのデータに対応するACKデータを受信する場合には、1秒あたりに12000ビットである。 At this time, the amount of data that can be transmitted by the transmission continuation unit 74 is, for example, as follows. That is, for example, when the maximum segment size of transmission data in TCP is 1500 bytes (12000 bits), and the transmission side device receives ACK data corresponding to the maximum segment size data from the reception side device every second, 12000 bits per second.
 送信継続部74は、求めたそのデータ量に基づいて、送信継続部74の送信バッファに、送信バッファ80が送信する予定であったデータを引き取る。 The transmission continuation unit 74 takes over the data that the transmission buffer 80 was scheduled to transmit to the transmission buffer of the transmission continuation unit 74 based on the obtained data amount.
 送信継続部74は、共用送受信部79の送信バッファに、送信バッファ80から引き取ったデータを書き込む。 The transmission continuation unit 74 writes the data received from the transmission buffer 80 in the transmission buffer of the shared transmission / reception unit 79.
 共用送受信部79は、送信継続部74から書き込まれたデータを受信側装置31へ送信する(ステップS154)。 The shared transmission / reception unit 79 transmits the data written from the transmission continuation unit 74 to the reception-side device 31 (step S154).
 送信停止監視部73は、ステップS152において、送信バッファ80からのデータの送信が停止していないと判定した場合(ステップS152においてNO)、ステップS151に示す処理を実行する。 If the transmission stop monitoring unit 73 determines in step S152 that the transmission of data from the transmission buffer 80 is not stopped (NO in step S152), the transmission stop monitoring unit 73 executes the process shown in step S151.
 なお、ステップ152において、送信側装置71は、送信バッファ80によるデータの送信の停止を確認し、送信継続部74によりデータを継続送信する場合に、以下に示す1)乃至7)の何れか、またはこれらを組み合わせた制御を行ってもよい。 In step 152, when the transmission side device 71 confirms the stop of data transmission by the transmission buffer 80 and continuously transmits the data by the transmission continuation unit 74, any one of 1) to 7) shown below, Alternatively, control combining these may be performed.
 即ち、
 1)送信継続部74がデータを継続送信する際のデータ量は、送信バッファ80が送信可能なデータ量を越えてもよい。
That is,
1) The amount of data when the transmission continuation unit 74 continuously transmits data may exceed the amount of data that can be transmitted by the transmission buffer 80.
 2)送信継続部74がデータを継続送信する際の送信レートは、固定レートでもよいし、変動レートでもよく、変動レートの場合には、単位時間当たりの送信量が減少するように送信してもよい。 2) The transmission rate when the transmission continuation unit 74 continuously transmits data may be a fixed rate or a variable rate. In the case of a variable rate, transmission is performed so that the transmission amount per unit time decreases. Also good.
 3)送信継続部74がデータを継続送信する際の総送信量は、ネットワークにおける、下り方向のデータを中継する図3には図示していない中継装置(例えば、携帯端末との間の基地局)等の送信バッファにおける既知のバッファ量か、またはその既知のバッファ量の実数倍のバッファ量を超えないように調整してもよい。 3) The total transmission amount when data is continuously transmitted by the transmission continuation unit 74 is a relay device (for example, a base station with a mobile terminal) not shown in FIG. 3 that relays downlink data in the network. The transmission buffer may be adjusted so as not to exceed a known buffer amount in the transmission buffer or a buffer amount that is a real multiple of the known buffer amount.
 4)上記3)項で説明したネットワークにおける、中継装置等の送信バッファの既知のバッファ量としては、過去に、通信環境の変動によりデータが喪失した際に用いられた送信量の制限値や、ウィンドウサイズを用いてもよい。 4) As a known buffer amount of a transmission buffer such as a relay device in the network described in the above item 3), a transmission amount limit value used when data is lost due to a change in the communication environment in the past, Window size may be used.
 なお、送信継続部74は、中継装置のバッファ量を、例えば、送信側装置71がネットワークを運用する際に予め通知される情報または、予めデータを大量に送信して推定する等により取得することができる。 Note that the transmission continuation unit 74 acquires the buffer amount of the relay device by, for example, estimating information by transmitting a large amount of data in advance or information notified in advance when the transmission-side device 71 operates the network. Can do.
 5)送信継続部74は、データを継続送信する際に、送信側装置71、またはネットワークにおける上り方向の受信データを中継する中継装置等で生成したダミーのACKデータを、送信側送受信部72で受信させるようにしてもよい。 5) The transmission continuation unit 74 uses the transmission side transmission / reception unit 72 to transmit dummy ACK data generated by the transmission side device 71 or a relay device that relays uplink reception data in the network when continuously transmitting data. You may make it receive.
 また、送信継続部74は、データを継続送信する際に、送信側装置71の内部処理としてACKデータを受信させたものとして処理をしてもよい。 Further, the transmission continuation unit 74 may perform processing assuming that ACK data is received as internal processing of the transmission side device 71 when data is continuously transmitted.
 6)送信側装置71は、送信バッファ80における送信量の制限の範囲を緩和してもよい。 6) The transmission side device 71 may relax the range of transmission amount restriction in the transmission buffer 80.
 7)送信側装置71は、上述した送信継続部74が、データをACKデータの受信レートに基づいて継続送信しているときに、通信環境の変動により上り方向が通信不可能な状態から通信可能な状態に復帰した場合、以下の処理を実行してもよい。即ち、送信側装置71は、送信側装置71が受信側装置31から送信されたACKデータを受信した場合には、送信側装置71の後述する設定値および内部状態を示す各種の情報の全部または一部を変更してもよい。 7) When the transmission continuation unit 74 described above continuously transmits data based on the reception rate of ACK data, the transmission-side device 71 can communicate from a state in which the upstream direction cannot be communicated due to a change in the communication environment. When returning to the correct state, the following processing may be executed. That is, when the transmission side device 71 receives the ACK data transmitted from the reception side device 31, the transmission side device 71 includes all of various kinds of information indicating setting values and internal states described later of the transmission side device 71 or Some may be changed.
 もしくは、送信側装置71は、送信側装置71の後述する設定値および内部状態を送信側装置71がACKデータを受信しなくなる前の状態に戻してもよい。 Alternatively, the transmission side device 71 may return a setting value and an internal state, which will be described later, of the transmission side device 71 to a state before the transmission side device 71 no longer receives ACK data.
 上述した7)項に示す送信側装置71における設定値および内部状態は、例えばTCPであれば、一般に知られている輻輳ウィンドウ(cwnd)や、スロースタート閾値(slow_start_threshold;ssthresh)等の設定値およびスロースタートフェーズまたは輻輳回避フェーズ等の内部状態であり、送信量の制限や、その制限を調整する処理に係る各種の情報である。 For example, in the case of TCP, the setting value and the internal state in the transmission side device 71 shown in the above item 7) are the setting values such as a generally known congestion window (cwnd), slow start threshold (slow_start_threshold; ssthresh), and the like. It is an internal state such as a slow start phase or a congestion avoidance phase, and is various types of information related to a transmission amount limit and a process for adjusting the limit.
 しかし、送信側装置71の設定値および内部状態を示す各種の情報は、上述した値および情報には限定されない。 However, the various values indicating the setting value and the internal state of the transmission side device 71 are not limited to the above-described values and information.
 また、上述したステップS152において、送信停止監視部73は、送信バッファ80における送信済み且つACK待ちデータのサイズが送信量の制限の範囲に達する場合に、送信バッファ80がデータの送信を停止したと判断する例で説明した。 In step S152 described above, the transmission stop monitoring unit 73 determines that the transmission buffer 80 has stopped transmitting data when the size of the transmitted data in the transmission buffer 80 and the ACK waiting data reaches the transmission amount limit range. It was explained with an example of judgment.
 しかし、送信停止監視部73は、上述した停止の判断条件以外で、以下に示すa)、b)またはc)の少なくとも何れかの条件を満たす場合に、送信バッファ80がデータの送信を停止したと判断するようにしてもよい。 However, the transmission stop monitoring unit 73 stops the data transmission when the transmission buffer 80 satisfies at least one of the following conditions a), b), or c) other than the above-described stop determination conditions. You may make it judge.
 即ち、
 a)送信バッファ80における送信済み且つACK待ちデータのサイズが送信量の制限の範囲に達する場合で、且つ、送信側装置71におけるデータの送信間隔が、RTT値に基づく閾値以上に遅延した場合。
That is,
a) The case where the size of the transmitted and ACK waiting data in the transmission buffer 80 reaches the limit of the transmission amount, and the data transmission interval in the transmission side apparatus 71 is delayed by a threshold value or more based on the RTT value.
 b)送信バッファ80における送信済み且つACK待ちデータのサイズが送信量の制限の範囲に達する場合で、且つ、送信側送受信部72におけるACKデータの受信間隔が所定の閾値以上になった場合。 B) The case where the size of the transmitted ACK waiting data in the transmission buffer 80 reaches the limit of the transmission amount, and the reception interval of the ACK data in the transmission side transmission / reception unit 72 is equal to or greater than a predetermined threshold.
 c)送信バッファ80における送信済み且つACK待ちデータのサイズが送信量の制限の範囲に達する場合で、且つ、送信側装置71におけるデータの送信間隔が、RTT値に基づく閾値以上に遅延し、且つ、送信側送受信部72におけるACKデータの受信間隔が所定の閾値以上になった場合。 c) When the size of the transmitted and ACK waiting data in the transmission buffer 80 reaches the transmission amount limit range, and the data transmission interval in the transmission side device 71 is delayed by a threshold value based on the RTT value, and When the reception interval of the ACK data in the transmitting side transmission / reception unit 72 becomes equal to or greater than a predetermined threshold.
 ここで、RTTは、Round_Trip_Timeの略である。RTTは、図3に示す送信側装置71から受信側装置31にデータが送信された時刻から、送信されたデータを受信側装置31が受け取り、受け取ったそのデータを受信側装置31が確認応答した結果のACKデータを送信側装置71に送信し、送信されたACKデータを送信側装置71が受信する時刻までの、送信側装置と受信側装置との間の観測された往復の遅延時間である。 Here, RTT is an abbreviation for Round_Trip_Time. The RTT receives the transmitted data from the time when the data is transmitted from the transmission side device 71 to the reception side device 31 shown in FIG. 3, and the reception side device 31 acknowledges the received data. This is the observed round-trip delay time between the transmitting side device and the receiving side device until the time when the resulting ACK data is sent to the transmitting side device 71 and the transmitted side device 71 receives the transmitted ACK data. .
 上述したRTT値に基づく閾値は、例えばRTT値の実数倍などの値が設定される。 The threshold based on the RTT value described above is set to a value such as a real number multiple of the RTT value, for example.
 引き続き、図4に示す送信側装置71の処理の流れを説明する。 Subsequently, the processing flow of the transmission side apparatus 71 shown in FIG. 4 will be described.
 送信停止監視部73は、ステップS152において、送信側装置71が、受信側装置31からのACKデータを受信できずに、送信バッファ80がデータの送信を停止していると判定した後、送信バッファ80からのデータの送信の停止が解除されたか否かを確認する(ステップS155)。 In step S152, the transmission stop monitoring unit 73 determines that the transmission side device 71 cannot receive the ACK data from the reception side device 31 and the transmission buffer 80 has stopped transmitting data. It is confirmed whether or not the stop of transmission of data from 80 is released (step S155).
 送信停止監視部73は、ステップS155において、送信側装置71が受信側装置31からのACKデータを受信できないときに、送信バッファ80におけるデータの送信の停止が解除されていないと判定する(ステップS155において、NO)。 In step S155, the transmission stop monitoring unit 73 determines that the stop of data transmission in the transmission buffer 80 has not been released when the transmission side device 71 cannot receive the ACK data from the reception side device 31 (step S155). NO).
 つまり、送信停止監視部73は、送信済みで且つACK待ちのデータのサイズが、ウィンドウサイズ以上となり、ウィンドウに空きがない、「送信済み且つACK待ちデータのサイズ-ウィンドウサイズ≧0」の条件を満たす場合に、送信量の制限の範囲に達しているので、送信バッファ80におけるデータの送信の停止が解除されていないと判定する。 That is, the transmission stop monitoring unit 73 satisfies the condition “size of transmitted and ACK waiting data−window size ≧ 0” in which the size of the data already transmitted and waiting for ACK is equal to or larger than the window size and there is no space in the window. When the condition is satisfied, since the transmission amount limit is reached, it is determined that the stop of data transmission in the transmission buffer 80 has not been released.
 送信継続部74は、ステップS155においてNOの場合、上述したステップS154に示す、ACK受信レート継続送信処理を実行する。 If the transmission continuation unit 74 is NO in step S155, the transmission continuation unit 74 performs the ACK reception rate continuous transmission process shown in step S154 described above.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 一方、送信停止監視部73は、ステップS155において、送信側装置71が受信側装置31からのACKデータを受信できたときに、送信バッファ80におけるデータの送信の停止が解除されたと判定する(ステップS155において、YES)。 On the other hand, in step S155, the transmission stop monitoring unit 73 determines that the stop of data transmission in the transmission buffer 80 has been released when the transmission side device 71 has received ACK data from the reception side device 31 (step S155). In S155, YES).
 つまり、送信停止監視部73は、送信済みで且つACK待ちのデータのサイズが、ウィンドウサイズよりも小さく、ウィンドウに空きがある、「送信済み且つACK待ちデータのサイズ-ウィンドウサイズ<0」の条件を満たす場合に、以下の処理を行う。即ち、送信量の制限の範囲に達していないので、送信停止監視部73は、送信バッファ80におけるデータの送信の停止が解除されたと判定する。 That is, the transmission stop monitoring unit 73 satisfies the condition “the size of the transmitted and ACK waiting data−the window size <0”, where the size of the data that has already been transmitted and the ACK waiting is smaller than the window size and there is an empty window. If the above is satisfied, the following processing is performed. That is, since the transmission amount limit has not been reached, the transmission stop monitoring unit 73 determines that the stop of data transmission in the transmission buffer 80 has been released.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信バッファ80は、ステップS155においてYESの場合、上述したステップS151に示す、データを送信する処理を再開する。 When the transmission buffer 80 is YES in step S155, the transmission buffer 80 resumes the data transmission process shown in step S151 described above.
 その際、送信継続部74は、送信継続部74の送信バッファによるデータの送信を停止する。 At that time, the transmission continuation unit 74 stops data transmission by the transmission buffer of the transmission continuation unit 74.
 以上、本実施形態には、第1の実施形態の効果に加えて、第1の実施形態に比べてネットワークにおける負荷を低減できる効果がある。 As described above, in this embodiment, in addition to the effects of the first embodiment, there is an effect that the load on the network can be reduced as compared with the first embodiment.
 その理由は、送信側装置71が、ACK受信履歴保存部76に保存された受信間隔でACKデータを受信しているときに実際に送信可能となるデータ量のデータを送信するようにしたからである。 The reason is that the transmitting device 71 is configured to transmit data having a data amount that can be actually transmitted when receiving ACK data at the reception interval stored in the ACK reception history storage unit 76. is there.
 <第3の実施形態>
 次に、第3の実施形態について説明する。図5は、第3の実施形態を示すブロック図である。
<Third Embodiment>
Next, a third embodiment will be described. FIG. 5 is a block diagram showing the third embodiment.
 図5を参照すると、本実施形態の通信システム90は、送信側装置91と、送信側装置91と相互に通信可能なネットワークを介して接続された受信側装置31とを含む。 Referring to FIG. 5, a communication system 90 according to the present embodiment includes a transmission-side device 91 and a reception-side device 31 connected via a network that can communicate with the transmission-side device 91.
 本実施形態の通信システム90は、第2の実施形態で説明した通信システム70の構成に、受信側装置31との間の、ネットワークにおける下り方向のデータを記憶すると共に送信する、図5に示す、例えば基地局や他のWeb上のサーバ装置等の中継装置100における送信バッファのバッファ量を用いる点が、第2の実施形態と異なる。 The communication system 90 of the present embodiment stores and transmits downstream data in the network with the receiving-side device 31 in the configuration of the communication system 70 described in the second embodiment, as shown in FIG. The point of using the buffer amount of the transmission buffer in the relay apparatus 100 such as a base station or another server apparatus on the Web is different from the second embodiment.
 以下では、第2の実施形態と異なる構成および動作を中心に説明し、第2の実施形態の構成要素と同じ構成要素には同一の参照符号が付与され、それらの説明は省略される。 Hereinafter, the configuration and operation different from those of the second embodiment will be mainly described, and the same reference numerals are given to the same components as those of the second embodiment, and description thereof will be omitted.
 送信側装置91は、送信側送受信部92と、送信停止監視部93と、送信継続部94と、共用送受信部99と、ACK履歴保存部96とを含む。 The transmission side device 91 includes a transmission side transmission / reception unit 92, a transmission stop monitoring unit 93, a transmission continuation unit 94, a shared transmission / reception unit 99, and an ACK history storage unit 96.
 送信側送受信部92は、送信バッファ95を含む。 The transmission side transmission / reception unit 92 includes a transmission buffer 95.
 送信継続部94は、送信バッファを含む(図5には図示せず。)。 The transmission continuation unit 94 includes a transmission buffer (not shown in FIG. 5).
 ACK履歴保存部96は、送信側送受信部92が、受信側装置31からのACKデータを受信する度に、ACKデータの受信間隔の情報を保存する。 The ACK history storage unit 96 stores information on the reception interval of ACK data each time the transmission side transmission / reception unit 92 receives ACK data from the reception side device 31.
 ACKデータの受信間隔の情報は、例えば通信システムが有する時刻の時刻値やクロックのクロック数等を用いることができる。 ACK data reception interval information can use, for example, the time value of the communication system and the number of clocks.
 次に、図6を参照して本実施形態の動作を説明する。 Next, the operation of this embodiment will be described with reference to FIG.
 図6は、本実施形態における送信側装置91の処理の流れを示す図である。 FIG. 6 is a diagram illustrating a processing flow of the transmission-side device 91 in the present embodiment.
 送信側装置91が、送信バッファ95に、データを書き込むと、送信バッファ95は、書き込まれたデータのうち、ACKを受信することなく一度に送信可能なデータ量のデータを、共用送受信部99を介して受信側端末31へ送信する(ステップS171)。 When the transmission side device 91 writes the data to the transmission buffer 95, the transmission buffer 95 sends the data of the written data amount that can be transmitted at a time without receiving the ACK to the shared transmission / reception unit 99. To the receiving side terminal 31 (step S171).
 送信停止監視部93は、送信バッファ95に書き込まれたデータの、送信バッファ95からの送信が停止したか否かを確認する(ステップS172)。 The transmission stop monitoring unit 93 checks whether transmission of data written in the transmission buffer 95 from the transmission buffer 95 has been stopped (step S172).
 送信停止監視部93は、ステップS172において、送信側装置91が、受信側装置31からのACKデータを受信できたときに、送信バッファ95がデータの送信を停止していないと判定する(ステップS172において、NO)。 In step S172, the transmission stop monitoring unit 93 determines that the transmission buffer 95 has not stopped transmitting data when the transmission side device 91 has received ACK data from the reception side device 31 (step S172). NO).
 つまり、送信停止監視部93は、送信済みで且つACK待ちのデータのサイズが、ウィンドウサイズよりも小さく、ウィンドウに空きがある、「送信済み且つACK待ちデータのサイズ-ウィンドウサイズ<0」の条件を満たす場合に、以下の処理を行う。即ち、送信停止監視部93は、送信量の制限の範囲に達していないので送信バッファ95がデータの送信を停止していないと判定する。 In other words, the transmission stop monitoring unit 93 has the condition that “the size of the transmitted and ACK waiting data−the window size <0” in which the size of the data that has been transmitted and is waiting for the ACK is smaller than the window size and there is an empty window. If the above is satisfied, the following processing is performed. That is, the transmission stop monitoring unit 93 determines that the transmission buffer 95 has not stopped transmitting data because the transmission amount limit is not reached.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信バッファ95は、ステップS172においてNOの場合、上述したステップS171に示すデータを送信する処理を実行する。 If the transmission buffer 95 is NO in step S172, the transmission buffer 95 executes processing for transmitting the data shown in step S171.
 一方、送信停止監視部93は、ステップS172において、送信側装置91が、受信側装置31からのACKデータを受信できないときに、送信バッファ95がデータの送信を停止していると判定する(ステップS172において、YES)。 On the other hand, in step S172, the transmission stop monitoring unit 93 determines that the transmission buffer 95 has stopped transmitting data when the transmission side device 91 cannot receive ACK data from the reception side device 31 (step S172). In S172, YES).
 つまり、送信停止監視部93は、送信済みで且つACK待ちのデータのサイズがウィンドウサイズ以上となり、ウィンドウに空きがない、「送信済み且つACK待ちデータのサイズ-ウィンドウサイズ≧0」の条件を満たす場合に、以下の処理を行う。即ち、送信停止監視部93は、送信量の制限の範囲に達しているので送信バッファ95がデータの送信を停止していると判定する。 That is, the transmission stop monitoring unit 93 satisfies the condition of “the size of the transmitted and ACK waiting data−the window size ≧ 0” in which the size of the data that has been transmitted and the ACK waiting is equal to or larger than the window size and the window is not empty. In this case, the following processing is performed. That is, the transmission stop monitoring unit 93 determines that the transmission buffer 95 has stopped transmitting data because the transmission amount limit has been reached.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信継続部94は、ステップS172において、YESの場合、後述するステップS173の処理を実行する。 In step S172, the transmission continuation unit 94 executes a process of step S173 described later in the case of YES.
 送信停止監視部93は、送信継続部94に、ACK履歴保存部96のACKデータの受信間隔の履歴を参照するようACK履歴保存部96を介して指示する(ステップS173)。 The transmission stop monitoring unit 93 instructs the transmission continuation unit 94 to refer to the history of the ACK data reception interval of the ACK history storage unit 96 via the ACK history storage unit 96 (step S173).
 送信継続部94は、ACK履歴保存部96の履歴を参照し、ACK履歴保存部96に保存されたACKデータの受信間隔でACKデータを送信側送受信部92が仮に継続して受信した場合に、送信可能となるデータ量を求める。 The transmission continuation unit 94 refers to the history of the ACK history storage unit 96, and when the transmission side transmission / reception unit 92 continuously receives ACK data at the reception interval of the ACK data stored in the ACK history storage unit 96, Find the amount of data that can be sent.
 その際に、送信継続部94が求める送信可能なデータ量は、一例として以下である。即ち、例えばTCPにおける送信データの最大セグメントサイズが1500バイト(12000ビット)とし、送信側装置が受信側装置から1秒毎に、最大セグメントサイズのデータに対応するACKデータを受信する場合には、1秒あたりに12000ビットである。 At this time, the amount of data that can be transmitted by the transmission continuation unit 94 is, for example, as follows. That is, for example, when the maximum segment size of transmission data in TCP is 1500 bytes (12000 bits), and the transmission side device receives ACK data corresponding to the maximum segment size data from the reception side device every second, 12000 bits per second.
 送信継続部94は、求めたそのデータ量に基づいて、送信継続部94の送信バッファに、送信バッファ95が送信する予定であったデータを引き取る。 The transmission continuation unit 94 takes the data that the transmission buffer 95 is scheduled to transmit to the transmission buffer of the transmission continuation unit 94 based on the obtained data amount.
 送信継続部94は、共用送受信部99の送信バッファに、送信バッファ95から引き取ったデータを書き込む。 The transmission continuation unit 94 writes the data received from the transmission buffer 95 in the transmission buffer of the shared transmission / reception unit 99.
 共用送受信部99は、送信継続部94から書き込まれたデータを受信側装置31へ送信する(ステップS174)。 The shared transmission / reception unit 99 transmits the data written from the transmission continuation unit 94 to the reception-side device 31 (step S174).
 ここで、送信側送受信部92において、ステップS173で参照したACKデータの受信間隔が遅くなったとすると、送信側装置91は、この遅くなったACKデータの受信間隔に基づいた送信レートでデータの送信を継続する。 Here, in the transmission side transmission / reception unit 92, if the reception interval of the ACK data referred to in step S173 is delayed, the transmission side device 91 transmits data at a transmission rate based on the reception interval of the delayed ACK data. Continue.
 そして、送信継続部94が上述した送信レートでデータを継続送信中に、中継装置100の送信バッファがそのバッファ量の、例えば半分を送信し終えている場合には、送信継続部94は、以下の処理を実行する。即ち、送信継続部94は、以降の送信継続部94から送信するデータの送信レートを、例えば上述した送信レートを半分に低減した送信レートに設定する。 When the transmission continuation unit 94 continues to transmit data at the transmission rate described above, if the transmission buffer of the relay device 100 has finished transmitting, for example, half of the buffer amount, the transmission continuation unit 94 Execute the process. That is, the transmission continuation unit 94 sets the transmission rate of data transmitted from the subsequent transmission continuation unit 94 to, for example, a transmission rate obtained by reducing the above-described transmission rate by half.
 その後、中継装置100の送信バッファが、上述した残りのバッファ量のうち、さらにその半分を送信し終えている場合には、送信継続部94は、以下の処理を実行する。即ち、送信継続部94は、以降の送信継続部94から送信するデータの送信レートを、例えば、上述した送信レートのさらに半分に低減した送信レートに設定する。 Thereafter, when the transmission buffer of the relay device 100 has finished transmitting half of the remaining buffer amount described above, the transmission continuation unit 94 executes the following processing. That is, the transmission continuation unit 94 sets the transmission rate of data transmitted from the subsequent transmission continuation unit 94 to, for example, a transmission rate that is reduced to half of the transmission rate described above.
 送信停止監視部93は、ステップS172において、送信バッファ95からのデータの送信が停止していないと判定した場合(ステップS172においてNO)、ステップS171に示す処理を実行する。 If the transmission stop monitoring unit 93 determines in step S172 that the transmission of data from the transmission buffer 95 is not stopped (NO in step S172), the transmission stop monitoring unit 93 executes the process shown in step S171.
 なお、ステップ172において、送信側装置91は、送信バッファ95によるデータの送信の停止を確認し、送信継続部94によりデータを継続送信する場合に、以下に示す1)乃至7)の何れか、またはこれらを組み合わせた制御を行ってもよい。 In step 172, when the transmission-side device 91 confirms the stop of data transmission by the transmission buffer 95 and continuously transmits data by the transmission continuation unit 94, one of the following 1) to 7): Alternatively, control combining these may be performed.
 即ち、
 1)送信継続部94がデータを継続送信する際のデータ量は、送信バッファ95が送信可能なデータ量を越えてもよい。
That is,
1) The amount of data when the transmission continuation unit 94 continuously transmits data may exceed the amount of data that the transmission buffer 95 can transmit.
 2)送信継続部94がデータを継続送信する際の送信レートは、固定レートでもよいし、変動レートでもよく、変動レートの場合には、単位時間当たりの送信量が減少するように送信してもよい。 2) The transmission rate at which the transmission continuation unit 94 continuously transmits data may be a fixed rate or a variable rate. In the case of a variable rate, transmission is performed so that the transmission amount per unit time decreases. Also good.
 3)送信継続部94がデータを継続送信する際の総送信量は、ネットワークにおける、下り方向のデータを中継する図5に図示する中継装置100等の送信バッファにおける既知のバッファ量か、またはその既知のバッファ量の実数倍のバッファ量を超えないように調整してもよい。 3) The total transmission amount when the transmission continuation unit 94 continuously transmits data is a known buffer amount in a transmission buffer such as the relay device 100 illustrated in FIG. You may adjust so that the buffer amount of the real number multiple of the known buffer amount may not be exceeded.
 4)3)項で説明したネットワークにおける、中継装置等の送信バッファの既知のバッファ量としては、過去に、通信環境の変動によりデータが喪失した際に用いられた送信量の制限値や、ウィンドウサイズを用いてもよい。 4) As a known buffer amount of a transmission buffer such as a relay device in the network described in the item 3), a transmission amount limit value used when data is lost due to a change in the communication environment in the past, a window Size may be used.
 なお、送信継続部94は、中継装置のバッファ量を、例えば、送信側装置91がネットワークを運用する際に予め通知される情報または、予めデータを大量に送信して推定する等により取得することができる。 Note that the transmission continuation unit 94 acquires the buffer amount of the relay device by, for example, estimating information by transmitting a large amount of data in advance or information notified in advance when the transmission-side device 91 operates the network. Can do.
 5)送信継続部94は、データを継続送信する際に、送信側装置91、またはネットワークにおける上り方向の受信データを中継する中継装置等で生成したダミーのACKデータを、送信側送受信部92で受信させるようにしてもよい。 5) The transmission continuation unit 94 uses the transmission side transmission / reception unit 92 to transmit dummy ACK data generated by the transmission side device 91 or a relay device that relays uplink reception data in the network when continuously transmitting data. You may make it receive.
 また、送信継続部94は、データを継続送信する際に、送信側装置91の内部処理としてACKデータを受信させたものとして処理をしてもよい。 Further, the transmission continuation unit 94 may perform processing assuming that ACK data is received as internal processing of the transmission side device 91 when data is continuously transmitted.
 6)送信側装置91は、送信バッファ95における送信量の制限の範囲を緩和してもよい。 6) The transmission-side device 91 may relax the range of transmission amount restriction in the transmission buffer 95.
 7)送信側装置91は、上述した送信継続部94が、データをACKデータの受信レートに基づいて継続送信しているときに、通信環境の変動により上り方向が通信不可能な状態から通信可能な状態に復帰した場合、以下の処理を実行してもよい。即ち、送信側装置91は、受信側装置31から送信されたACKデータを受信した場合には、送信側装置91の後述する設定値および内部状態を示す各種の情報の全部または一部を変更してもよい。 7) The transmission-side device 91 can communicate from a state in which the upstream direction cannot be communicated due to a change in the communication environment when the transmission continuation unit 94 described above continuously transmits data based on the reception rate of the ACK data. When returning to the correct state, the following processing may be executed. That is, when receiving the ACK data transmitted from the receiving side device 31, the transmitting side device 91 changes all or part of various setting information and various types of information indicating the internal state, which will be described later. May be.
 もしくは、送信側装置91は、送信側装置91の後述する設定値および内部状態を送信側装置91がACKデータを受信しなくなる前の状態に戻してもよい。 Alternatively, the transmission side device 91 may return a setting value and an internal state, which will be described later, of the transmission side device 91 to a state before the transmission side device 91 stops receiving ACK data.
 上述した7)項に示す送信側装置91における設定値および内部状態は、例えばTCPであれば、一般に知られている輻輳ウィンドウ(cwnd)や、スロースタート閾値(slow_start_threshold;ssthresh)等の設定値およびスロースタートフェーズまたは輻輳回避フェーズ等の内部状態であり、送信量の制限や、その制限を調整する処理に係る各種の情報である。 For example, in the case of TCP, the setting value and the internal state in the transmission side device 91 shown in the above section 7) are the setting values such as a generally known congestion window (cwnd) and slow start threshold (slow_start_threshold; ssthresh), and the like. It is an internal state such as a slow start phase or a congestion avoidance phase, and is various types of information related to a transmission amount limit and a process for adjusting the limit.
 しかし、送信側装置91の設定値および内部状態を示す各種の情報は、上述した値および情報には限定されない。 However, the various values indicating the setting value and internal state of the transmission side device 91 are not limited to the above-described values and information.
 また、上述したステップS172において、送信停止監視部93は、送信バッファ95における送信済み且つACK待ちデータのサイズが送信量の制限の範囲に達する場合に、送信バッファ95がデータの送信を停止したと判断する例で説明した。 In step S172 described above, the transmission stop monitoring unit 93 determines that the transmission buffer 95 has stopped transmitting data when the size of the transmitted data in the transmission buffer 95 and the ACK waiting data reaches the transmission amount limit range. It was explained with an example of judgment.
 しかし、送信停止監視部93は、上述した停止の判断条件以外で、以下に示すa)、b)またはc)の少なくとも何れかの条件を満たす場合に、送信バッファ95がデータの送信を停止したと判断するようにしてもよい。即ち、
 a)送信バッファ95における送信済み且つACK待ちデータのサイズが送信量の制限の範囲に達する場合で、且つ、送信側装置91におけるデータの送信間隔が、RTT値に基づく閾値以上に遅延した場合。
However, the transmission stop monitoring unit 93 stops the transmission of data when at least one of the following conditions a), b), or c) is satisfied in addition to the stop determination conditions described above. You may make it judge. That is,
a) The case where the size of the transmitted data in the transmission buffer 95 and the ACK waiting data reaches the limit of the transmission amount, and the data transmission interval in the transmission side device 91 is delayed by a threshold value or more based on the RTT value.
 b)送信バッファ95における送信済み且つACK待ちデータのサイズが送信量の制限の範囲に達する場合で、且つ、送信側送受信部92におけるACKデータの受信間隔が所定の閾値以上になった場合。 B) The case where the size of the transmitted ACK waiting data in the transmission buffer 95 reaches the limit of the transmission amount, and the reception interval of the ACK data in the transmission side transmission / reception unit 92 exceeds a predetermined threshold.
 c)送信バッファ95における送信済み且つACK待ちデータのサイズが送信量の制限の範囲に達する場合で、且つ、送信側装置91におけるデータの送信間隔が、RTT値に基づく閾値以上に遅延し、且つ、送信側送受信部92におけるACKデータの受信間隔が所定の閾値以上になった場合。 c) In the case where the size of the transmitted and waiting ACK data in the transmission buffer 95 reaches the transmission amount limit range, and the data transmission interval in the transmission side device 91 is delayed by the threshold based on the RTT value, and When the reception interval of the ACK data in the transmission side transmission / reception unit 92 is equal to or greater than a predetermined threshold.
 上述したRTT値に基づく閾値は、例えばRTT値の実数倍などの値が設定される。 The threshold based on the RTT value described above is set to a value such as a real number multiple of the RTT value, for example.
 引き続き、図7に示す送信側装置91の処理の流れを説明する。 Subsequently, the flow of processing of the transmission side device 91 shown in FIG. 7 will be described.
 送信停止監視部93は、ステップS172において、送信側装置91が、受信側装置31からのACKデータを受信できずに、送信バッファ95がデータの送信を停止していると判定した後、送信バッファ95からのデータの送信の停止が解除されたか否かを確認する(ステップS175)。 In step S172, the transmission stop monitoring unit 93 determines that the transmission side device 91 cannot receive the ACK data from the reception side device 31 and the transmission buffer 95 has stopped transmitting data, and then transmits the transmission buffer. It is confirmed whether or not the stop of transmission of data from 95 has been released (step S175).
 送信停止監視部93は、ステップS175において、送信側装置91が受信側装置31からのACKデータを受信できないときに、送信バッファ95におけるデータの送信の停止が解除されていないと判定する(ステップS175において、NO)。 In step S175, the transmission stop monitoring unit 93 determines that the stop of data transmission in the transmission buffer 95 has not been released when the transmission side device 91 cannot receive ACK data from the reception side device 31 (step S175). NO).
 つまり、送信停止監視部93は、送信済みで且つACK待ちのデータのサイズが、ウィンドウサイズ以上となり、ウィンドウに空きがない、「送信済み且つACK待ちデータのサイズ-ウィンドウサイズ≧0」の条件を満たす場合に、以下の処理を行う。即ち、送信停止監視部93は、送信量の制限の範囲に達しているので、送信バッファ95におけるデータの送信の停止が解除されていないと判定する。 That is, the transmission stop monitoring unit 93 satisfies the condition of “the size of the transmitted and ACK waiting data−the window size ≧ 0”, in which the size of the data that has been transmitted and is waiting for the ACK is equal to or larger than the window size, If so, do the following: That is, the transmission stop monitoring unit 93 determines that the stop of data transmission in the transmission buffer 95 has not been canceled because the transmission amount limit has been reached.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信継続部94は、ステップS175においてNOの場合、上述したステップS174に示す、ACK受信レート継続送信処理を実行する。 The transmission continuation unit 94 executes the ACK reception rate continuous transmission process shown in step S174 described above when NO in step S175.
 一方、送信停止監視部93は、ステップS175において、送信側装置91が受信側装置31からのACKデータを受信できたときに、送信バッファ95におけるデータの送信の停止が解除されたと判定する(ステップS175において、YES)。 On the other hand, the transmission stop monitoring unit 93 determines in step S175 that the transmission stop of data in the transmission buffer 95 has been released when the transmission side device 91 has received the ACK data from the reception side device 31 (step S175). In S175, YES).
 つまり、送信停止監視部93は、送信済みで且つACK待ちのデータのサイズが、ウィンドウサイズよりも小さく、ウィンドウに空きがある、「送信済み且つACK待ちデータのサイズ-ウィンドウサイズ<0」の条件を満たす場合に、以下の処理を行う。即ち、送信停止監視部93は、送信量の制限の範囲に達していないので送信バッファ95におけるデータの送信の停止が解除されたと判定する。 In other words, the transmission stop monitoring unit 93 has the condition that “the size of the transmitted and ACK waiting data−the window size <0” in which the size of the data that has been transmitted and is waiting for the ACK is smaller than the window size and there is an empty window. If the above is satisfied, the following processing is performed. That is, the transmission stop monitoring unit 93 determines that the stop of data transmission in the transmission buffer 95 has been released because the transmission amount limit has not been reached.
 なお、上述した判定方法は、一例であり、上述した方法には限定されない。 Note that the above-described determination method is an example, and is not limited to the above-described method.
 送信バッファ95は、ステップS175においてYESの場合、上述したステップS171に示す、データを送信する処理を再開する。 When the transmission buffer 95 is YES in step S175, the transmission buffer 95 resumes the process of transmitting data shown in step S171 described above.
 その際、送信継続部94は、送信継続部94の送信バッファによるデータの送信を停止する。 At that time, the transmission continuation unit 94 stops data transmission by the transmission buffer of the transmission continuation unit 94.
 以上、本実施形態には、第2の実施形態に記載した効果よりもさらに、ネットワークにかかる負荷を抑制できる効果がある。 As described above, the present embodiment has an effect that the load on the network can be further suppressed than the effect described in the second embodiment.
 その理由は、送信側装置91が、ACK受信履歴保存部96に保存された受信間隔でACKデータを受信しているときに実際に送信可能となるデータ量のデータを、変動レートで送信するようにしたからである。 The reason is that the transmission side device 91 transmits data of a data amount that can actually be transmitted at a variable rate when receiving ACK data at the reception interval stored in the ACK reception history storage unit 96. Because it was.
 <第4の実施形態>
 次に、第4の実施形態について説明する。図6は、第4の実施形態を示すブロック図である。
<Fourth Embodiment>
Next, a fourth embodiment will be described. FIG. 6 is a block diagram showing the fourth embodiment.
 図6を参照すると、本実施形態における通信システム10は、送信側装置81と、送信側装置81と相互に通信可能なネットワークを介して接続された受信側装置41とを含む。 Referring to FIG. 6, the communication system 10 according to the present embodiment includes a transmission-side device 81 and a reception-side device 41 connected via a network that can communicate with the transmission-side device 81.
 送信側装置81は、以下の構成を含む。 The transmission side device 81 includes the following configuration.
  ・受信側装置41へデータを送信すると共に、そのデータに対応する受信側装置41からの確認応答であるACKデータを受信する送信側送受信部82と、
  ・送信側送受信部82のデータの送信が停止しているか否かを確認する送信停止監視部83と、
  ・その送信停止監視部83により、送信側送受信部82のデータの送信が停止されたと判定した場合に、そのデータの送信を継続する送信継続部84。
A transmitting side transmitting / receiving unit 82 that transmits data to the receiving side device 41 and receives ACK data as an acknowledgment from the receiving side device 41 corresponding to the data;
A transmission stop monitoring unit 83 for confirming whether or not transmission of data of the transmission side transmission / reception unit 82 is stopped;
A transmission continuation unit 84 that continues transmission of data when the transmission stop monitoring unit 83 determines that transmission of data of the transmission side transmission / reception unit 82 has been stopped.
 また、受信側装置41は、送信側装置81からのデータを受信すると共に、そのデータに対応するACKデータを、送信側装置81へ送信する受信側送受信部42を含む。 Further, the reception side device 41 includes a reception side transmission / reception unit 42 that receives data from the transmission side device 81 and transmits ACK data corresponding to the data to the transmission side device 81.
 以上、本実施形態には、データおよびACKデータを待つ時間分の遅延を抑制し、通信システムとしての通信効率を改善できる効果がある。 As described above, this embodiment has an effect of suppressing the delay for the time waiting for data and ACK data and improving the communication efficiency as the communication system.
 その理由は、ACKデータを待つことなくデータを継続して送信するように送信側装置81に送信継続部84を設けたからである。 The reason is that the transmission continuation unit 84 is provided in the transmission side device 81 so as to continuously transmit the data without waiting for the ACK data.
 (ハードウェア構成例)
 上述した実施形態において図1、図3、図5に示した各部は、ソフトウェアプログラムの機能(処理)単位(ソフトウェアモジュール)と捉えることができる。但し、これらの図面に示した各部の区分けは、説明の便宜上の構成であり、実装に際しては、様々な構成が想定され得る。この場合のハードウェア環境の一例を、図8を参照して説明する。
(Hardware configuration example)
In the above-described embodiment, each unit shown in FIGS. 1, 3, and 5 can be regarded as a function (processing) unit (software module) of a software program. However, the division of each part shown in these drawings is a configuration for convenience of explanation, and various configurations can be assumed for mounting. An example of the hardware environment in this case will be described with reference to FIG.
 図8は、本発明の模範的な実施形態における送信側装置を実行可能な情報処理装置200(コンピュータ)の構成を例示的に説明する図である。即ち、図8は、図1、図3、図5に示した送信側装置11、71、91の各送信側装置の全体または一部の送信側装置を実現可能なサーバ端末等のコンピュータ(情報処理装置)の構成であって、上述した実施形態における各機能を実現可能なハードウェア環境を表す。図8中の矢印の向きは、一例を示すものであり、ブロック間の信号の向きを限定するものではない。 FIG. 8 is a diagram illustrating an exemplary configuration of an information processing apparatus 200 (computer) that can execute a transmission-side apparatus according to an exemplary embodiment of the present invention. That is, FIG. 8 shows a computer (information) such as a server terminal capable of realizing the whole or a part of the transmission side devices of the transmission side devices 11, 71, 91 shown in FIGS. It represents a hardware environment in which each function in the above-described embodiment can be realized. The direction of the arrow in FIG. 8 shows an example, and does not limit the direction of the signal between the blocks.
 図8に示した情報処理装置200は、CPU(Central_Processing_Unit)201と、入力部202と、出力部203と、外部装置との通信インタフェース205(Interface:以降、「通信I/F205」と略称する)とを含む。 The information processing apparatus 200 illustrated in FIG. 8 includes a CPU (Central_Processing_Unit) 201, an input unit 202, an output unit 203, and a communication interface 205 with external devices (Interface: hereinafter, abbreviated as “communication I / F 205”). Including.
 また、情報処理装置200は、ハードディスク206(不揮発性記憶装置)と、メモリ207と、CD-ROM(Compact_Disc_Read_Only_Memory)等の不揮発性記憶媒体209に格納されたデータを読み書き可能なリーダライタ208とを含み、これらの構成がバス204(通信線)を介して接続された一般的なコンピュータである。 The information processing apparatus 200 also includes a hard disk 206 (nonvolatile storage device), a memory 207, and a reader / writer 208 that can read and write data stored in a nonvolatile storage medium 209 such as a CD-ROM (Compact_Disc_Read_Only_Memory). These components are general computers connected via a bus 204 (communication line).
 図1、図3、図5に示した送信側送受信部12、72、92は、例えば入力部202(送信側装置の送受信部の受信部)および出力部203(送信側装置の送受信部の送信部)である。 The transmission side transmission / reception units 12, 72, and 92 shown in FIGS. 1, 3, and 5 are, for example, an input unit 202 (reception unit of the transmission / reception unit of the transmission side device) and an output unit 203 (transmission of the transmission / reception unit of the transmission side device). Part).
 そして、上述した実施形態を例に説明した本発明は、図8に示した情報処理装置200に対して、その実施形態の説明において参照したブロック構成図(図1、図3、図5)あるいはフローチャート(図2、図4、図6)の機能を実現可能なコンピュータ・プログラムを供給した後、そのコンピュータ・プログラムを、当該ハードウェアのCPU201に読み出して解釈し実行することによって達成される。 The present invention described using the above-described embodiment as an example is the block configuration diagram (FIGS. 1, 3, and 5) referred to in the description of the embodiment for the information processing apparatus 200 shown in FIG. This is achieved by supplying a computer program capable of realizing the functions of the flowcharts (FIGS. 2, 4, and 6), reading the computer program to the CPU 201 of the hardware, and interpreting and executing the computer program.
 また、当該装置内に供給されたコンピュータ・プログラムは、ハードディスク206等の不揮発性の記憶デバイスまたは読み書き可能な揮発性のメモリ207に格納すれば良い。 Further, the computer program supplied to the apparatus may be stored in a non-volatile storage device such as the hard disk 206 or a readable / writable volatile memory 207.
 また、前記の場合において、当該ハードウェア内へのコンピュータ・プログラムの供給方法は、CD-ROM等の各種不揮発性記憶媒体209を介して当該装置内にインストールする方法や、インターネット等の通信回線および通信I/F205を介して外部よりダウンロードする方法等のように、現在では一般的な手順を採用することができる。 In the above-described case, the computer program can be supplied to the hardware by a method of installing in the apparatus via various nonvolatile storage media 209 such as a CD-ROM, a communication line such as the Internet, and the like. Currently, a general procedure can be adopted, such as a method of downloading from the outside via the communication I / F 205.
 そして、このような場合において、本発明は、係るコンピュータ・プログラムを構成するコード或いは、そのコードが格納された不揮発性記憶媒体209によって構成されると捉えることができる。 In such a case, the present invention can be understood to be constituted by a code constituting the computer program or a nonvolatile storage medium 209 storing the code.
 以上、上述した実施形態を模範的な例として本発明を説明した。しかしながら、本発明は、上述した実施形態には限定されない。即ち、本発明は、本発明のスコープ内において、当業者が理解し得る様々な態様を適用することができる。 The present invention has been described above using the above-described embodiment as an exemplary example. However, the present invention is not limited to the above-described embodiment. That is, the present invention can apply various modes that can be understood by those skilled in the art within the scope of the present invention.
 この出願は、2015年3月19日に出願された日本出願特願2015-055477を基礎とする優先権を主張し、その開示の全てをここに取り込む。 This application claims priority based on Japanese Patent Application No. 2015-055477 filed on Mar. 19, 2015, the entire disclosure of which is incorporated herein.
 1  通信システム
 10  通信システム
 11  送信側装置
 12  送信側送受信部
 13  送信停止監視部
 14  送信継続部
 19  共用送受信部
 20  送信バッファ
 31  受信側装置
 32  受信側送受信部
 41  受信側装置
 42  受信側送受信部
 70  通信システム
 71  送信側装置
 72  送信側送受信部
 73  送信停止監視部
 74  送信継続部
 76  ACK履歴保存部
 79  共用送受信部
 80  送信バッファ
 81  送信側装置
 82  送信側送受信部
 83  送信停止監視部
 84  送信継続部
 90  通信システム
 91  送信側装置
 92  送信側送受信部
 93  送信停止監視部
 94  送信継続部
 95  送信バッファ
 96  ACK履歴保存部
 99  共用送受信部
 100  中継装置
 200  情報処理装置
 201  CPU
 202  入力部
 203  出力部
 204  バス
 205  通信インタフェース
 206  ハードディスク
 207  メモリ
 208  リーダライタ
 209  不揮発性記憶媒体
DESCRIPTION OF SYMBOLS 1 Communication system 10 Communication system 11 Transmission side apparatus 12 Transmission side transmission / reception part 13 Transmission stop monitoring part 14 Transmission continuation part 19 Shared transmission / reception part 20 Transmission buffer 31 Reception side apparatus 32 Reception side transmission / reception part 41 Reception side apparatus 42 Reception side transmission / reception part 70 Communication system 71 Transmission side device 72 Transmission side transmission / reception unit 73 Transmission stop monitoring unit 74 Transmission continuation unit 76 ACK history storage unit 79 Shared transmission / reception unit 80 Transmission buffer 81 Transmission side device 82 Transmission side transmission / reception unit 83 Transmission stop monitoring unit 84 Transmission continuation unit DESCRIPTION OF SYMBOLS 90 Communication system 91 Transmission side apparatus 92 Transmission side transmission / reception part 93 Transmission stop monitoring part 94 Transmission continuation part 95 Transmission buffer 96 ACK log | history preservation | save part 99 Shared transmission / reception part 100 Relay apparatus 200 Information processing apparatus 201 CPU
202 Input unit 203 Output unit 204 Bus 205 Communication interface 206 Hard disk 207 Memory 208 Reader / writer 209 Non-volatile storage medium

Claims (9)

  1.  送信対象データを受信装置へ送信すると共に、前記送信対象データに対応する確認応答を、前記受信装置から受信する送信側送受信手段と、
     前記送信側送受信手段における前記送信対象データの送信が停止されているか否かを確認する送信停止監視手段と、
     前記送信側送受信手段による前記送信対象データの送信が停止されたと前記送信停止監視手段によって判定された場合に、前記送信対象データの送信を、前記送信側送受信手段に代わって継続する送信継続手段と
     を備える送信装置。
    Transmitting transmission / reception means for transmitting transmission target data to the receiving device, and receiving an acknowledgment corresponding to the transmission target data from the receiving device;
    A transmission stop monitoring means for confirming whether transmission of the transmission target data in the transmission side transmission / reception means is stopped;
    A transmission continuation means for continuing transmission of the transmission target data on behalf of the transmission side transmission / reception means when the transmission stop monitoring means determines that transmission of the transmission target data by the transmission side transmission / reception means is stopped; A transmission apparatus comprising:
  2.  前記送信停止監視手段は、
    前記送信側送受信手段が、前記送信済みのデータであって、且つ、前記確認応答を表すACKデータの受信待ちのデータである、送信済み且つACK待ちデータのサイズと、前記ACKデータを受信することなく送信可能なデータのデータ量を示す送信量の制限の範囲とに基づいて、前記送信対象データの送信を停止したか否かを判定する
     請求項1に記載の送信装置。
    The transmission stop monitoring means is
    The transmitting side transmitting / receiving means receives the size of the transmitted and ACK-waiting data and the ACK data that are the transmitted data and are waiting to receive ACK data representing the confirmation response. The transmission apparatus according to claim 1, wherein the transmission apparatus determines whether or not transmission of the transmission target data is stopped based on a transmission amount limit range indicating a data amount of data that can be transmitted without any problem.
  3.  前記送信停止監視手段は、
    前記送信側送受信手段が、前記送信対象データの送信を停止したと判定する条件を、
     (I)前記送信側送受信手段が有する送信バッファにおける、前記送信済み且つACK待ちデータのサイズが、前記送信量の制限に達した場合か、
     (II)前記送信バッファにおける、前記送信済み且つACK待ちデータのサイズが前記送信量の制限に達した場合であり、且つ、自装置における前記送信対象データの送信間隔が、自装置から前記受信装置に前記送信対象データが送信された時刻から、送信された前記送信対象データを前記受信装置が受信し、受信した前記送信対象データを前記受信装置が確認応答したことを表す前記ACKデータを前記送信装置に送信し、送信された前記ACKデータを前記送信装置が受信するまでの、前記送信装置と前記受信装置との間において観測された遅延時間(以下、RTT値)に基づく閾値以上に遅延した場合か、
     (III)前記送信バッファにおける、前記送信済み且つACK待ちデータのサイズが前記送信量の制限に達した場合で、且つ、前記送信側送受信手段における前記ACKデータの受信間隔が所定の閾値以上になった場合か、
     (IV)前記送信バッファにおける、前記送信済み且つACK待ちデータのサイズが前記送信量の制限に達する場合であり、且つ、自装置における前記データの送信間隔が、前記RTT値に基づく前記閾値以上に遅延し、且つ、前記送信側送受信手段における前記ACKデータの前記受信間隔が前記所定の閾値以上になった場合、
     のうち何れかとする
     請求項2に記載の送信装置。
    The transmission stop monitoring means is
    The transmission side transmission / reception means determines that the transmission of the transmission target data is stopped,
    (I) Whether the size of the transmitted and ACK waiting data in the transmission buffer of the transmission side transmission / reception means has reached the transmission amount limit,
    (II) The size of the transmitted and ACK waiting data in the transmission buffer reaches the transmission amount limit, and the transmission interval of the transmission target data in the own device is changed from the own device to the receiving device. The transmission apparatus receives the transmission target data from the time when the transmission target data was transmitted, and transmits the ACK data indicating that the reception apparatus has acknowledged the received transmission target data. Delayed by more than a threshold based on a delay time (hereinafter referred to as RTT value) observed between the transmitting device and the receiving device until the transmitting device receives the transmitted ACK data. Or if
    (III) When the size of the transmitted and ACK waiting data in the transmission buffer reaches the limit of the transmission amount, and the reception interval of the ACK data in the transmission side transmission / reception means is equal to or greater than a predetermined threshold Or
    (IV) The size of the transmitted and ACK waiting data in the transmission buffer reaches the transmission amount limit, and the transmission interval of the data in the own device is greater than or equal to the threshold based on the RTT value When the delay and the reception interval of the ACK data in the transmission side transmission / reception means is equal to or greater than the predetermined threshold,
    The transmission device according to claim 2.
  4.  前記ACKデータを受信したときの前記受信間隔を示す情報を保存するACK履歴保存手段を更に備え、
     前記送信停止監視手段は、
    前記送信側送受信手段が前記送信対象データの送信を停止したと判定した場合に、前記送信継続手段に前記ACK履歴保存手段を参照するよう指示し、
     前記送信継続手段は、
    前記ACK履歴保存手段を参照した結果得られた前記受信間隔を示す情報に基づいて、前記ACKデータを前記送信側送受信手段が継続して受信した場合に送信可能なデータ量を求め、求めた前記データ量に基づいて、前記送信対象データを送信する
     請求項2に記載の送信装置。
    ACK history storage means for storing information indicating the reception interval when the ACK data is received,
    The transmission stop monitoring means is
    When it is determined that the transmission side transmission / reception unit has stopped transmission of the transmission target data, the transmission continuation unit is instructed to refer to the ACK history storage unit,
    The transmission continuation means includes
    Based on the information indicating the reception interval obtained as a result of referring to the ACK history storage means, the amount of data that can be transmitted when the transmission side transmission / reception means continuously receives the ACK data, The transmission device according to claim 2, wherein the transmission target data is transmitted based on a data amount.
  5.  前記送信継続手段は、
      自装置が送信する前記送信対象データを自装置と前記受信装置との間で中継する中継手段から、その中継手段が備える送信バッファのバッファ容量を示す情報を取得し、
      前記送信側送受信手段が前記送信対象データの送信を停止したと判定した前記送信停止監視手段の指示に基づき、前記中継手段から受信した前記ACKデータの受信間隔を示す情報を保存する前記ACK履歴保存手段を参照するよう指示し、
      前記送信継続手段は、前記ACK履歴保存手段を参照した結果得られた前記受信間隔を示す情報、および、前記中継手段の前記送信バッファのバッファ容量を示す情報に基づいて、前記ACKデータを前記送信側送受信手段が継続して受信した場合に前記送信継続手段が送信可能なデータ量を求め、
      求めた前記データ量に基づいて、前記送信対象データを送信する
     請求項4に記載の送信装置。
    The transmission continuation means includes
    From the relay unit that relays the transmission target data transmitted by the own device between the own device and the receiving device, obtain information indicating the buffer capacity of the transmission buffer provided in the relay unit,
    The ACK history storage that stores information indicating the reception interval of the ACK data received from the relay unit based on an instruction of the transmission stop monitoring unit that has determined that the transmission side transmission / reception unit has stopped transmission of the transmission target data Instructing them to refer to the means,
    The transmission continuation means transmits the ACK data based on information indicating the reception interval obtained as a result of referring to the ACK history storage means and information indicating a buffer capacity of the transmission buffer of the relay means. When the transmission / reception means continuously receives the data amount that can be transmitted by the transmission continuation means,
    The transmission device according to claim 4, wherein the transmission target data is transmitted based on the obtained data amount.
  6.  前記送信側送受信手段は、
    前記送信継続手段が前記送信対象データの送信を継続する際に、
     (I)自装置が前記ACKデータを受信したこととするか、
     (II)前記送信側送受信手段における前記送信バッファの前記送信量の制限の範囲を緩和するか、
     (III)前記送信側送受信手段における前記送信バッファの前記送信量の制限の範囲を無視するか、
     (IV)自装置が、前記受信装置からのダミーACKデータを受信するか、
     のうちの少なくとも何れかを行う
     請求項2に記載の送信装置。
    The transmitting side transmitting / receiving means includes
    When the transmission continuation means continues to transmit the transmission target data,
    (I) Whether the own device has received the ACK data,
    (II) relax the range of the transmission amount limit of the transmission buffer in the transmission side transmission / reception means,
    (III) ignoring the limit range of the transmission amount of the transmission buffer in the transmission side transmission / reception means,
    (IV) The device itself receives dummy ACK data from the receiving device,
    The transmission device according to claim 2, wherein at least one of the above is performed.
  7.  送信対象データを受信装置へ送信すると共に、前記送信対象データに対応する確認応答を、前記受信装置から受信する送信側送受信手段と、前記送信側送受信手段における前記送信対象データの送信が停止されているか否かを確認する送信停止監視手段と、前記送信停止監視手段の指示に基づいて前記送信対象データを送信する送信継続手段とを備える送信装置の制御方法であって、
     前記送信側送受信手段の前記送信対象データの送信が停止されたと前記送信停止監視手段によって判定した場合に、前記送信対象データの送信を、前記送信側送受信手段に代わって継続するよう前記送信継続手段を制御する
     送信装置の制御方法。
    The transmission target data is transmitted to the reception device, and the transmission side transmission / reception unit that receives the confirmation response corresponding to the transmission target data from the reception device, and the transmission of the transmission target data in the transmission side transmission / reception unit is stopped. A transmission apparatus control method comprising: a transmission stop monitoring means for confirming whether or not; and a transmission continuation means for transmitting the transmission target data based on an instruction from the transmission stop monitoring means,
    The transmission continuation means for continuing transmission of the transmission target data on behalf of the transmission side transmission / reception means when the transmission stop monitoring means determines that transmission of the transmission target data of the transmission side transmission / reception means has been stopped. A method for controlling a transmitting apparatus.
  8.  送信対象データを受信装置へ送信すると共に、前記送信対象データに対応する確認応答を、前記受信装置から受信する送信側送受信機能と、
     前記送信側送受信機能における前記送信対象データの送信が停止されているか否かを確認する送信停止監視機能と、
     前記送信側送受信機能による前記送信対象データの送信が停止されたと前記送信停止監視機能によって判定された場合に、前記送信対象データの送信を、前記送信側送受信機能に代わって継続する前記送信継続機能とを
     コンピュータに実現させる送信装置の制御プログラムが格納された記録媒体。
    A transmission side transmission / reception function for transmitting the transmission target data to the reception device and receiving an acknowledgment corresponding to the transmission target data from the reception device;
    A transmission stop monitoring function for confirming whether transmission of the transmission target data in the transmission side transmission / reception function is stopped;
    The transmission continuation function for continuing transmission of the transmission target data instead of the transmission side transmission / reception function when the transmission stop monitoring function determines that transmission of the transmission target data by the transmission side transmission / reception function is stopped A recording medium in which a control program for a transmission apparatus that causes a computer to be realized is stored.
  9.  送信対象データを送信可能な送信装置と、
     該送信装置と相互に通信可能な通信ネットワークを介して接続され、前記送信装置からの前記送信対象データを受信した場合に確認応答を返送可能な受信装置と
     を備え、
     前記送信装置は、
     前記送信対象データを前記受信装置へ送信すると共に、前記送信対象データに対応する前記確認応答を、前記受信装置から受信する送信側送受信手段と、
     前記送信側送受信手段における前記送信対象データの送信が停止されているか否かを確認する送信停止監視手段と、
     前記送信側送受信手段による前記送信対象データの送信が停止されたと前記送信停止監視手段によって判定された場合に、前記送信対象データの送信を、前記送信側送受信手段に代わって継続する前記送信継続手段と
     を含む、
     通信システム。
    A transmission device capable of transmitting the transmission target data; and
    A receiving device connected via a communication network capable of mutual communication with the transmitting device, and capable of returning an acknowledgment when receiving the transmission target data from the transmitting device;
    The transmitter is
    A transmitting side transmitting / receiving means for transmitting the transmission target data to the receiving device and receiving the confirmation response corresponding to the transmission target data from the receiving device;
    A transmission stop monitoring means for confirming whether transmission of the transmission target data in the transmission side transmission / reception means is stopped;
    The transmission continuation means for continuing transmission of the transmission target data on behalf of the transmission side transmission / reception means when the transmission stop monitoring means determines that transmission of the transmission target data by the transmission side transmission / reception means has been stopped. Including and
    Communications system.
PCT/JP2016/001451 2015-03-19 2016-03-15 Transmitting apparatus and control method therefor, communication system, and recording medium storing communication control program WO2016147650A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017506091A JP6863274B2 (en) 2015-03-19 2016-03-15 Transmitters and their control methods, communication systems, and communication control programs

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2015-055477 2015-03-19
JP2015055477 2015-03-19

Publications (1)

Publication Number Publication Date
WO2016147650A1 true WO2016147650A1 (en) 2016-09-22

Family

ID=56918586

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2016/001451 WO2016147650A1 (en) 2015-03-19 2016-03-15 Transmitting apparatus and control method therefor, communication system, and recording medium storing communication control program

Country Status (2)

Country Link
JP (1) JP6863274B2 (en)
WO (1) WO2016147650A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007064712A2 (en) * 2005-11-30 2007-06-07 Cisco Technology, Inc. Transmission control protocol (tcp) congestion control using transmission delay components
JP2012095190A (en) * 2010-10-28 2012-05-17 Sony Corp Communication device, communication system, program, and communication method
US20120236718A1 (en) * 2011-03-02 2012-09-20 Mobidia Technology, Inc. Methods and systems for sliding bubble congestion control
WO2012132283A1 (en) * 2011-03-28 2012-10-04 日本電気株式会社 Communication device and method of controlling communication therefor

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002271439A (en) * 2001-03-06 2002-09-20 Kddi Corp Data transfer device, data transfer method and communication device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007064712A2 (en) * 2005-11-30 2007-06-07 Cisco Technology, Inc. Transmission control protocol (tcp) congestion control using transmission delay components
JP2012095190A (en) * 2010-10-28 2012-05-17 Sony Corp Communication device, communication system, program, and communication method
US20120236718A1 (en) * 2011-03-02 2012-09-20 Mobidia Technology, Inc. Methods and systems for sliding bubble congestion control
WO2012132283A1 (en) * 2011-03-28 2012-10-04 日本電気株式会社 Communication device and method of controlling communication therefor

Also Published As

Publication number Publication date
JPWO2016147650A1 (en) 2018-01-11
JP6863274B2 (en) 2021-04-21

Similar Documents

Publication Publication Date Title
US7296206B2 (en) Communication device, transmission control method, and program product
KR101130479B1 (en) Response for spurious timeout
US9350663B2 (en) Enhanced large data transmissions and catastrophic congestion avoidance over TCP/IP networks
EP3337072B1 (en) Packet transmission method and user equipment
EP2109954B1 (en) Ack prioritization in wireless networks
US8418016B2 (en) Communication system, communication device, and communication method
JP6094357B2 (en) COMMUNICATION METHOD, COMMUNICATION SYSTEM, AND COMMUNICATION DEVICE
JP5625748B2 (en) COMMUNICATION DEVICE, COMMUNICATION SYSTEM, PROGRAM, AND COMMUNICATION METHOD
EP2916521B1 (en) Communication device, transmission data output control method, and program for same
US9485186B2 (en) Network congestion control with awareness of random packet losses
US10932159B2 (en) Data transmission method, data receiving device, and data sending device
US8607114B2 (en) Communication device and communication method
CN108432287A (en) A kind of data transmission method and network side equipment
US7590888B2 (en) Receiving device and transmitting device for determining errors in transmission
US10009409B2 (en) Retransmission control network node and related method
WO2016147650A1 (en) Transmitting apparatus and control method therefor, communication system, and recording medium storing communication control program
JP4229037B2 (en) Communication relay device and communication relay program
WO2021212438A1 (en) Data transmission method, apparatus and system, terminal device, and storage medium
KR100952228B1 (en) Appratus for TCP congestion control, a method thereof and recorded medium recorded with a program executing the same
KR101470575B1 (en) Network connecting device and method for controlling packet transmission and reception
KR101511225B1 (en) Network connecting device and method for controlling packet transmisstion and reception
JP2005150951A (en) Receiver, communications system and program
JP2017158047A (en) Relay device, relay method and relay program
US20190289491A1 (en) Communication device and communication method

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: 16764481

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2017506091

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16764481

Country of ref document: EP

Kind code of ref document: A1