JP2009071468A - Communicating method and apparatus in packet communication - Google Patents

Communicating method and apparatus in packet communication Download PDF

Info

Publication number
JP2009071468A
JP2009071468A JP2007236204A JP2007236204A JP2009071468A JP 2009071468 A JP2009071468 A JP 2009071468A JP 2007236204 A JP2007236204 A JP 2007236204A JP 2007236204 A JP2007236204 A JP 2007236204A JP 2009071468 A JP2009071468 A JP 2009071468A
Authority
JP
Japan
Prior art keywords
transmission
probability
packet
communication
period
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2007236204A
Other languages
Japanese (ja)
Inventor
Nobuhisa Aoki
信久 青木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2007236204A priority Critical patent/JP2009071468A/en
Publication of JP2009071468A publication Critical patent/JP2009071468A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a communication method and apparatus in packet communication, which reduces transmission waiting time, also reduces a collision probability, and achieves improvement of throughput even if there is a collision forecast error under a collision forecast regarding the communication method and apparatus in the packet communication. <P>SOLUTION: The method is composed of: determining a transmission waiting period for packet transmission and a probability of transmission by transmission timing candidates in the respective possible period of the transmission waiting; determining whether transmission is available, based on the transmission probability of the respective transmission timing candidates; when own transmission or transmission from others is not detected even if the transmission timing candidates pass in the transmission waiting period which has been determined beforehand, determining again the transmission waiting period and the transmission probability, or the transmission probability; and determining whether transmission is available based on the transmission probability by the respective transmission timing candidates. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明はパケット通信における通信方法及び装置に関し、更に詳しくはCSMA−CA(Carrier Sense Multiple Access with Collision Avoidance)等の衝突回避機能を持った媒体アクセス制御方式を使用した無線装置において、それぞれの無線通信装置が送信するデータの衝突確率を小さくするパケット通信における通信方法及び装置に関する。   The present invention relates to a communication method and apparatus in packet communication, and more specifically, in each wireless apparatus using a medium access control system having a collision avoidance function such as CSMA-CA (Carrier Sense Multiple Access with Collision Avidance). The present invention relates to a communication method and apparatus in packet communication for reducing the collision probability of data transmitted by the apparatus.

CSMA−CA通信において、例えば無線LAN等の親機があるインフラモードの場合は、キャリアセンスを行なった後、短いパケットにて送信要求を行ない、たまたま幾つかの子機で送信が重なっても、短いパケットなのでスループットの影響を小さくすることができる。また、親機からの正常受信の応答がないことで、衝突が判るため、その衝突を元にコンテンションウィンドウを制御することができるので、コンテンションウィンドウ数の最適化を行なうことができる。ここで、コンテンションウィンドウとは、衝突窓サイズのことであり、衝突窓サイズとは、生成されたパケットの送信に先立って、他の通信装置のパケットとの衝突を回避するため送信を待機するスロット数である。この時間の間に、他の無線通信端末が送信した搬送波(キャリア)等が検出された場合には、そのパケットの送信を見合わせて所定の衝突回避の手順を実行するようになっている。   In CSMA-CA communication, for example, in the infrastructure mode with a base unit such as a wireless LAN, after performing carrier sense, a transmission request is made with a short packet. Therefore, the influence of throughput can be reduced. In addition, since there is no normal reception response from the master unit, a collision is known, and the contention window can be controlled based on the collision, so that the number of contention windows can be optimized. Here, the contention window is the collision window size, and the collision window size waits for transmission prior to transmission of the generated packet in order to avoid collision with a packet of another communication device. The number of slots. If a carrier wave (carrier) transmitted by another wireless communication terminal is detected during this time, a predetermined collision avoidance procedure is executed in accordance with the transmission of the packet.

一方、同報通信の場合、インフラモードと同様に短いパケットにて送信要求を行なうと、通信相手が多数あるため、正常受信の応答のトラヒックが大きくなり、本来のデータの伝送に影響を与えることや、通信相手により正常受信したり、衝突したりするため、効果が少ない。そのため、キャリアセンス後、送信要求を行わないで、あるサイズのコンテンションウィンドウ内のスロット数をランダムに選択し、データ送信を行なう場合、衝突が起きるとこれはデータサイズが大きいデータパケットの衝突なので、スループットへの影響が大きくなる。   On the other hand, in the case of broadcast communication, if a transmission request is made with a short packet as in the infrastructure mode, there will be a large number of communication partners, so the traffic of normal reception responses will increase and affect the transmission of the original data. In addition, there is little effect because the communication partner normally receives or collides. Therefore, after carrier sense, without making a transmission request, when the number of slots in a contention window of a certain size is randomly selected and data transmission is performed, if a collision occurs, this is a collision of a data packet with a large data size , The impact on throughput will be greater.

また、コンテンションウィンドウの最適化もできないため、パケット衝突が起こりやすくなったり、また、衝突を避けようとするとコンテンションウィンドウが大きくなるため、誰も送信していない時間が増えることになる。   In addition, since the contention window cannot be optimized, packet collisions are likely to occur, and when a collision is to be avoided, the contention window becomes large, which increases the time during which no one is transmitting.

従来のこの種のシステムとしては、送信前のある期間衝突の予測を行ない、その予測値に応じて、小さいサイズのコンテンションウィンドウは小さい確率で、大きいサイズのコンテンションウィンドウは大きな確率で選択する方式が考えられている(例えば特許文献1参照)。   In this type of conventional system, a collision is predicted for a certain period before transmission, and a small-sized contention window is selected with a small probability and a large-sized contention window is selected with a large probability according to the predicted value. A method is considered (see, for example, Patent Document 1).

また、アクセスポイントが無線ネットワークを介して1つ以上の端末と通信するシステムにおけるアクセス制御方法において、コンテンション期間として、送信すべきデータパケットを有する前記端末が、コンテンションウィンドウをランダムに導出し、該コンテンションウィンドを前記アクセスポイントへ送信する第1のステップと、コンテンションフリー期間として、前記アクセスポイントが、受信したコンテンションウィンドウを前記端末毎に登録し、小さいコンテンションウィンドウを有する前記端末から順にポーリングを送信する第2のステップを有する技術が知られている(例えば特許文献2参照)。
特開2005−286601号公報(段落0046〜0052、図1、図2、図5) 特開2006−108966号公報(段落0041〜0053、図4A、図4B)
Further, in an access control method in a system in which an access point communicates with one or more terminals via a wireless network, the terminal having a data packet to be transmitted as a contention period randomly derives a contention window, A first step of transmitting the contention window to the access point, and as a contention-free period, the access point registers the received contention window for each terminal, and from the terminal having a small contention window A technique having a second step of sequentially transmitting polling is known (see, for example, Patent Document 2).
Japanese Patent Laying-Open No. 2005-286601 (paragraphs 0046 to 0052, FIGS. 1, 2, and 5) Japanese Patent Laying-Open No. 2006-108966 (paragraphs 0041 to 0053, FIGS. 4A and 4B)

例えば、前記特許文献1の場合、小さなサイズのコンテンションウィンドウを選択する確率が小さいため、平均的に誰も送信していない時間(送信待ち時間)が増えることになる。また、順次送信確率を上げていくため、最適な確率より大きくなってしまった場合、多くの通信装置がパケットを送信し衝突を起こしてしまうという問題がある。   For example, in the case of Patent Document 1, since the probability of selecting a contention window having a small size is small, the time during which no one is transmitting (transmission waiting time) increases on average. In addition, since the transmission probability is increased sequentially, there is a problem that many communication devices transmit a packet and cause a collision when the transmission probability becomes larger than the optimal probability.

本発明はこのような課題に鑑みてなされたものであって、衝突の予測のもと、衝突の予測の誤差があっても、送信待ち時間を少なくし、衝突確率を少なくし、スループットの向上を図ることができるパケット通信における通信方法及び装置を提供することを目的としている。   The present invention has been made in view of such a problem. Under the collision prediction, even if there is a collision prediction error, the transmission waiting time is reduced, the collision probability is reduced, and the throughput is improved. It is an object of the present invention to provide a communication method and apparatus in packet communication capable of achieving the above.

(1)請求項1記載の発明は、パケット送信を行なう通信装置において、送信待機可能期間とそれぞれの送信待機可能期間内の送信タイミング候補で送信する確率を決定し、それぞれの送信タイミング候補に対して送信確率を元に送信可否を決定し、予め決められた送信待機可能期間を経過しても、自らが送信するか他からの送信が検出されなかった場合は、改めて送信待機可能期間と送信確率、或いは送信確率を決定し、それぞれの送信タイミング候補にて送信確率を元に送信可否を決定することを特徴とする。   (1) According to the first aspect of the present invention, in a communication apparatus that performs packet transmission, a transmission waiting time period and a transmission probability candidate within each transmission waiting time period are determined, and each transmission timing candidate is determined. The transmission is determined based on the transmission probability, and if it is transmitted by itself or no other transmission is detected even after the predetermined transmission waiting period has elapsed, the transmission waiting period and the transmission are again transmitted. Probability or transmission probability is determined, and whether transmission is possible or not is determined based on the transmission probability at each transmission timing candidate.

(2)請求項2記載の発明は、送信待機可能期間、或いは送信タイミング候補数の最大値を決定し、最後の送信タイミング候補になったら確率1で送信することを特徴とする。
(3)請求項3記載の発明は、送信確率の修正は、送信確率が大きくなるように修正することを特徴とする。
(2) The invention described in claim 2 is characterized in that a transmission waiting-enabled period or the maximum value of the number of transmission timing candidates is determined, and transmission is performed with a probability of 1 when it becomes the last transmission timing candidate.
(3) The invention according to claim 3 is characterized in that the transmission probability is corrected so as to increase the transmission probability.

(4)請求項4記載の発明は、予め決められた送信待機可能期間に達した場合、必ず送信待機可能期間と送信確率、或いは送信確率のみの修正を行なうことを特徴とする。
(5)請求項5記載の発明は、パケット送信を行なう通信装置において、送信待機可能期間とそれぞれの送信待機可能期間内の送信タイミング候補で送信する確率を決定する確率決定手段と、それぞれの送信タイミング候補に対して送信確率を元に送信可否を決定する送信可否決定手段と、予め決められた数の送信待機可能期間を経過しても、自らが送信するか他からの送信が検出されなかった場合は、改めて送信待機可能期間と送信確率、或いは送信確率を決定する決定手段と、を具備し、前記送信可否決定手段は、それぞれの送信タイミング候補にて送信確率を元に送信可否を決定するようにしたことを特徴とする。
(4) The invention according to claim 4 is characterized in that, when a predetermined transmission waiting period is reached, the transmission waiting period and the transmission probability, or only the transmission probability is corrected.
(5) In the communication device that performs packet transmission, the invention according to claim 5 is a probability determination means for determining a probability of transmission with a transmission waiting time period and a transmission timing candidate within each transmission standby time period, and each transmission Transmission possibility determining means for determining whether transmission is possible or not based on transmission probability with respect to timing candidates, even if a predetermined number of transmission standby periods have elapsed, transmission by itself or other transmission is not detected The transmission waiting possibility period and the transmission probability, or a determination means for determining the transmission probability, and the transmission availability determination means determines whether or not transmission is possible based on the transmission probability at each transmission timing candidate. It was made to do.

(6)この発明において、予め決められた送信待機可能期間に達した場合、予め決められた確率で送信待機可能期間と送信確率、或いは送信確率のみの修正を行なうことを特徴とする。   (6) The present invention is characterized in that when a predetermined transmission waiting period is reached, only the transmission standby period and the transmission probability, or only the transmission probability are corrected with a predetermined probability.

(7)またこの発明において、予め決められた送信待機可能期間に達した場合、送信待機可能期間と送信確率、或いは送信確率のみの修正タイミングを分散させることを特徴とする。   (7) Further, in the present invention, when a predetermined transmission standby period is reached, the transmission standby period and the transmission probability, or the correction timing of only the transmission probability is distributed.

(8)また、この発明において、他の通信装置が送信を行ない送信ができなかった場合、次の送信待機可能期間と送信確率、或いは送信確率のみは他の通信装置が送信を行なった時の値を使用することを特徴とする。   (8) Also, in the present invention, when another communication apparatus performs transmission and transmission is not possible, only the next transmission waiting period and the transmission probability, or only the transmission probability is the same as when the other communication apparatus transmits. It is characterized by using a value.

(9)また、この発明において、他の通信装置が送信を行ない送信ができなかった場合、次の送信待機可能期間と送信確率、或いは送信確率のみは前回の最初の予測値に基づいた送信待機可能期間と送信確率を使用することを特徴とする。   (9) In the present invention, when another communication apparatus performs transmission and transmission is not possible, the next transmission standby period and the transmission probability, or only the transmission probability is based on the previous first predicted value. It is characterized by using possible period and transmission probability.

(10)また、この発明において、他の通信装置が送信を行ない送信ができなかった場合、次の送信待機可能期間と送信確率、或いは送信確率のみは前回の推移を反映した送信待機可能期間と送信確率を使用することを特徴とする。(11)また、この発明において、送信待ち通信装置を推定するためのパケット受信期間とは前回パケットを送信してから次に送信するまでの間の期間であることを特徴とする。(12)また、この発明において、送信待ち通信装置を推定するためのパケット受信期間とは、送信時点より予め決められた時間前までの期間であることを特徴とする。   (10) Further, in the present invention, when another communication apparatus performs transmission and transmission is not possible, the next transmission standby period and transmission probability, or only the transmission probability is a transmission standby period reflecting the previous transition. It is characterized by using transmission probability. (11) Further, in the present invention, the packet reception period for estimating the transmission waiting communication apparatus is a period from the previous packet transmission to the next transmission. (12) Further, in the present invention, the packet reception period for estimating a transmission waiting communication apparatus is a period from a transmission time point to a predetermined time before.

(13)また、この発明において、パケットがほぼ周期的に出るようにしたことを特徴とする。   (13) Further, the present invention is characterized in that packets are output almost periodically.

本発明によれば、衝突の予測に基づき等確率でパケット送信確率が決められるので、送信待ち時間と衝突確率の両観点の無駄時間が予測時間に基づいた短い時間にすることができ、また衝突予測誤差に対しても、送信確率の修正が行なわれるので、送信待ちパケットがありながら何れの通信装置も送信しない無駄時間も抑えることができ、スループットが向上する。   According to the present invention, since the packet transmission probability is determined with equal probability based on the prediction of the collision, the dead time in terms of both the transmission waiting time and the collision probability can be set to a short time based on the predicted time. Since the transmission probability is also corrected for the prediction error, it is possible to reduce the dead time during which no communication device transmits even though there is a transmission waiting packet, and the throughput is improved.

(1)請求項1記載の発明によれば、衝突の予測に基づき等確率でパケット送信確率が決められるので、送信待ち時間と衝突確率の両観点の無駄時間が予測時間に基づいた短い時間にすることができる。また、衝突予測誤差に対しても、改めて送信待機可能期間と送信確率、或いは送信確率を決定するので、送信確率の修正が行われ、送信待ちパケットがありながらいずれの通信装置も送信しない無駄時間も抑えることができ、スループットが向上する。   (1) According to the invention described in claim 1, since the packet transmission probability is determined with equal probability based on the prediction of collision, the dead time in terms of both transmission waiting time and collision probability is reduced to a short time based on the predicted time. can do. Also, for the collision prediction error, since the transmission waiting period and the transmission probability, or the transmission probability are determined again, the transmission probability is corrected, and there is a waiting time during which no communication device transmits even though there is a transmission waiting packet. And the throughput is improved.

(2)請求項2記載の発明によれば、請求項1の効果に加えて、衝突予測誤差により、送信待ちパケットがありながらいずれの通信装置も送信しない無駄時間が続くことが避けられる。   (2) According to the invention of claim 2, in addition to the effect of claim 1, it is possible to avoid a dead time in which no communication device transmits while there is a packet waiting for transmission due to a collision prediction error.

(3)請求項3記載の発明によれば、請求項1記載の効果を得ることができる。衝突誤差により何れの通信装置も送信しないことで、送信確率の変更を行なうが、この場合、通信装置が衝突誤差を小さく推定したため、いずれの通信装置も送信しなかったと推定できるので、送信確率の修正は、通信装置が送信確率を上げるように、つまり送信確率を大きくするように送信確率を修正することが、送信パケットがありながら何れの通信装置も送信しない無駄時間も抑えることができる。   (3) According to the invention described in claim 3, the effect described in claim 1 can be obtained. The transmission probability is changed by not transmitting any communication device due to the collision error. In this case, since the communication device has estimated the collision error to be small, it can be estimated that no communication device has transmitted, so the transmission probability In the modification, the transmission probability is corrected so that the communication device increases the transmission probability, that is, the transmission probability is increased, and the dead time during which no communication device transmits even though there is a transmission packet can be suppressed.

(4)請求項4記載の発明によれば、請求項1記載の効果を得ることができる。送信待機可能期間と送信確率の変更について明確にした。
(5)請求項5記載の発明によれば、請求項1記載の効果を得ることができる。
(4) According to the invention described in claim 4, the effect described in claim 1 can be obtained. Clarified changes to the transmission waiting period and transmission probability.
(5) According to the invention described in claim 5, the effect described in claim 1 can be obtained.

(6)この発明によればスループットを向上させることができる。送信待機可能期間と送信確率の変更について明確にした。前回の衝突の予測に対して、自らの通信装置は送信待ち通信装置の端末数を正しく予測していたが、他のいくつかの送信待ちの通信装置が送信待ち通信装置の数を多く予測し送信確率を小さくしてしまったため、いずれの通信装置からも通信を行わなかった状況であった場合、請求項4のように一斉に送信待機可能期間と送信確率を変更すると、送信待ち数の端末数を少なく予測することになり、その通信装置数が多い場合、システム全体で衝突確率が高くなり、スループットの向上効果が小さくなってしまうことを、コンテンションウィンドウの数と送信確率の変更をいくつかの通信装置で行わないことで避けるようにしたものである。   (6) According to the present invention, the throughput can be improved. Clarified changes to the transmission waiting period and transmission probability. Although the communication device predicted the number of terminals waiting for transmission correctly compared to the previous collision prediction, several other communication devices waiting for transmission predicted a large number of communication devices waiting for transmission. Since the transmission probability has been reduced and no communication has been performed from any of the communication devices, if the transmission waiting period and the transmission probability are changed all at once as in claim 4, a terminal having the number of transmission waiting If the number of communication devices is large, the collision probability is high in the entire system, and the effect of improving the throughput is reduced. This is avoided by not using the communication device.

(7)この発明によれば、スループットを向上させることができる。
(8)この発明によれば、スループットを向上させることができる。
(9)この発明によれば、スループットを向上させることができる。
(7) According to the present invention, throughput can be improved.
(8) According to the present invention, throughput can be improved.
(9) According to the present invention, the throughput can be improved.

(10)この発明によれば、スループットを向上させることができる。
(11)この発明によれば、スループットを向上させることができる。
(12)この発明によれば、スループットを向上させることができる。
(10) According to the present invention, the throughput can be improved.
(11) According to the present invention, throughput can be improved.
(12) According to the present invention, throughput can be improved.

(13)この発明によればスループットを向上させることができる。パケットがほぼ周期的に出るシステムにおいては、送信待ち通信装置数の変動が大きくなることがないので、衝突予測(送信待ち通信装置数の推定)がより精度よくでき、スループットの向上効果が大きくなる。   (13) According to the present invention, the throughput can be improved. In a system in which packets are issued almost periodically, the fluctuation in the number of communication devices waiting for transmission does not become large, so collision prediction (estimation of the number of communication devices waiting for transmission) can be performed more accurately, and the effect of improving throughput is increased. .

以下、図面を参照して本発明の実施の形態を詳細に説明する。図1は本発明の動作の一例を示すフローチャートである。先ず、通信装置はパケットの受信を行なう(S1)。パケットの受信を行なったら、次に自分が送信する送信パケットがあるかどうかチェックする(S2)。送信パケットがなければステップS1のパケット受信を続ける。送信パケットがあった場合、送信待ち通信装置数を推定するに十分な期間パケット受信を行なったかをチェックする(S3)。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a flowchart showing an example of the operation of the present invention. First, the communication device receives a packet (S1). If the packet is received, it is checked whether there is a transmission packet to be transmitted next (S2). If there is no transmission packet, the packet reception in step S1 is continued. If there is a transmission packet, it is checked whether the packet reception has been performed for a period sufficient to estimate the number of communication apparatuses waiting for transmission (S3).

十分でなかった場合には、送信待ち通信装置数を推定するのに十分な時間までパケットを受信する(S4)。ステップS3で十分な時間パケット受信を行なった場合は、自らが送信する時に送信待ちである通信装置数nを推定し(S5)、推定数nから送信待ち時間と衝突確率の両観点の無駄時間が短い時間になるよう、予めシステムで決められた手順で送信タイミング候補数sと送信確率pを決定する(S6)。次に、パラメータk=1に初期値化する(S7)。   If not, the packet is received until a time sufficient to estimate the number of communication devices waiting for transmission (S4). If the packet is received for a sufficient time in step S3, the number n of communication devices that are waiting to be transmitted when they transmit themselves is estimated (S5), and the dead time in terms of both transmission waiting time and collision probability is estimated from the estimated number n. The number s of transmission timing candidates and the transmission probability p are determined by a procedure determined in advance by the system (S6). Next, the parameter k is initialized to 1 (S7).

次に、ステップS6で決められた送信確率pを使用して送信タイミング候補No.kにて送信可否を決める(S8)。次に、送信可であるか否かをチェックする(S9)。送信可の場合には、送信タイミング候補No.kのタイミングを待ち(S10)、No.kのタイミングであった場合には、パケットの送信を行なう(S11)。ステップS9において送信不可の場合は、送信タイミング候補No.kのタイミングを待ち(S12)、No.kのタイミングであった場合には、他の通信装置からのパケット送信がないかチェックする(S13)。   Next, using the transmission probability p determined in step S6, the transmission timing candidate No. The transmission permission / inhibition is determined at k (S8). Next, it is checked whether or not transmission is possible (S9). If transmission is possible, the transmission timing candidate No. Wait for the timing of k (S10). If the timing is k, the packet is transmitted (S11). If transmission is impossible in step S9, the transmission timing candidate No. Wait for the timing of k (S12). If it is the timing k, it is checked whether there is any packet transmission from another communication device (S13).

他からのパケットを受信した場合には処理は終了する。他からのパケットを受信しない場合には、k=k+1の演算処理を行ない(S14)、k>sであるかどうかチェックする(S15)。ここで、sは送信待機可能期間内の送信タイミング候補数である。つまり、送信タイミング候補kがステップS6で決定した数sに達したかどうかを判定するものである。コンテンションウィンドウ数kがsに達していない場合、ステップS8に戻り、次の送信タイミング候補にて送信できるかを確率pで決定し、ステップS9以下を繰り返す。   If a packet from another is received, the process ends. If no packet is received from another, k = k + 1 is calculated (S14), and it is checked whether k> s (S15). Here, s is the number of transmission timing candidates within the transmission standby period. That is, it is determined whether or not the transmission timing candidate k has reached the number s determined in step S6. If the contention window number k has not reached s, the process returns to step S8, determines whether transmission is possible with the next transmission timing candidate, with probability p, and repeats step S9 and subsequent steps.

ステップS15で送信タイミング候補数kがsに達していた場合には、送信待ち通信装置の推定値の修正を行ない(S16)、ステップS6に戻り、送信待機可能期間内の送信タイミング候補数s、送信確率pを再度求め、ステップS6以下を繰り返す。   If the number of transmission timing candidates k has reached s in step S15, the estimated value of the communication apparatus waiting for transmission is corrected (S16), and the process returns to step S6 to return the number of transmission timing candidates s within the transmission waiting possible period, The transmission probability p is obtained again, and step S6 and subsequent steps are repeated.

この実施の形態によれば、スループットを向上させることができる。
図2は本発明の通信装置の動作を示す図である。横軸は時間である。送信待ちパケットがある場合、通信装置はキャリアセンス(搬送波があるかどうかチェックすること)を行ない、他通信装置からの送信終了を待つ。送信待ち通信装置数の推定から送信タイミング候補数k、送信確率pを決定し、送信終了を検出したら確率pで送信可否を決定する。
According to this embodiment, the throughput can be improved.
FIG. 2 is a diagram showing the operation of the communication apparatus of the present invention. The horizontal axis is time. When there is a transmission waiting packet, the communication device performs carrier sense (checks whether there is a carrier wave) and waits for the end of transmission from another communication device. The number k of transmission timing candidates and the transmission probability p are determined from the estimation of the number of communication apparatuses waiting for transmission, and if transmission end is detected, whether transmission is possible is determined with the probability p.

送信不可で更に他の通信装置からのパケット受信が無かった場合、CW2、…CWkまで確率pで送信可否を決定する。CWkまでに1つの通信装置も通信を行わなかった場合は、CWk+1からの新たなCW数j−k、送信確率p’を決定し、CWk+1から確率p’で送信可否を決定する。CWjまでに1つの通信装置も通信を行わなかった場合は、CWj+1からの新たなCW数、送信確率を決定し、CWj+1から確率p”で送信可否を決定する。この実施の形態によれば、スループットを向上させることができる。   If transmission is not possible and no packet is received from another communication device, whether transmission is possible is determined with probability p up to CW2,... CWk. When one communication apparatus has not performed communication until CWk, a new CW number j−k from CWk + 1 and a transmission probability p ′ are determined, and whether transmission is possible is determined from CWk + 1 with a probability p ′. When one communication device has not performed communication until CWj, the number of CWs and the transmission probability from CWj + 1 are determined, and whether transmission is possible or not is determined from CWj + 1 with probability p ″. Throughput can be improved.

図3は通信装置数の推定方法の一例の説明図である。図において、1は正常受信パケット、2は衝突パケットである。通信装置は常に他の通信装置が送信するパケットを受信しており、正常受信パケット数、衝突パケット数(受信電力は十分な値で検出され、他の通信装置よりパケットが送信されたと推定できるが、正しくデータ復号できなかった場合(パケットに付加されたCRCのエラーが検出された場合等))をカウントする。   FIG. 3 is an explanatory diagram of an example of a method for estimating the number of communication devices. In the figure, 1 is a normal reception packet and 2 is a collision packet. The communication device always receives packets transmitted by other communication devices, and it can be estimated that the number of normally received packets and the number of collision packets (reception power is detected with a sufficient value and packets are transmitted from other communication devices. When the data cannot be correctly decoded (when a CRC error added to the packet is detected, etc.).

送信パケットが生起された時、パケット受信期間中tr(送信待ち通信装置推定に十分な期間)の正常受信パケット数nrと衝突パケット数ncの総数を算出する。そのシステム内の通信装置が出すパケット長が全て一定のパケット長tpであれば(或いはパケットの平均パケット長)パケット受信期間中最大tr/tp個のパケットが送信できることになる。正常受信パケット数nr、衝突パケット数nc、パケット受信期間中の最大パケット数tr/tpより通信装置推定数を出す。   When a transmission packet is generated, the total number of normal reception packet number nr and collision packet number nc during the packet reception period tr (a period sufficient for estimation of a transmission waiting communication apparatus) is calculated. If all the packet lengths issued by the communication devices in the system are constant packet length tp (or the average packet length of the packets), a maximum of tr / tp packets can be transmitted during the packet reception period. The estimated number of communication devices is obtained from the number of normal received packets nr, the number of collision packets nc, and the maximum number of packets tr / tp during the packet reception period.

例えば、nr=tr/tpであれば、送信パケットが生起した通信装置は常に衝突なくパケット送信ができ、全ての期間中、何れかの通信装置がパケット送信を行なっているので、通信装置数n=1と推定できる。また、nr+nc=tr/tpであれば、nr回複数台の通信装置が送信を行なっているので、例えば、誤差が大きいが単純に2台の通信装置が同時通信を行なったとして、n=(2*nr+nc)/(tr/tp)と推定する。ここでは単純でかなり誤差の大きい通信装置数の推定方法を示したが、より精度の高い実施例も考えられる。この実施の形態によれば、スループットを向上させることができる。   For example, if nr = tr / tp, the communication device in which the transmission packet has occurred can always transmit the packet without collision, and any one of the communication devices transmits the packet during the entire period. = 1. If nr + nc = tr / tp, a plurality of communication devices perform transmission nr times. For example, if two communication devices simply perform simultaneous communication with large error, n = ( 2 * nr + nc) / (tr / tp). Here, a method for estimating the number of communication devices that is simple and has a considerably large error has been shown, but an embodiment with higher accuracy is also conceivable. According to this embodiment, the throughput can be improved.

図4は本発明の実施の形態の動作説明図である。送信タイミング候補数の最大値を求め、最大値に達したら確率1で送信する方法である。即ち、キャリアセンスを行ない他通信装置からのパケット送信の終了を検出したら、CW1からCWkまでは確率pで送信し、CWk+1からCWjまでは確率p’で送信し、CWj+1は確率p”で送信し、CWmaxとなったら、確率1で送信する。   FIG. 4 is a diagram for explaining the operation of the embodiment of the present invention. In this method, the maximum number of transmission timing candidates is obtained, and transmission is performed with probability 1 when the maximum value is reached. That is, when carrier sensing is performed and the end of packet transmission from another communication apparatus is detected, CW1 to CWk are transmitted with probability p, CWk + 1 to CWj are transmitted with probability p ', and CWj + 1 is transmitted with probability p ". When CWmax is reached, transmission is performed with probability 1.

本発明によれば、図2において、p<p’<p”と推定誤差修正毎に送信確率を上げることができる。このようにすれば、推定誤差修正毎に送信確率を上げることで、パケット通信の有効利用を図ることができる。   According to the present invention, it is possible to increase the transmission probability every time the estimated error is corrected as p <p ′ <p ”in Fig. 2. In this way, the packet is increased by increasing the transmission probability every time the estimated error is corrected. Effective use of communication can be achieved.

また、本発明によれば、図1において、ステップS15の判定でyesであった場合、常にステップS16の送信待ち通信装置推定数を修正し、送信待機可能期間とその送信タイミング候補数、送信確率(或いは送信確率のみ)を変えるようにすることができる。この実施の形態によれば、スループットを向上させることができる。   Further, according to the present invention, when the determination in step S15 is yes in FIG. 1, the estimated number of communication devices waiting for transmission in step S16 is always corrected, the transmission waiting period, the number of transmission timing candidates, and the transmission probability. (Or only the transmission probability) can be changed. According to this embodiment, the throughput can be improved.

図5は本発明の他の動作の一例を示すフローチャートである。図1に示す符号と同一のものは、同一の符号を付して示す。図1に示すフローチャートと比較して、ステップS16の部分がステップS17とステップS18に変わっている。ステップS15にてステップS6にて決定したコンテンションウィンドウ数に達していた場合は、次に確率pcnで送信待ち通信装置推定値を変更するか否かを決定する。   FIG. 5 is a flowchart showing an example of another operation of the present invention. The same reference numerals as those shown in FIG. 1 denote the same reference numerals. Compared with the flowchart shown in FIG. 1, the part of step S16 is changed to step S17 and step S18. If the number of contention windows determined in step S6 has been reached in step S15, it is next determined whether or not to change the transmission waiting communication apparatus estimated value with the probability pcn.

若し変更する場合は、図1の場合と同様ステップS18よりステップS6に戻り、新たな送信待機可能期間とその送信タイミング候補数を決定する。変更しない場合はステップS7に戻り、送信待機可能期間とその送信タイミング候補数、送信確率を変更せず前の値を使用する。この実施の形態によれば、スループットを向上させることができる。   If it is to be changed, the process returns from step S18 to step S6 as in the case of FIG. 1, and a new transmission standby period and the number of transmission timing candidates are determined. If not changed, the process returns to step S7, and the previous value is used without changing the transmission standby period, the number of transmission timing candidates, and the transmission probability. According to this embodiment, the throughput can be improved.

図6は本発明の他の動作の一例を示すフローチャートである。図1に示す符号と同一のものは、同一の符号を付して示す。図1に示すフローチャートと比較して、ステップS15とステップS16の間に変更タイミングを分散させるための手順ステップS19とS20が加わり、ステップS7を変え、ステップS24を加えている。ステップS15にて決定した送信タイミング候補数に達している場合は、ステップS20にて送信確率の変更タイミングを設定する。   FIG. 6 is a flowchart showing an example of another operation of the present invention. The same reference numerals as those shown in FIG. 1 denote the same reference numerals. Compared with the flowchart shown in FIG. 1, procedure steps S19 and S20 for dispersing the change timing are added between step S15 and step S16, step S7 is changed, and step S24 is added. If the number of transmission timing candidates determined in step S15 has been reached, a transmission probability change timing is set in step S20.

ステップS23にて変更タイミングになったか否かをチェックする。変更タイミングになっていない場合にはステップS8に戻って前の送信確率で送信可否を決定する。変更タイミングになった場合は、xの値をリセットした後(S24)ステップS16に進み、以下図1と同様な動作を行なう。ステップS7とステップS24は、変更タイミングを分散させるため変更タイミングを遅らせた影響を次の送信待ち通信装置推定数の変更時に与えないためである。この実施の形態によれば、スループットを向上させることができる。   In step S23, it is checked whether the change timing has come. If it is not time to change, the process returns to step S8 to determine whether transmission is possible with the previous transmission probability. When the change timing is reached, after resetting the value of x (S24), the process proceeds to step S16, and thereafter the same operation as in FIG. 1 is performed. This is because Steps S7 and S24 do not give the influence of delaying the change timing in order to distribute the change timing when changing the estimated number of communication apparatuses waiting to be transmitted next. According to this embodiment, the throughput can be improved.

図7は本発明の第1の動作説明図である。通信装置2,3は通信装置1のデータ送信中に送信パケットが生起した通信装置で、通信装置1のデータ送信終了後、それぞれ送信待ち通信装置推定値を出し、送信タイミング候補数(この例では3)とその送信確率(この例ではp)を求める(丸1)。3タイミング過ぎても、何れの通信装置からパケットが送信されなかったので、送信確率をpからp’に変更する(丸2)。   FIG. 7 is a diagram for explaining the first operation of the present invention. The communication devices 2 and 3 are communication devices in which a transmission packet is generated during data transmission of the communication device 1. After the data transmission of the communication device 1 is completed, the communication devices 1 and 3 each output an estimated value of the communication device waiting for transmission, 3) and its transmission probability (p in this example) are determined (circle 1). Since the packet is not transmitted from any communication device after three timings, the transmission probability is changed from p to p '(circle 2).

変更後、通信装置3からパケットが送信され、通信装置2は通信装置3からパケットが送信されたことを認識でき、通信装置3の送信が終わることを待つ。この実施の形態によれば、スループットを向上させることができる。   After the change, a packet is transmitted from the communication device 3, the communication device 2 can recognize that the packet has been transmitted from the communication device 3, and waits for the transmission of the communication device 3 to end. According to this embodiment, the throughput can be improved.

また、本発明によれば、丸4の時点(通信装置3の送信が終わり、通信装置2が送信待機可能期間とその送信タイミング候補数、送信確率(或いは送信確率のみ)を決定する部分)にて、送信待機可能期間とその送信タイミング候補数、送信確率を丸2の値を使用して行なう。この実施の形態によれば、スループットを向上させることができる。   Further, according to the present invention, at the time of round 4 (the part where the transmission of the communication device 3 is completed and the communication device 2 determines the transmission standby period, the number of transmission timing candidates, and the transmission probability (or only the transmission probability)). Then, the transmission standby period, the number of transmission timing candidates, and the transmission probability are performed using the values of circle 2. According to this embodiment, the throughput can be improved.

図8は本発明の第2の動作説明図である。図7の場合と異なる点は、丸4の時点で、送信待機可能期間と送信タイミング候補数、送信確率を丸1の値を使用して行なうものである。この実施の形態によれば、スループットを向上させることができる。   FIG. 8 is a diagram illustrating a second operation of the present invention. The difference from the case of FIG. 7 is that the transmission waiting period, the number of transmission timing candidates, and the transmission probability are performed using the value of circle 1 at the time of circle 4. According to this embodiment, the throughput can be improved.

図9は本発明の第3の動作説明図である。図7,図8と異なる点は、丸4の時点で送信待機可能期間とその送信タイミング候補数、送信確率を前回の送信待機可能期間とその送信タイミング候補数、送信確率の推移をみて(丸5の部分の推移)を見て、新たに決めるものである。この実施の形態によれば、スループットを向上させることができる。   FIG. 9 is a diagram for explaining a third operation of the present invention. 7 and FIG. 8 are different from FIG. 7 in that the transmission waiting period, the number of transmission timing candidates, and the transmission probability at the time of circle 4 are the same as the previous transmission waiting period, the number of transmission timing candidates, and the transition of the transmission probability. This is a new decision based on the transition of the part 5). According to this embodiment, the throughput can be improved.

図10は本発明の第4の動作説明図である。図に示すように、送信待ち通信装置を推定するためのパケット受信期間は、前回パケットを送信してから次にパケットが生起するまでの時間である。この実施の形態によれば、スループットを向上させることができる。   FIG. 10 is a diagram for explaining a fourth operation of the present invention. As shown in the figure, the packet reception period for estimating the communication apparatus waiting for transmission is the time from when the previous packet is transmitted until the next packet occurs. According to this embodiment, the throughput can be improved.

図11は本発明の第5の動作説明図である。図に示すように送信待ち通信装置を推定するためのパケット受信期間は、予めシステム仕様等で決められた時間であるものである。この実施の形態によれば、スループットを向上させることができる。   FIG. 11 is a diagram for explaining the fifth operation of the present invention. As shown in the figure, the packet reception period for estimating the transmission waiting communication apparatus is a time determined in advance by the system specifications or the like. According to this embodiment, the throughput can be improved.

図12は本発明の動作シーケンス図である。図に示すように、通信装置毎にほぼ周期的にパケットを送信するものである。なお、短い区間を見ると図に示すようにほぼ周期的であるが、長い期間で見るとゆっくりと周期が変動する構成もある。この実施の形態によればスループットを向上させることができる。   FIG. 12 is an operation sequence diagram of the present invention. As shown in the figure, packets are transmitted almost periodically for each communication device. In addition, although it is almost periodic as shown in the figure when a short section is viewed, there is a configuration in which the period slowly changes when viewed in a long period. According to this embodiment, the throughput can be improved.

(付記1)
パケット送信を行なう通信装置において、送信待機可能期間とそれぞれの送信待機可能期間内の送信タイミング候補で送信する確率を決定し、
それぞれの送信タイミング候補に対して送信確率を元に送信可否を決定し、
予め決められた送信待機可能期間を経過しても、自らが送信するか他からの送信が検出されなかった場合は、改めて送信待機可能期間と送信確率、或いは送信確率を決定し、
それぞれの送信タイミング候補にて送信確率を元に送信可否を決定することを特徴とするパケット通信における通信方法。
(Appendix 1)
In a communication apparatus that performs packet transmission, determine the probability of transmission with a transmission waiting time period and a transmission timing candidate within each transmission waiting time period,
Decide whether to transmit based on the transmission probability for each transmission timing candidate,
Even if the predetermined transmission waiting period elapses, if transmission from itself or other transmission is not detected, determine the transmission waiting period and the transmission probability, or the transmission probability again,
A communication method in packet communication, wherein transmission possibility is determined based on a transmission probability at each transmission timing candidate.

(付記2)
送信待機可能期間、或いは送信タイミング候補数の最大値を決定し、最後の送信タイミング候補になったら確率1で送信することを特徴とする付記1記載のパケット通信における通信方法。
(Appendix 2)
2. A communication method in packet communication according to appendix 1, wherein a maximum transmission waiting period or the maximum number of transmission timing candidates is determined, and transmission is performed with a probability of 1 when it becomes the last transmission timing candidate.

(付記3)
送信確率の修正は、送信確率が大きくなるように修正することを特徴とする付記1又は2記載のパケット通信における通信方法。
(Appendix 3)
The communication method in the packet communication according to appendix 1 or 2, wherein the transmission probability is corrected so as to increase the transmission probability.

(付記4)
予め決められた送信待機可能期間に達した場合、必ず送信待機可能期間と送信確率、或いは送信確率のみの修正を行なうことを特徴とする付記1乃至3の何れかに記載のパケット通信における通信方法。
(Appendix 4)
4. The communication method in packet communication according to any one of appendices 1 to 3, wherein when a predetermined transmission standby period is reached, the transmission standby period and the transmission probability, or only the transmission probability is corrected. .

(付記5)
パケット送信を行なう通信装置において、送信待機可能期間とそれぞれの送信待機可能期間内の送信タイミング候補で送信する確率を決定する確率決定手段と、
それぞれの送信タイミング候補に対して送信確率を元に送信可否を決定する送信可否決定手段と、
予め決められた数の送信待機可能期間を経過しても、自らが送信するか他からの送信が検出されなかった場合は、改めて送信待機可能期間と送信確率、或いは送信確率を決定する決定手段と、
を具備し、
前記送信可否決定手段は、それぞれの送信タイミング候補にて送信確率を元に送信可否を決定するようにしたことを特徴とするパケット通信における通信装置。
(Appendix 5)
In a communication apparatus that performs packet transmission, probability determination means for determining a probability of transmission at a transmission waiting time period and a transmission timing candidate within each transmission waiting time period; and
Transmission availability determination means for determining transmission availability based on the transmission probability for each transmission timing candidate;
When a predetermined number of transmission standby periods have elapsed, if the transmission is performed by itself or transmission from another is not detected, the transmission waiting period and the transmission probability, or the determination means for determining the transmission probability again When,
Comprising
The communication apparatus in packet communication, wherein the transmission permission / inhibition determining means determines transmission permission / inhibition based on a transmission probability at each transmission timing candidate.

(付記6)
予め決められた送信待機可能期間に達した場合、予め決められた確率で送信待機可能期間と送信確率、或いは送信確率のみの修正を行なうことを特徴とする付記1乃至3の何れかに記載のパケット通信における通信方法。
(Appendix 6)
The supplementary transmission waiting period and the transmission probability, or only the transmission probability is corrected at a predetermined probability when a predetermined transmission standby possible period is reached. Communication method in packet communication.

(付記7)
予め決められた送信待機可能期間に達した場合、送信待機可能期間と送信確率、或いは送信確率のみの修正タイミングを分散させることを特徴とする付記1乃至3の何れかに記載のパケット通信における通信方法。
(Appendix 7)
The communication in the packet communication according to any one of appendices 1 to 3, wherein when a predetermined transmission waiting period is reached, the transmission waiting period and the transmission probability, or the correction timing of only the transmission probability is distributed. Method.

(付記8)
他の通信装置が送信を行ない送信ができなかった場合、次の送信待機可能期間と送信確率、或いは送信確率のみは他の通信装置が送信を行なった時の値を使用することを特徴とする付記1乃至4又は付記6又は7の何れかに記載のパケット通信における通信方法。
(Appendix 8)
When another communication apparatus performs transmission and transmission is not possible, the next transmission standby period and the transmission probability, or only the transmission probability uses the value when the other communication apparatus transmits. 8. A communication method in packet communication according to any one of appendices 1 to 4 or appendix 6 or 7.

(付記9)
他の通信装置が送信を行ない送信ができなかった場合、次の送信待機可能期間と送信確率、或いは送信確率のみは前回の最初の予測値に基づいた送信待機可能期間と送信確率を使用することを特徴とする付記1乃至4又は付記6又は7の何れかに記載のパケット通信における通信方法。
(Appendix 9)
When other communication devices transmit and cannot transmit, the next transmission waiting period and transmission probability, or only the transmission probability uses the transmission waiting period and transmission probability based on the previous first predicted value. 8. A communication method in packet communication according to any one of appendices 1 to 4 or appendix 6 or 7,

(付記10)
他の通信装置が送信を行ない送信ができなかった場合、次の送信待機可能期間と送信確率、或いは送信確率のみは前回の推移を反映した送信待機可能期間と送信確率を使用することを特徴とする付記1乃至4又は付記6又は7の何れかに記載のパケット通信における通信方法。
(Appendix 10)
When other communication devices transmit and transmission is not possible, the next transmission standby period and transmission probability, or only the transmission probability uses the transmission standby period and transmission probability reflecting the previous transition. The communication method in the packet communication according to any one of Supplementary Notes 1 to 4 or Supplementary Notes 6 or 7.

(付記11)
送信待ち通信装置を推定するためのパケット受信期間とは前回パケットを送信してから次に送信するまでの間の期間であることを特徴とする付記1乃至4又は付記6乃至10の何れかに記載のパケット通信における通信方法。
(Appendix 11)
The packet reception period for estimating the communication apparatus waiting for transmission is a period between transmission of the previous packet and transmission of the next packet. A communication method in the packet communication described.

(付記12)
送信待ち通信装置を推定するためのパケット受信期間とは、送信時点より予め決められた時間前までの期間であることを特徴とする付記1乃至4又は付記6乃至10の何れかに記載のパケット通信における通信方法。
(Appendix 12)
The packet reception period for estimating the communication apparatus waiting for transmission is a period from a transmission time point to a predetermined time before the packet, according to any one of the supplementary notes 1 to 4 and the supplementary notes 6 to 10 Communication method in communication.

(付記13)また、この発明において、パケットがほぼ周期的に出るようにしたことを特徴とする付記1乃至4又は付記6乃至12の何れかに記載のパケット通信における通信方法。   (Supplementary note 13) The communication method in packet communication according to any one of Supplementary notes 1 to 4 or Supplementary notes 6 to 12, characterized in that, in the present invention, packets are output almost periodically.

以上、詳細に説明したように、本発明によれば、衝突の予測に基づき等確率でパケット送信確率が決められるので、送信待ち時間と衝突確率の両観点の無駄時間が予測時間に基づいた短い時間にすることができ、また、衝突予測誤差に対しても、送信確率の修正が行なわれるので、送信待ちパケットがありながら何れの通信装置も送信しない無駄時間も抑えることができ、スループットが向上する。   As described above in detail, according to the present invention, since the packet transmission probability is determined with equal probability based on the prediction of collision, the dead time in terms of both transmission waiting time and collision probability is short based on the predicted time. The transmission probability is also corrected for collision prediction errors, so it is possible to reduce the dead time during which no communication device transmits even though there are packets waiting to be transmitted, improving throughput. To do.

本発明の動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of this invention. 本発明の通信装置の動作を示す図である。It is a figure which shows operation | movement of the communication apparatus of this invention. 通信装置数の推定方法の一例の説明図である。It is explanatory drawing of an example of the estimation method of the number of communication apparatuses. 本発明の実施の形態の動作説明図である。It is operation | movement explanatory drawing of embodiment of this invention. 本発明の他の動作の一例を示すフローチャートである。It is a flowchart which shows an example of the other operation | movement of this invention. 本発明の他の動作の一例を示すフローチャートである。It is a flowchart which shows an example of the other operation | movement of this invention. 本発明の第1の動作説明図である。It is a 1st operation explanatory view of the present invention. 本発明の第2の動作説明図である。It is a 2nd operation explanatory view of the present invention. 本発明の第3の動作説明図である。It is a 3rd operation explanatory view of the present invention. 本発明の第4の動作説明図である。It is the 4th operation explanatory view of the present invention. 本発明の第5の動作説明図である。It is a 5th operation explanatory view of the present invention. 本発明の動作シーケンスを示す図である。It is a figure which shows the operation | movement sequence of this invention.

Claims (5)

パケット送信を行なう通信装置において、送信待機可能期間とそれぞれの送信待機可能期間内の送信タイミング候補で送信する確率を決定し、
それぞれの送信タイミング候補に対して送信確率を元に送信可否を決定し、
予め決められた送信待機可能期間を経過しても、自らが送信するか他からの送信が検出されなかった場合は、改めて送信待機可能期間と送信確率、或いは送信確率を決定し、
それぞれの送信タイミング候補にて送信確率を元に送信可否を決定することを特徴とするパケット通信における通信方法。
In a communication apparatus that performs packet transmission, determine the probability of transmission with a transmission waiting time period and a transmission timing candidate within each transmission waiting time period,
Decide whether to transmit based on the transmission probability for each transmission timing candidate,
Even if the predetermined transmission waiting period elapses, if transmission from itself or other transmission is not detected, determine the transmission waiting period and the transmission probability, or the transmission probability again,
A communication method in packet communication, wherein transmission possibility is determined based on a transmission probability at each transmission timing candidate.
送信待機可能期間、或いは送信タイミング候補数の最大値を決定し、最後の送信タイミング候補になったら確率1で送信することを特徴とする請求項1記載のパケット通信における通信方法。   2. The communication method in packet communication according to claim 1, wherein a maximum transmission waiting period or the maximum number of transmission timing candidates is determined, and transmission is performed with a probability of 1 when it becomes the last transmission timing candidate. 送信確率の修正は、送信確率が大きくなるように修正することを特徴とする請求項1又は2記載のパケット通信における通信方法。   3. The communication method in packet communication according to claim 1, wherein the transmission probability is corrected so as to increase the transmission probability. 予め決められた送信待機可能期間に達した場合、必ず送信待機可能期間と送信確率、或いは送信確率のみの修正を行なうことを特徴とする請求項1乃至3の何れかに記載のパケット通信における通信方法。   The communication in packet communication according to any one of claims 1 to 3, wherein, when a predetermined transmission waiting period is reached, the transmission waiting period and the transmission probability, or only the transmission probability is corrected. Method. パケット送信を行なう通信装置において、送信待機可能期間とそれぞれの送信待機可能期間内の送信タイミング候補で送信する確率を決定する確率決定手段と、
それぞれの送信タイミング候補に対して送信確率を元に送信可否を決定する送信可否決定手段と、
予め決められた数の送信待機可能期間を経過しても、自らが送信するか他からの送信が検出されなかった場合は、改めて送信待機可能期間と送信確率、或いは送信確率を決定する決定手段と、
を具備し、
前記送信可否決定手段は、それぞれの送信タイミング候補にて送信確率を元に送信可否を決定するようにしたことを特徴とするパケット通信における通信装置。
In a communication apparatus that performs packet transmission, probability determination means for determining a probability of transmission at a transmission waiting time period and a transmission timing candidate within each transmission waiting time period; and
Transmission availability determination means for determining transmission availability based on the transmission probability for each transmission timing candidate;
When a predetermined number of transmission standby periods have elapsed, if the transmission is performed by itself or transmission from another is not detected, the transmission waiting period and the transmission probability, or the determination means for determining the transmission probability again When,
Comprising
The communication apparatus in packet communication, wherein the transmission permission / inhibition determining means determines transmission permission / inhibition based on a transmission probability at each transmission timing candidate.
JP2007236204A 2007-09-12 2007-09-12 Communicating method and apparatus in packet communication Withdrawn JP2009071468A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007236204A JP2009071468A (en) 2007-09-12 2007-09-12 Communicating method and apparatus in packet communication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007236204A JP2009071468A (en) 2007-09-12 2007-09-12 Communicating method and apparatus in packet communication

Publications (1)

Publication Number Publication Date
JP2009071468A true JP2009071468A (en) 2009-04-02

Family

ID=40607296

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007236204A Withdrawn JP2009071468A (en) 2007-09-12 2007-09-12 Communicating method and apparatus in packet communication

Country Status (1)

Country Link
JP (1) JP2009071468A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015082770A (en) * 2013-10-23 2015-04-27 日本電信電話株式会社 Optical communication system, registration control method, and subscriber side optical line termination device
JP2017224894A (en) * 2016-06-13 2017-12-21 日本電信電話株式会社 Transmission control method and communication system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015082770A (en) * 2013-10-23 2015-04-27 日本電信電話株式会社 Optical communication system, registration control method, and subscriber side optical line termination device
JP2017224894A (en) * 2016-06-13 2017-12-21 日本電信電話株式会社 Transmission control method and communication system

Similar Documents

Publication Publication Date Title
US8218493B2 (en) System and method for interference mitigation in wireless networks
JP5767283B2 (en) Improved carrier detection for multi-channel operation
US8811420B2 (en) System and method for contention-based channel access for peer-to-peer connection in wireless networks
RU2670605C9 (en) System and method for indicating type of response frame
KR20110030611A (en) Apparatus for multicast transmissions in wireless local area networks
JP2006245897A (en) Communication apparatus and communication method
CN101741460A (en) Wireless communication device, wireless communication system and wireless communication method
JP4325400B2 (en) Data transmission / reception system conflict avoidance control method, data transmission / reception system, and data transmission / reception system terminal
US11419149B2 (en) Systems and methods for latency reduction in backhaul
US9445433B2 (en) Wireless communication apparatus for lower latency communication
JP2011521583A (en) Techniques to improve spatial reuse of wireless networks
JP2008228178A (en) Radio device
US20070076741A1 (en) Apparatus and method for transmitting data in a wireless local area network
JP2011035600A (en) Wireless communication system
JP2009071468A (en) Communicating method and apparatus in packet communication
WO2011092370A1 (en) Coordinating contention access between wireless networks
KR101529474B1 (en) A method for pre-empting data transmission in a discovery channel
JP2009302799A (en) Communication system and communication terminal
JP2005064795A (en) Communication system
JP6288268B2 (en) Wireless communication device, wireless communication method, and computer program
JP2009005074A (en) Wireless communication network
JP2008167487A (en) Csma-based data transmission method and system
JP5706303B2 (en) COMMUNICATION METHOD, RADIO ACCESS SYSTEM, AND PROGRAM
JP2011259027A (en) Wireless communication terminal, transmission control method, and program
WO2009050628A1 (en) Parallel transmission for enhanced spatial reuse efficiency

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20101207