The present invention relates to a packet communication apparatus connected to asymmetrical packet communication channels adopting TCP (Transmission Control Protocol).
A case will be described here where a conventional method of packet communication in which asymmetrical communication channels adopt TCP is implemented in a mobile communication system.
In this mobile communication system, as shown in
That is, mobile terminal 900 receives a data packet that server 903 transmits to IP network 902 via wireless base station apparatus 901, and returns an ACK packet to server 903 via IP network 902 via wireless base station apparatus 901. However, downlink channel 911, through which mobile terminal 900 receives the data packet, has greater channel speed than uplink channel 912, through which mobile terminal 900 returns the ACK packet.
The following explanation chiefly concerns sequence number field 1013, ACK number field 1014, and window size field 1018. Sequence number field 1013 includes a sequence number SN, which indicates the position of the first data included in a data packet in the entire data stream.
The ACK flag in control flag field 1017 indicates that ACK number field 1014 includes an ACK number AN. ACK number field 1014 is effective only when this ACK flag is present.
To indicate to server 903 of the source that the data D packet has been received correctly, the ACK number AN set in ACK number field 1014 is the sequence number SN of the data packet that mobile terminal 900 of the receiving side expects to receive next. That is, given the data packet having the newest sequence number SN among the receiving data packets forming a continuous data stream, the payload size of this data packet is added to the sequence number SN, and the ACK number AN indicates the resulting value. Incidentally, the payload size of the data packet is the size of data field 1021.
Window size field 1018 is used when server 903 of the source executes window control. That is, when mobile terminal 900 of the receiving side returns an ACK packet, a value indicating the extent to which mobile terminal 900 is capable of receiving the data packet starting with the ACK number AN is set in window size field 1018 and reported to server 903.
In next step S1111, server 903 receives the ACK packet and thereby confirms that mobile terminal 900 has received data packet 1101. Server 903 acquires the starting number and the number of data packets mobile terminal 900 is capable of receiving from the ACK number AN and the window size of the ACK packet received from mobile terminal 900 and updates the transmission window in proportion to this number of data packets.
In next step S1112, server 903 transmits data packet 1108 which is now in the transmission window by virtue of the updating.
Now,
IP section 1210 applies IP processing to the IP packet received via downlink channel 911 and sends the result to data packet receiver 1221. In addition, IP section 1210 attaches an IP header to the ACK packet received from data packet receiver 1221 and sends the result to transmission buffer 1240.
Data packet receiver 1221 applies TCP processing to the data packet received from IP section 1210 and sends the result to application section 1230, and, every time receiving a data packet, indicates an ACK flag and generates an ACK packet in which the ACK number AN and the window size are set, and sends the ACK packet to IP section 1210. The following explanation assumes that, with an ACK packet, there is a specification in window size field 1018 that server 903 receiving an ACK packet update the transmission window by the update of the ACK number AN, and consequently the ACK number AN alone will be concerned.
Application section 1230 refers to an application layer for processing user packets.
Transmission buffer 1240 accumulates the ACK packets received from IP section 1210. Reader 1241 reads the ACK packets from transmission buffer 1240 according to the channel rate of uplink channel 912 and sends the ACK packets to uplink channel 912.
Next, referring to
For ease of explanation, in
In
In step S1381, server 903 transmits seven data packets (from data packet 801 (SN=1) to data packet 807 (SN=7) ) to mobile terminal 900 sequentially, in accordance with the transmission window size 7.
In step 1361, mobile terminal 900 receives first data packet (SN=1) 801 and generates ACK packet 1341 in immediately following step S1362. The period from step S1361 to step S1362 represents the processing delay after the data packet is received until the ACK packet is generated. In the ACK number field of ACK packet 1341, the ACK number AN is set, which is the sequence number SN 2 of the data packet that is expected to be received next.
As shown in
Thereupon, as shown in
In next step S1364, again, mobile terminal 900 generates an ACK packet in response to received data packet 1303 (SN=3) However, as shown in
Then, in step S1365, reader 1241 finishes transmitting ACK packet. 1341 (AN=2) and at the same time starts transmitting ACK packet 1342 (AN=3) that has been waiting. The interval between step S1362 and S1365 is the time that reader 1241 needs to transmit the ACK packet to uplink channel 912.
The time of propagation delay from step S1365 is necessary before the whole of ACK packet (AN=2) 1341 is received by server 903. In other words, server 903 receives ACK packet 1341 (AN=2) in step S1382, where the time of propagation delay has passed after step S1365, and, based on this, transmits next data packet 1308 (SN=8).
Reader 1241 finishes transmitting ACK packet 1342 (AN=3) in step S1366 and at the same time starts transmitting ACK packet 1343 (AN=4). This is not shown in
Server 903 receives ACK packet 1342 (AN=3) in step 1383 where the time of propagation delay has passed after step S1366 and based on this transmits next data packet 809 (SN=9).
Hereinafter, every time reader 1241 finishes transmitting an ACK packet, reader 1241 starts transmitting the ACK packet that has been awaiting transmission in transmission buffer 1240.
Thus, when mobile terminal generates an ACK packet newly, this packet has the then latest reception confirmation information (i.e. sequence number SN). However, this newly generated ACK packet is temporarily stored in transmission buffer 1240 and transmitted after all the ACK packets generated earlier have been transmitted. In other words, as long as ACK packets are stored in transmission buffer 1240, mobile terminal 900 is unable to transmit the latest reception confirmation information (i.e. sequence number SN) to server 903.
On the other hand, when server 903 transmits data packet 807 (SN=7), server 903 will have transmitted data packets of the transmission window size. Thereafter, server 903 receives a new packet, checks the ACK number AN and updates the transmission window by one packet, and transmits a new data packet.
Consequently, after server 903 transmits data packets of the transmission window size, the period in which server 903 is able to transmit data packets is equal to the time mobile terminal 900 requires to transmit one ACK packet, as shown in step 1382, step 1383, and step 1384.
General TCP may utilize delay ACK technique such as disclosed in non-patent document 1, in order to reduce the number D of ACK packets to be transmitted.
By using this delay ACK technique, at mobile terminal 900, the average ACK packet generation interval doubles, and server 903 generates an ACK packet every other time it receives a data packet. Every ACK packet that mobile terminal 900 transmits contains reception confirmation information for two data packets.
Consequently, with this delay ACK technique, at mobile terminal 900, the number of ACK packets stored in transmission buffer 1240 decreases to half, and at server 903, the update width of the transmission window in response to reception of one ACK packet becomes two packets. The basic operation is the same as in the communication steps described earlier with reference to
However, when packet communication is performed applying TCP to asymmetrical channels, according to the above-described communication steps, the problem arises that, server 903, after having transmitted data packets of the transmission window size, is unable to achieve the average transmission TCP throughput above a certain level.
The reason is that server 903 updates the transmission window at intervals between the times that mobile terminal 900 requires to transmit one ACK packet and the update width of the transmission window in response to reception of one ACK packet is constantly one packet. This is because one ACK packet contains reception confirmation information for only one packet.
For example, even if the channel rate of downlink channel 911 is increased in expectation of greater average transmission throughput, the update interval of the transmission window does not change and the update width of the transmission window in response to reception of one ACK packet does not change either. Consequently, the average transmission TCP throughput does not change.
When delay ACK technique is applied to the above packet communication, at server 903, the update width of the transmission window in response to reception of one ACK packet becomes two packets, and therefore the average transmission TCP throughput improves. Still, the update interval of the transmission window does not change from the time required to transmit one ACK packet.
Consequently, using delay ACK technique or increasing the channel rate of downlink channel 911 can improve the average transmission TCP throughput only to a limited degree and the kind of throughput that is expected of the system cannot be achieved.
The present invention is directed to solving these problems. It is therefore an object of the present invention to provide a packet communication apparatus that is capable of performing transmission restraint control of ACK packets so that, when the packet communication apparatus performs asymmetrical packet communication with a server, the server achieves average transmission TCP throughput tat is expected of the system.
According to one aspect of the present invention, a packet communication apparatus receives a data packet through a high speed receiving channel and transmits an ACK packet on a low speed transmitting channel on asymmetrical packet channels, and this packet communication apparatus has: a holder that holds a size of the ACK packet that is transmitted and a channel rate of the transmitting channel; a calculator that calculates an ACK packet generation interval based on the size of the ACK packet and the channel rate of the transmission channel; a counter that repeats counting the calculated ACK packet generation interval as one period and outputs an expiration signal every time the one period expires; and a transmitter that, every time the expiration signal is input, generates an ACK packet containing latest reception confirmation information related to data packets received while the expiration signal was being received, and transmits the ACK packet to a transmission stage.
According to another aspect of the present invention, a packet communication apparatus receives a data packet through a high speed receiving channel and transmits an ACK packet on a low speed transmitting channel on a symmetrical packet channels, and this packet communication apparatus has: an accumulator that sequentially accumulates ACK packets generated every time a data packet is received and sequentially transmits to a transmission stage the ACK packets from ones accumulated earlier; and an accumulation controller that, when an ACK packet that is newly generated is accumulated in the accumulator, compares an immediately previous ACK packet that was last accumulated and the new ACK packet to see whether the ACK packets match or do not match, and, when the packets do not match, removes the immediately previous ACK packet and accumulates the new ACK packet, and, when the ACK packets match, additionally accumulates the new ACK packet to the accumulator.
Now, embodiments of the present invention will be described below in detail with reference to the accompanying drawings. However, the present invention is by no means limited to these embodiments and can be made in various other forms without departing from the scope of the invention.
A gist of the present invention is, when a communication terminal performs asymmetrical packet communication with a server, to allow the communication terminal restrain ACK packet transmissions using the following methods (1)-(3) so that the server is able to achieve average transmission TCP throughput expected of the system.
(1) The communication terminal: calculates an ACK packet generation interval based on the size of an ACK packet to be transmitted on a transmission channel and the channel rate of the transmission channel; does not respond to data packets received during the period of the ACK packet generation interval calculated; generates, every time the period of the ACK packet generation interval expires, an ACK packet containing latest reception confirmation information; and sends the ACK packet to a transmission buffer provided in the ACK packet transmission stage. In the transmission buffer, the ACK packet is read without waiting and transmitted on the transmission channel.
(2) The communication terminal: has an ACK packet transmission buffer in the ACK packet generation stage for storing ACK packets generated every time a data packet is received; compares the ACK numbers of ACK packets awaiting transmission in this ACK packet transmission buffer and the ACK number of the ACK packet that is generated anew; removes the waiting ACK packets according to certain rules; and sends the new ACK packet from the ACK packet transmission buffer to a transmission buffer provided in the ACK packet transmission system.
(3) The communication terminal has a counter that counts the number of ACK packet transmissions in (1) and (2); compares the ACK number of an newly generated ACK packet and the ACK number of the previous ACK packet; according to the result of comparison, resets the counter when the ACK numbers do not match and updates the counter when the ACK numbers match; counts the number of times ACK packets having the same ACK packet number continue; and, if the count is above the predetermined value, discards the newly generated ACK packet. By this means, redundant ACK packet generation and transmission are restrained in situation where transmission error occurs frequently.
Now, embodiments of the present invention will be described below in detail with reference to the accompanying drawings.
In this mobile communication system, as shown in
In other words, mobile terminal 100 receives a data packet transmitted from server 103 to IP network 102 via wireless base station apparatus 101, and returns an ACK packet to server 103 via wireless base station apparatus 101 and IP network 102. However, the channel rate of downlink channel 111 whereby mobile terminal 100 receives the data packet is greater than the channel rate of uplink channel 112 whereby mobile terminal 100 returns the ACK packet.
IP section 210 applies IP processing to an IP packet received via downlink channel 111 and transmits the result to data packet receiver 221. In addition, IP section 210 attaches a IP header to an ACK packet received from data packet receiver 221 and transmits the result to transmission buffer 240.
Transmission buffer 240 accumulates the ACK packets received from IP section 210. Reader 241 reads ACK packets from transmission buffer 240 according to the channel rate of uplink channel 112 and transmits ACK packets to uplink channel 112.
Controller 250 holds the channel rate of uplink channel 112 (ru[bit/sec]) and the size of the ACK packet to be transmitted (SA[byte]), and transmits them to operator 251.
Operator 251 receives from controller 250 the channel rate of uplink channel 112 and the size of the ACK packet to be transmitted, calculates 8*SA/ru[sec], which is the transmission interval of one ACK packet at reader 241, and transmits the calculation result to delay ACK timer 223.
Delay ACK timer 223 sets the calculation result received from operator 251 as the timer period for the ACK packet generation interval, and, very time delay ACK timer 223 counts the ACK packet generation interval, sends a delay ACK timer expiration notice to data packet receiver 221 and restarts the timer.
Data packet receiver 221 transmits the data packet received from IP section 210 and sends the data packet to application section 230, which is an application layer for processing user packets. Thereupon data packet receiver 221 does not generate an ACK packet every time receiving one data packet. Instead, data packet receiver 221 generates an ACK packet every time receiving a delay ACK timer expiration notice from delay ACK timer 223.
Here, data packet receiver 221 receives at least one data packet and thereafter receives a delay ACK timer expiration notice from delay ACK timer 223. Upon receiving a delay ACK timer expiration notice, data packet receiver 221 generates an ACK packet having the next sequence number SN of the sequence number SN of the data packet received immediately before as its ACK number AN, and sends the ACK packet to IP section 210. By this means, the amount of ACK packet transmissions is restrained.
In addition, data packet receiver 221 not only applies TCP processing to the data packet received from IP section 210 and sends the result to application section 230, but also monitors the presence and absence of loss by watching the sequence number of received data packets. Upon detecting a data packet loss, data packet receiver 221 transmits an ACK packet to IP section 210 immediately after the detection of the loss.
Incidentally, operator 251 may determine the ACK packet generation interval that is set as the timer period of delay ACK timer 223 by the following method. That is, where the ACK packet bandwidth occupation ratio α defines the ratio between the desired average ACK packet transmission rate and the channel rate of uplink channel 112, operator 251 may multiply the above calculation result (8*SA/ru[sec]) by α and send this calculation result (8*α*SA/ru[sec]) to delay ACK timer 223.
Next, communication steps in case packet communication is performed using TCP in the mobile communication system shown in
Here, for ease of explanation in
In addition,
Referring to
In step S481, server 103 sequentially transmits to mobile terminal 100 seven data packets, namely data packet 401 (SN=1) through data packet 407 (SN=7), in accordance with the transmission window size “7.”
In step S461, mobile terminal 100 receives first data packet 401 (SN=1). In following step S462, delay ACK timer 223 expires the first time. From this, ACK packet 441 is generated. In ACK packet 441, the ACK number AN is set with the sequence number SN “2,” which is the sequence number SN of the data packet that is expected to be received next. Generated ACK packet 441 (AN 2) is accumulated in transmission buffer 240 as shown in
At the same time, in step S462, delay ACK timer 223 restarts and counts towards step S463 where it expires next time. During the period from S462 to step S463 in which delay ACK timer 223 is operating, the transmission of ACK packet 441 (AN=2) is in progress. Data packet 402 (SN=2) and data packet 403 (SN=3) are received during this period, but no ACK packet is generated.
In step S463 where delay ACK timer 223 expires, the transmission of ACK packet 441 (AN=2) is finished. The time of propagation delay from step S463 is required until the whole of ACK packet 441 (AN=2) is received by server 103. That is, server 103 receives ACK packet 441 (AN=2) in step S482 where the time of propagation delay has passed from step S463. This is after seven data packets of the transmission window have been transmitted, and so server 103 shifts to transmission operation while updating the transmission window.
In step S482, server 103 recognizes the reception of one packet, that is, first data packet 401 (SN=1) from the ACK number AN of ACK packet 441 (AN=2), updates the transmission window by one packet, and transmits next data packet 408 (SN=8).
Mobile terminal 100 generates an ACK packet in step S463, in which delay ACK timer 223 expires. However, mobile terminal 100 has already received more than one data packet and so generates ACK packet 442 (AN=4), which is expected to be received next from the next data packet (SN=4) after data packet 403 (SN=3) received immediately before delay ACK timer 223 expired, and accumulates ACK packet 442 in transmission buffer 240.
However, by then, the transmission of ACK packet 441 (AN=2) read earlier by reader 241 has been finished. Consequently, with this packet 442 (AN=4), there is no waiting in transmission buffer 240 and the transmission to uplink channel 112 starts immediately by reader 241 in step S463.
At the same time, in step S463, delay ACK timer 223 restarts and counts towards step S464 where it expires next time. During the period from S463 to step S464 in which delay ACK timer 223 is operating, the transmission of ACK packet 442 (AN=4) is in progress. Data packet 404 (SN=4) and data packet 405 (SN=5) are received during this period, but no ACK packet is generated.
In step S464 where delay ACK timer 223 expires, the transmission of ACK packet 442 (AN=4) is finished. The time of propagation delay from step S464 is required until the whole of ACK packet 442 (AN=4) is received by server 103. That is, server 103 receives ACK packet 442 (AN=4) in step S483 where the time of propagation delay has passed from step S464.
In this case, AN=4 and server 103 recognizes the reception of two packets, namely data packet 402 (SN=2) and data packet 403 (SN=3), updates the transmission window by two packets, and sequentially transmits two data packets 409 (SN=9) and 410 (SN=10).
Mobile terminal 100 generates an ACK packet in step S464, in which delay ACK timer 223 expires. However, mobile terminal 100 has already received more than one data packet and so generates ACK packet 443 (AN=6), which is expected to be received next from the next data packet (SN=6) after data packet 403 (SN=5) received immediately before delay ACK timer 223 expired, and accumulates ACK packet 443 in transmission buffer 240.
However, by then, the transmission of ACK packet 442 (AN=4) read earlier by reader 241 has been finished. Consequently, with this ACK packet 443 (AN=6), there is no waiting in transmission buffer 240 and the transmission to uplink channel 112 starts immediately by reader 241 in step S464.
At the sometime, in step S464, delay ACK timer 223 restarts and counts towards step S465 where it expires next time. During the period from S464 to step S465 in which delay ACK timer 223 is operating, the transmission of ACK packet 443 (AN=6) is in progress. Data packet 406 (SN=6) and data packet 407 (SN=7) are received during this period, but no ACK packet is generated.
In step S465 where delay ACK timer 223 expires, the transmission of ACK packet 443 (AN=6) is finished. The time of propagation delay from step S465 is required until the whole of ACK packet 443 (AN=6) is received by server 103. That is, server 103 receives ACK packet 443 (AN=6) in step S484 where the time of propagation delay has passed from step S465.
In this case, AN=6 and server 103 recognizes the reception of two packets, namely data packet 404 (SN=4) and data packet 405 (SN=5), updates the transmission window by two packets, and sequentially transmits two data packets 411 (SN=11) and 412 (SN=12). Thereafter the same operations will repeat between mobile terminal 100 and server 103.
According to Embodiment 1 of the present invention, thus, mobile terminal 100 determines the ACK packet generation interval based on the time required to transmit one ACK packet, generates a new ACK packet at the timing the transmission of the immediately previous ACK packet to uplink channel 112 is finished and starts transmitting the new ACK packet to uplink channel 112, so that the accumulation of ACK packets in transmission buffer 240 is restrained.
When mobile terminal 100 generates an ACK packet, mobile terminal 100 contains the then latest reception confirmation information in the ACK packet, so that the transmission to uplink channel 112 can be started immediately and the time required to report the latest reception confirmation information to server 103 can be shortened substantially compared to prior art.
Thereupon server 103 receives an ACK packet at intervals between the times that mobile terminal 100 requires to transmit one ACK packet and updates the transmission window in accordance with the reception confirmation information contained in the ACK packet. According to Embodiment 1, thus, the update width of the transmission window in response to reception of one ACK packet can be increased.
For example, if the channel rate of downlink channel 911 is increased in expectation of greater average transmission throughput, the number of data packets received at mobile terminal 100 while delay ACK timer is operating increases, and, in accordance with this, more reception confirmation information is contained in one ACK packet. As a result, the transmission window update width by server 103 in response to reception of one ACK packet increases, so that the average transmission TCP throughput expected of the system can be achieved.
The mobile communication system shown in
Mobile terminal 600 shown in
Data packet receiver 721 applies TCP processing to a data packet received from IP section 210 and sends the result to application section 230, and, every time receiving a data packet, generates an ACK packet in which the ACK number AN is set, and sends the ACK packet to writer 722.
Writer 722 writes the ACK packet, newly generated and received from data packet receiver 721, in ACK packet transmission buffer 723. In this writing processing, writer 722 compares the ACK number AN between the newly generated ACK packet and the immediately previous ACK packet (the ACK packet written last in transmission buffer 723).
When the result of the comparison shows an unmatch, it is possible that the newly generated ACK packet implicitly contains the reception confirmation information that is contained in the immediately previous ACK packet, and so writer 722 remove the immediately previous ACK packet from ACK packet transmission buffer 7.23 and writes the newly generated ACK packet in ACK packet transmission buffer 723.
In this case, for example, the ACK number AN of the immediately previous ACK packet is 10 and the ACK number AN of the newly generated ACK packet is 20, the immediately previous ACK packet contains reception confirmation information to the effect that mobile terminal 600 has received data packets with sequence numbers SN less than 9. Mean while, the newly generated ACK packet contains reception confirmation information to the effect that mobile terminal 600 received data packets with sequence numbers SN less than 19. That is, the newly generated ACK packet implicitly contains reception confirmation information that is contained in the immediately previous ACK packet. The immediately previous ACK packet is therefore removed.
On the other hand, when the result of the comparison shows a match, it is possible that the newly generated ACK packet is a redundant ACK packet having the same ACK number with the immediately previous ACK packet, and so writer 722 writes the newly generated ACK packet in transmission buffer 723.
The ACK packet written in ACK packet transmission buffer 723 is read from ACK packet transmission buffer 723 in the order it was written in and sent to IP section 210.
Next, the operation of writer 722 will be explained below with reference to
If the result of the comparison in step ST802 shows that the immediately previous ACK packet is not present in ACK packet transmission buffer 723 (step ST802: No), the process proceeds to step ST805. If the immediately previous ACK packet is present in ACK packet transmission buffer 723 (step ST802:Yes), the process proceeds to step ST803.
Step ST803 compares the ACK number AN between the newly generated ACK packet and the immediately previous ACK packet and determines whether or not the ACK numbers AN match. That is, step ST803 determines whether or not the newly,generated ACK packet is a redundant packet. As a result of this determination, if the newly generated ACK packet is a redundant ACK packet (step ST803: Yes), the process proceeds to step ST805. If the newly generated ACK packet is not a redundant ACK packet (step ST803: No), the process proceeds to step ST804.
Step ST804 removes the immediately previous ACK packet that is present in ACK packet transmission buffer 723 and proceeds to step ST805. Step ST805 writes the newly generated ACK packet in ACK packet transmission buffer 723 and concludes the processing.
The packet communication steps according to Embodiment 2 are basically the same as the packet communication steps according to Embodiment 1 shown in
According to Embodiment 2, thus, ACK packet transmission buffer 723 provided in the TCP section of mobile terminal 600 writes a new ACK packet over an old ACK packet, so that there is only an ACK packet that contains the latest reception confirmation information. When the transmission of an ACK packet is finished, reader 741 receives the ACK packet from ACK packet transmission buffer 723 and starts transmitting the ACK packet to uplink channel 112, so that the latest reception confirmation information can be reported to server 103.
Server 103 receives one packet at time intervals between the times mobile terminal 600 requires transmit to one ACK packet, and updates the transmission window in accordance with the reception conformation information contained in the ACK packet. Consequently, if, for example, the channel rate of downlink channel 111 is increased in expectation of greater average transmission throughput, the number of ACK packets to be written in the ACK packet transmission buffer increases. However, the ACK packets other than the one written in last are discarded and the ACK packet written in last contains more reception confirmation information. As a result, the transmission window update width by server 103 in response to reception of one ACK packet increases, so that the average transmission TCP throughput expected of the system can be achieved.
If, in mobile terminals 100 and 600, data packet receivers 221 and 721 detect a data packet loss, several redundant packets having the same ACK number AN with the immediately previous ACK packet are generated. In this case, according to the TCP algorithm, in order for server 103 to detect congestion by receiving redundant ACK packets, three consecutive redundant ACK packets may be sufficient.
So, data packet receivers 221 and 721 have a counter that counts the number of ACK packet transmissions, compares the ACK number between a newly generated ACK packet and the immediately previous ACK packet, resets the counter when the result of the comparison shows an unmatch and updates the counter when the result of the comparison shows a match, thereby counting how many ACK packets having the same number continue. Incidentally, if the count value exceeds a predetermined threshold, the newly generated ACK packet may be discarded.
By this means, when a data packet loss is detected and N (N>3) or more redundant ACK packets are generated consecutively, redundant ACK packets after the Nth are discarded without being transmitted to IP section 210, so that redundant ACK packet generations and transmissions performed in situations prone to transmission errors can be restrained and irrelevant ACK packet transmissions can be further restrained.
The hardware configuration of mobile terminals 100 and 600 is arbitrary and is by no means limited. For example, mobile terminals 100 and 600 may be implemented by means of a computer having a CPU and a memory device (ROM, RAM, hard disc, and other memory mediums). If mobile terminals 100 and 600 are implemented by means of a computer, a CPU executes a program in which the operations of mobile terminals 100 and 600 are programmed and mobile terminals 100 and 600 perform predetermined operations.
The present application is based on Japanese Patent Application No. 2003-163214, the entire content of which is expressly incorporated herein by reference.
Control can be performed that restrains ACK packet transmission, so that the average transmission TCP throughput expected of the system can be obtained at the server.
Number | Date | Country | Kind |
---|---|---|---|
2003-163214 | Jun 2003 | JP | national |
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/JP04/08365 | 6/9/2004 | WO | 12/7/2005 |