JP4895198B2 - Downlink radio access control method, access point, terminal, and program considering allowable delay time - Google Patents

Downlink radio access control method, access point, terminal, and program considering allowable delay time Download PDF

Info

Publication number
JP4895198B2
JP4895198B2 JP2007017142A JP2007017142A JP4895198B2 JP 4895198 B2 JP4895198 B2 JP 4895198B2 JP 2007017142 A JP2007017142 A JP 2007017142A JP 2007017142 A JP2007017142 A JP 2007017142A JP 4895198 B2 JP4895198 B2 JP 4895198B2
Authority
JP
Japan
Prior art keywords
access point
cts
time
rts
terminal
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.)
Expired - Fee Related
Application number
JP2007017142A
Other languages
Japanese (ja)
Other versions
JP2008187300A (en
Inventor
聡 小西
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KDDI Corp
Original Assignee
KDDI Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by KDDI Corp filed Critical KDDI Corp
Priority to JP2007017142A priority Critical patent/JP4895198B2/en
Publication of JP2008187300A publication Critical patent/JP2008187300A/en
Application granted granted Critical
Publication of JP4895198B2 publication Critical patent/JP4895198B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Small-Scale Networks (AREA)
  • Mobile Radio Communication Systems (AREA)

Description

本発明は、許容遅延時間を考慮した下りリンクの無線アクセス制御方法、アクセスポイント、端末及びプログラムに関する。   The present invention relates to a downlink radio access control method, an access point, a terminal, and a program in consideration of an allowable delay time.

アクセスポイントが複数の端末を集中制御する代表的な無線通信システムとして、セルラーシステムがある。セルラーシステムに適用される無線アクセス制御方法では、以下のような各種多元接続方式を用いる。
周波数分割多元接続方式(Frequency Division Multiple Access: FDMA)
時間分割多元接続方式(Time Division Multiple Access: TDMA)
符号分割多元接続方式(Code Division Multiple Access: CDMA)
A cellular system is a typical wireless communication system in which an access point centrally controls a plurality of terminals. In the radio access control method applied to the cellular system, the following multiple access methods are used.
Frequency division multiple access (FDMA)
Time Division Multiple Access (TDMA)
Code Division Multiple Access (CDMA)

アクセスポイントは、各端末に、無線リソース(周波数スロット、タイムスロット、符号など)を割り当てる。この制御は、データリンク層の下位副層に当たり、フレーム(データの送受信単位)の送受信方法等を規定するMAC(Media Access Control:メディアアクセス制御)によってなされる。   The access point allocates radio resources (frequency slot, time slot, code, etc.) to each terminal. This control corresponds to a lower sublayer of the data link layer and is performed by a MAC (Media Access Control) that defines a frame (data transmission / reception unit) transmission / reception method and the like.

MACプロトコルには、集中制御型と、自律分散型とある。集中制御型は、アクセスポイント(又は基地局)が、複数の端末のメディアアクセス制御を行い、端末はその制御結果に従う。自律分散型は、特定の端末における集中制御を行わず、端末同士が自律分散的に制御し合う。いずれの方式も、送信されるデータの疎通(スループット)を最大化することや、要求するQoS(Quality of Service:サービス品質)を満足することを目的としている。   The MAC protocol includes a centralized control type and an autonomous distributed type. In the centralized control type, an access point (or base station) performs media access control of a plurality of terminals, and the terminals follow the control results. In the autonomous decentralized type, terminals are controlled in an autonomous decentralized manner without centralized control in specific terminals. Both methods are aimed at maximizing the communication (throughput) of transmitted data and satisfying the required QoS (Quality of Service).

MACの代表的なものとして、Connection Oriented型であって且つContention-Free型のものがある。この方法は、通信する端末に固定的に無線リソースを割り当てるものであって、主に音声通信に適する。   A typical MAC is a Connection Oriented type and a Contention-Free type. This method allocates radio resources in a fixed manner to communicating terminals, and is mainly suitable for voice communication.

これに対して、Packet Oriented型のMACも多く提案・検討されており、これにもContention型とContention-Free型とがある。Contention型の代表的なものとして、無線LANシステムで採用されているCSMA(Carrier Sense Multiple Access)をベースにしたIEEE802.11 DCF(Distributed Coordinated Function)がある。   On the other hand, many Packet Oriented type MACs have been proposed and studied, and there are also Contention type and Contention-Free type. A typical Contention type is IEEE 802.11 DCF (Distributed Coordinated Function) based on CSMA (Carrier Sense Multiple Access) adopted in wireless LAN systems.

また、セルラーシステムのような「同期型」は、一定の時間的長さを有する無線フレームを定義し、無線フレーム単位で時刻同期や周波数オフセットなどの各種の制御をすると共に、無線フレーム長に基づく一定量のデータトラヒックを送受信する。一方、無線LANシステムのような「非同期型」は、一定長の無線フレームを定義せず、フレームの到着時に無線でデータ通信をする。   In addition, a “synchronous type” such as a cellular system defines a radio frame having a certain time length, performs various controls such as time synchronization and frequency offset for each radio frame, and is based on the radio frame length. Send and receive a certain amount of data traffic. On the other hand, an “asynchronous type” such as a wireless LAN system does not define a wireless frame of a certain length, and performs data communication wirelessly when a frame arrives.

図1は、従来技術におけるDCFのシーケンス図である。   FIG. 1 is a sequence diagram of DCF in the prior art.

DCFは、CSMA/CA(Carrier Sense Multiple Access with Collision Avoidance)に基づくアクセス方法であって、送信すべきデータフレームを有する端末が、先にキャリアをセンスし、他の端末のデータフレームが送信されていないことを確認した上で、当該データフレームを送信するものである。これにより、他の端末から送信されるデータフレームとの衝突を避けることができる。   DCF is an access method based on CSMA / CA (Carrier Sense Multiple Access with Collision Avoidance), in which a terminal having a data frame to be transmitted senses a carrier first and a data frame of another terminal is transmitted. After confirming that there is no data frame, the data frame is transmitted. Thereby, collision with a data frame transmitted from another terminal can be avoided.

(S101)送信元端末Aは、一定のDIFS(DCF InterFrame Space)時間の経過後、送信すべきデータフレームをバックオフ時間だけ待機させる。バックオフ時間は、データフレームを送信するまでの実際の待機時間であって、各端末が乱数によって発生させたコンテンションウィンドウ(CW:Contention Windows)によって決定される。コンテンションウィンドウは乱数によって発生されるために、端末同士でデータフレームの送信タイミングが一致することが極めて少ない。
バックオフ時間=コンテンションウィンドウ内のランダム値×スロットタイム
(S101) The source terminal A waits for a data frame to be transmitted for a back-off time after a certain DIFS (DCF InterFrame Space) time elapses. The back-off time is an actual waiting time until a data frame is transmitted, and is determined by a contention window (CW: Contention Windows) generated by each terminal using a random number. Since the contention window is generated by random numbers, the transmission timings of data frames between terminals are very rare.
Backoff time = random value in contention window x slot time

S101によれば、送信元端末Aは、宛先端末Bへデータフレームを送信するために、バックオフ時間を経過させる。そのバックオフ時間の経過後、宛先端末BへRTS(Request to Send:送信要求)を送信する。このとき、他の端末Dも、データフレームを送信する用意があり、バックオフ時間を経過させている。他の端末Dは、送信元端末Aから送信されたRTSを検出すると、バックオフ時間のカウントダウンをサスペンド(一時停止)する。そして、RTSを検出した他の端末C及びDは、NAV(Network Allocation Vector)期間に移行し、送信元端末Aから宛先端末Bへのデータフレームの送信が完了するまで、チャネルの使用を延期する。データフレームの送信が完了した時とは、宛先端末Bから送信元端末Aへ送信されたACKを検出した時である。   According to S101, the source terminal A elapses the back-off time in order to transmit the data frame to the destination terminal B. After the back-off time has elapsed, an RTS (Request to Send) is transmitted to the destination terminal B. At this time, the other terminal D is also prepared to transmit the data frame, and the back-off time has elapsed. When the other terminal D detects the RTS transmitted from the transmission source terminal A, it suspends (temporarily stops) the count-down of the back-off time. Then, the other terminals C and D that have detected the RTS shift to a NAV (Network Allocation Vector) period and postpone the use of the channel until the transmission of the data frame from the transmission source terminal A to the destination terminal B is completed. . The time when the transmission of the data frame is completed is when the ACK transmitted from the destination terminal B to the transmission source terminal A is detected.

(S102)RTSを受信した宛先端末Bは、SIFS(Short InterFrame Space)時間の経過後に、CTS(Clear to Send:要求受付)を送信元端末Aへ送信する。 (S102) The destination terminal B that has received the RTS transmits a CTS (Clear to Send: request acceptance) to the transmission source terminal A after the elapse of SIFS (Short InterFrame Space) time.

(S103)CTSを受信した送信元端末Aは、SIFS時間の経過後、データフレームを宛先端末Bへ送信する。 (S103) The source terminal A that has received the CTS transmits a data frame to the destination terminal B after the SIFS time has elapsed.

(S104)データフレームを受信した宛先端末Bは、SIFS時間の経過後、ACKを送信元端末Aへ送信する。宛先端末Bから送信元端末AへACKが送信されたことを確認した他の端末C及びDは、NAV期間を停止する。 (S104) The destination terminal B that has received the data frame transmits ACK to the transmission source terminal A after the SIFS time has elapsed. The other terminals C and D that have confirmed that the ACK is transmitted from the destination terminal B to the transmission source terminal A stop the NAV period.

(S105)他の端末Dは、持ち越されたバックオフ時間のカウントダウンを再開する。その後、他の端末Dは、バックオフ時間を満了した際にRTSを送信することができる。S101と同様に、RTSを受信した他の端末は全て、NAV期間へ移行する。 (S105) The other terminal D resumes the countdown of the carried back back-off time. Thereafter, the other terminal D can transmit the RTS when the back-off time expires. As in S101, all other terminals that have received the RTS shift to the NAV period.

無線LANシステムにおいては、互いにキャリアセンスできない端末同士が同時に送信することにより衝突が発生するという隠れ端末問題が存在する。そこで、前述したように、RTS−CTSの交換(特にCTSの送信)によって、他の端末はチャネルを使用できないNAV期間に移行することから、隠れ端末問題が改善される。   In the wireless LAN system, there is a hidden terminal problem in which collision occurs when terminals that cannot sense each other transmit at the same time. Therefore, as described above, the exchange of RTS-CTS (particularly, transmission of CTS) shifts to a NAV period during which other terminals cannot use the channel, thereby improving the hidden terminal problem.

IEEE802.11eで標準化されたEDCF(Enhanced DCF)では、DIFSの代わりに、QoSクラスに応じて値が設定可能なAIFS(Arbitration IFS)が定義されており、優先制御が可能となっている。また、送信待機時間を決定するコンテンションウィンドウについても、QoSクラスごとに設定できる。従って、優先度の高いQoSクラスほどコンテンションウィンドウを小さくすることで、短い待機時間でRTS送信が可能となり、CTSを受信した後、データフレームの送信が可能となる。   In EDCF (Enhanced DCF) standardized by IEEE802.11e, AIFS (Arbitration IFS) whose value can be set according to the QoS class is defined instead of DIFS, and priority control is possible. Also, a contention window for determining the transmission standby time can be set for each QoS class. Therefore, by reducing the contention window in the QoS class having a higher priority, RTS transmission can be performed in a short standby time, and data frames can be transmitted after receiving the CTS.

従来技術として、送信すべきデータが発生してから実際に送信されるまでの遅延時間を短縮することを目的とし、予め所定の演算処理を実施しておく技術がある(例えば特許文献1参照)。   As a conventional technique, there is a technique in which a predetermined calculation process is performed in advance for the purpose of shortening a delay time from the generation of data to be transmitted to the actual transmission (see, for example, Patent Document 1). .

また、例えばワイヤレスATMにおける無線回線で送信するリンク層フレームが伝送路状態の劣化によって過剰な遅延が発生した場合にはそのフレームを破棄し、次のフレームの送信に移行する技術がある(例えば特許文献2参照)。   In addition, for example, when a link layer frame transmitted on a wireless line in wireless ATM has an excessive delay due to deterioration of a transmission path state, the frame is discarded, and a transition to transmission of the next frame is made (for example, patent) Reference 2).

特開平11−284629号公報JP-A-11-284629 特開2000−216813号公報JP 2000-216813 A

データフレームを送受信するアプリケーションによっては、遅延時間の上限を超えると無意味となるものがある。例えば、オンラインゲーム又は遠隔医療システムの場合、データフレームの伝送遅延を極力小さくする必要があり、遅延時間の許容値(許容遅延時間)を超えたデータフレームの転送は意味をなさない。データフレームが許容遅延時間を超えて転送されることは、アプリケーションにとっては低品質なサービスとならざるを得ない。EDCFでは、同一のQoSクラス内での優先制御はできず、許容遅延時間を確保するような無線アクセス制御はできない。   Some applications that send and receive data frames become meaningless when the upper limit of the delay time is exceeded. For example, in the case of an online game or a telemedicine system, it is necessary to minimize the transmission delay of the data frame, and the transfer of the data frame exceeding the allowable delay time (allowable delay time) does not make sense. If the data frame is transferred beyond the allowable delay time, the application has to be a low-quality service. In EDCF, priority control within the same QoS class cannot be performed, and radio access control that secures an allowable delay time cannot be performed.

また、前述した特許文献1に記載された技術によれば、許容遅延時間を満足するような無線リソースの割当にはつながらない。更に、前述した特許文献2に記載された技術によれば、フレームの送出順序については特定しておらず、フレームの到着順に送信処理を行うことが想定される。この場合、許容遅延時間の大小によらず先着順でフレームが送信されると、許容遅延時間内に送信完了しないフレームが存在する。   In addition, according to the technique described in Patent Document 1 described above, radio resources that satisfy the allowable delay time are not allocated. Furthermore, according to the technique described in Patent Document 2 described above, the transmission order of frames is not specified, and it is assumed that transmission processing is performed in the order of arrival of frames. In this case, when frames are transmitted in first-come-first-served order regardless of the size of the allowable delay time, there are frames in which transmission is not completed within the allowable delay time.

そこで、本発明は、IEEE802.11のDCF方式に基づいて、アクセスポイントと端末とが接続される無線システムについて、許容遅延時間に対する残余時間を考慮した下りリンクの無線アクセス制御方法、アクセスポイント、端末及びプログラムを提供することを目的とする。   Therefore, the present invention relates to a downlink radio access control method, an access point, and a terminal in consideration of a remaining time with respect to an allowable delay time for a radio system in which an access point and a terminal are connected based on the IEEE 802.11 DCF scheme. And to provide a program.

本発明は、サービスクラスとして低遅延時間をQoS要求とする低遅延サービスと、そでない通常サービスとが存在する無線通信システムについて、特に、アクセスポイントから端末へ向かう下りリンクで、低遅延サービスを優先的に疎通させる非同期型のMACプロトコルに関する。本発明によれば、許容遅延時間を考慮した下りリンクのMACプロトコルに関する。   The present invention relates to a wireless communication system in which a low-delay service that requires a low-delay time QoS request as a service class and a normal service that does not exist, and the low-delay service is given priority particularly in the downlink from the access point to the terminal. The present invention relates to an asynchronous MAC protocol that allows communication. The present invention relates to a downlink MAC protocol in consideration of an allowable delay time.

本発明によれば、IEEE802.11のDCF(Distributed Coordinated Function)方式に基づいて、アクセスポイントと端末とが接続される無線システムにおける無線アクセス制御方法において、
アクセスポイントが、許容遅延時間Taを要するデータフレームを宛先端末へ送信する際に、第1のRTS(Request To Send - Check)を、宛先端末へ送信する第1のステップと、
宛先端末が、第1のCTS(Clear To Send)を、アクセスポイントへ送信する第2のステップと、
アクセスポイントが、データフレームの許容遅延時間Taに応じた待機時間Twだけ待機する第3のステップと、
アクセスポイントが、待機時間Twの経過後に、第2のRTS(Request To Send - Send)を宛先端末へ送信する第4のステップと、
宛先端末が、第2のCTS(Clear To Send)をアクセスポイントへ送信する第5のステップと、
アクセスポイントが、宛先端末へデータフレームを送信する第6のステップと
を有することを特徴とする。
According to the present invention, in a wireless access control method in a wireless system in which an access point and a terminal are connected based on the IEEE 802.11 DCF (Distributed Coordinated Function) method,
A first step of transmitting a first RTS (Request To Send-Check) to the destination terminal when the access point transmits a data frame requiring an allowable delay time Ta to the destination terminal;
A second step in which the destination terminal sends a first CTS (Clear To Send) to the access point;
A third step in which the access point waits for a waiting time Tw corresponding to the allowable delay time Ta of the data frame;
A fourth step in which the access point transmits a second RTS (Request To Send-Send) to the destination terminal after the waiting time Tw has elapsed;
A fifth step in which the destination terminal transmits a second CTS (Clear To Send) to the access point;
The access point has a sixth step of transmitting a data frame to the destination terminal.

本発明の無線アクセス制御方法における他の実施形態によれば、
第2のステップについて、第1のCTSは、品質情報を含んでおり、
第3のステップについて、アクセスポイントは、データフレームの許容遅延時間Taから、品質情報に基づくデータフレームの送信完了までの所要送信時間Tdを差し引いた差分時間(Ta−Td)を、待機時間Twとすることも好ましい。
According to another embodiment of the wireless access control method of the present invention,
For the second step, the first CTS contains quality information,
For the third step, the access point sets the difference time (Ta−Td) obtained by subtracting the required transmission time Td until the transmission of the data frame based on the quality information from the allowable delay time Ta of the data frame as the waiting time Tw. It is also preferable to do.

本発明の無線アクセス制御方法における他の実施形態によれば、
第3のステップについて、アクセスポイントは、宛先端末から第1のCTSを受信した際に、既に、差分時間(Ta−Td)が0以下となる場合、データフレームを破棄することも好ましい。
According to another embodiment of the wireless access control method of the present invention,
Regarding the third step, it is also preferable that the access point discards the data frame if the difference time (Ta−Td) is already 0 or less when the first CTS is received from the destination terminal.

本発明の無線アクセス制御方法における他の実施形態によれば、
アクセスポイントは、無線リソース使用率rを常に監視しており、
第3のステップについて、マージン時間αとすると、待機時間Twは、以下の式によって算出され、
Tw=(Ta−Td)+α
無線リソース使用率rによってマージン時間αを変更することも好ましい。
According to another embodiment of the wireless access control method of the present invention,
The access point constantly monitors the radio resource usage rate r,
Regarding the third step, when the margin time α is assumed, the waiting time Tw is calculated by the following equation:
Tw = (Ta−Td) + α
It is also preferable to change the margin time α according to the radio resource usage rate r.

本発明の無線アクセス制御方法における他の実施形態によれば、
全ての端末の無線リソース利用率の合計に対する、当該端末の無線リソース利用率の割合r/Σrが、所定閾値xよりも小さい場合、当該端末のマージン時間αはそのまま維持し、所定閾値x以上である場合、当該端末のマージン時間αを減らすことも好ましい。
According to another embodiment of the wireless access control method of the present invention,
When the ratio r / Σr of the radio resource utilization rate of the terminal with respect to the sum of the radio resource utilization rates of all the terminals is smaller than the predetermined threshold value x, the margin time α of the terminal is maintained as it is and is greater than or equal to the predetermined threshold value x. In some cases, it is also preferable to reduce the margin time α of the terminal.

本発明の無線アクセス制御方法における他の実施形態によれば、
第3のステップについて、差分時間(Ta−Td)が所定閾値よりも長い場合、
更に、アクセスポイントが、第1のステップを実行し、宛先端末が、第2のステップを実行することにより、アクセスポイントは、品質情報を更新することも好ましい。
According to another embodiment of the wireless access control method of the present invention,
For the third step, if the difference time (Ta−Td) is longer than a predetermined threshold,
Furthermore, it is also preferable that the access point updates the quality information by the access point executing the first step and the destination terminal executing the second step.

本発明の無線アクセス制御方法における他の実施形態によれば、
第3のステップについて、当該データフレームが、既に設定されたk個のNAV時間間隔Tn(k)に衝突するために送信できない場合、許容遅延時間Ta内に存在するNAV時間間隔Tn(k)を除く1つ以上(i)の空き連続時間間隔Tc(i)を導出し、各Tc(i)についてTc(i)≧所要送信時間Tdとなる空き連続時間間隔Tc(i)を列挙し、
Tc(i)−Tdが最小となるTc(i)に割り当てるか、又は、
許容遅延時間Taに最も近いTc(i)に割り当てる
ことも好ましい。
According to another embodiment of the wireless access control method of the present invention,
For the third step, if the data frame cannot be transmitted because it collides with the already set k NAV time intervals Tn (k), the NAV time interval Tn (k) existing within the allowable delay time Ta is set. One or more (i) free continuous time intervals Tc (i) are derived, and for each Tc (i), the free continuous time intervals Tc (i) satisfying Tc (i) ≧ required transmission time Td are listed.
Assign to Tc (i) where Tc (i) -Td is minimized, or
It is also preferable to assign to Tc (i) closest to the allowable delay time Ta.

本発明の無線アクセス制御方法における他の実施形態によれば、端末は、
アクセスポイントから他の宛先端末へ送信された第2のRTSを検出した際に、チャネルの使用を延期するNAV期間へ移行し、
第2のCTSによってアクセスポイントから他の宛先端末へデータフレームが送信された後、NAV期間を停止することも好ましい。
According to another embodiment of the wireless access control method of the present invention, the terminal
When a second RTS transmitted from the access point to another destination terminal is detected, a transition is made to a NAV period in which use of the channel is postponed,
It is also preferable to stop the NAV period after a data frame is transmitted from the access point to another destination terminal by the second CTS.

本発明によれば、IEEE802.11のDCF方式に基づいて、端末が接続されるアクセスポイントにおいて、
許容遅延時間Taを要するデータフレームを宛先端末へ送信する際に、第1のRTSを、宛先端末へ送信し、宛先端末から、第1のCTSを受信する第1のRTS/CTS送受信手段と、
第1のRTS/CTS送受信手段によって第1のCTSが受信された際に、データフレームの許容遅延時間Taに応じた待機時間Twだけ待機する待機制御手段と、
待機制御手段の待機時間Twの経過後、第2のRTSを宛先端末へ送信し、宛先端末から、第2のCTSを受信する第2のRTS/CTS送受信手段と、
第2のRTS/CTS送受信手段によって第2のCTSが受信された際に、宛先端末へデータフレームを送信するデータ送信手段と
を有することを特徴とする。
According to the present invention, in the access point to which the terminal is connected based on the IEEE 802.11 DCF method,
A first RTS / CTS transmission / reception unit that transmits a first RTS to the destination terminal and receives the first CTS from the destination terminal when transmitting a data frame that requires the allowable delay time Ta to the destination terminal;
Standby control means for waiting for a waiting time Tw corresponding to the allowable delay time Ta of the data frame when the first CTS is received by the first RTS / CTS transmitting / receiving means;
A second RTS / CTS transmission / reception means for transmitting the second RTS to the destination terminal and receiving the second CTS from the destination terminal after the elapse of the standby time Tw of the standby control means;
Data transmission means for transmitting a data frame to the destination terminal when the second CTS is received by the second RTS / CTS transmission / reception means.

本発明のアクセスポイントにおける他の実施形態によれば、
第1のCTSは、品質情報を含んでおり、
待機制御手段は、データフレームの許容遅延時間Taから、品質情報に基づくデータフレームの送信完了までの所要送信時間Tdを差し引いた差分時間(Ta−Td)を、待機時間Twとすることも好ましい。
According to another embodiment of the access point of the present invention,
The first CTS contains quality information,
The standby control means preferably sets the difference time (Ta−Td) obtained by subtracting the required transmission time Td until the completion of transmission of the data frame based on the quality information from the allowable delay time Ta of the data frame as the standby time Tw.

本発明のアクセスポイントにおける他の実施形態によれば、
待機制御手段は、第1のCTSを宛先端末から受信した際に、既に、差分時間(Ta−Td)が0以下となる場合、データフレームを破棄することも好ましい。
According to another embodiment of the access point of the present invention,
The standby control means preferably discards the data frame if the difference time (Ta−Td) is already 0 or less when the first CTS is received from the destination terminal.

本発明のアクセスポイントにおける他の実施形態によれば、
無線リソース使用率rを常に監視する無線リソース監視手段を更に有し、
待機制御手段は、マージン時間αとして、待機時間Twを以下の式によって算出し、
Tw=(Ta−Td)+α
無線リソース使用率rによってマージン時間αを変更することも好ましい。
According to another embodiment of the access point of the present invention,
A radio resource monitoring means for constantly monitoring the radio resource usage rate r;
The standby control means calculates the standby time Tw by the following formula as the margin time α,
Tw = (Ta−Td) + α
It is also preferable to change the margin time α according to the radio resource usage rate r.

本発明のアクセスポイントにおける他の実施形態によれば、
待機制御手段は、全ての端末の無線リソース利用率の合計に対する、当該端末の無線リソース利用率の割合r/Σrが、所定閾値xよりも小さい場合、当該端末のマージン時間αはそのまま維持し、所定閾値x以上である場合、当該端末のマージン時間αを減らすことも好ましい。
According to another embodiment of the access point of the present invention,
When the ratio r / Σr of the radio resource utilization rate of the terminal with respect to the sum of the radio resource utilization rates of all terminals is smaller than the predetermined threshold x, the standby control unit maintains the margin time α of the terminal as it is, When it is equal to or greater than the predetermined threshold value x, it is also preferable to reduce the margin time α of the terminal.

本発明のアクセスポイントにおける他の実施形態によれば、
待機制御手段は、差分時間(Ta−Td)が所定閾値よりも長い場合、再度、第1のRTSを宛先端末へ送信するように第1のRTS/CTS手段へ指示し、
第1のCTS受信手段は、品質情報を含む第1のCTSを再度受信した際に、品質情報を更新することも好ましい。
According to another embodiment of the access point of the present invention,
The standby control means instructs the first RTS / CTS means to transmit the first RTS to the destination terminal again when the difference time (Ta−Td) is longer than the predetermined threshold,
The first CTS receiving unit preferably updates the quality information when receiving the first CTS including the quality information again.

本発明のアクセスポイントにおける他の実施形態によれば、
待機制御手段は、当該データフレームが、既に設定されたk個のNAV時間間隔Tn(k)に衝突するために送信できない場合、許容遅延時間Ta内に存在するNAV時間間隔Tn(k)を除く1つ以上(i)の空き連続時間間隔Tc(i)を導出し、各Tc(i)についてTc(i)≧所要送信時間Tdとなる空き連続時間間隔Tc(i)を列挙し、
Tc(i)−Tdが最小となるTc(i)に割り当てるか、又は、
許容遅延時間Taに最も近いTc(i)に割り当てる
ことも好ましい。
According to another embodiment of the access point of the present invention,
The standby control means excludes the NAV time interval Tn (k) existing within the allowable delay time Ta when the data frame cannot be transmitted because it collides with the already set k NAV time intervals Tn (k). Deriving one or more (i) free continuous time intervals Tc (i) and listing for each Tc (i) free continuous time intervals Tc (i) such that Tc (i) ≧ required transmission time Td;
Assign to Tc (i) where Tc (i) -Td is minimized, or
It is also preferable to assign to Tc (i) closest to the allowable delay time Ta.

本発明によれば、前述したアクセスポイントと通信する端末であって、
アクセスポイントから第1のRTSを受信した際に、品質情報を含む第1のCTSをアクセスポイントへ送信する第1のRTS/CTS送受信手段と、
アクセスポイントから第2のRTSを受信した際に、第2のCTSをアクセスポイントへ送信する第2のRTS/CTS送受信手段と、
アクセスポイントからデータフレームを受信するデータ受信手段と
を有することを特徴とする。
According to the present invention, a terminal that communicates with the access point described above,
A first RTS / CTS transmission / reception means for transmitting a first CTS including quality information to the access point when the first RTS is received from the access point;
Second RTS / CTS transmission / reception means for transmitting the second CTS to the access point when the second RTS is received from the access point;
Data receiving means for receiving a data frame from the access point.

本発明の端末における他の実施形態によれば、
第2のRTS/CTS送受信手段が、アクセスポイントから他の端末へ送信された第2のRTSを検出した際に、チャネルの使用を延期するNAV期間へ移行し、
第2のCTSによって他の端末からアクセスポイントへデータフレームが送信された後、NAV期間を停止することも好ましい。
According to another embodiment of the terminal of the present invention,
When the second RTS / CTS transmission / reception means detects the second RTS transmitted from the access point to another terminal, it shifts to the NAV period for postponing the use of the channel,
It is also preferable to stop the NAV period after the data frame is transmitted from another terminal to the access point by the second CTS.

本発明によれば、IEEE802.11のDCF方式に基づいて、端末と通信するアクセスポイントに搭載されたコンピュータを機能させるプログラムにおいて、
許容遅延時間Taを要するデータフレームを宛先端末へ送信する際に、第1のRTSを、宛先端末へ送信し、宛先端末から、第1のCTSを受信する第1のRTS/CTS送受信手段と、
第1のRTS/CTS送受信手段によって第1のCTSが受信された際に、データフレームの許容遅延時間Taに応じた待機時間Twだけ待機する待機制御手段と、
待機制御手段の待機時間Twの経過後、第2のRTSを宛先端末へ送信し、宛先端末から、第2のCTSを受信する第2のRTS/CTS送受信手段と、
第2のRTS/CTS送受信手段によって第2のCTSが受信された際に、宛先端末へデータフレームを送信するデータ送信手段と
してコンピュータを機能させることを特徴とする。
According to the present invention, in a program for causing a computer mounted on an access point communicating with a terminal to function based on the IEEE 802.11 DCF method,
A first RTS / CTS transmission / reception unit that transmits a first RTS to the destination terminal and receives the first CTS from the destination terminal when transmitting a data frame that requires the allowable delay time Ta to the destination terminal;
Standby control means for waiting for a waiting time Tw corresponding to the allowable delay time Ta of the data frame when the first CTS is received by the first RTS / CTS transmitting / receiving means;
A second RTS / CTS transmission / reception means for transmitting the second RTS to the destination terminal and receiving the second CTS from the destination terminal after the elapse of the standby time Tw of the standby control means;
When the second CTS is received by the second RTS / CTS transmission / reception unit, the computer is caused to function as a data transmission unit that transmits a data frame to the destination terminal.

本発明によれば、前述したアクセスポイントと通信する端末に搭載されたコンピュータを機能させるプログラムにおいて、
アクセスポイントから第1のRTSを受信した際に、品質情報を含む第1のCTSをアクセスポイントへ送信する第1のRTS/CTS送受信手段と、
アクセスポイントから第2のRTSを受信した際に、第2のCTSをアクセスポイントへ送信する第2のRTS/CTS送受信手段と、
アクセスポイントからデータフレームを受信するデータ受信手段と
してコンピュータを機能させることを特徴とする。
According to the present invention, in a program for causing a computer mounted on a terminal communicating with the above-described access point to function,
A first RTS / CTS transmission / reception means for transmitting a first CTS including quality information to the access point when the first RTS is received from the access point;
Second RTS / CTS transmission / reception means for transmitting the second CTS to the access point when the second RTS is received from the access point;
A computer is caused to function as data receiving means for receiving a data frame from an access point.

本発明の無線アクセス制御方法、アクセスポイント、端末及びプログラムによれば、IEEE802.11のDCF方式に基づいて、アクセスポイントと端末とが接続される無線システムについて、許容遅延時間に対する残余時間を考慮して下りリンクの無線アクセスを制御することができる。   According to the wireless access control method, the access point, the terminal, and the program of the present invention, based on the IEEE 802.11 DCF method, the remaining time with respect to the allowable delay time is considered in the wireless system in which the access point and the terminal are connected. And downlink radio access can be controlled.

以下では、図面を用いて、本発明を実施するための最良の形態について詳細に説明する。   Hereinafter, the best mode for carrying out the present invention will be described in detail with reference to the drawings.

本発明によれば、IEEE802.11のDCF方式について、アクセスポイントと端末との間で交換されるRTS(Request To Send)及びCTS(Clear To Send)のフレーム構成に特徴がある。RTSは、送信要求を意味する。本発明によれば、RTSは、第1のRTSとしてRTS−C(RTS-Check)と、第2のRTSとしてRTS−S(RTS-Send)との2つの種類を有する。一方、CTSは、受信準備完了を意味する。   According to the present invention, the IEEE802.11 DCF scheme is characterized by the frame structure of RTS (Request To Send) and CTS (Clear To Send) exchanged between an access point and a terminal. RTS means a transmission request. According to the present invention, the RTS has two types of RTS-C (RTS-Check) as the first RTS and RTS-S (RTS-Send) as the second RTS. On the other hand, CTS means completion of reception preparation.

以下の表1は、RTSフレームの構成図である。

Figure 0004895198
Table 1 below is a configuration diagram of the RTS frame.
Figure 0004895198

フレーム制御部には、フレームタイプを示すフィールド(6ビット)が備えられ、その中に制御タイプとしてReserve部分がある。このReserve部分を用いて、RTS−C及びRTS−Sを定義する。   The frame control unit is provided with a field (6 bits) indicating a frame type, and there is a Reserve portion as a control type. Using this Reserve portion, RTS-C and RTS-S are defined.

以下の表2は、CTSフレームの構成図である。

Figure 0004895198
Table 2 below is a configuration diagram of the CTS frame.
Figure 0004895198

図2は、本発明におけるシーケンス図である。   FIG. 2 is a sequence diagram in the present invention.

(S201)アクセスポイントが、端末Aへ送信すべきデータフレームが発生したとする。データフレーム毎に、許容遅延時間が設定されている。図2によれば、アクセスポイントが送信しようとするデータフレームは、許容遅延時間に対して残余時間に余裕があると想定する。このとき、アクセスポイントは、バックオフ時間を経過させる。 (S201) Assume that an access point generates a data frame to be transmitted to terminal A. An allowable delay time is set for each data frame. According to FIG. 2, it is assumed that the data frame to be transmitted by the access point has a margin in the remaining time with respect to the allowable delay time. At this time, the access point passes the back-off time.

(S202)バックオフ時間の経過後、アクセスポイントは、RTS−Cを端末Aへ送信する。 (S202) After the back-off time has elapsed, the access point transmits RTS-C to terminal A.

(S203)RTS−Cを受信した端末Aは、SIFS時間の経過後に、CTSをアクセスポイントへ送信する。CTSは、QoS品質情報を含む。QoS品質情報は、無線リンクにおける伝送速度及びビット誤り率等である。 (S203) The terminal A that has received the RTS-C transmits a CTS to the access point after the SIFS time has elapsed. The CTS includes QoS quality information. The QoS quality information includes a transmission rate and a bit error rate in the radio link.

端末AからCTSを受信したアクセスポイントは、そのCTSに含まれるQoS品質情報に基づいて、データフレームを送信するに必要な所要送信時間Tdを算出する。例えば、無線リンクの伝送速度と、データフレームのフレーム長とから、そのデータフレームの所要送信時間を算出することができる。所要送信時間Tdは、RTS及びCTSを交換する時間を含むものであってもよい。   The access point that has received the CTS from the terminal A calculates the required transmission time Td necessary for transmitting the data frame based on the QoS quality information included in the CTS. For example, the required transmission time of the data frame can be calculated from the transmission rate of the radio link and the frame length of the data frame. The required transmission time Td may include a time for exchanging RTS and CTS.

データフレームの許容遅延時間Taから、品質情報に基づくデータフレームの送信完了までの所要送信時間Tdを差し引いた差分時間(Ta−Td)を、待機時間Twとする。更に、マージン時間αを考慮して、以下のような式によって待機時間Twを算出することができる。
Ta:許容遅延時間
Td:データフレームの所要送信時間
α:マージン時間
Tw=(Ta−Td)+α
The difference time (Ta−Td) obtained by subtracting the required transmission time Td until the transmission of the data frame based on the quality information from the allowable delay time Ta of the data frame is set as a waiting time Tw. Further, the waiting time Tw can be calculated by the following equation in consideration of the margin time α.
Ta: Allowable delay time Td: Required transmission time of data frame α: Margin time Tw = (Ta−Td) + α

マージン時間αは、アクセスポイントの無線リソース使用率rによって変更することも好ましい。例えば、無線リソース使用率が高いならばマージン時間αを短くすることによって、RTS−Sを送信するまでの時間を長く確保することができる。一方、無線リソース使用率が低いならばマージン時間αを長くすることによって、RTS−Sを送信するまでの時間を短くすることができる。無線リソース使用率が低いにもかかわらず、無駄にデータフレームの送信を保留し、許容遅延時間のぎりぎりで送信されるのは低遅延を確保する上で好ましくないからである。但し、許容遅延時間のぎりぎりで送信されるのは、遅延ジッタの軽減の観点からは好ましい。   The margin time α is preferably changed according to the radio resource usage rate r of the access point. For example, if the radio resource usage rate is high, it is possible to secure a long time until the RTS-S is transmitted by shortening the margin time α. On the other hand, if the radio resource usage rate is low, the time until RTS-S is transmitted can be shortened by increasing the margin time α. This is because it is not preferable to secure a low delay because the transmission of the data frame is unnecessarily suspended and transmitted with a margin of the allowable delay time even though the radio resource usage rate is low. However, it is preferable from the viewpoint of reducing delay jitter that the transmission is performed at the limit of the allowable delay time.

:端末Aの無線リソース利用率(端末Aに注目する)
:端末Bの無線リソース利用率
:端末Cの無線リソース利用率
/(r+r+r)<x(所定閾値):端末Aのマージン時間はそのまま
≧x(所定閾値):端末Aのマージン時間を減らす
r a : Radio resource utilization rate of terminal A (focus on terminal A)
r b : radio resource utilization rate of terminal B r c : radio resource utilization rate of terminal C r a / (r a + r b + r c ) <x (predetermined threshold): margin time of terminal A remains unchanged
≧ x (predetermined threshold): reduce the margin time of terminal A

待機時間Twが、既に0以下となっている場合、アクセスポイントは、データフレームを破棄する。これにより、許容遅延時間を越えて意味をなさなくなったデータフレームを破棄し、次のデータフレームを優先的に送信することにより、次のデータフレームの許容遅延時間を確保することができる。   When the waiting time Tw is already 0 or less, the access point discards the data frame. As a result, the data frame that has become meaningless beyond the allowable delay time is discarded, and the next data frame is preferentially transmitted, so that the allowable delay time of the next data frame can be secured.

(S204)アクセスポイントは、待機時間Twが経過した際に、宛先端末Aへ、RTS−Sを送信する。このとき、RTS−Sを受信した他の端末Bは、NAVを設定し、送信を控える。 (S204) The access point transmits RTS-S to the destination terminal A when the standby time Tw elapses. At this time, the other terminal B that has received the RTS-S sets the NAV and refrains from transmission.

(S205)端末Aは、アクセスポイントからRTS−Sを受信した際に、SIFS期間の経過後、直ぐにCTSをアクセスポイントへ返信する。 (S205) Upon receiving the RTS-S from the access point, the terminal A returns a CTS to the access point immediately after the SIFS period has elapsed.

(S206)アクセスポイントは、端末AからCTSを受信した際に、SIFS期間の経過後、直ぐにデータフレームを端末Aへ送信する。 (S206) Upon receiving the CTS from the terminal A, the access point transmits a data frame to the terminal A immediately after the SIFS period has elapsed.

端末Bは、端末Aへ送信されるデータフレームを監視することができる。データフレームの送信が完了した際に、端末Bは、NAV期間を解除する。   Terminal B can monitor the data frame transmitted to terminal A. When the transmission of the data frame is completed, the terminal B cancels the NAV period.

他の実施形態として、差分時間(Ta−Td)が所定閾値よりも長い場合、アクセスポイントは、再度、RTS−Cを宛先端末Aへ送信する。これに対し、宛先端末Aは、品質情報を含む第1のCTSをアクセスポイントへ送信する。これにより、アクセスポイントは、品質情報を更新する。   As another embodiment, when the difference time (Ta−Td) is longer than a predetermined threshold, the access point transmits RTS-C to the destination terminal A again. In response to this, the destination terminal A transmits a first CTS including quality information to the access point. As a result, the access point updates the quality information.

宛先端末以外の端末も、アクセスポイントから送信されたRTS−Sを検出する。このとき、端末は、チャネルの使用を延期するNAV期間へ移行する。また、データフレームの送信完了を確認した際に、NAV期間を停止する。これにより、チャネルの衝突を回避することができる。   Terminals other than the destination terminal also detect the RTS-S transmitted from the access point. At this time, the terminal shifts to a NAV period in which channel use is postponed. Further, when the completion of data frame transmission is confirmed, the NAV period is stopped. As a result, channel collision can be avoided.

図3は、本発明におけるアクセスポイント及び端末の機能構成図である。   FIG. 3 is a functional configuration diagram of an access point and a terminal in the present invention.

アクセスポイント及び端末ともに、基本的構成は、従来の無線LANシステムと同じであって、図3には、従来技術に新たに追加又は改良された機能部についてのみ表されている。   The basic configuration of both the access point and the terminal is the same as that of the conventional wireless LAN system, and FIG. 3 shows only functional units newly added or improved to the conventional technology.

アクセスポイント1は、通信インタフェース部101と、第1のRTS/CTS送受信部102と、第2のRTS/CTS送受信部103と、待機制御部104と、データ送信部105と、無線リソース監視部107とを有する。   The access point 1 includes a communication interface unit 101, a first RTS / CTS transmission / reception unit 102, a second RTS / CTS transmission / reception unit 103, a standby control unit 104, a data transmission unit 105, and a radio resource monitoring unit 107. And have.

通信インタフェース部101は、アクセスポイント2との間で無線リンクを介して物理フレームを送受信する。   The communication interface unit 101 transmits / receives a physical frame to / from the access point 2 via a wireless link.

第1のRTS/CTS送受信部102は、許容遅延時間Taを要するデータフレームを宛先端末へ送信する際に、RTS−Cを宛先端末へ送信し、宛先端末へ送信要求確認を通知する。これに対し、第1のRTS/CTS送受信部102は、宛先端末から、品質情報を含むCTSを受信する。受信した品質情報は、待機制御部104へ通知される。第1のRTS/CTS送受信部102は、前述したS202及びS203の処理を実現する。   The first RTS / CTS transmitting / receiving unit 102 transmits RTS-C to the destination terminal and notifies the destination terminal of the transmission request confirmation when transmitting the data frame requiring the allowable delay time Ta to the destination terminal. On the other hand, the first RTS / CTS transmitting / receiving unit 102 receives a CTS including quality information from the destination terminal. The received quality information is notified to the standby control unit 104. The first RTS / CTS transmission / reception unit 102 implements the processes of S202 and S203 described above.

第2のRTS/CTS送受信部103は、待機制御部104の指示に応じて、RTS−Sを宛先端末へ送信し、宛先端末へ即時送信要求を通知する。これに対し、第2のRTS/CTS送受信部103は、宛先端末からCTSを受信する。CTSを受信した旨の情報は、待機制御部104へ通知される。第2のRTS/CTS送受信部103は、前述したS204及びS205の処理を実現する。   The second RTS / CTS transmission / reception unit 103 transmits RTS-S to the destination terminal in response to an instruction from the standby control unit 104, and notifies the destination terminal of an immediate transmission request. On the other hand, the second RTS / CTS transmitting / receiving unit 103 receives the CTS from the destination terminal. Information indicating that the CTS has been received is notified to the standby control unit 104. The second RTS / CTS transmission / reception unit 103 realizes the processes of S204 and S205 described above.

待機制御部104は、データフレームの許容遅延時間Taに応じた待機時間Twだけ待機する。待機時間Twは、データフレームの許容遅延時間Taから、品質情報に基づくデータフレームの送信完了までの所要送信時間Tdを差し引いた差分時間(Ta−Td)である。待機制御部104は、前述したS203からS204までの間の待機時間を制御する。尚、第1のCTSを受信した際に、既に、差分時間(Ta−Td)が0以下となる場合、データフレームを破棄することも好ましい。   The standby control unit 104 waits for a standby time Tw corresponding to the allowable delay time Ta of the data frame. The waiting time Tw is a difference time (Ta−Td) obtained by subtracting the required transmission time Td until the data frame transmission based on the quality information is completed from the allowable delay time Ta of the data frame. The standby control unit 104 controls the standby time from S203 to S204 described above. When the first CTS is received, if the difference time (Ta−Td) is already 0 or less, it is also preferable to discard the data frame.

待機制御部104は、マージン時間αとして、待機時間Twを以下の式によって算出する。
Tw=(Ta−Td)+α
無線リソース使用率rが高いならばマージン時間αを短くし、無線リソース使用率rが低いならばマージン時間αを長くする。無線リソース利用率rは、無線リソース監視部106から通知される。
The standby control unit 104 calculates the standby time Tw by the following formula as the margin time α.
Tw = (Ta−Td) + α
If the radio resource usage rate r is high, the margin time α is shortened, and if the radio resource usage rate r is low, the margin time α is lengthened. The radio resource utilization rate r is notified from the radio resource monitoring unit 106.

また、待機制御部104は、差分時間(Ta−Td)が所定閾値よりも長い場合、再度、RTS−Cを宛先端末へ送信するように第1のRTS/CTS送信部102へ指示する。これに対し、第1のRTS/CTS送信部102は、品質情報を含む第1のCTSを再度受信することができ、品質情報を更新することができる。   When the difference time (Ta−Td) is longer than the predetermined threshold, the standby control unit 104 instructs the first RTS / CTS transmission unit 102 to transmit RTS-C to the destination terminal again. On the other hand, the first RTS / CTS transmission unit 102 can receive the first CTS including the quality information again, and can update the quality information.

データ送信部105は、第2のRTS/CTS送受信部103によって第2のCTSが受信された際に、宛先端末へデータフレームを送信する。前述したS206の処理を実現する。   The data transmission unit 105 transmits a data frame to the destination terminal when the second RTS / CTS transmission / reception unit 103 receives the second CTS. The process of S206 described above is realized.

無線リソース監視部106は、通信インタフェース部101を介して、無線リソース利用率rを常に監視する。無線リソース利用率rは、待機制御部104へ通知される。無線リソースrは、現在使用されている全無線リソースに対する、当該端末のリソース利用率によって算出される。   The radio resource monitoring unit 106 constantly monitors the radio resource utilization rate r via the communication interface unit 101. The radio resource utilization rate r is notified to the standby control unit 104. The radio resource r is calculated based on the resource utilization rate of the terminal with respect to all radio resources currently used.

端末2は、通信インタフェース部201と、第1のRTS/CTS送受信部202と、第2のRTS/CTS送受信部203と、データ送受信部204とを有する。これら機能部は、端末に搭載されたコンピュータを機能させるプログラムを実行することによっても実現できる。   The terminal 2 includes a communication interface unit 201, a first RTS / CTS transmission / reception unit 202, a second RTS / CTS transmission / reception unit 203, and a data transmission / reception unit 204. These functional units can also be realized by executing a program that causes a computer installed in the terminal to function.

第1のRTS/CTS送受信部202は、アクセスポイントからRTS−Cを受信した際に、品質情報を含むCTSをアクセスポイントへ返信する。前述したS202及びS203の処理を実現する。   When receiving the RTS-C from the access point, the first RTS / CTS transceiver 202 returns a CTS including quality information to the access point. The processes of S202 and S203 described above are realized.

第2のRTS/CTS送受信部203は、アクセスポイントからRTS−Sを受信した際に、CTSをアクセスポイントへ返信する。前述したS204及びS205の処理を実現する。第2のRTS/CTS送受信部203が、アクセスポイントから他の端末へ送信されたRTS−Sを検出した際に、チャネルの使用を延期するNAV期間へ移行する。そして、宛先端末へのデータフレームの送信が完了した際に、NAV期間を停止する。   When the second RTS / CTS transceiver 203 receives RTS-S from the access point, it returns CTS to the access point. The processing of S204 and S205 described above is realized. When the second RTS / CTS transmission / reception unit 203 detects RTS-S transmitted from the access point to another terminal, the second RTS / CTS transmission / reception unit 203 shifts to the NAV period in which the use of the channel is postponed. When the transmission of the data frame to the destination terminal is completed, the NAV period is stopped.

データ受信部204は、アクセスポイントからデータフレームを受信する。前述したS206の処理を実現する。   The data receiving unit 204 receives a data frame from the access point. The process of S206 described above is realized.

図4は、許容遅延時間付近における無線リソースが少ない場合における、無線リソース割当のシーケンス図である。   FIG. 4 is a sequence diagram of radio resource allocation when there are few radio resources near the allowable delay time.

(S401)アクセスポイントは、端末Aへ送信すべきデータフレームAが発生した際に、RTS−Cを端末Aへ送信し、CTSを受信する。そして、データフレームAの許容遅延時間TaAから、RTS−Sを送信するまでの待機時間Twを算出する。 (S401) When the data frame A to be transmitted to the terminal A is generated, the access point transmits RTS-C to the terminal A and receives CTS. Then, from the allowable delay time Ta A data frame A, and calculates the waiting time Tw before sending a RTS-S.

(S402)また、アクセスポイントは、端末Bへ送信すべきデータフレームBが発生した際に、RTS−Cを端末Bへ送信し、CTSを受信する。そして、データフレームBの許容遅延時間TaBから、RTS−Sを送信するまでの待機時間Twを算出する。 (S402) When the data frame B to be transmitted to the terminal B is generated, the access point transmits the RTS-C to the terminal B and receives the CTS. Then, from the allowable delay time Ta B of the data frame B, and calculates a waiting time Tw before sending a RTS-S.

そして、データフレームA及びデータフレームBに基づくNAV時間間隔Tn(1)及びTn(2)を導出する。ここで、端末Aへ送信すべきデータフレームAは、比較的に許容遅延時間TaAが短く、端末Bへ送信すべきデータフレームBは、比較的に許容遅延時間TaBが長いとする。 Then, NAV time intervals Tn (1) and Tn (2) based on the data frame A and the data frame B are derived. Here, it is assumed that the data frame A to be transmitted to the terminal A has a relatively short allowable delay time Ta A and the data frame B to be transmitted to the terminal B has a relatively long allowable delay time Ta B.

(S403)更に、アクセスポイントは、端末Cへ送信すべきデータフレームCが発生した際に、RTS−Cを端末Cへ送信し、CTSを受信する。そして、データフレームCの許容遅延時間TaCから、RTS−Sを送信するまでの待機時間Twを算出する。 (S403) Furthermore, when the data frame C to be transmitted to the terminal C is generated, the access point transmits RTS-C to the terminal C and receives CTS. Then, from the allowable delay time Ta C of the data frame C, and calculates a waiting time Tw before sending a RTS-S.

ここで、アクセスポイントは、データフレームB及びCが、許容遅延時間TaB及びTaCの後方ぎりぎりのところで送信された場合、データフレームB及びCは衝突を生じることを検出する。即ち、データフレームCは、既に設定されたデータフレームA及びBのNAV時間間隔Tnに衝突するために送信できない。従って、アクセスポイントは、データフレームCの送信をスケジューリングする。 Here, the access point detects that the data frames B and C cause a collision when the data frames B and C are transmitted just behind the allowable delay times Ta B and Ta C. That is, the data frame C cannot be transmitted because it collides with the already set NAV time interval Tn of the data frames A and B. Therefore, the access point schedules transmission of data frame C.

アクセスポイントは、データフレームCの許容遅延時間TaC内に存在するNAV時間間隔Tn(1)及びTn(2)を除く空き連続時間間隔Tc(1)を導出する。更に、Tc(1)についてTc(1)≧所要送信時間Tdとなるか否かを判定する。ここでは、Tc(1)≧所要送信時間Tdであるので、データフレームCは、データフレームAとデータフレームBとの間で送信可能であると判定される。 The access point derives a free continuous time interval Tc (1) excluding the NAV time intervals Tn (1) and Tn (2) existing within the allowable delay time Ta C of the data frame C. Further, it is determined whether Tc (1) ≧ required transmission time Td for Tc (1). Here, since Tc (1) ≧ required transmission time Td, it is determined that the data frame C can be transmitted between the data frame A and the data frame B.

(S404)アクセスポイントは、最も許容遅延時間TaAが短いデータフレームAから送信を試みる。アクセスポイントは、RTS−Sを端末Aへ送信し、これに対し、CTSを受信する。
(S405)このとき、アクセスポイントは、データフレームAを端末Aへ送信する。
(S404) The access point attempts to send the most acceptable delay time Ta A short data frame A. The access point transmits RTS-S to terminal A and receives CTS.
(S405) At this time, the access point transmits data frame A to terminal A.

(S406)次に、アクセスポイントは、データフレームAとデータフレームBとの間の空き時間間隔Tcで、次のデータフレームCを送信完了とすることができると判定しているために、データフレームCを先に送信するべく制御する。アクセスポイントは、RTS−Sを端末Cへ送信し、これに対し、端末CからCTSを受信する。
(S407)アクセスポイントは、データフレームCを端末Cへ送信する。
(S406) Next, since the access point determines that transmission of the next data frame C can be completed in the free time interval Tc between the data frame A and the data frame B, the data frame Control to send C first. The access point transmits RTS-S to terminal C, and receives CTS from terminal C.
(S407) The access point transmits the data frame C to the terminal C.

(S408)そして、アクセスポイントは、データフレームBを送信するために、RTS−Sを端末Bへ送信し、これに対し、端末BからCTSを受信する。
(S409)アクセスポイントは、データフレームBを端末Bへ送信する。
(S408) Then, in order to transmit data frame B, the access point transmits RTS-S to terminal B, and receives CTS from terminal B.
(S409) The access point transmits data frame B to terminal B.

アクセスポイントは、当該データフレームについて、既に設定されたk個のNAV時間間隔Tn(k)に衝突するために送信できない場合、許容遅延時間Ta内に存在するNAV時間間隔Tn(k)を除く、1つ以上(i)の空き連続時間間隔Tc(i)を導出する。各Tc(i)について、Tc(i)≧Td(所要送信時間)となる空き連続時間間隔Tc(i)を列挙する。   If the access point cannot transmit because it collides with the already set k NAV time intervals Tn (k) for the data frame, the access point excludes the NAV time interval Tn (k) existing within the allowable delay time Ta. One or more (i) free continuous time intervals Tc (i) are derived. For each Tc (i), the free continuous time intervals Tc (i) satisfying Tc (i) ≧ Td (required transmission time) are listed.

複数のTc(i)が存在する場合、以下の2つの実施形態によって、データフレームを割り当てることができる。
(第1の方法)Tc(i)−Tdが最小となるTc(i)を選択し、割り当てる。
即ち、できる限り、空き連続時間間隔にぴったりと埋まるように割り当てる。
(第2の方法)許容遅延時間Taに最も近いTc(i)を選択し、割り当てる。
即ち、できる限り、時間的に遅くなるように割り当てる。
When there are a plurality of Tc (i), a data frame can be allocated according to the following two embodiments.
(First Method) Tc (i) that minimizes Tc (i) -Td is selected and assigned.
That is, as much as possible, the allocation is made so as to fill the empty continuous time interval.
(Second Method) Tc (i) closest to the allowable delay time Ta is selected and assigned.
That is, the allocation is made as late as possible.

前述したように、本発明の無線アクセス制御方法、アクセスポイント、端末及びプログラムによれば、IEEE802.11のDCF方式に基づいて、アクセスポイントと端末とが接続される無線システムについて、許容遅延時間に対する残余時間を考慮して下りリンクの無線アクセスを制御することができる。   As described above, according to the wireless access control method, the access point, the terminal, and the program of the present invention, based on the IEEE 802.11 DCF method, the wireless system in which the access point and the terminal are connected can be used for the allowable delay time. It is possible to control downlink radio access in consideration of the remaining time.

特に、アクセスポイントから送信される下りリンクのデータフレームについて、アクセスポイントからのRTSの再送を抑制し、フレーム衝突を回避し、スループット及び遅延時間の改善を図ることができる。また、許容遅延時間を確保できるだけでなく、許容時間ぎりぎりに送信されることが多くなるため、遅延ジッタも軽減される。   In particular, for downlink data frames transmitted from the access point, retransmission of RTS from the access point can be suppressed, frame collision can be avoided, and throughput and delay time can be improved. Further, not only can an allowable delay time be ensured, but transmission is often performed at the limit of the allowable time, so that delay jitter is also reduced.

前述した本発明における種々の実施形態によれば、本発明の技術思想及び見地の範囲の種々の変更、修正及び省略を、当業者は容易に行うことができる。前述の説明はあくまで例であって、何ら制約しようとするものではない。本発明は、特許請求の範囲及びその均等物として限定するものにのみ制約される。   According to the above-described various embodiments of the present invention, those skilled in the art can easily make various changes, modifications, and omissions in the technical idea and scope of the present invention. The above description is merely an example, and is not intended to be restrictive. The invention is limited only as defined in the following claims and the equivalents thereto.

従来技術におけるDCFのシーケンス図である。It is a sequence diagram of DCF in a prior art. 本発明におけるシーケンス図である。It is a sequence diagram in the present invention. 本発明におけるアクセスポイント及び端末の機能構成図である。It is a functional block diagram of the access point and terminal in this invention. 許容遅延時間付近における無線リソースが少ない場合における、無線リソース割当のシーケンス図である。FIG. 11 is a sequence diagram of radio resource allocation when there are few radio resources near the allowable delay time.

符号の説明Explanation of symbols

1 アクセスポイント
101 通信インタフェース部
102 第1のRTS/CTS送受信部
103 第2のRTS/CTS送受信部
104 待機制御部
105 データ送信部
106 無線リソース監視部
2 端末
201 通信インタフェース部
202 第1のRTS/CTS送受信部
203 第2のRTS/CTS送受信部
204 データ受信部
DESCRIPTION OF SYMBOLS 1 Access point 101 Communication interface part 102 1st RTS / CTS transmission / reception part 103 2nd RTS / CTS transmission / reception part 104 Standby control part 105 Data transmission part 106 Radio | wireless resource monitoring part 2 Terminal 201 Communication interface part 202 1st RTS / CTS transmission / reception unit 203 Second RTS / CTS transmission / reception unit 204 Data reception unit

Claims (19)

IEEE802.11のDCF(Distributed Coordinated Function)方式に基づいて、アクセスポイントと端末とが接続される無線システムにおける無線アクセス制御方法において、
前記アクセスポイントが、許容遅延時間Taを要するデータフレームを宛先端末へ送信する際に、第1のRTS(Request To Send - Check)を、前記宛先端末へ送信する第1のステップと、
前記宛先端末が、第1のCTS(Clear To Send)を、前記アクセスポイントへ送信する第2のステップと、
前記アクセスポイントが、前記データフレームの前記許容遅延時間Taに応じた待機時間Twだけ待機する第3のステップと、
前記アクセスポイントが、前記待機時間Twの経過後に、第2のRTS(Request To Send - Send)を前記宛先端末へ送信する第4のステップと、
前記宛先端末が、第2のCTS(Clear To Send)を前記アクセスポイントへ送信する第5のステップと、
前記アクセスポイントが、前記宛先端末へ前記データフレームを送信する第6のステップと
を有することを特徴とする無線アクセス制御方法。
In a wireless access control method in a wireless system in which an access point and a terminal are connected based on the IEEE 802.11 DCF (Distributed Coordinated Function) method,
A first step of transmitting a first RTS (Request To Send-Check) to the destination terminal when the access point transmits a data frame requiring an allowable delay time Ta to the destination terminal;
A second step in which the destination terminal transmits a first CTS (Clear To Send) to the access point;
A third step in which the access point waits for a waiting time Tw corresponding to the allowable delay time Ta of the data frame;
A fourth step in which the access point transmits a second RTS (Request To Send-Send) to the destination terminal after the waiting time Tw has elapsed;
A fifth step in which the destination terminal transmits a second CTS (Clear To Send) to the access point;
A radio access control method comprising: a sixth step in which the access point transmits the data frame to the destination terminal.
第2のステップについて、第1のCTSは、品質情報を含んでおり、
第3のステップについて、前記アクセスポイントは、前記データフレームの前記許容遅延時間Taから、前記品質情報に基づく前記データフレームの送信完了までの所要送信時間Tdを差し引いた差分時間(Ta−Td)を、前記待機時間Twとする
ことを特徴とする請求項1に記載の無線アクセス制御方法。
For the second step, the first CTS contains quality information,
For the third step, the access point obtains a difference time (Ta−Td) obtained by subtracting a required transmission time Td until transmission of the data frame based on the quality information from the allowable delay time Ta of the data frame. The wireless access control method according to claim 1, wherein the waiting time Tw is used.
第3のステップについて、前記アクセスポイントは、前記宛先端末から第1のCTSを受信した際に、既に、前記差分時間(Ta−Td)が0以下となる場合、前記データフレームを破棄することを特徴とする請求項2に記載の無線アクセス制御方法。   Regarding the third step, when the access point receives the first CTS from the destination terminal and the difference time (Ta−Td) is already 0 or less, the access point discards the data frame. The radio access control method according to claim 2, wherein: 前記アクセスポイントは、無線リソース使用率rを常に監視しており、
第3のステップについて、マージン時間αとすると、前記待機時間Twは、以下の式によって算出され、
Tw=(Ta−Td)+α
前記無線リソース使用率rによって前記マージン時間αを変更する
ことを特徴とする請求項2又は3に記載の無線アクセス制御方法。
The access point constantly monitors the radio resource usage rate r,
Regarding the third step, when the margin time α is assumed, the waiting time Tw is calculated by the following equation:
Tw = (Ta−Td) + α
4. The radio access control method according to claim 2, wherein the margin time α is changed according to the radio resource usage rate r.
全ての端末の無線リソース利用率の合計に対する、当該端末の無線リソース利用率の割合r/Σrが、所定閾値xよりも小さい場合、当該端末のマージン時間αはそのまま維持し、所定閾値x以上である場合、当該端末のマージン時間αを減らす
ことを特徴とする請求項4に記載の無線アクセス制御方法。
When the ratio r / Σr of the radio resource utilization rate of the terminal with respect to the sum of the radio resource utilization rates of all the terminals is smaller than the predetermined threshold value x, the margin time α of the terminal is maintained as it is and is greater than or equal to the predetermined threshold value x. The radio access control method according to claim 4, wherein, if there is, the margin time α of the terminal is reduced.
第3のステップについて、前記差分時間(Ta−Td)が所定閾値よりも長い場合、
更に、前記アクセスポイントが、第1のステップを実行し、前記宛先端末が、第2のステップを実行することにより、前記アクセスポイントは、前記品質情報を更新することを特徴とする請求項2から5のいずれか1項に記載の無線アクセス制御方法。
For the third step, when the difference time (Ta−Td) is longer than a predetermined threshold,
The access point updates the quality information when the access point executes a first step, and the destination terminal executes a second step. 6. The radio access control method according to any one of 5 above.
第3のステップについて、当該データフレームが、既に設定されたk個のNAV(Network Allocation Vector)時間間隔Tn(k)に衝突するために送信できない場合、許容遅延時間Ta内に存在するNAV時間間隔Tn(k)を除く1つ以上(i)の空き連続時間間隔Tc(i)を導出し、各Tc(i)についてTc(i)≧所要送信時間Tdとなる空き連続時間間隔Tc(i)を列挙し、
Tc(i)−Tdが最小となるTc(i)に割り当てるか、又は、
許容遅延時間Taに最も近いTc(i)に割り当てる
ことを特徴とする請求項1から6のいずれか1項に記載の無線アクセス制御方法。
As for the third step, if the data frame cannot be transmitted because it collides with the already set k NAV (Network Allocation Vector) time intervals Tn (k), the NAV time interval existing within the allowable delay time Ta One or more (i) free continuous time intervals Tc (i) excluding Tn (k) are derived, and for each Tc (i), free continuous time intervals Tc (i) satisfying Tc (i) ≧ required transmission time Td. Enumerate
Assign to Tc (i) where Tc (i) -Td is minimized, or
7. The radio access control method according to claim 1, wherein the radio access control method is assigned to Tc (i) closest to the allowable delay time Ta.
前記端末は、
前記アクセスポイントから他の宛先端末へ送信された第2のRTSを検出した際に、チャネルの使用を延期するNAV期間へ移行し、
第2のCTSによって前記アクセスポイントから前記他の宛先端末へ前記データフレームが送信された後、前記NAV期間を停止する
ことを特徴とする請求項1から7のいずれか1項に記載の無線アクセス制御方法。
The terminal
When a second RTS transmitted from the access point to another destination terminal is detected, a transition is made to a NAV period in which the use of the channel is postponed,
The radio access according to any one of claims 1 to 7, wherein the NAV period is stopped after the data frame is transmitted from the access point to the other destination terminal by a second CTS. Control method.
IEEE802.11のDCF方式に基づいて、端末が接続されるアクセスポイントにおいて、
許容遅延時間Taを要するデータフレームを宛先端末へ送信する際に、第1のRTSを、前記宛先端末へ送信し、前記宛先端末から、第1のCTSを受信する第1のRTS/CTS送受信手段と、
第1のRTS/CTS送受信手段によって第1のCTSが受信された際に、前記データフレームの前記許容遅延時間Taに応じた待機時間Twだけ待機する待機制御手段と、
前記待機制御手段の前記待機時間Twの経過後、第2のRTSを前記宛先端末へ送信し、前記宛先端末から、第2のCTSを受信する第2のRTS/CTS送受信手段と、
第2のRTS/CTS送受信手段によって第2のCTSが受信された際に、前記宛先端末へ前記データフレームを送信するデータ送信手段と
を有することを特徴とするアクセスポイント。
Based on the IEEE 802.11 DCF method, in an access point to which a terminal is connected,
First RTS / CTS transmission / reception means for transmitting a first RTS to the destination terminal and receiving a first CTS from the destination terminal when transmitting a data frame requiring an allowable delay time Ta to the destination terminal When,
Standby control means for waiting for a waiting time Tw according to the allowable delay time Ta of the data frame when the first CTS is received by the first RTS / CTS transmitting / receiving means;
A second RTS / CTS transmission / reception unit for transmitting a second RTS to the destination terminal and receiving a second CTS from the destination terminal after elapse of the standby time Tw of the standby control unit;
An access point comprising: data transmission means for transmitting the data frame to the destination terminal when the second CTS is received by the second RTS / CTS transmission / reception means.
第1のCTSは、品質情報を含んでおり、
前記待機制御手段は、前記データフレームの前記許容遅延時間Taから、前記品質情報に基づく前記データフレームの送信完了までの所要送信時間Tdを差し引いた差分時間(Ta−Td)を、前記待機時間Twとする
ことを特徴とする請求項9に記載のアクセスポイント。
The first CTS contains quality information,
The standby control means calculates a difference time (Ta−Td) obtained by subtracting a required transmission time Td until transmission of the data frame based on the quality information from the allowable delay time Ta of the data frame, as the standby time Tw. The access point according to claim 9, wherein:
前記待機制御手段は、第1のCTSを前記宛先端末から受信した際に、既に、前記差分時間(Ta−Td)が0以下となる場合、前記データフレームを破棄することを特徴とする請求項10に記載のアクセスポイント。   The standby control means discards the data frame when the difference time (Ta-Td) is already 0 or less when the first CTS is received from the destination terminal. The access point according to 10. 無線リソース使用率rを常に監視する無線リソース監視手段を更に有し、
前記待機制御手段は、マージン時間αとして、前記待機時間Twを以下の式によって算出し、
Tw=(Ta−Td)+α
前記無線リソース使用率rによって前記マージン時間αを変更する
ことを特徴とする請求項10又は11に記載のアクセスポイント。
A radio resource monitoring means for constantly monitoring the radio resource usage rate r;
The standby control means calculates the standby time Tw by the following equation as the margin time α,
Tw = (Ta−Td) + α
The access point according to claim 10 or 11, wherein the margin time α is changed according to the radio resource usage rate r.
前記待機制御手段は、全ての端末の無線リソース利用率の合計に対する、当該端末の無線リソース利用率の割合r/Σrが、所定閾値xよりも小さい場合、当該端末のマージン時間αはそのまま維持し、所定閾値x以上である場合、当該端末のマージン時間αを減らすことを特徴とする請求項12に記載のアクセスポイント。   The standby control means maintains the margin time α of the terminal as it is when the ratio r / Σr of the radio resource utilization rate of the terminal to the sum of the radio resource utilization rates of all the terminals is smaller than the predetermined threshold x. The access point according to claim 12, wherein when it is equal to or greater than a predetermined threshold value x, the margin time α of the terminal is reduced. 前記待機制御手段は、前記差分時間(Ta−Td)が所定閾値よりも長い場合、再度、第1のRTSを前記宛先端末へ送信するように第1のRTS/CTS手段へ指示し、
第1のCTS受信手段は、前記品質情報を含む第1のCTSを再度受信した際に、前記品質情報を更新することを特徴とする請求項10から13のいずれか1項に記載のアクセスポイント。
The standby control means instructs the first RTS / CTS means to transmit the first RTS to the destination terminal again when the difference time (Ta-Td) is longer than a predetermined threshold value,
The access point according to any one of claims 10 to 13, wherein the first CTS receiving unit updates the quality information when the first CTS including the quality information is received again. .
前記待機制御手段は、当該データフレームが、既に設定されたk個のNAV時間間隔Tn(k)に衝突するために送信できない場合、許容遅延時間Ta内に存在するNAV時間間隔Tn(k)を除く1つ以上(i)の空き連続時間間隔Tc(i)を導出し、各Tc(i)についてTc(i)≧所要送信時間Tdとなる空き連続時間間隔Tc(i)を列挙し、
Tc(i)−Tdが最小となるTc(i)に割り当てるか、又は、
許容遅延時間Taに最も近いTc(i)に割り当てる
ことを特徴とする請求項10から14のいずれか1項に記載のアクセスポイント。
When the data frame cannot be transmitted because the data frame collides with the already set k NAV time intervals Tn (k), the standby control means sets the NAV time interval Tn (k) existing within the allowable delay time Ta. One or more (i) free continuous time intervals Tc (i) are derived, and for each Tc (i), the free continuous time intervals Tc (i) satisfying Tc (i) ≧ required transmission time Td are listed.
Assign to Tc (i) where Tc (i) -Td is minimized, or
The access point according to any one of claims 10 to 14, wherein the access point is assigned to Tc (i) closest to the allowable delay time Ta.
請求項9から15のいずれか1項に記載のアクセスポイントと通信する端末であって、
前記アクセスポイントから第1のRTSを受信した際に、品質情報を含む第1のCTSを前記アクセスポイントへ送信する第1のRTS/CTS送受信手段と、
前記アクセスポイントから第2のRTSを受信した際に、第2のCTSを前記アクセスポイントへ送信する第2のRTS/CTS送受信手段と、
前記アクセスポイントから前記データフレームを受信するデータ受信手段と
を有することを特徴とする端末。
A terminal that communicates with the access point according to any one of claims 9 to 15,
First RTS / CTS transmission / reception means for transmitting a first CTS including quality information to the access point when a first RTS is received from the access point;
Second RTS / CTS transmission / reception means for transmitting a second CTS to the access point when a second RTS is received from the access point;
And a data receiving means for receiving the data frame from the access point.
第2のRTS/CTS送受信手段が、前記アクセスポイントから他の端末へ送信された第2のRTSを検出した際に、チャネルの使用を延期するNAV期間へ移行し、
第2のCTSによって前記他の端末から前記アクセスポイントへデータフレームが送信された後、前記NAV期間を停止する
ことを特徴とする請求項16に記載の端末。
When the second RTS / CTS transmission / reception means detects the second RTS transmitted from the access point to another terminal, it shifts to the NAV period for postponing the use of the channel,
The terminal according to claim 16, wherein the NAV period is stopped after a data frame is transmitted from the other terminal to the access point by a second CTS.
IEEE802.11のDCF方式に基づいて、端末と通信するアクセスポイントに搭載されたコンピュータを機能させるプログラムにおいて、
許容遅延時間Taを要するデータフレームを宛先端末へ送信する際に、第1のRTSを、前記宛先端末へ送信し、前記宛先端末から、第1のCTSを受信する第1のRTS/CTS送受信手段と、
第1のRTS/CTS送受信手段によって第1のCTSが受信された際に、前記データフレームの前記許容遅延時間Taに応じた待機時間Twだけ待機する待機制御手段と、
前記待機制御手段の前記待機時間Twの経過後、第2のRTSを前記宛先端末へ送信し、前記宛先端末から、第2のCTSを受信する第2のRTS/CTS送受信手段と、
第2のRTS/CTS送受信手段によって第2のCTSが受信された際に、前記宛先端末へ前記データフレームを送信するデータ送信手段と
してコンピュータを機能させることを特徴とするアクセスポイント用のプログラム。
In a program for causing a computer mounted on an access point that communicates with a terminal to function based on the IEEE 802.11 DCF method,
First RTS / CTS transmission / reception means for transmitting a first RTS to the destination terminal and receiving a first CTS from the destination terminal when transmitting a data frame requiring an allowable delay time Ta to the destination terminal When,
Standby control means for waiting for a waiting time Tw according to the allowable delay time Ta of the data frame when the first CTS is received by the first RTS / CTS transmitting / receiving means;
A second RTS / CTS transmission / reception unit for transmitting a second RTS to the destination terminal and receiving a second CTS from the destination terminal after elapse of the standby time Tw of the standby control unit;
An access point program that causes a computer to function as data transmission means for transmitting the data frame to the destination terminal when a second CTS is received by a second RTS / CTS transmission / reception means.
請求項9から15のいずれか1項に記載のアクセスポイントと通信する端末に搭載されたコンピュータを機能させるプログラムにおいて、
前記アクセスポイントから第1のRTSを受信した際に、品質情報を含む第1のCTSを前記アクセスポイントへ送信する第1のRTS/CTS送受信手段と、
前記アクセスポイントから第2のRTSを受信した際に、第2のCTSを前記アクセスポイントへ送信する第2のRTS/CTS送受信手段と、
前記アクセスポイントから前記データフレームを受信するデータ受信手段と
してコンピュータを機能させることを特徴とする端末用のプログラム。
In a program for causing a computer mounted on a terminal communicating with the access point according to any one of claims 9 to 15 to function,
First RTS / CTS transmission / reception means for transmitting a first CTS including quality information to the access point when a first RTS is received from the access point;
Second RTS / CTS transmission / reception means for transmitting a second CTS to the access point when a second RTS is received from the access point;
A program for a terminal, which causes a computer to function as data receiving means for receiving the data frame from the access point.
JP2007017142A 2007-01-26 2007-01-26 Downlink radio access control method, access point, terminal, and program considering allowable delay time Expired - Fee Related JP4895198B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007017142A JP4895198B2 (en) 2007-01-26 2007-01-26 Downlink radio access control method, access point, terminal, and program considering allowable delay time

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007017142A JP4895198B2 (en) 2007-01-26 2007-01-26 Downlink radio access control method, access point, terminal, and program considering allowable delay time

Publications (2)

Publication Number Publication Date
JP2008187300A JP2008187300A (en) 2008-08-14
JP4895198B2 true JP4895198B2 (en) 2012-03-14

Family

ID=39730067

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007017142A Expired - Fee Related JP4895198B2 (en) 2007-01-26 2007-01-26 Downlink radio access control method, access point, terminal, and program considering allowable delay time

Country Status (1)

Country Link
JP (1) JP4895198B2 (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8520524B2 (en) * 2008-11-10 2013-08-27 Qualcomm Incorporated Methods and apparatus for making transmitter and/or receiver communications decisions
US8693336B2 (en) 2008-11-10 2014-04-08 Qualcomm Incorporated Communications decision methods and apparatus
JP5193823B2 (en) 2008-11-20 2013-05-08 三洋電機株式会社 Notification method and radio apparatus
JP2011077634A (en) * 2009-09-29 2011-04-14 Mitsubishi Electric Corp Wireless communication terminal and method
JP5709323B2 (en) * 2010-02-10 2015-04-30 マーベル ワールド トレード リミテッド Wireless communication transmission protection
JP5838367B2 (en) * 2011-07-08 2016-01-06 パナソニックIpマネジメント株式会社 Control device and design method for determining the number of arithmetic circuits
JP5479564B2 (en) * 2012-12-07 2014-04-23 パナソニック株式会社 Transmission method and terminal device
JP6009993B2 (en) * 2013-06-03 2016-10-19 日本電信電話株式会社 Base station apparatus and base station sleep control method
CN106688283B (en) 2015-03-20 2020-08-07 株式会社东芝 Integrated circuit for wireless communication and wireless communication method
JP6313519B2 (en) 2015-03-20 2018-04-18 株式会社東芝 Wireless communication device
WO2018078677A1 (en) 2016-10-31 2018-05-03 日本電気株式会社 Communication device, communication system, communication method, and non-transitory computer readable medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7403488B2 (en) * 2004-02-17 2008-07-22 Mitsubishi Electric Research Labortories, Inc. Scheduling packet flows in multi-rate wireless local area networks
JP2005236548A (en) * 2004-02-18 2005-09-02 Ntt Docomo Inc Method, device, and system for radio transmission
JP4324054B2 (en) * 2004-08-25 2009-09-02 日本電信電話株式会社 Service quality assurance method, service quality assurance device, service quality assurance program, and recording medium recording the program
JP2006074085A (en) * 2004-08-31 2006-03-16 Sony Corp Data transmission system, data transmission apparatus, data reception apparatus, and computer program and method for them
EP1969757A4 (en) * 2005-12-13 2012-10-24 Xocyst Transfer Ag L L C Dual cts protection systems and methods

Also Published As

Publication number Publication date
JP2008187300A (en) 2008-08-14

Similar Documents

Publication Publication Date Title
JP4895198B2 (en) Downlink radio access control method, access point, terminal, and program considering allowable delay time
JP4821270B2 (en) Wireless access control method, access point, terminal, and program considering allowable delay time
Sivaram et al. Retransmission DBTMA protocol with fast retransmission strategy to improve the performance of MANETs
JP4718242B2 (en) Wireless communication apparatus, wireless communication system, and wireless communication method
JP4880316B2 (en) Wireless communication apparatus and wireless communication method
US7990872B2 (en) Wireless LAN system and transmission method of data thereof
JP4480563B2 (en) QoS control method for wireless LAN base station apparatus
JP4563882B2 (en) Wireless LAN system and communication method thereof
EP1734698A1 (en) Power saving apparatus and method in a wireless communication system
JP6162278B1 (en) Wireless environment determination method and wireless communication system
EP1973273B1 (en) Method and apparatus for real time scheduling of traffic in wireless networks
KR20060085240A (en) Fair rate allocation on an ieee 802.11e communication medium
US20050025131A1 (en) Medium access control in wireless local area network
JP4869402B2 (en) Wireless access method and apparatus
JP2013131834A (en) Radio communication device and radio communication method
Costa et al. Limitations of the IEEE 802.11 DCF, PCF, EDCA and HCCA to handle real-time traffic
WO2009086664A1 (en) Method and device for resource allocation request and allocation
JP2007129544A (en) Wireless access control method taking into account congestion state of wireless link, access point, terminal, and program
US7508802B2 (en) Method of controlling wireless local network medium access using pseudo-time division multiplexing
US8724469B2 (en) Method and device for sending packets on a wireless local area network
Junior et al. Experimental Evaluation of the Coexistence of IEEE 802.11 EDCA and DCF Mechanisms
JP5481345B2 (en) Radio station
KR100684167B1 (en) Periodic media reservation time method for periodic qos data in wlan
WO2008012789A1 (en) Method for reduced latency wireless communication having reduced latency and increased range and handoff performance between different transmitting stations
CN108495328B (en) Method for enhancing transmission reliability of wireless local area network under WiFi interference

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090710

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111207

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111215

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111215

R150 Certificate of patent or registration of utility model

Ref document number: 4895198

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150106

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees