WO2011158467A1 - データ送信装置及びデータ送信方法 - Google Patents

データ送信装置及びデータ送信方法 Download PDF

Info

Publication number
WO2011158467A1
WO2011158467A1 PCT/JP2011/003231 JP2011003231W WO2011158467A1 WO 2011158467 A1 WO2011158467 A1 WO 2011158467A1 JP 2011003231 W JP2011003231 W JP 2011003231W WO 2011158467 A1 WO2011158467 A1 WO 2011158467A1
Authority
WO
WIPO (PCT)
Prior art keywords
transmission
data
unit
setting
window size
Prior art date
Application number
PCT/JP2011/003231
Other languages
English (en)
French (fr)
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 JP2012520276A priority Critical patent/JPWO2011158467A1/ja
Priority to CN201180023938XA priority patent/CN102893577A/zh
Priority to US13/698,923 priority patent/US20130080657A1/en
Publication of WO2011158467A1 publication Critical patent/WO2011158467A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/173Interprocessor communication using an interconnection network, e.g. matrix, shuffle, pyramid, star, snowflake
    • G06F15/17306Intercommunication techniques
    • G06F15/17312Routing techniques specific to parallel machines, e.g. wormhole, store and forward, shortest path problem congestion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1867Arrangements specially adapted for the transmitter end
    • H04L1/187Details of sliding window management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/27Evaluation or update of window size, e.g. using information derived from acknowledged [ACK] packets
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W52/00Power management, e.g. TPC [Transmission Power Control], power saving or power classes
    • H04W52/04TPC
    • H04W52/38TPC being performed in particular situations
    • H04W52/48TPC being performed in particular situations during retransmission after error or non-acknowledgment

Definitions

  • the present invention relates to a data transmission device and a data transmission method, and more particularly to a data transmission device and a data transmission method for power saving in a communication network.
  • Patent Document 1 describes a data transmission control method capable of power control using an acknowledgment via a wireless link.
  • the data transmission control method described in Patent Literature 1 compares the reception amount of the reception confirmation response (Ack) predicted when data of a certain transmission size is transferred with the actual Ack reception amount, and transmits according to the comparison result. Control power.
  • Ack reception confirmation response
  • FIG. 1 is a flowchart showing a data transmission control method described in Patent Document 1.
  • step S3 it is determined whether or not an Ack for the transmitted data has been received.
  • the packet error rate PER Packet Error Rate
  • step S7 compares PER with two threshold values, the first threshold value and the second threshold value.
  • the two threshold values have a relationship of first threshold value> second threshold value. If the PER is larger than the first threshold, that is, if the PER is high, the transmission power is increased in step S8, and the second threshold is compared with PER in step S10. If the PER is smaller than the second threshold, control is performed to reduce the transmission power in step S11.
  • TCP Transmission Control Protocol
  • TCP adopts the concept of window to control the flow of data transmission / reception.
  • TCP flow control is adjusted so that no more data is sent to the receiving side by transmitting the receiving window (generally equivalent to the free capacity of the TCP receiving buffer on the receiving side) to the transmitting side.
  • the reception window is stored in the “window size” field of the TCP header, and is notified using an Ack packet (acknowledgment) from the reception side to the transmission side.
  • the TCP header further has a field of an Ack number (the number of data to be received next), and the receiving side uses the Ack number field of the Ack packet to notify the transmitting side at the same time how much data has been received.
  • the transmission side monitors Ack knows the upper limit of the data size that can be transmitted at one time from the relationship between the transmitted data size, the reception window notified by Ack, and the Ack number, and does not transmit beyond that upper limit. Like that.
  • the size of data that can be transmitted without waiting for the Ack determined on the transmission side refers to the transmission window size.
  • the transmission side sequentially transmits data for the transmission window size in units of packets.
  • FIG. 2 is a control sequence diagram showing TCP transmission / reception control.
  • FIG. 2A shows transmission / reception control when communication is normally performed, and
  • FIG. 2B shows transmission / reception control when packet loss occurs.
  • DATAn represents the nth packet data.
  • ACKn is Ack notifying that the nth packet data has been received.
  • the TCP slow start control is performed to update and transmit the packet number (DATA1 to ACK10) every time the Ack has been received. Done. After that, when the transfer goes on track, the receiving side transmits Ack once for reception of packet data multiple times instead of every time (DATA 11 and later).
  • FIG. 2A shows an example in which one Ack is transmitted with respect to the reception of packet data twice.
  • the receiving side informs the transmitting side of the packet data loss. Specifically, the receiving side transmits duplicate Ack (duplicate Ack) every time it receives packet data until it receives lost packet data.
  • FIG. 2 (b) shows an example of the duplicate Ack transmission.
  • the receiving side receives DATA12 instead of the DATA11 packet data to be received next. Therefore, the receiving side transmits Ack for notifying that ACK 10 (10th packet) has been received after reception of DATA 12 every time it receives packet data.
  • the conventional technology has a problem that it cannot solve the increase in load on the transmission side and the increase in power consumption of the reception side terminal due to an increase in the number of times of duplicate Ack transmission on the reception side.
  • the number of times of transmission of duplicate Ack on the receiving side increases.
  • An object of the present invention is to suppress the occurrence of packet data loss at the initial stage of transfer, reduce the number of duplicate Ack transmissions on the reception side, reduce the load on the transmission side, and reduce the power consumption of the reception side terminal.
  • the data transmission device of the present invention includes a transmission buffer for buffering transmission data, a transmission window size setting unit for setting a transmission window size for the transmission buffer, and transmission for the transmission window size set in the transmission window size setting unit.
  • a transmission amount analysis unit that analyzes the amount of packet data that has been transmitted, a transmission parameter setting unit that sets transmission parameters when sending transmission data according to the result of the transmission amount analysis unit, and reads transmission data from the transmission buffer
  • the configuration includes a transmission control unit that transmits transmission data based on the transmission parameter, and a data transmission unit that transmits transmission data received from the transmission control unit.
  • the data transmission method of the present invention is a data transmission method of a data transmission apparatus for transmitting transmission data, the step of buffering transmission data, the step of setting a transmission window size for the transmission buffer, and the set Analyzing the amount of transmitted packet data with respect to the transmission window size; setting a transmission parameter when transmitting the transmission data according to the analysis result; reading the transmission data from the transmission buffer; Transmitting transmission data based on the transmission data, and transmitting transmission data received from the transmission control unit.
  • the present invention when data corresponding to the transmission window size is transferred, packet data loss at the initial transfer stage can be suppressed. As a result, an increase in the number of duplicate Ack transmissions on the reception side can be suppressed, and the load on the transmission side can be reduced and the power consumption of the reception side terminal can be reduced.
  • FIG. 1 Flow chart showing conventional data transmission control method Control sequence diagram showing conventional TCP transmission / reception control
  • the figure which shows an example of the system configuration to which the data transmission apparatus which concerns on Embodiment 1 of this invention is applied.
  • the figure which shows an example of the system configuration to which the data transmission apparatus which concerns on the said Embodiment 1 is applied.
  • the figure which shows the structure of the data transmitter which concerns on the said Embodiment 1.
  • FIG. The figure explaining the transmission window size set to the transmission buffer of the data transmitter which concerns on the said Embodiment 1.
  • FIG. The flowchart which shows the transmission control of the data transmitter which concerns on the said Embodiment 1.
  • FIG. The flowchart which shows the transmission parameter setting process of the transmission parameter setting part of the data transmitter which concerns on the said Embodiment 1.
  • FIG. 1 The figure which shows the table which sets the setting value of the transmission parameter based on the ratio of the transmitted data amount of the data transmission apparatus which concerns on the said Embodiment 1.
  • FIG. 1 The figure which shows the setting table which the transmission parameter instruction
  • Control sequence diagram showing TCP transmission / reception control of the data transmission apparatus according to the first embodiment The block diagram which shows the structure of the data transmitter which concerns on Embodiment 2 of this invention.
  • (Embodiment 1) 3 and 4 are diagrams showing an example of a system configuration to which the data transmission apparatus according to Embodiment 1 of the present invention is applied.
  • FIG. 3 shows an example of a system configuration in which the server 11 and the terminal 12 such as a mobile phone are directly connected. Data is transmitted from the server 11 on the transmission side to the terminal 12 on the reception side, and the terminal 12 receives the data from the server 11.
  • the receiving terminal 12 is, for example, a portable terminal, and power saving is required.
  • FIG. 4 shows an example of a system configuration in which the server 21 and the access point 22 are connected, and a terminal 23 such as a mobile phone relays the access point 22 and connects to the server 21. Data is transmitted from the transmission-side server 21 to the reception-side terminal 23 via the access point 22, and the terminal 23 receives data from the server 21.
  • FIG. 5 is a diagram showing the configuration of the data transmission apparatus according to Embodiment 1 of the present invention.
  • the data transmission apparatus according to the present embodiment is an example applied to the data transmission apparatus having the system configuration shown in FIGS.
  • the data transmission apparatus of this Embodiment can be applied to the transmission terminal of a home network.
  • the data transmission apparatus 100 includes a transmission buffer 101, a transmission window size setting unit 102, an Ack reception unit 112, a transmission amount analysis unit 103, a transmission parameter instruction unit 104, a transmission power instruction unit 105, a modulation scheme code.
  • the Ack signal 111 is input to the Ack receiving unit 112.
  • the Ack reception unit 112 receives the Ack signal 111 and outputs it to the transmission power instruction unit 105 and the modulation scheme coding rate instruction unit 106.
  • the data transmitting apparatus 100 changes the transmission parameter according to the packet data transmission amount with respect to the transmission window size, and transmits the transmission data.
  • the transmission buffer 101 buffers transmission data from a memory not described in FIG.
  • the memory is connected to the transmission buffer 101 and sequentially transfers the held transmission data to the transmission buffer 101.
  • the transmission window size setting unit 102 sets a transmission window size for the transmission buffer 101.
  • FIG. 6 is a diagram for explaining a transmission window size set in the transmission buffer 101.
  • the transmission window size is set in accordance with, for example, the buffer capacity on the reception side acquired from the reception side when establishing a communication connection.
  • the transmission amount analysis unit 103 analyzes the amount of transmitted packet data with respect to the transmission window size set in the transmission window size setting unit 102.
  • the transmission parameter instruction unit 104 instructs the parameter setting value to the transmission parameter setting unit 107 according to the result of the transmission amount analysis unit 103.
  • the transmission parameter instruction unit 104 instructs the transmission parameter setting unit 107 to specify different transmission power, modulation scheme, and coding rate according to the ratio of the amount of transmitted packet data to the transmission window size.
  • the transmission parameter instruction unit 104 includes a transmission power instruction unit 105 and a modulation scheme coding rate instruction unit 106.
  • the transmission power instruction unit 105 receives information on the ratio of the transmitted data amount from the transmission amount analysis unit 103.
  • the transmission power instruction unit 105 instructs the transmission power setting unit 108 on the transmission power setting value based on the ratio of the received transmitted data amount.
  • the modulation scheme coding rate instruction unit 106 receives information on the ratio of the transmitted data amount from the transmission amount analysis unit 103.
  • the modulation scheme coding rate instruction unit 106 instructs the modulation scheme coding rate setting unit 109 on the modulation scheme and coding rate based on the ratio of the received transmitted data amount.
  • the transmission parameter setting unit 107 sets the transmission parameter instructed by the transmission parameter instruction unit 104.
  • Transmission parameter setting section 107 sets transmission parameters when transmission data is transmitted by transmission control section 110.
  • the transmission parameter setting unit 107 includes a transmission power setting unit 108 and a modulation scheme coding rate setting unit 109.
  • the transmission power setting unit 108 receives the transmission power setting value from the transmission power instruction unit 105 and sets the value.
  • the modulation scheme coding rate setting unit 109 receives the modulation scheme and coding rate setting values from the modulation scheme coding rate instruction unit 106 and sets the values.
  • the transmission control unit 110 reads transmission data from the transmission buffer 101 and controls transmission data based on the setting of the transmission parameter setting unit 107.
  • the data transmission unit 120 transmits the transmission data received from the transmission control unit 110.
  • the transmission control unit 110 may be connected to a network interface unit (not shown).
  • the network interface unit is connected to the transmission control unit 110 and an external access point, and transmits transmission data sent from the transmission control unit 110 to the external access point.
  • the data transmission apparatus 100 is instructed by the transmission parameter instruction unit 104 and the transmission parameter instruction unit 104 which instruct the parameter setting value to the transmission parameter setting unit 107 according to the result of the transmission amount analysis unit 103.
  • the transmission parameter instruction unit 104 indicates the parameter setting value, and the transmission parameter setting unit 107 sets the instructed parameter, thereby enabling the following transmission control.
  • the transmission parameter setting unit 107 sets the instructed parameter, thereby enabling the following transmission control.
  • FIG. 7 is a flowchart showing transmission control of the data transmission apparatus 100.
  • step S101 the transmission buffer 101 performs initial setting for buffering transmission data.
  • the transmission window size setting unit 102 performs initial setting for setting a transmission window size determined by TCP flow control.
  • step S102 the transmission power instruction unit 105 and the modulation scheme coding rate instruction unit 106 perform initial setting of the transmission power and modulation scheme.
  • step S103 the transmission buffer 101 performs data packet transmission.
  • step S104 the transmission amount analysis unit 103 determines whether or not all data transfer is completed. If all data transfer is complete, this flow ends.
  • the transmission amount analysis unit 103 calculates the ratio of the transmitted data amount to the transmission window size from the transmission data amount read from the transmission buffer 101 and the transmission window size set by the transmission window size setting unit 102.
  • step S105 the transmission parameter instruction unit 104 determines whether packet loss has occurred. The occurrence of packet loss is determined by, for example, no update of the Ack number. If there is a packet loss, the transmission parameter instruction unit 104 proceeds to step S106. If there is no packet loss, the transmission parameter instruction unit 104 proceeds to step S108.
  • step S106 the transmission amount analysis unit 103 calculates the transmitted data amount for the transmission window.
  • step S107 the transmission parameter instruction unit 104 determines whether it is a setting update timing. If it is not the setting update timing, the process returns to step S103, and if it is the setting update timing, the process proceeds to step S108.
  • step S108 the transmission parameter instruction unit 104 sets the transmission parameter and returns to step S103.
  • FIG. 8 is a flowchart showing the transmission parameter setting process of the transmission parameter setting unit 107.
  • the flowchart showing the transmission parameter setting process in FIG. 8 is a subroutine of step S108 in FIG.
  • the transmission power instruction unit 105 and the modulation scheme coding rate instruction unit 106 receive information on the ratio of the transmitted data amount from the transmission amount analysis unit 103.
  • step S201 the transmission power instruction unit 105 instructs the transmission power setting unit 108 about the transmission power setting value.
  • the transmission power setting unit 108 receives the transmission power setting value from the transmission power instruction unit 105 and sets the value.
  • FIG. 9 is a diagram showing a table for setting transmission parameter setting values based on the ratio of transmitted data amount.
  • the setting table shown in FIG. 9 sets a transmission power, a modulation method, and a coding rate for each ratio of the transmitted data amount.
  • the transmission power instruction unit 105 instructs the transmission power setting unit 108 to set the transmission power with reference to the setting table shown in FIG. Specifically, for example, the transmission power instruction unit 105 sets the maximum transmission power if the received information on the ratio of the transmitted data amount is 0% or more and less than 25%, and the maximum value if the information is 25% or more and less than 50%. Is instructed to set a transmission power of 90%. Further, the transmission power instruction unit 105 instructs the transmission power setting unit 108 to set the transmission power based on the ratio of the received transmitted data amount. Specifically, the transmission power instruction unit 105 sets the transmission power of 80% of the maximum value to 75% or more and 100% or less if the information on the ratio of the received transmitted data amount is 50% or more and less than 75%.
  • the transmission power instruction unit 105 first increases the transmission power set in advance by, for example, 20-30%, and decreases it step by step according to the ratio of the amount of transmitted data received. It may be returned to the transmitted power.
  • the transmission power instruction unit 105 may change the setting value so that the transmission power becomes stronger when packet data loss occurs due to transmission with the instructed setting value.
  • the transmission power instruction unit 105 sets the transmission power to be set to 62% of the maximum value and the transmission power becomes strong. Update. Note that, when packet loss occurs again, the transmission power instruction unit 105 updates the setting value so that the transmission power is further increased to 64%.
  • the modulation scheme coding rate instruction unit 106 instructs the modulation scheme coding rate setting unit 109 on the modulation scheme and the coding rate based on the ratio of the received transmitted data amount.
  • Modulation scheme coding rate setting section 109 receives the modulation scheme and coding rate setting values from modulation scheme coding rate instruction section 106 and sets the values.
  • the modulation scheme coding rate instruction unit 106 instructs the modulation scheme coding rate setting unit 109 on the modulation scheme conditions, for example, with reference to the setting table shown in FIG. Specifically, the modulation scheme coding rate instruction unit 106 modulates BPSK as the modulation scheme and 3/4 as the coding rate if the information of the ratio of the received transmitted data amount is 0% or more and less than 25%. It instructs the modulation scheme coding rate setting section 109 as a scheme condition. Also, the modulation scheme coding rate instruction unit 106 sets QPSK as the modulation scheme, 3/4 as the coding rate, and modulation scheme coding if the information on the ratio of the received transmitted data amount is 25% or more and less than 50%. The rate setting unit 109 is instructed.
  • the modulation scheme coding rate instruction unit 106 sets the modulation scheme to 16-QAM, the coding rate to 3/4, and the modulation scheme if the information on the ratio of the received transmitted data amount is 50% or more and less than 75%.
  • the coding rate setting unit 109 is instructed.
  • the modulation scheme coding rate instruction unit 106 sets 64-QAM as the modulation scheme and 3/4 as the coding rate if the information on the ratio of the received transmitted data amount is 75% or more and 100% or less. Then, it instructs the modulation scheme coding rate setting unit 109.
  • the modulation scheme coding rate instruction unit 106 changes the setting value so that error tolerance is increased when packet data loss occurs due to transmission with the specified setting value.
  • the modulation scheme coding rate instructing unit 106 uses 64-QAM as a modulation scheme and encoding when a packet data loss occurs with a setting value where the modulation scheme is 64-QAM and the coding rate is 3/4. The rate is updated to 2/3, which is a set value with increased error tolerance. Also, when packet data loss occurs again, the modulation scheme coding rate instruction unit 106 updates the modulation scheme to 16-QAM, the coding rate to 3/4, and a setting value that further enhances error tolerance. .
  • the transmission power instruction unit 105 and the modulation scheme coding rate instruction unit 106 determine the occurrence of packet data loss according to the TCP flow control operation that detects the reception of duplicate Ack. Specifically, the transmission power instruction unit 105 and the modulation scheme coding rate instruction unit 106 generate a packet loss when the received packet number of the received Ack is not updated from the received number of the previously received Ack. Judge that
  • the transmission parameter setting unit 107 includes a transmission power setting unit 108 and a modulation scheme coding rate setting unit 109.
  • the transmission power setting unit 108 receives the transmission power setting value from the transmission power instruction unit 105 and sets the value.
  • the modulation scheme coding rate setting unit 109 receives the modulation scheme and coding rate setting values from the modulation scheme coding rate instruction unit 106 and sets the values.
  • the transmission control unit 110 reads the transmission data buffered in the transmission buffer 101, and transmits the transmission data according to the settings of the transmission power setting unit 108 and the modulation scheme coding rate setting unit 109.
  • data can be transmitted adaptively based on the ratio of the amount of transmitted packet data each time transmission is performed for the transmission window size, with a strong transmission power and a robust modulation scheme and coding rate. .
  • the loss of the packet data at the early stage of transfer can be suppressed.
  • the strong transmission power and the modulation scheme and the coding rate that are strong in error tolerance are strengthened at the same time, but at least one may be strengthened.
  • the loss of packet data causes the receiving side to shorten the period in which the duplicate Ack continues to be returned every time the packet data is received, the load on the data transmitting apparatus is reduced and the increase in power of the receiving terminal is suppressed. be able to.
  • the receiving terminal returns Ack every time the first data is received. Furthermore, when the data reception progresses and gets on the trajectory, the receiving terminal returns Ack once for a plurality of data reception times. In FIG. 2A, Ack is returned once for two data receptions.
  • the receiving terminal returns Ack every time data is received. For this reason, in the method according to the prior art, the influence of the packet loss occurrence becomes earlier as the transfer is performed earlier, and the power increases as the number of Ack transmissions increases. Thus, in the conventional example, the number of times of Ack transmission on the terminal side increases when packet loss occurs, increasing the load on the transmitting terminal and increasing the power consumption of the receiving terminal.
  • every time the transmission window size is transferred based on the transmission amount with respect to the transmission window size (1) the transmission power at the start of the transfer is increased, and thereafter the transmission power is decreased. .
  • (2) transmission is performed with strong error correction at the start of transfer and then weakening error correction.
  • the transmission parameter instruction unit 104 instructs parameter setting values for realizing the above (1) and (2), and the transmission parameter setting unit 107 sets the parameters instructed by the transmission parameter instruction unit 104.
  • the instruction / setting of the parameter may be either one or both of the transmission power selection setting (1) and the modulation scheme / coding rate selection setting (2).
  • FIG. 10 is a diagram illustrating a setting table included in the transmission parameter instruction unit 104.
  • the transmission parameter instruction unit 104 has a setting table 140, and refers to the setting table 140 to select / instruct transmission power and modulation scheme / coding rate according to the transmission amount.
  • the setting table 140 stores the transmission power corresponding to the transmission amount and the modulation method / coding rate.
  • the transmission power MAX 100%
  • the modulation scheme / coding rate BPSK / 1/2.
  • the transmission power is 90%
  • the modulation method / coding rate is 16-QAM / 1/2.
  • the transmission power is 80% and the modulation method / coding rate is 64-QAM / 1/2.
  • the setting table 140 for example, when the transmission amount is 75-100%, the transmission power is 60% and the modulation method / coding rate is 64-QAM / 3/4. There are various variations in how to set the setting table 140. Details will be described later in a third embodiment.
  • FIG. 11 is a diagram for explaining the relationship between the transmission rate, the modulation method, and the coding rate.
  • the coding rate and the transmission rate [Mbps] are different for each modulation method.
  • a modulation scheme having a smaller coding rate or a lower transmission rate [Mbps] has higher reliability.
  • the modulation scheme BPSK has a coding rate of 1/2 and a transmission rate of 6 M [Mbps], and has the highest reliability with respect to packet data transmission.
  • 64-QAM which has the highest coding rate and transmission rate [Mbps] has a high coding rate and transmission rate [Mbps]. Reliability is reduced.
  • each time the transmission window size is transferred (1) the transmission power at the start of transfer is increased, and thereafter the transmission power is decreased based on the transmission amount with respect to the transmission window size. To send. Alternatively, (2) transmission is performed with strong error correction at the start of transfer and then weakening error correction.
  • FIG. 12 is a control sequence diagram illustrating TCP transmission / reception control according to the present embodiment.
  • FIG. 11 shows an example in which the transmission power at the start of transfer is increased (MAX 100%) each time the transmission window size is transferred based on the transmission amount with respect to the transmission window size.
  • the transmission control for increasing the reliability may be a combination of a highly reliable modulation scheme, or may be only the modulation scheme instead of the transmission power.
  • the transmission power at the start of the transfer is increased (MAX 100%). If the number of data transmissions exceeds 25, for example, the transmission power is set to 90%. When the number of data transmissions exceeds 50, for example, the transmission power is set to 80%, and when the number of data transmissions exceeds 75, for example, the transmission power is set to 60%.
  • the data transmission control of this embodiment can suppress the occurrence of packet loss at the beginning of transfer as shown in part a of FIG.
  • the Ack transmission frequency is as usual.
  • the transmission power is set to 60% on the transmission side to promote packet loss occurrence, and packet loss occurs when the number of data transmissions is 75 times. And On the receiving side, after this packet loss occurs, Ack is returned every time data is received. For this reason, the Ack transmission frequency increases. However, even if a packet loss occurs, it is the second half of the data transfer for the transmission window size, and the packet loss occurrence at an early stage of the transfer can be suppressed. Therefore, in the present embodiment, the number of Ack transmissions on the receiving terminal side can be suppressed, and the power on the receiving side can be reduced.
  • information that a packet loss has occurred when the transmission power is set to 60% on the transmission side can be used for subsequent data transmission control.
  • data transmission control that suppresses packet loss such as transmission power of 60% or more, or data transmission with a modulation scheme and coding rate that is strong in error tolerance, etc. It can be performed.
  • packet data at the initial stage of transfer is transmitted at the initial stage of transfer by transmitting data with a strong transmission power and a modulation scheme and coding rate that are resistant to error resistance. Loss can be suppressed.
  • the data transmission apparatus 100 includes the transmission amount analysis unit 103 that analyzes the transmitted packet data amount with respect to the transmission window size set in the transmission window size setting unit 102.
  • the data transmission device 100 includes a transmission parameter instruction unit 104 that instructs the transmission parameter setting unit 107 of different transmission power, modulation scheme, and coding rate according to the ratio of the amount of transmitted packet data to the transmission window size.
  • the data transmission device 100 includes a transmission parameter setting unit 107 that sets a parameter instructed by the transmission parameter instruction unit 104.
  • the data transmission device 100 includes a transmission control unit 110 that reads transmission data from the transmission buffer 101 and transmits the transmission data based on the setting of the transmission parameter setting unit 107.
  • the transmission parameter instruction unit 304 instructs the transmission parameter setting unit 107 of different transmission power, modulation scheme, and coding rate according to the ratio of the amount of transmitted packet data to the transmission window size.
  • the transmission parameter setting unit 107 sets the instructed parameter, and the transmission control unit 110 transmits transmission data based on the setting.
  • the data transmitting apparatus 100 can suppress the loss of packet data at the initial stage of transfer when transferring the transmission window size. As a result, an increase in the number of duplicate Ack transmissions on the receiving side can be suppressed, and the load on the data transmitting apparatus can be reduced and the power consumption of the receiving terminal can be reduced.
  • indication part 104 in this Embodiment was set as the structure provided with the transmission power instruction
  • the transmission parameter setting unit 107 may include only one of the transmission power setting unit 108 and the modulation scheme coding rate setting unit 109.
  • the value to be initially set is not limited to this, and may be arbitrarily determined according to the state and configuration of the apparatus.
  • TCP has been mainly described as a protocol with flow control
  • the protocol used in the present invention is not limited to TCP.
  • the present invention may use other protocols as long as it has a flow control function.
  • the flow control is realized in the application layer, and transmission control similar to TCP is performed by the flow control, thereby reducing power consumption. May be.
  • FIG. 13 is a block diagram showing the configuration of the data transmission apparatus according to Embodiment 2 of the present invention. The same components as those in FIG.
  • the data transmission device 200 includes a transmission buffer 101, a transmission window size setting unit 102, an Ack reception unit 112, a transmission amount analysis unit 103, a transmission parameter setting unit 107, a transmission power setting unit 108, a modulation scheme code.
  • the transmission buffer 101 buffers transmission data.
  • the transmission window size setting unit 102 sets a transmission window size determined by TCP flow control.
  • the transmission amount analysis unit 103 calculates the ratio of the transmitted data amount to the transmission window size from the transmission data amount read from the transmission buffer 101 and the transmission window size set by the transmission window size setting unit 102.
  • the transmission parameter setting unit 107 sets transmission parameters when transmitting transmission data according to the result of the transmission amount analysis unit.
  • the transmission control unit 110 reads the transmission data buffered in the transmission buffer 101, and transmits the transmission data according to the settings of the transmission power setting unit 108 and the modulation scheme coding rate setting unit 109.
  • the data transmission unit 120 transmits the transmission data received from the transmission control unit 110.
  • every time transmission is performed for the transmission window size adaptively based on the ratio of the amount of transmitted packet data, modulation with strong transmission power and error resistance is adaptive.
  • Data can be transmitted with a method and a coding rate.
  • this Embodiment can suppress the loss of the packet data in the transfer stage.
  • data is transmitted with a modulation scheme and coding rate that are strong in transmission power and error tolerance, and packet data loss at the initial stage of transfer can be suppressed.
  • FIG. 14 is a block diagram showing a configuration of a data transmission apparatus according to Embodiment 3 of the present invention.
  • the data transmission apparatus 300 is different from the transmission parameter instruction unit 104 in FIG. 5 in the configuration of the transmission parameter instruction unit 304.
  • the transmission parameter instruction unit 304 includes a transmission power instruction unit 305, a modulation scheme coding rate instruction unit 306, and a transmission parameter control setting unit 310.
  • the transmission power instruction unit 305 receives information on the ratio of the transmitted data amount from the transmission amount analysis unit 103.
  • the transmission power instruction unit 305 instructs the transmission power setting unit 108 on the transmission power setting value based on the setting such as update by the transmission parameter control setting unit 310 and the ratio of the received transmitted data amount.
  • the modulation scheme coding rate instruction unit 306 receives information on the ratio of the transmitted data amount from the transmission amount analysis unit 103.
  • the modulation scheme coding rate instruction unit 306 sets the modulation scheme and the coding rate based on the setting such as update by the transmission parameter control setting unit 310 and the ratio of the received transmitted data amount. To instruct.
  • the transmission parameter control setting unit 310 sets the update order of the transmission power, modulation scheme, and coding rate setting value. Specifically, the transmission parameter control setting unit 310 determines whether to update the transmission power, the modulation scheme, and the coding rate at the same time or alternately, or update one of them with priority. Set.
  • Transmission parameter control setting section 310 sets the update order of transmission power, modulation scheme, and coding rate setting values. Specifically, the transmission parameter control setting unit 310 determines whether to update the transmission power, the modulation scheme, and the coding rate at the same time or alternately, or update one of them with priority. Set.
  • the transmission parameter control setting unit 310 sets the modulation system and coding rate change priority in order to prioritize the power on the transmission side.
  • the change priority is to change only the setting of the modulation scheme and the coding rate first without changing the transmission power.
  • the transmission parameter control setting unit 310 gives priority to speeding up the communication rate when the transmission side is a stationary device that does not care about power relatively. For this reason, in the stationary device, the transmission parameter control setting unit 310 sets the transmission power change priority and changes only the transmission power first without changing the modulation scheme.
  • changing the modulation method and coding rate may reduce the transmission rate and delay transfer, so the transmission power is controlled first.
  • the transmission parameter control setting unit 310 is set to change the transmission power, the modulation method, and the coding rate at the same time. However, the setting value need not be changed at the same time as the transmission power, the modulation method, and the coding rate. Absent.
  • the setting of the transmission parameter control setting unit 310 may be performed by alternately changing the transmission power, the modulation method, and the coding rate, or may continue to change any one first by giving priority. .
  • transmission parameter control setting section 310 sets the modulation scheme and coding rate change priority, and changes only the modulation scheme and coding rate setting first without changing the transmission power.
  • the transmission parameter control setting unit 310 sets the transmission power change priority and does not change the modulation method. Change only the transmission power first.
  • the occurrence of packet data loss enables the receiving side to shorten the period in which the duplicate Ack continues to be returned every time packet data is received, thereby suppressing an increase in power.
  • each functional block of the data transmission device 100 may be realized as an LSI that is an integrated circuit. These may be individually made into one chip, or may be made into one chip so as to include a part or all of them. Although referred to as LSI here, it may be referred to as IC, system LSI, super LSI, or ultra LSI depending on the degree of integration.
  • the method of circuit integration is not limited to LSI's, and implementation using dedicated circuitry or general purpose processors is also possible. Specifically, a programmable FPGA (Field Programmable Gate Array) or a reconfigurable processor capable of reconfiguring connection and setting of circuit cells inside the LSI may be used.
  • a programmable FPGA Field Programmable Gate Array
  • a reconfigurable processor capable of reconfiguring connection and setting of circuit cells inside the LSI may be used.
  • the names of the data transmission device, the data transmission system, and the data transmission method are used for convenience of explanation.
  • the name of the device is the transmission device, the communication system, and the name of the method is transmission. It may be a control method or the like.
  • each unit constituting the data transmission device may be any type of communication network, the number thereof, a connection method, and the like.
  • the data transmission method described above can also be realized by a program for causing this data transmission method to function.
  • This program is stored in a computer-readable recording medium.
  • the data transmitting apparatus and data transmitting method according to the present invention have an effect of suppressing the number of times of Ack transmission on the receiving side, and are useful for devices having a server function having a wireless LAN function.
  • the present embodiment can also be applied to devices that employ a communication method compatible with TCP other than wireless LAN.

Abstract

 転送初期段階でのパケットデータ損失の発生を抑制し、受信側の重複Ack送信回数を抑制して消費電力を削減可能なデータ送信装置及びデータ送信方法を提供すること。データ送信装置(100)は、送信ウインドウサイズ設定部(102)に設定された送信ウインドウサイズに対する送信済みパケットデータ量を解析する送信量解析部(103)と、送信ウインドウサイズに対する送信済みパケットデータ量の割合によって、異なる送信パワーと変調方式と符号化率を送信パラメータ設定部(107)に指示する送信パラメータ指示部(104)と、送信パラメータ指示部(104)により指示されたパラメータを設定する送信パラメータ設定部(107)と、送信バッファ(101)から送信データを読み出し、送信パラメータ設定部(107)の設定に基づいて送信データを送出する送信制御部(110)とを備える。

Description

データ送信装置及びデータ送信方法
 本発明は、データ送信装置及びデータ送信方法に関し、特に、通信ネットワークにおける省電力化のためのデータ送信装置及びデータ送信方法に関する。
 特許文献1には、ワイヤレスリンクを介して肯定応答を使用する電力制御可能なデータ送信制御方法が記載されている。特許文献1記載のデータ送信制御方法は、ある送信サイズのデータを転送した際に予測される受信確認応答(Ack)の受信量と実際のAck受信量を比較し、その比較結果に応じて送信パワーを制御する。
 図1は、特許文献1記載のデータ送信制御方法を示すフローチャートである。
 図1に示すように、ステップS3では、送信したデータに対するAckを受信したか否かを判定する。また、ステップS6では、失われたAckの数/期待されるAckの数としてパケットエラーレートPER(Packet Error Rate)を計算する。
 そして、ステップS7は、PERを第1の閾値と第2の閾値の2つの閾値と比較する。ここで、2つの閾値には、第1の閾値>第2の閾値の関係がある。PERが第1の閾値より大きい場合、つまり、PERが高かった場合は、ステップS8で送信パワーを増大させ、ステップS10で第2の閾値とPERを比較する。PERが第2の閾値より小さい場合は、ステップS11で送信パワーを減少させる制御を行う。
 一方、TCP(Transport Control Protocol)によるデータ送信は、遅延やジッタ、パケットロス等の様々な要因によるネットワーク状況の変化・差異を考慮しなければならない。
 次に、TCPの送受信制御について説明する。
 TCPでは、ウインドウという概念を取り入れてデータ送受信のフロー制御をしている。TCPのフロー制御は、受信ウインドウ(一般的に、受信側のTCP受信バッファの空き容量に相当)を送信側に伝えることで、それ以上のデータが受信側に送られないように調整している。具体的には、受信ウインドウは、TCPヘッダの「ウインドウサイズ」のフィールドに格納され、受信側から送信側へのAckパケット(肯定応答)を使って通知される。
 TCPヘッダには、さらにAck番号(次に受信するデータの番号)のフィールドがあり、受信側はAckパケットのAck番号フィールドを使って、どこまでのデータを受信したのかを送信側に同時に通知する。
 送信側では、Ackを監視し、送信済みのデータサイズとAckで通知された受信ウインドウとAck番号の関係から、次に一度に送信可能なデータサイズの上限を知り、その上限を超えて送信しないようにする。
 ここで、送信側で決定されたAckを待たずに送信可能なデータの大きさは、送信ウインドウサイズをいう。送信側は、送信ウインドウサイズ分のデータをパケット単位で順次送信する。
 図2は、TCPの送受信制御を示す制御シーケンス図である。図2(a)は、正常に通信が行われている場合、図2(b)はパケット損失が発生した場合の送受信制御を示している。
 図2中、DATAnは、n番目のパケットデータを表す。ACKnは、n番目までのパケットデータを受信できたことを通知するAckである。
 図2(a)に示すように、正常時は、転送開始後しばらくはパケットデータを受信すると、毎回Ackを受信済みのパケット番号を更新して送信(DATA1~ACK10)するTCPのスロースタート制御が行われる。その後、転送が軌道に乗ると、受信側は、Ackを毎回ではなく、パケットデータ複数回受信に対して1回送信する(DATA11以降)。
 図2(a)では、パケットデータの2回受信に対して、1回のAckを送信する場合の例を示している。
 しかし、パケットデータの損失が発生し、次に受信すべきパケットデータの番号以外のデータを受信した場合、受信側は、パケットデータの損失を送信側に伝える。具体的には、受信側は、損失したパケットデータを受信するまで、パケットデータを受信すると毎回重複したAck(重複Ack)を送信するようになる。
 図2(b)は、上記重複Ack送信の例を示している。図2(b)の例では、DATA11のパケットの損失が発生したものとする。受信側は、次に受信すべきDATA11のパケットデータではなく、DATA12を受信している。そのため、受信側は、DATA12の受信以降、ACK10(10番目のパケット)まで受信できていることを通知するAckを、パケットデータを受信毎に送信することになる。
特開2006-254505号公報
 しかしながら、このような従来技術では、PERに応じて送信パワーを変更する制御を行っているため、パケットデータの損失の発生以降、受信側がパケットデータを受信する毎に、送信側に重複Ackを返し続けることになる。すなわち、従来技術では、一旦データロスが発生した場合、ロス発生以降の受信側のAck送信回数が増大し、Ackを受ける送信側の負荷増大と受信側端末の消費電力が増加してしまう。
 従来技術では、受信側の重複Ack送信回数の増大による送信側の負荷増大と受信側端末の消費電力の増加を解決できないという課題を有している。特に、送信ウインドウサイズ分のデータを転送する際に、その転送初期段階でパケットデータの損失が発生した場合に、受信側の重複Ackの送信回数が増大する。
 本発明の目的は、転送初期段階でのパケットデータ損失の発生を抑制し、受信側の重複Ack送信回数を削減し、送信側の負荷の削減及び受信側端末の消費電力を削減可能なデータ送信装置及びデータ送信方法を提供することである。
 本発明のデータ送信装置は、送信データをバッファリングする送信バッファと、前記送信バッファに対する送信ウインドウサイズを設定する送信ウインドウサイズ設定部と、前記送信ウインドウサイズ設定部に設定された送信ウインドウサイズに対する送信済みパケットデータ量を解析する送信量解析部と、前記送信量解析部の結果に応じて、送信データを送出する際の送信パラメータを設定する送信パラメータ設定部と、前記送信バッファから送信データを読み出し、前記送信パラメータに基づいて送信データを送出する送信制御部と、前記送信制御部から受信した送信データを送信するデータ送信部と、を備える構成を採る。
 本発明のデータ送信方法は、送信データを送出するデータ送信装置のデータ送信方法であって、送信データをバッファリングするステップと、前記送信バッファに対する送信ウインドウサイズを設定するステップと、前記設定された送信ウインドウサイズに対する送信済みパケットデータ量を解析するステップと、前記解析結果に応じて、送信データを送出する際の送信パラメータを設定するステップと、前記送信バッファから送信データを読み出し、前記送信パラメータに基づいて送信データを送出するステップと、前記送信制御部から受信した送信データを送信するステップと、有する。
 本発明によれば、送信ウインドウサイズ分のデータを転送する際に、その転送初期の段階でのパケットデータの損失を抑制することができる。その結果、受信側の重複Ack送信回数の増大を抑えることができ、送信側の負荷の削減及び受信側端末の消費電力を削減することができる。
従来のデータ送信制御方法を示すフロー図 従来のTCPの送受信制御を示す制御シーケンス図 本発明の実施の形態1に係るデータ送信装置が適用されるシステム構成の一例を示す図 上記実施の形態1に係るデータ送信装置が適用されるシステム構成の一例を示す図 上記実施の形態1に係るデータ送信装置の構成を示す図 上記実施の形態1に係るデータ送信装置の送信バッファに設定される送信ウインドウサイズを説明する図 上記実施の形態1に係るデータ送信装置の送信制御を示すフロー図 上記実施の形態1に係るデータ送信装置の送信パラメータ設定部の送信パラメータ設定処理を示すフロー図 上記実施の形態1に係るデータ送信装置の送信済みデータ量の割合に基づく送信パラメータの設定値を設定するテーブルを示す図 上記実施の形態1に係るデータ送信装置の送信パラメータ指示部が有する設定テーブルを示す図 上記実施の形態1に係るデータ送信装置の伝送レートと変調方式、符号化率の関係を説明する図 上記実施の形態1に係るデータ送信装置のTCPの送受信制御を示す制御シーケンス図 本発明の実施の形態2に係るデータ送信装置の構成を示すブロック図 本発明の実施の形態3に係るデータ送信装置の構成を示すブロック図
 以下、本発明の実施の形態について図面を参照して詳細に説明する。
 (実施の形態1)
 図3及び図4は、本発明の実施の形態1に係るデータ送信装置が適用されるシステム構成の一例を示す図である。
 図3は、サーバ11と携帯電話機などの端末12とが直接つながるシステム構成の一例を示す。送信側のサーバ11から受信側の端末12へデータが送信され、端末12は、サーバ11からのデータを受信する。受信側の端末12は、例えば携帯端末であり、省電力化が求められている。
 図4は、サーバ21とアクセスポイント22が接続され、携帯電話機などの端末23は、アクセスポイント22を中継してサーバ21につながるシステム構成の一例を示す。送信側のサーバ21からアクセスポイント22を中継して受信側の端末23へデータが送信され、端末23は、サーバ21からのデータを受信する。
 図5は、本発明の実施の形態1に係るデータ送信装置の構成を示す図である。本実施の形態のデータ送信装置は、図3及び図4のシステム構成のデータ送信装置に適用する例である。また、本実施の形態のデータ送信装置は、ホームネットワークの送信端末に適用することができる。
 図5に示すように、データ送信装置100は、送信バッファ101、送信ウインドウサイズ設定部102、Ack受信部112、送信量解析部103、送信パラメータ指示部104、送信パワー指示部105、変調方式符号化率指示部106、送信パラメータ設定部107、送信パワー設定部108、変調方式符号化率設定部109、送信制御部110、及びデータ送信部120を備える。
 Ack信号111は、Ack受信部112に入力される。Ack受信部112は、Ack信号111を受信して、送信パワー指示部105及び変調方式符号化率指示部106に出力する。
 データ送信装置100は、送信ウインドウサイズに対するパケットデータ送信量に応じて送信パラメータを変更して、送信データを送出する。
 送信バッファ101は、図5には記述していないメモリからの送信データをバッファリングする。上記メモリは、送信バッファ101と接続され、保持している送信データを順次送信バッファ101に転送する。
 送信ウインドウサイズ設定部102は、送信バッファ101に対する送信ウインドウサイズを設定する。
 図6は、送信バッファ101に設定される送信ウインドウサイズを説明する図である。送信ウインドウサイズは、例えば通信コネクションを確立する際に受信側から取得した、受信側のバッファ容量に合わせて設定される。
 送信量解析部103は、送信ウインドウサイズ設定部102に設定された送信ウインドウサイズに対する送信済みパケットデータ量を解析する。
 送信パラメータ指示部104は、送信量解析部103の結果に応じて送信パラメータ設定部107へパラメータの設定値を指示する。送信パラメータ指示部104は、送信ウインドウサイズに対する送信済みパケットデータ量の割合によって、異なる送信パワーと変調方式と符号化率を送信パラメータ設定部107に指示する。
 送信パラメータ指示部104は、送信パワー指示部105と、変調方式符号化率指示部106とから構成される。
 送信パワー指示部105は、送信量解析部103から送信済みデータ量の割合の情報を受信する。送信パワー指示部105は、受信した送信済みデータ量の割合に基づいて、送信パワー設定値を送信パワー設定部108に指示する。
 変調方式符号化率指示部106は、送信量解析部103から送信済みデータ量の割合の情報を受信する。変調方式符号化率指示部106は、受信した送信済みデータ量の割合に基づいて、変調方式と符号化率を変調方式符号化率設定部109に指示する。
 送信パラメータ設定部107は、送信パラメータ指示部104により指示された送信パラメータを設定する。送信パラメータ設定部107は、送信制御部110において送信データを送出する際の送信パラメータを設定する。
 送信パラメータ設定部107は、送信パワー設定部108と、変調方式符号化率設定部109とから構成されている。
 送信パワー設定部108は、送信パワー指示部105から送信パワー設定値を受信し、その値を設定する。
 変調方式符号化率設定部109は、変調方式符号化率指示部106から変調方式と符号化率の設定値を受信し、その値を設定する。
 送信制御部110は、送信バッファ101から送信データを読み出し、送信パラメータ設定部107の設定に基づいて送信データを制御する。
 データ送信部120は、送信制御部110から受信した送信データを送信する。
 なお、送信制御部110は、図示しないネットワークインターフェース部に接続されていてもよい。上記ネットワークインターフェース部は、送信制御部110と外部のアクセスポイントとに接続され、送信制御部110から送られる送信データを外部のアクセスポイントへ送出する。
 以下、上述のように構成されたデータ送信装置100の動作を説明する。
 本実施の形態のデータ送信装置100は、送信量解析部103の結果に応じて送信パラメータ設定部107へパラメータの設定値を指示する送信パラメータ指示部104と、送信パラメータ指示部104により指示されたパラメータを設定する送信パラメータ設定部107とを備える。
 送信パラメータ指示部104は、パラメータの設定値を指示し、送信パラメータ設定部107が指示されたパラメータを設定することで、以下の送信制御が可能になる。以下、データ送信装置100の送信制御の例について説明する。
 《制御1》
 図7は、データ送信装置100の送信制御を示すフローチャートである。
 図7に示すように、ステップS101において、送信バッファ101は、送信データをバッファリングする初期設定を行う。送信ウインドウサイズ設定部102は、TCPのフロー制御で決定される送信ウインドウサイズを設定する初期設定を行う。
 ステップS102において、送信パワー指示部105及び変調方式符号化率指示部106は、送信パワー及び変調方式の初期設定を行う。
 ステップS103において、送信バッファ101は、データパケット送信を行う。
 ステップS104において、送信量解析部103は、全データ転送完了か否かを判別する。全データ転送完了の場合は、本フローを終了する。
 送信量解析部103は、送信バッファ101から読み出した送信データ量と、送信ウインドウサイズ設定部102で設定された送信ウインドウサイズから、送信ウインドウサイズに対する送信済みデータ量の割合を計算する。
 全データ転送が完了していない場合、ステップS105において、送信パラメータ指示部104は、パケット損失発生か否かを判別する。パケット損失発生は、例えばAck番号の更新がないことで判別する。送信パラメータ指示部104は、パケット損失発生がある場合、ステップS106に移行し、パケット損失発生がない場合、ステップS108に移行する。
 ステップS106において、送信量解析部103は、送信ウィンドウに対する送信済みデータ量を計算する。
 ステップS107において、送信パラメータ指示部104は、設定更新タイミングか否かを判別する。設定更新タイミングでない場合は、上記ステップS103に戻り、設定更新タイミングの場合は、ステップS108に進む。
 ステップS108において、送信パラメータ指示部104は、送信パラメータを設定して上記ステップS103に戻る。
 図8は、送信パラメータ設定部107の送信パラメータ設定処理を示すフローチャートである。図8の送信パラメータ設定処理を示すフローチャートは、図7のステップS108のサブルーチンである。
 送信パワー指示部105と変調方式符号化率指示部106は、送信量解析部103から送信済みデータ量の割合の情報を受信する。
 ステップS201において、送信パワー指示部105は、送信パワー設定値を送信パワー設定部108に指示する。送信パワー設定部108は、送信パワー指示部105から送信パワー設定値を受信し、その値を設定する。
 図9は、送信済みデータ量の割合に基づく送信パラメータの設定値を設定するテーブルを示す図である。
 図9に示す設定テーブルは、送信済みデータ量の各割合に対して、送信パワー、変調方式、及び符号化率を設定する。
 送信パワー指示部105は、図9に示す設定テーブルを参照して、送信パワーを設定するように、送信パワー設定部108に指示する。具体的には、送信パワー指示部105は、例えば、受信した送信済みデータ量の割合の情報が0%以上25%未満であれば送信パワー最大を、25%以上50%未満であれば最大値の90%の送信パワーを設定するように指示する。また、送信パワー指示部105は、受信した送信済みデータ量の割合に基づいて、送信パワーを設定するよう、送信パワー設定部108に指示する。具体的には、送信パワー指示部105は、受信した送信済みデータ量の割合の情報が、50%以上75%未満であれば最大値の80%の送信パワーを、75%以上100%以下であれば最大値の60%の送信パワーを設定するように指示する。なお、送信パワー指示部105は、予め設定された送信パワーに対して、例えば、最初は20-30%増加させ、受信した送信済みデータ量の割合に応じて、段階的に減少させ、予め設定された送信パワーに戻しても良い。
 さらに、送信パワー指示部105は、指示した設定値で送信したことでパケットデータの損失が発生した場合には送信パワーが強くなるように設定値を変更してもよい。
 例えば、送信パワー指示部105は、送信パワーとして最大値の60%の設定値の場合にパケットデータの損失が発生した場合、送信パワーを最大値の62%と送信パワーが強くなるように設定値を更新する。なお、送信パワー指示部105は、再度パケット損失が発生した場合には、送信パワーを64%とさらに送信パワーが強くなるように設定値を更新する。
 図8のステップS201において、変調方式符号化率指示部106は、受信した送信済みデータ量の割合に基づいて、変調方式と符号化率を変調方式符号化率設定部109に指示する。変調方式符号化率設定部109は、変調方式符号化率指示部106から変調方式と符号化率の設定値を受信し、その値を設定する。
 変調方式符号化率指示部106は、例えば、図9に示す設定テーブルを参照して、変調方式の条件を、変調方式符号化率設定部109に指示する。具体的には、変調方式符号化率指示部106は、受信した送信済みデータ量の割合の情報が0%以上25%未満であれば変調方式としてBPSK、符号化率として3/4を、変調方式の条件として、変調方式符号化率設定部109に指示する。また、変調方式符号化率指示部106は、受信した送信済みデータ量の割合の情報が25%以上50%未満であれば変調方式としてQPSK、符号化率として3/4を、変調方式符号化率設定部109に指示する。また、変調方式符号化率指示部106は、受信した送信済みデータ量の割合の情報が50%以上75%未満であれば変調方式として16-QAM、符号化率として3/4を、変調方式符号化率設定部109に指示する。また、変調方式符号化率指示部106は、受信した送信済みデータ量の割合の情報が75%以上100%以下であれば変調方式として64-QAM、符号化率として3/4を設定するよう、変調方式符号化率設定部109に指示する。
 さらに、変調方式符号化率指示部106は、指示した設定値で送信したことでパケットデータの損失が発生した場合には誤り耐性が強くなるように設定値を変更する。
 例えば、変調方式符号化率指示部106は、変調方式を64-QAM、符号化率を3/4とした設定値で、パケットデータの損失が発生した場合、変調方式として64-QAM、符号化率として2/3と誤り耐性を強くした設定値に更新する。また、変調方式符号化率指示部106は、再度パケットデータの損失が発生した場合には、変調方式として16-QAM、符号化率として3/4とさらに誤り耐性を強くした設定値に更新する。
 送信パワー指示部105及び変調方式符号化率指示部106は、パケットデータの損失の発生を重複Ackの受信で検出するTCPのフロー制御の動作に従って判断する。具体的には、送信パワー指示部105及び変調方式符号化率指示部106は、受信したAckの受信済みパケット番号が前回受信したAckの受信済み番号から更新されていない場合は、パケット損失が発生したと判断する。
 送信パラメータ設定部107は、送信パワー設定部108と、変調方式符号化率設定部109とから構成されている。
 送信パワー設定部108は、送信パワー指示部105から送信パワー設定値を受信し、その値を設定する。
 変調方式符号化率設定部109は、変調方式符号化率指示部106から変調方式と符号化率の設定値を受信し、その値を設定する。
 送信制御部110は、送信バッファ101にバッファリングされている送信データをリードし、送信パワー設定部108と変調方式符号化率設定部109の設定に従って送信データを送出する。
 以上の制御により、送信ウインドウサイズ分転送する毎に、送信済みパケットデータ量の割合に基づいて適応的に、強い送信パワーと誤り耐性に強い変調方式と符号化率でデータを送信することができる。これにより、本実施の形態では、転送の早い段階でのパケットデータの損失を抑制することができる。
 なお、上記説明では、強い送信パワーと誤り耐性に強い変調方式と符号化率とを同時に強くしたが、少なくとも1つを強くしても良い。
 よって、パケットデータの損失の発生によって受信側は、パケットデータ受信毎に毎回重複Ackを返し続ける状態となる期間を短縮することができるため、データ送信装置の負荷軽減と受信端末の電力増加を抑えることができる。
 《制御2》
 図2(a)に示すように、従来のTCPプロトコル動作において、受信端末は、最初のデータ受信に対して毎回Ackを返す。さらに、受信端末は、データ受信が進み軌道に乗るとデータ受信の複数回に対して1回Ackを返すようになる。図2(a)では、データ受信2回に対して1回Ackを返している。
 図2(b)に示すように、従来のTCPプロトコル動作において、パケットロス発生後は、受信端末がデータ受信に対して毎回Ackを返すようになる。このため、従来技術の方法では、パケットロス発生が転送の早い段階であるほど影響大となり、Ack送信回数の増大に伴い、電力が増加してしまう。このように、従来例では、パケットロス発生時に端末側のAck送信回数が増加し、送信端末の負荷の増大と受信端末の消費電力が増加する。
 そこで、本実施の形態では、送信ウインドウサイズに対する送信量に基づいて、送信ウインドウサイズ分を転送する毎に、(1)転送開始時の送信パワーを強く、その後は送信パワーを弱くして送信する。あるいは、(2)転送開始時の誤り訂正を強く、その後は誤り訂正を弱くして送信する。
 送信パラメータ指示部104は、上記(1),(2)を実現するパラメータの設定値を指示し、送信パラメータ設定部107が送信パラメータ指示部104により指示されたパラメータを設定する。ここで、パラメータの指示・設定は、上記(1)の送信パワー選択設定、(2)の変調方式/符号化率選択設定のいずれか一方、又は両方でもよい。
 図10は、送信パラメータ指示部104が有する設定テーブルを示す図である。
 図10に示すように、送信パラメータ指示部104は、設定テーブル140を持ち、この設定テーブル140を参照して送信量に応じて送信パワー、変調方式/符号化率を選択・指示する。
 設定テーブル140は、送信量に対応した送信パワー、及び変調方式/符号化率を格納する。設定テーブル140は、例えば、送信量0-25%の場合、送信パワーMAX(100%)、変調方式/符号化率BPSK/1/2である。設定テーブル140は、例えば、送信量25-45%の場合、 送信パワー90%、変調方式/符号化率16-QAM/1/2である。設定テーブル140は、例えば、送信量45-75%の場合、送信パワー80%、変調方式/符号化率64-QAM/1/2である。設定テーブル140は、例えば、送信量75-100%の場合、送信パワー60%、変調方式/符号化率64-QAM/3/4である。なお、設定テーブル140の設定の仕方には、様々なバリエーションがある。詳細については、実施の形態3で後述する。
 図11は、伝送レートと変調方式、符号化率の関係を説明する図である。
 図11に示すように、変調方式毎に、符号化率と伝送レート[Mbps]は異なる。符号化率が小さい、又は伝送レート[Mbps]が低い変調方式ほど、信頼性が高い。例えば、変調方式BPSKは、符号化率1/2、伝送レート6M[Mbps]であり、パケットデータ送信に関しては信頼性が最も高い。これに対して、符号化率及び伝送レート[Mbps]が最も高い、64-QAMは、符号化率及び伝送レート[Mbps]が高いが故、パケットロス発生の可能性が高くなりパケットデータ送信に関する信頼性は低下する。
 上述したように、本実施の形態では、送信ウインドウサイズに対する送信量に基づいて、送信ウインドウサイズ分を転送する毎に、(1)転送開始時の送信パワーを強く、その後は送信パワーを弱くして送信する。あるいは、(2)転送開始時の誤り訂正を強く、その後は誤り訂正を弱くして送信する。
 図12は、本実施の形態のTCPの送受信制御を示す制御シーケンス図である。図11は、送信ウインドウサイズに対する送信量に基づいて、送信ウインドウサイズ分を転送する毎に、転送開始時の送信パワーを強く(MAX100%)する例である。この場合、信頼性を高めるための送信制御は、信頼性の高い変調方式を組み合わせてもよく、また送信パワーに代えて変調方式のみでもよい。
 図12に示すように、送信側では、送信ウインドウサイズ分を転送する毎に、転送開始時の送信パワーを強く(MAX100%)する。データ送信回数が、例えば25回を超えると、送信パワーを90%にする。データ送信回数が、例えば50回を超えると、送信パワーを80%にし、データ送信回数が、例えば75回を超えると、送信パワーを60%にする。
 本実施の形態のデータ送信制御は、図12に示すa部分に示すように、転送開始時の段階でのパケットロス発生を抑えることができる。なお、Ack送信頻度は、通常通りである。
 また、本実施の形態では、図12のb部分に示すように、送信側で送信パワーを60%にしたことによりパケットロス発生を助長すると考え、データ送信回数が75回でパケットロスが発生したとする。受信側では、このパケットロス発生後、データ受信に対して毎回Ackを返すことになる。このため、Ack送信頻度は、増加する。しかしながら、パケットロスが発生したとしても送信ウインドウサイズ分のデータ転送の後半であり、転送の早い段階でのパケットロス発生は、抑制することができる。したがって、本実施の形態では、受信端末側のAck送信回数を抑えることができ、受信側の電力を削減することができる。
 ここで、送信側で送信パワーを60%にした時にパケットロスが発生したという情報は、以降のデータ送信制御に用いることができる。具体的には、上述した《制御1》において、送信パワーを60%以上にする、または、誤り耐性に強い変調方式と符号化率でデータを送信する、等のパケットロスを抑制するデータ送信制御を行うことができる。
 以上の制御により、送信ウインドウサイズ分転送する毎に、転送の初期段階では、強い送信パワーと誤り耐性に強い変調方式と符号化率でデータを送信することにより、転送の初期段階でのパケットデータの損失を抑制することができる。
 よって、本実施の形態は、パケットロスの発生によって、受信側がパケットデータ受信毎に毎回重複Ackを返し続ける状態となる期間を短縮することができるため、電力増加を抑えることができる。
 以上詳細に説明したように、本実施の形態のデータ送信装置100は、送信ウインドウサイズ設定部102に設定された送信ウインドウサイズに対する送信済みパケットデータ量を、解析する送信量解析部103を備える。また、データ送信装置100は、送信ウインドウサイズに対する送信済みパケットデータ量の割合によって、異なる送信パワーと変調方式と符号化率を送信パラメータ設定部107に指示する送信パラメータ指示部104を備える。また、データ送信装置100は、送信パラメータ指示部104により指示されたパラメータを設定する送信パラメータ設定部107を備える。さらに、データ送信装置100は、送信バッファ101から送信データを読み出し、送信パラメータ設定部107の設定に基づいて送信データを送出する送信制御部110を備える。
 送信パラメータ指示部304は、送信ウインドウサイズに対する送信済みパケットデータ量の割合によって、異なる送信パワーと変調方式と符号化率を送信パラメータ設定部107に指示する。送信パラメータ設定部107は、指示されたパラメータを設定し、送信制御部110は、その設定に基づいて送信データを送出する。
 これにより、データ送信装置100は、送信ウインドウサイズ分転送する際に、転送初期の段階でのパケットデータの損失を抑制することができる。その結果、受信側の重複Ack送信回数の増大を抑えることができ、データ送信装置の負荷の軽減と受信端末の消費電力を削減することができる。
 なお、本実施の形態における送信パラメータ指示部104は、送信パワー指示部105と変調方式符号化率指示部106とを備える構成としたが、いずれか一方のみを備える構成としてもよい。また、それに合わせて、送信パラメータ設定部107は、送信パワー設定部108と変調方式符号化率設定部109のいずれか一方のみを備える構成でもよい。
 また、初期設定する値は、これに限定されるものではなく、装置の状態や構成により任意に決定してもよい。
 また、フロー制御付きのプロトコルとしてTCPを中心に説明したが、本発明に使用されるプロトコルは、TCPに限定されるわけではない。本発明は、フロー制御の機能を持っていれば、他のプロトコルでもよく、例えばアプリケーション層でフロー制御を実現して、そのフロー制御でTCPと同様の送信制御を行うことで、消費電力を削減してもよい。
 (実施の形態2)
 図13は、本発明の実施の形態2に係るデータ送信装置の構成を示すブロック図である。図5と同一構成部分には同一符号を付して重複箇所の説明を省略する。
 図13に示すように、データ送信装置200は、送信バッファ101、送信ウインドウサイズ設定部102、Ack受信部112、送信量解析部103、送信パラメータ設定部107、送信パワー設定部108、変調方式符号化率設定部109、送信制御部110、及びデータ送信部120を備える。
 以下、上述のように構成されたデータ送信システム200の動作を説明する。データ送信システム200の基本的な動作は、実施の形態1と同様である。
 送信バッファ101は、送信データをバッファリングする。
 送信ウインドウサイズ設定部102は、TCPのフロー制御で決定される送信ウインドウサイズを設定する。
 送信量解析部103は、送信バッファ101から読み出した送信データ量と、送信ウインドウサイズ設定部102で設定された送信ウインドウサイズから、送信ウインドウサイズに対する送信済みデータ量の割合を計算する。
 送信パラメータ設定部107は、送信量解析部の結果に応じて、送信データを送出する際の送信パラメータを設定する。
 送信制御部110は、送信バッファ101にバッファリングされている送信データをリードし、送信パワー設定部108と変調方式符号化率設定部109の設定に従って送信データを送出する。
 データ送信部120は、送信制御部110から受信した送信データを送信する。
 このように、本実施の形態は、実施の形態1と同様に、送信ウインドウサイズ分転送する毎に、送信済みパケットデータ量の割合に基づいて適応的に、強い送信パワーと誤り耐性に強い変調方式と符号化率でデータを送信することができる。これにより、本実施の形態は、転送の段階でのパケットデータの損失を抑制することができる。特に、転送の初期段階では、強い送信パワーと誤り耐性に強い変調方式と符号化率でデータを送信することとなり、転送の初期段階でのパケットデータの損失を抑制することができる。
 (実施の形態3)
 図14は、本発明の実施の形態3に係るデータ送信装置の構成を示すブロック図である。
 図14に示すように、データ送信装置300は、送信パラメータ指示部304の構成が、図5の送信パラメータ指示部104と異なる。図5と同一構成部分には同一符号を付して重複箇所の説明を省略する。
 送信パラメータ指示部304は、送信パワー指示部305、変調方式符号化率指示部306、及び送信パラメータ制御設定部310を備える。
 送信パワー指示部305は、送信量解析部103から送信済みデータ量の割合の情報を受信する。送信パワー指示部305は、送信パラメータ制御設定部310による更新等の設定、及び受信した送信済みデータ量の割合に基づいて、送信パワー設定値を送信パワー設定部108に指示する。
 変調方式符号化率指示部306は、送信量解析部103から送信済みデータ量の割合の情報を受信する。変調方式符号化率指示部306は、送信パラメータ制御設定部310による更新等の設定、及び受信した送信済みデータ量の割合に基づいて、変調方式と符号化率を変調方式符号化率設定部109に指示する。
 送信パラメータ制御設定部310は、送信パワーと変調方式、符号化率の設定値の更新順序を設定する。具体的には、送信パラメータ制御設定部310は、更新の際に、送信パワーと変調方式、符号化率を同時に更新するか、交互に更新するか、どちらか一方を優先して更新するかを設定する。
 次に、送信パラメータ指示部304の動作について説明する。
 [送信パラメータ制御設定部310の動作]
 送信パラメータ制御設定部310は、送信パワーと変調方式、符号化率の設定値の更新順序を設定する。具体的には、送信パラメータ制御設定部310は、更新の際に、送信パワーと変調方式、符号化率を同時に更新するか、交互に更新するか、どちらか一方を優先して更新するかを設定する。
 例えば、送信パラメータ制御設定部310は、送信側がバッテリ駆動のモバイル端末のような場合、送信側の電力を優先するため、変調方式、符号化率の変更優先を設定する。なお、変更優先は、送信パワーを変更せずに、変調方式、符号化率の設定のみを先に変更するものである。
 また、送信パラメータ制御設定部310は、送信側が比較的電力が気にならない据え置き機器の場合、通信レートの高速化を優先する。このため、据え置き機器では、送信パラメータ制御設定部310で送信パワーの変更優先を設定し、変調方式を変更せず、送信パワーのみを先に変更する。
 例えば、送信するコンテンツのレートが高い場合は、変調方式と符号化率を変更すると、伝送レートが下がり、転送が滞る可能性があるため、送信パワーを先に制御する。
 以上、送信パラメータ制御設定部310は、送信パワーと変調方式、符号化率を同時に変更すると設定した場合であるが、設定値の変更は必ずしも送信パワーと変調方式、符号化率同時である必要はない。なお、送信パラメータ制御設定部310の設定は、送信パワーと変調方式、符号化率を交互に変更していくこと、または、優先度をつけてどちらか一方をまず先に変更し続けてもよい。
 例えば、送信側がバッテリ駆動のモバイル端末のような場合は、送信側の電力を優先する。このため、送信パラメータ制御設定部310は、変調方式、符号化率の変更優先を設定し、送信パワーを変更せずに、変調方式、符号化率の設定のみを先に変更する。
 また、送信側が比較的電力が気にならない据え置き機器の場合は、通信レートの高速化を優先するため、送信パラメータ制御設定部310で送信パワーの変更優先を設定し、変調方式を変更せず、送信パワーのみを先に変更する。
 よって、パケットデータの損失の発生によって受信側は、パケットデータ受信ごとに毎回重複Ackを返し続ける状態となる期間を短縮することができるため、電力増加を抑えることができる。
 以上の説明は、本発明の好適な実施の形態の例証であり、本発明の範囲はこれに限定されることはない。
 また、データ送信装置100の各機能ブロックは、集積回路であるLSIとして実現されてもよい。これらは、個別に1チップ化されてもよいし、一部または全てを含むように1チップ化されてもよい。ここでは、LSIとしたが、集積度の違いにより、IC、システムLSI、スーパーLSI、ウルトラLSIと呼称されることもある。
 また、集積回路化の手法は、LSIに限るものではなく、専用回路又は汎用プロセッサで実現してもよい。具体的には、プログラムすることが可能なFPGA(Field Programmable Gate Array)や、LSI内部の回路セルの接続や設定を再構成可能なリコンフィギュラブル・プロセッサを利用してもよい。
 さらには、半導体技術の進歩又は派生する別技術によりLSIに置き換わる集積回路化の技術が登場すれば、当然、その技術を用いて機能ブロックの集積化を行ってもよい。バイオ技術の適応等が、可能性としてありえる。
 本発明は、詳細にまた特定の実施態様を参照して説明したが、本発明の精神と範囲を逸脱することなく様々な変更や修正を加えることができることは当業者にとって明らかである。
 また、本実施の形態では、データ送信装置、データ送信システム及びデータ送信方法という名称を用いたが、これは説明の便宜上であり、装置の名称は送信装置、通信システム、また方法の名称は送信制御方法等であってもよい。
 また、上記データ送信装置を構成する各部は、例えば通信ネットワークの種類、その数及び接続方法などはどのようなものでもよい。
 また、以上説明したデータ送信方法は、このデータ送信方法を機能させるためのプログラムでも実現される。このプログラムはコンピュータで読み取り可能な記録媒体に格納されている。
 2010年6月17日出願の特願2010-138349の日本出願に含まれる明細書、図面及び要約書の開示内容は、すべて本願に援用される。
 本発明に係るデータ送信装置及びデータ送信方法は、受信側のAck送信回数を抑制する効果を有し、無線LAN機能を持つサーバ機能を有する機器等に有用である。また、本実施の形態は、無線LAN以外のTCPに対応した通信方式を採用した機器にも応用できる。
 100,200,300 データ送信装置
 101 送信バッファ
 102 送信ウインドウサイズ設定部
 103 送信量解析部
 104,304 送信パラメータ指示部
 105,305 送信パワー指示部
 106,306 変調方式符号化率指示部
 107 送信パラメータ設定部
 108 送信パワー設定部
 109 変調方式符号化率設定部
 200 データ送信システム
 310 送信パラメータ制御設定部
 

Claims (8)

  1.  送信データをバッファリングする送信バッファと、
     前記送信バッファに対する送信ウインドウサイズを設定する送信ウインドウサイズ設定部と、
     前記送信ウインドウサイズ設定部に設定された送信ウインドウサイズに対する送信済みパケットデータ量を解析する送信量解析部と、
     前記送信量解析部の結果に応じて、送信データを送出する際の送信パラメータを設定する送信パラメータ設定部と、
     前記送信バッファから送信データを読み出し、前記送信パラメータに基づいて送信データを送出する送信制御部と、
     前記送信制御部から受信した送信データを送信するデータ送信部と、
     を備えるデータ送信装置。
  2.  前記送信パラメータ設定部は、前記送信量解析部の送信済みパケットデータ量に応じて、前記送信制御部において送信データを送出する際の送信パワー値、変調方式の種類、または、符号化率の値の少なくとも1つを前記送信パラメータとして設定する、請求項1記載のデータ送信装置。
  3.  前記送信パラメータ設定部は、前記送信データの応答であるAckを受信し、前記Ackのパケット番号の内容に応じて、パラメータ設定値を変更する、請求項1に記載のデータ送信装置。
  4.  前記送信パラメータ設定部は、指示したパラメータ設定値で送信した結果、パケットデータの損失が発生した場合、前記パラメータの少なくとも1つをパケットロスに強い設定値に変更する、請求項1記載のデータ送信装置。
  5.  前記送信パラメータ設定部は、転送の初期段階には、前記パラメータの少なくとも1つをパケットロスに強い前記設定値を設定する、請求項1記載のデータ送信装置。
  6.  送信データを送出するデータ送信装置のデータ送信方法であって、
     送信データをバッファリングするステップと、
     前記送信バッファに対する送信ウインドウサイズを設定するステップと、
     前記設定された送信ウインドウサイズに対する送信済みパケットデータ量を解析するステップと、
     前記解析結果に応じて、送信データを送出する際の送信パラメータを設定するステップと、
     前記送信バッファから送信データを読み出し、前記送信パラメータに基づいて送信データを送出するステップと、
     前記送信制御部から受信した送信データを送信するステップと、
     有するデータ送信方法。
  7.  前記送信パラメータ指示ステップでは、パケットデータの損失が発生した場合には送信パワー、及び/又は誤り耐性が強くなるように前記設定値を変更する、請求項6記載のデータ送信方法。
  8.  前記送信パラメータ指示ステップでは、転送の初期段階には、強い送信パワー、及び/又は誤り耐性に強い変調方式符号化率の前記設定値を指示する、請求項6記載のデータ送信方法。
     
PCT/JP2011/003231 2010-06-17 2011-06-08 データ送信装置及びデータ送信方法 WO2011158467A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2012520276A JPWO2011158467A1 (ja) 2010-06-17 2011-06-08 データ送信装置及びデータ送信方法
CN201180023938XA CN102893577A (zh) 2010-06-17 2011-06-08 数据发送装置及数据发送方法
US13/698,923 US20130080657A1 (en) 2010-06-17 2011-07-08 Data transmission device and data transmission method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2010138349 2010-06-17
JP2010-138349 2010-06-17

Publications (1)

Publication Number Publication Date
WO2011158467A1 true WO2011158467A1 (ja) 2011-12-22

Family

ID=45347883

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2011/003231 WO2011158467A1 (ja) 2010-06-17 2011-06-08 データ送信装置及びデータ送信方法

Country Status (4)

Country Link
US (1) US20130080657A1 (ja)
JP (1) JPWO2011158467A1 (ja)
CN (1) CN102893577A (ja)
WO (1) WO2011158467A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018037016A (ja) * 2016-09-02 2018-03-08 ファナック株式会社 数値制御装置

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9009305B1 (en) * 2012-08-23 2015-04-14 Amazon Technologies, Inc. Network host inference system
CN103970622B (zh) * 2013-01-30 2017-08-25 杭州宏杉科技股份有限公司 一种复制过程调整方法及装置
CN104023379B (zh) * 2013-03-01 2017-11-17 华为终端有限公司 一种数据传输方法及数据转发装置
US8879613B1 (en) 2013-08-06 2014-11-04 Cisco Technology, Inc. Dynamic frame selection when requesting tone map parameters in mesh networks
CN105337704B (zh) * 2014-08-04 2019-01-08 华为技术有限公司 报文处理方法及装置
CN106302184B (zh) 2015-06-12 2020-02-14 华为技术有限公司 一种流表项下发方法、流表项保存方法、相关装置和系统
CN109842564B (zh) * 2017-11-28 2022-11-11 华为技术有限公司 一种业务报文发送的方法、网络设备和系统
CN111835651B (zh) * 2019-04-19 2022-03-18 上海哔哩哔哩科技有限公司 数据写入方法、系统、设备及计算机可读存储介质
CN111404842B (zh) * 2019-12-11 2024-04-09 杭州海康威视系统技术有限公司 数据传输方法、装置及计算机存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002077093A (ja) * 2000-08-29 2002-03-15 Matsushita Electric Ind Co Ltd 基地局装置および無線通信方法
JP2002204275A (ja) * 2000-11-06 2002-07-19 Matsushita Electric Ind Co Ltd 無線通信装置
JP2004193761A (ja) * 2002-12-09 2004-07-08 Fujitsu Ltd パケット信号再送方式
JP2009206627A (ja) * 2008-02-26 2009-09-10 Kyocera Corp 無線通信システム、移動局、基地局および無線通信方法

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10240637A (ja) * 1997-02-26 1998-09-11 Internatl Business Mach Corp <Ibm> 代替送信機能を持つデータ送信装置、データ送信方法、及びデータ送信プログラムを格納した記憶媒体
JP4272048B2 (ja) * 2003-12-24 2009-06-03 株式会社エヌ・ティ・ティ・ドコモ パケット送信制御装置及びパケット送信制御方法
JP4793652B2 (ja) * 2004-10-21 2011-10-12 日本電気株式会社 通信品質計測装置及びその計測方法
US8098579B2 (en) * 2006-08-22 2012-01-17 Embarq Holdings Company, LP System and method for adjusting the window size of a TCP packet through remote network elements
US8743703B2 (en) * 2006-08-22 2014-06-03 Centurylink Intellectual Property Llc System and method for tracking application resource usage
US20110019555A1 (en) * 2006-09-13 2011-01-27 Yukie Gotoh Communication apparatus
CN101321129B (zh) * 2008-07-01 2010-12-08 中国科学院计算技术研究所 一种基于精细梯度策略的数据转发方法及系统
TWI449387B (zh) * 2008-08-29 2014-08-11 Realtek Semiconductor Corp 通訊功率調節方法及裝置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002077093A (ja) * 2000-08-29 2002-03-15 Matsushita Electric Ind Co Ltd 基地局装置および無線通信方法
JP2002204275A (ja) * 2000-11-06 2002-07-19 Matsushita Electric Ind Co Ltd 無線通信装置
JP2004193761A (ja) * 2002-12-09 2004-07-08 Fujitsu Ltd パケット信号再送方式
JP2009206627A (ja) * 2008-02-26 2009-09-10 Kyocera Corp 無線通信システム、移動局、基地局および無線通信方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018037016A (ja) * 2016-09-02 2018-03-08 ファナック株式会社 数値制御装置
US10409262B2 (en) 2016-09-02 2019-09-10 Fanuc Corporation Numerical controller for data request with variable data size

Also Published As

Publication number Publication date
US20130080657A1 (en) 2013-03-28
CN102893577A (zh) 2013-01-23
JPWO2011158467A1 (ja) 2013-08-19

Similar Documents

Publication Publication Date Title
WO2011158467A1 (ja) データ送信装置及びデータ送信方法
KR101190525B1 (ko) 통합형 기지국들, 및 이동 디바이스들을 위한 통신 시스템에서 데이터 유닛들을 전송하는 방법
EP1993226B1 (en) Method and related apparatus for handling re-establishment of radio link control entity in a wireless communications system
TWI405445B (zh) 處理一傳輸時間間隔集束模式的方法及通訊裝置
US20080125189A1 (en) Radio communication apparatus and power consumption control method of radio communication apparatus
KR100600607B1 (ko) 무선 휴대 인터넷 시스템에서 arq 제어 장치 및 제어방법
JP2007089174A (ja) 無線通信システムにおける信号の伝送速度を改善する方法及び装置
JP4901681B2 (ja) 無線通信装置及び無線通信方法
EP2369794A1 (en) Wireless network control device, wireless network control method, and wireless network control system
WO2008032750A1 (fr) dispositif de communication
JP2006311543A (ja) 無線通信システムで伝送状態をポーリングする方法及び装置
JP2008005493A (ja) 無線通信システムにおけるデータフレーミング方法及び装置
JP5017559B2 (ja) 無線通信システムにおいてタイマーのデフォルト値を設定する方法及び装置
JP2008005021A (ja) 再送制御方法及び装置
JP2010514332A (ja) 適応的なキュー待ち時間を伴うスケジューリング及びキューマネージメント
EP2996275B1 (en) Link processing method and mobile terminal in multiplexing control protocol
WO2019137501A1 (zh) 一种通信方法及装置
CN108631921A (zh) 一种针对sn长度进行处理的方法和设备
JP5158951B2 (ja) パケットの削除を処理する方法及び通信装置
JP5020470B2 (ja) 無線通信端末装置及びそのプログラム
EP1993313A2 (en) Method and apparatus for polling transmission status in a wireless communications system
JP4634135B2 (ja) 無線通信端末装置及びそのプログラム
KR100747902B1 (ko) 이동 통신 단말기에서 데이터를 수신할 때 수신 윈도우의크기를 조절하는 방법
KR20030006206A (ko) 적응 부호화와 재전송을 이용한 부호화 변환 방식
JP2006165742A (ja) 無線通信装置及び送信出力制御方法

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201180023938.X

Country of ref document: CN

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

Ref document number: 11795375

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2012520276

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 13698923

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11795375

Country of ref document: EP

Kind code of ref document: A1