JP6636864B2 - Communication device, communication system, communication method, and computer program - Google Patents

Communication device, communication system, communication method, and computer program Download PDF

Info

Publication number
JP6636864B2
JP6636864B2 JP2016120871A JP2016120871A JP6636864B2 JP 6636864 B2 JP6636864 B2 JP 6636864B2 JP 2016120871 A JP2016120871 A JP 2016120871A JP 2016120871 A JP2016120871 A JP 2016120871A JP 6636864 B2 JP6636864 B2 JP 6636864B2
Authority
JP
Japan
Prior art keywords
frame
communication channel
communication
destination node
destination
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.)
Active
Application number
JP2016120871A
Other languages
Japanese (ja)
Other versions
JP2017225079A (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 JP2016120871A priority Critical patent/JP6636864B2/en
Priority to PCT/JP2017/011658 priority patent/WO2017217060A1/en
Publication of JP2017225079A publication Critical patent/JP2017225079A/en
Application granted granted Critical
Publication of JP6636864B2 publication Critical patent/JP6636864B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/04Error control
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W74/00Wireless channel access, e.g. scheduled or random access
    • H04W74/04Scheduled or contention-free access
    • H04W74/06Scheduled or contention-free access using polling
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W84/00Network topologies
    • H04W84/02Hierarchically pre-organised networks, e.g. paging networks, cellular networks, WLAN [Wireless Local Area Network] or WLL [Wireless Local Loop]
    • H04W84/10Small scale networks; Flat hierarchical networks
    • H04W84/12WLAN [Wireless Local Area Networks]

Description

本発明は、通信装置、通信システム、通信方法、及びコンピュータプログラムに関する。   The present invention relates to a communication device, a communication system, a communication method, and a computer program.

従来、MAC(Medium Access Control、媒体アクセス制御)プロトコルとして、例えばCSMA/CA(Carrier Sense Multiple Access/Collision Avoidance、搬送波感知多重アクセス/衝突回避)が知られている。CSMA/CAは、WLAN(Wireless Local Area Network、無線ローカルエリアネットワーク)において幅広く使用される。WLANの通信規格として、例えばIEEE802.11シリーズが知られている。   Conventionally, as a MAC (Medium Access Control) protocol, for example, CSMA / CA (Carrier Sense Multiple Access / Collision Avoidance) is known. CSMA / CA is widely used in WLANs (Wireless Local Area Networks). As a WLAN communication standard, for example, the IEEE 802.11 series is known.

CSMA/CAでは、AP(Access Point、アクセスポイント)又はSTA(station、基地局)のいずれかとなり得るノードが、共有通信媒体における送信を開始する前に、CS(carrier sensing、キャリアセンス、搬送波感知)によって他の送信が行われているか否かを検出する。ノードは、他の送信が検出されると、ランダムな時間だけ自己の送信を待機する。そのランダムな待機時間は、BO(backoff、バックオフ)と称される。BOによって、CSで検出された送信の終了と同時に2つ以上の待機ノードが自らの送信を開始する可能性を低減し、衝突の発生を減らしている。   In CSMA / CA, a node, which can be either an AP (Access Point) or a STA (station, base station), initiates CS (carrier sensing, carrier sense, carrier sense) before starting transmission on the shared communication medium. ) To detect whether another transmission is being performed. The node waits for its own transmission for a random time when another transmission is detected. The random waiting time is called BO (backoff). BO reduces the likelihood that more than one standby node will start its own transmission at the same time as the end of the transmission detected by the CS, thus reducing the occurrence of collisions.

WLANにおいて、宛先ノード(destination node)は、確認応答を要するフレームの受信に成功すると、図28に示すとおり、送信元ノード(source node)に、MACレベルの確認応答(ACK)を返信する。またフレーム・アグリゲーション(frame aggregation)が使用される場合には、宛先ノードは、BA(Block ACK、ブロックACK)を返信する。送信元ノードがACK/BAを正しく受信するためには、宛先ノードが共有通信媒体のアクセス権を獲得し、さらにACK/BAの送信が中断されないことが必要である。   In the WLAN, upon successfully receiving a frame requiring an acknowledgment, the destination node returns a MAC-level acknowledgment (ACK) to the source node as shown in FIG. When frame aggregation is used, the destination node returns a BA (Block ACK, Block ACK). In order for the source node to receive the ACK / BA correctly, it is necessary that the destination node obtains the right to access the shared communication medium and that the transmission of the ACK / BA is not interrupted.

WLANにおいて、共有通信媒体のアクセス権の獲得は、送信元ノードがデータパケットの送信前にCS及びBOを実施することにより行われる。またACK/BAの送信の中断回避は、TXOP(transmission opportunity、送信機会)保護及びNAV(Network Allocation Vector、ネットワーク割当ベクタ)保護によって実現される。TXOP保護及びNAV保護は、データパケットにより実装される。   In the WLAN, the acquisition of the access right of the shared communication medium is performed by the source node performing CS and BO before transmitting the data packet. Avoidance of interruption of ACK / BA transmission is realized by TXOP (transmission opportunity) protection and NAV (Network Allocation Vector) protection. TXOP protection and NAV protection are implemented by data packets.

IEEE802.11シリーズのWLANにおいて、TXOP保護は、例えば、PHYヘッダに含まれるIEEE802.11a/gの「Signalフィールド」、又は、IEEE802.11n及びIEEE802.11ac等のL−SIGによって実装される。共有通信媒体を使用する第三者ノードが「Signalフィールド」を受信した場合、図28に示すとおり、次のACK/BAが終了するまでの特定の時間間隔だけ、送信を待機する。該特定の時間間隔は、Signalフィールドにおいて指示されるLENGTH及びRATEから得ることができる。   In the IEEE802.11 series WLAN, TXOP protection is implemented by, for example, a “Signal field” of IEEE802.11a / g included in a PHY header or L-SIG such as IEEE802.11n and IEEE802.11ac. When the third-party node using the shared communication medium receives the “Signal field”, as shown in FIG. 28, the transmission waits for a specific time interval until the next ACK / BA ends. The specific time interval can be obtained from LENGTH and RATE indicated in the Signal field.

NAVは、MACヘッダ内に論理的に存在する保護機能であり、物理的な搬送波感知を拡大する仮想CSを提供する。RTS/CTS(Request To Send/Clear To Send、送信要求/送信可)機構又はフレームのMACヘッダにおけるDurationフィールドのいずれかを使用して、NAV保護を設定することができる。各MACフレームは、通信チャネルを共有する他のノードのNAVを更新するために用いられるDurationフィールドにおいて時間値を搬送し、他のノードが次のACK/BAが終了するまで自らの送信を待機させる。例えば特許文献1にはNAV保護方法が開示されている。   NAV is a protection function that is logically present in the MAC header and provides a virtual CS that extends physical carrier sensing. NAV protection can be set using either the RTS / CTS (Request To Send / Clear To Send) mechanism or the Duration field in the MAC header of the frame. Each MAC frame carries a time value in the Duration field used to update the NAV of the other node sharing the communication channel, and causes the other nodes to wait for their transmission until the next ACK / BA ends . For example, Patent Document 1 discloses a NAV protection method.

米国特許第7953104号明細書U.S. Pat. No. 7,953,104

しかし、上述した従来の技術では、パケットの衝突が発生する場合があった。   However, in the above-described conventional technique, packet collision may occur.

図29に示す第1のケースでは、送信元ノードAPは、異なる宛先ノードSTA1、STA2及びSTA3の各々へ、同一のデータフレームに含まれるデータパケットを宛先ノードSTA1、STA2及びSTA3の各々に対応する通信チャネルCH1、CH2及びCH3により送信する。一方、宛先ノードSTA1、STA2及びSTA3は、送信元ノードAPへの通信チャネルとして通信チャネルCH4を共有する。このため、各宛先ノードSTA1、STA2及びSTA3は、同一のデータフレームに含まれるデータパケットについての確認応答信号としてACKパケットACK1、ACK2及びACK3を同時に同じ通信チャネルCH4により返信する。このため、通信チャネルCH4において、ACKパケットACK1、ACK2及びACK3の衝突が発生する。   In the first case shown in FIG. 29, the source node AP transmits data packets included in the same data frame to each of the different destination nodes STA1, STA2, and STA3 to each of the destination nodes STA1, STA2, and STA3. Transmission is performed through communication channels CH1, CH2, and CH3. On the other hand, the destination nodes STA1, STA2, and STA3 share a communication channel CH4 as a communication channel to the source node AP. Therefore, each of the destination nodes STA1, STA2, and STA3 simultaneously returns ACK packets ACK1, ACK2, and ACK3 as acknowledgment signals for data packets included in the same data frame, over the same communication channel CH4. Therefore, a collision of ACK packets ACK1, ACK2, and ACK3 occurs in the communication channel CH4.

図30に示す第2のケースでは、送信元ノードは、宛先ノードへ、データパケットを第1共有通信媒体により送信する。一方、宛先ノードは、データパケットについての確認応答信号としてACK/BAパケットを第2共有通信媒体により返信する。該第2共有通信媒体は、第三者ノードと共有されている。該第三者ノードは、第1共有通信媒体を使用しない。このため、PHYレイヤーにおいては、第三者ノードは、送信元ノードから第1共有通信媒体により送信されたデータパケットのTXOPを受信しないので、該TXOP保護期間にて送信を待機しない。これにより、該TXOP保護期間において、宛先ノードが送信するACK/BAパケットと、第三者ノードが送信するデータパケットとの衝突が発生する可能性がある。またMACレイヤーにおいては、第三者ノードは、送信元ノードから第1共有通信媒体により送信されたデータパケットのNAVを受信しないので、該NAV保護期間にて送信を待機しない。これにより、該NAV保護期間において、宛先ノードが送信するACK/BAパケットと、第三者ノードが送信するデータパケットとの衝突が発生する可能性がある。   In the second case shown in FIG. 30, the transmission source node transmits a data packet to the destination node using the first shared communication medium. On the other hand, the destination node returns an ACK / BA packet as an acknowledgment signal for the data packet via the second shared communication medium. The second shared communication medium is shared with a third party node. The third party node does not use the first shared communication medium. Therefore, in the PHY layer, the third-party node does not receive the TXOP of the data packet transmitted from the transmission source node by the first shared communication medium, and does not wait for transmission in the TXOP protection period. As a result, during the TXOP protection period, a collision between the ACK / BA packet transmitted by the destination node and the data packet transmitted by the third party node may occur. In the MAC layer, the third-party node does not receive the NAV of the data packet transmitted from the transmission source node via the first shared communication medium, and does not wait for transmission in the NAV protection period. As a result, during the NAV protection period, a collision between the ACK / BA packet transmitted by the destination node and the data packet transmitted by the third party node may occur.

本発明は、このような事情を考慮してなされたものであり、送信元ノードが宛先ノードへデータ信号を送信する通信チャネルと、宛先ノードが送信元ノードへ該データ信号についての応答信号を返信する通信チャネルとが異なる場合に、送信元ノードにおける該応答信号の受信成功率を向上させることができる、通信装置、通信システム、通信方法、及びコンピュータプログラムを提供することを課題とする。   The present invention has been made in view of such circumstances, and a communication channel in which a transmission source node transmits a data signal to a destination node, and a response signal about the data signal transmitted from the destination node to the transmission source node are returned. It is an object of the present invention to provide a communication device, a communication system, a communication method, and a computer program that can improve the success rate of receiving a response signal in a transmission source node when a communication channel to be used is different.

(1)本発明の一態様は、複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを生成する第1フレーム生成部と、前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを生成する第2フレーム生成部と、前記第1フレームを前記複数の宛先ノードの各々に対応する第1通信チャネルにより送信し、前記第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより送信する送信部と、前記第2通信チャネルにより前記第3フレームを受信する受信部と、を備える通信装置である。
(2)本発明の一態様は、上記(1)の通信装置において、前記第1フレームは、前記第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングであって前記第2フレームが表す基準に基づくタイミングを表す応答タイミング情報を含む、通信装置である。
(3)本発明の一態様は、上記(1)の通信装置において、前記第2フレームは、前記第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングであって前記第2フレームが表す基準に基づくタイミングを表す応答タイミング情報を含む、通信装置である。
(4)本発明の一態様は、上記(1)の通信装置において、前記第2フレームは、前記第1フレームのフレーム識別情報を含む、通信装置である。
(5)本発明の一態様は、上記(1)から(4)のいずれかの通信装置において、前記第2フレームは、前記第3フレームの伝送に使用可能な複数の通信チャネルの中から前記第2通信チャネルを指定する応答チャネル情報を含む、通信装置である。
(6)本発明の一態様は、上記(5)の通信装置において、前記第2通信チャネルは、前記複数の宛先ノードのうち第1宛先ノードと第2宛先ノードとで異なる、通信装置である。
(7)本発明の一態様は、上記(1)から(6)のいずれかの通信装置において、前記第3フレームは、自通信装置に対して前記宛先ノードが送信するデータ信号を含む、通信装置である。
(1) One aspect of the present invention is to provide a first frame generation unit that generates a first frame including a data signal to be transmitted to each of a plurality of destination nodes, and a response signal for a data signal included in the first frame. A second frame generating unit that generates a second frame representing a different timing reference at which each of the plurality of destination nodes transmits a third frame including the third frame, and a second frame generating unit that generates the first frame corresponding to each of the plurality of destination nodes. A transmission unit for transmitting the second frame using a first communication channel and transmitting the second frame using a second communication channel different from the first communication channel and used for transmitting the third frame; A receiving unit that receives the third frame via a channel.
(2) In one aspect of the present invention, in the communication device according to (1), the first frame is a different timing at which each of the plurality of destination nodes transmits the third frame, and the second frame is transmitted at a different timing. A communication device including response timing information indicating a timing based on a reference.
(3) In one aspect of the present invention, in the communication device according to (1), the second frame is a different timing at which each of the plurality of destination nodes transmits the third frame, and the second frame is A communication device including response timing information indicating a timing based on a reference.
(4) One aspect of the present invention is the communication device according to (1), wherein the second frame includes frame identification information of the first frame.
(5) In one aspect of the present invention, in the communication device according to any one of (1) to (4), the second frame is selected from a plurality of communication channels usable for transmission of the third frame. A communication device including response channel information designating a second communication channel.
(6) One aspect of the present invention is the communication device according to (5), wherein the second communication channel is different between a first destination node and a second destination node among the plurality of destination nodes. .
(7) In one aspect of the present invention, in the communication device according to any one of (1) to (6), the third frame includes a data signal transmitted from the destination node to the own communication device. Device.

(8)本発明の一態様は、送信元ノードが複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを自通信装置に対応する第1通信チャネルにより受信し、前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより受信する受信部と、前記第3フレームを生成する第3フレーム生成部と、前記第2フレームが表す基準に基づく自通信装置のタイミングで前記第3フレームを送信する送信部と、を備える通信装置である。 (8) In one aspect of the present invention, a source node receives a first frame including a data signal to be transmitted to each of a plurality of destination nodes through a first communication channel corresponding to its own communication device, and transmits the first frame to the first frame. A third frame including a response signal for the included data signal is transmitted by each of the plurality of destination nodes. A second frame representing a different timing reference is transmitted by a third communication channel different from the first communication channel, and A receiving unit that receives by a second communication channel used for transmitting a frame, a third frame generating unit that generates the third frame, and a third frame generating unit that generates the third frame at a timing of its own communication device based on a reference represented by the second frame. A transmission unit for transmitting a frame.

(9)本発明の一態様は、複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを生成する第1フレーム生成部と、前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを生成する第2フレーム生成部と、前記第1フレームを前記複数の宛先ノードの各々に対応する第1通信チャネルにより送信し、前記第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより送信する第1送信部と、前記第2通信チャネルにより前記第3フレームを受信する第1受信部と、を備える送信元ノードと、前記第1フレームを自宛先ノードに対応する第1通信チャネルにより受信し、前記第2フレームを前記第2通信チャネルにより受信する第2受信部と、前記第3フレームを生成する第3フレーム生成部と、前記第2フレームが表す基準に基づく自宛先ノードのタイミングで前記第3フレームを送信する第2送信部と、を備える宛先ノードと、を備える通信システムである。 (9) One aspect of the present invention is to provide a first frame generation unit that generates a first frame including a data signal to be transmitted to each of a plurality of destination nodes, and a response signal for a data signal included in the first frame. A second frame generating unit that generates a second frame representing a different timing reference at which each of the plurality of destination nodes transmits a third frame including the third frame, and a second frame generating unit that generates the first frame corresponding to each of the plurality of destination nodes. A first transmission unit that transmits by a first communication channel and transmits the second frame by a second communication channel different from the first communication channel and used for transmission of the third frame; A first receiving unit that receives the third frame via two communication channels, and a first communication corresponding to the first destination node corresponding to the first frame. A second receiving unit for receiving the second frame via the second communication channel, a third frame generating unit for generating the third frame, and a self-destination node based on a reference represented by the second frame. And a second transmission unit that transmits the third frame at the timing described in the following.

(10)本発明の一態様は、送信元ノードが、複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを生成する第1フレーム生成ステップと、前記送信元ノードが、前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを生成する第2フレーム生成ステップと、前記送信元ノードが、前記第1フレームを前記複数の宛先ノードの各々に対応する第1通信チャネルにより送信し、前記第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより送信する第1送信ステップと、宛先ノードが、前記第1フレームを自宛先ノードに対応する第1通信チャネルにより受信し、前記第2フレームを前記第2通信チャネルにより受信する第2受信ステップと、前記宛先ノードが、前記第3フレームを生成する第3フレーム生成ステップと、前記宛先ノードが、前記第2フレームが表す基準に基づく自宛先ノードのタイミングで前記第3フレームを送信する第2送信ステップと、前記送信元ノードが、前記第2通信チャネルにより前記第3フレームを受信する第1受信ステップと、を含む通信方法である。 (10) One aspect of the present invention is a first frame generating step in which a source node generates a first frame including a data signal to be transmitted to each of a plurality of destination nodes; A second frame generating step of generating a second frame representing a reference of a different timing at which each of the plurality of destination nodes transmits a third frame including a response signal for a data signal included in the frame; Transmitting the first frame over a first communication channel corresponding to each of the plurality of destination nodes, and using the second frame on a communication channel different from the first communication channel and transmitting the third frame. A first transmission step of transmitting over the second communication channel performed by the destination node, wherein the destination node transmits the first frame to the first communication node corresponding to its own destination node. A second receiving step of receiving the second frame over the second communication channel; a third frame generating step of generating the third frame by the destination node; A second transmitting step of transmitting the third frame at a timing of the own destination node based on a criterion represented by two frames, and a first receiving step of receiving the third frame by the source node via the second communication channel. And a communication method including:

(11)本発明の一態様は、通信装置のコンピュータに、複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを生成する第1フレーム生成機能と、前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを生成する第2フレーム生成機能と、前記第1フレームを前記複数の宛先ノードの各々に対応する第1通信チャネルにより送信し、前記第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより送信する送信機能と、前記第2通信チャネルにより前記第3フレームを受信する受信機能と、を実現させるためのコンピュータプログラムである。
(12)本発明の一態様は、通信装置のコンピュータに、送信元ノードが複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを自通信装置に対応する第1通信チャネルにより受信し、前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより受信する受信機能と、前記第3フレームを生成する第3フレーム生成機能と、前記第2フレームが表す基準に基づく自通信装置のタイミングで前記第3フレームを送信する送信機能と、を実現させるためのコンピュータプログラムである。
(11) One embodiment of the present invention provides a computer of a communication device with a first frame generation function of generating a first frame including a data signal to be transmitted to each of a plurality of destination nodes, and data included in the first frame. A second frame generation function for generating a second frame representing a different timing reference at which each of the plurality of destination nodes transmits a third frame including a response signal for the signal; and transmitting the first frame to the plurality of destination nodes. A transmission function of transmitting the second frame over a second communication channel that is different from the first communication channel and that is used for transmitting the third frame. And a receiving function of receiving the third frame through the second communication channel. .
(12) One embodiment of the present invention provides a computer of a communication device that receives a first frame including a data signal transmitted from a source node to each of a plurality of destination nodes via a first communication channel corresponding to the communication device. Transmitting a third frame including a response signal for a data signal included in the first frame to each of the plurality of destination nodes, a second frame representing a different timing reference, using a communication channel different from the first communication channel. And a receiving function for receiving on a second communication channel used for transmitting the third frame, a third frame generating function for generating the third frame, and a self-communication device based on a reference represented by the second frame. And a transmission function of transmitting the third frame at the timing of (1).

本発明によれば、送信元ノードが宛先ノードへデータ信号を送信する通信チャネルと、宛先ノードが送信元ノードへ該データ信号についての応答信号を返信する通信チャネルとが異なる場合に、送信元ノードにおける該応答信号の受信成功率を向上させることができるという効果が得られる。   According to the present invention, when a communication channel in which a source node transmits a data signal to a destination node is different from a communication channel in which the destination node returns a response signal about the data signal to the source node, the source node In this case, the response success rate of the response signal can be improved.

一実施形態に係る無線通信システム1の構成例を示す図である。FIG. 1 is a diagram illustrating a configuration example of a wireless communication system 1 according to an embodiment. 一実施形態に係る送信元ノードSRCの構成例を示す図である。It is a figure showing the example of composition of source node SRC concerning one embodiment. 一実施形態に係る宛先ノードDSTの構成例を示す図である。FIG. 3 is a diagram illustrating a configuration example of a destination node DST according to an embodiment. 一実施形態に係る通信方法の例の説明図である。FIG. 4 is an explanatory diagram of an example of a communication method according to an embodiment. 一実施形態に係るデータフレームの構成例を示す図である。FIG. 3 is a diagram illustrating a configuration example of a data frame according to an embodiment. 一実施形態に係るトリガフレームの構成例を示す図である。FIG. 3 is a diagram illustrating a configuration example of a trigger frame according to an embodiment. 一実施形態に係る適用例1の説明図である。FIG. 14 is an explanatory diagram of Application Example 1 according to one embodiment. 一実施形態に係る適用例2のネットワークトポロジーを示す図である。FIG. 14 is a diagram illustrating a network topology of an application example 2 according to an embodiment. 従来の通信方法の説明図である。It is an explanatory view of a conventional communication method. 一実施形態に係る適用例2の通信方法の説明図である。FIG. 14 is an explanatory diagram of a communication method of Application Example 2 according to one embodiment. 一実施形態に係る適用例3のネットワークトポロジーを示す図である。FIG. 14 is a diagram illustrating a network topology of an application example 3 according to an embodiment. 従来の通信方法の説明図である。It is an explanatory view of a conventional communication method. 一実施形態に係る適用例3の通信方法の説明図である。FIG. 14 is an explanatory diagram of a communication method of Application Example 3 according to one embodiment. 一実施形態に係る適用例4のネットワークトポロジーを示す図である。FIG. 14 is a diagram illustrating a network topology of Application Example 4 according to one embodiment. 従来の通信方法の説明図である。It is an explanatory view of a conventional communication method. 一実施形態に係る適用例4の通信方法の説明図である。FIG. 14 is an explanatory diagram of a communication method of Application Example 4 according to one embodiment. 一実施形態に係る適用例5のネットワークトポロジーを示す図である。It is a figure showing the network topology of example 5 of application concerning one embodiment. 従来の通信方法の説明図である。It is an explanatory view of a conventional communication method. 一実施形態に係る適用例5の通信方法の説明図である。FIG. 19 is an explanatory diagram of a communication method of Application Example 5 according to one embodiment. 一実施形態に係る適用例6の説明図である。FIG. 14 is an explanatory diagram of Application Example 6 according to one embodiment. 一実施形態に係る変形例1の説明図である。It is explanatory drawing of the modification 1 which concerns on one Embodiment. 一実施形態に係る変形例1のトリガフレームの構成例を示す図である。FIG. 9 is a diagram illustrating a configuration example of a trigger frame according to a first modification of the embodiment. 一実施形態に係る変形例2の説明図である。FIG. 14 is an explanatory diagram of Modification 2 according to one embodiment. 一実施形態に係る変形例2のトリガフレームの構成例を示す図である。FIG. 14 is a diagram illustrating a configuration example of a trigger frame according to a second modification of the embodiment. 一実施形態に係る変形例3の説明図である。FIG. 14 is an explanatory diagram of Modification 3 according to one embodiment. 一実施形態に係る変形例4の説明図である。FIG. 14 is an explanatory diagram of Modification 4 according to one embodiment. 一実施形態に係る変形例5の説明図である。It is explanatory drawing of the modification 5 which concerns on one Embodiment. 従来の通信方法の説明図である。It is an explanatory view of a conventional communication method. 従来の通信方法の説明図である。It is an explanatory view of a conventional communication method. 従来の通信方法の説明図である。It is an explanatory view of a conventional communication method.

以下、図面を参照し、本発明の実施形態について説明する。
図1は、一実施形態に係る無線通信システム1の構成例を示す図である。図1において、無線通信システム1は、基地局装置10と端末装置30とを備える。無線通信システム1は、例えばWLAN(無線LAN)を構築する。該WLANは、例えばIEEE802.11シリーズのWLANである。例えば、基地局装置10はIEEE802.11シリーズのWLANのアクセスポイント(Access Point:AP)であり、端末装置30はIEEE802.11シリーズのWLANの端末装置である。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a diagram illustrating a configuration example of a wireless communication system 1 according to an embodiment. In FIG. 1, the wireless communication system 1 includes a base station device 10 and a terminal device 30. The wireless communication system 1 constructs, for example, a WLAN (wireless LAN). The WLAN is, for example, an IEEE 802.11 series WLAN. For example, the base station device 10 is an IEEE 802.11 series WLAN access point (Access Point: AP), and the terminal device 30 is an IEEE 802.11 series WLAN terminal device.

基地局装置10と端末装置30とは、第1共有通信媒体及び第2共有通信媒体を使用して通信を行う。第1共有通信媒体と第2共有通信媒体とは異なる通信媒体である。例えば、無線通信システム1が利用可能な複数の周波数帯のうち、第1共有通信媒体として比較的高い周波数帯が利用されてもよく、また、第2共有通信媒体として、第1共有通信媒体の周波数帯とは異なる比較的低い周波数帯が利用されてもよい。また、第1共有通信媒体は、無線通信システム1が利用可能な複数の周波数帯のうち、複数の連続する周波数帯を含んでもよく、又は、複数の非連続の周波数帯を含んでもよい。また、第2共有通信媒体は、無線通信システム1が利用可能な複数の周波数帯のうち、複数の連続する周波数帯を含んでもよく、又は、複数の非連続の周波数帯を含んでもよい。   The base station device 10 and the terminal device 30 perform communication using the first shared communication medium and the second shared communication medium. The first shared communication medium and the second shared communication medium are different communication media. For example, among a plurality of frequency bands that can be used by the wireless communication system 1, a relatively high frequency band may be used as the first shared communication medium, and the first shared communication medium may be used as the second shared communication medium. A relatively low frequency band different from the frequency band may be used. Further, the first shared communication medium may include a plurality of continuous frequency bands or a plurality of discontinuous frequency bands among a plurality of frequency bands available for the wireless communication system 1. In addition, the second shared communication medium may include a plurality of continuous frequency bands or a plurality of discontinuous frequency bands among a plurality of frequency bands available for the wireless communication system 1.

例えば、第1共有通信媒体は、主に、基地局装置10から端末装置30へ向かう方向のデータ信号の伝送に使用されてもよく、また、第2共有通信媒体は、主に、端末装置30から基地局装置10へ向かう方向のデータ信号の伝送に使用されてもよい。   For example, the first shared communication medium may be mainly used for transmitting a data signal in a direction from the base station device 10 to the terminal device 30, and the second shared communication medium may be mainly used for the terminal device 30. May be used for transmission of a data signal in a direction from to the base station apparatus 10.

図2は、本実施形態に係る送信元ノードSRCの構成例を示す図である。図1に示す基地局装置10(通信装置)は、図2に示す送信元ノードSRCの構成を備える。図2において、送信元ノードSRCは、受信部11と、制御部12と、データフレーム生成部13と、トリガフレーム生成部14と、送信部15とを備える。   FIG. 2 is a diagram illustrating a configuration example of the source node SRC according to the present embodiment. The base station device 10 (communication device) shown in FIG. 1 has the configuration of the source node SRC shown in FIG. 2, the source node SRC includes a receiving unit 11, a control unit 12, a data frame generating unit 13, a trigger frame generating unit 14, and a transmitting unit 15.

データフレーム生成部13は、複数の宛先ノードの各々に送信するデータ信号を含むデータフレームを生成する。本実施形態において、データフレームは、第1フレームに対応する。トリガフレーム生成部14は、トリガフレームを生成する。トリガフレームは、ACKフレームを複数の宛先ノードの各々が送信する異なるタイミングの基準を表すフレームである。ACKフレームは、データフレームに含まれるデータ信号についての確認応答信号を含むフレームである。本実施形態において、トリガフレームは、第2フレームに対応する。本実施形態において、ACKフレームは、第3フレームに対応する。   The data frame generation unit 13 generates a data frame including a data signal to be transmitted to each of the plurality of destination nodes. In the present embodiment, the data frame corresponds to the first frame. The trigger frame generator 14 generates a trigger frame. The trigger frame is a frame representing a different timing reference at which each of the plurality of destination nodes transmits an ACK frame. The ACK frame is a frame including an acknowledgment signal for a data signal included in the data frame. In the present embodiment, the trigger frame corresponds to the second frame. In the present embodiment, the ACK frame corresponds to the third frame.

送信部15は、データフレームを複数の宛先ノードの各々に対応する第1通信チャネルにより送信する。送信部15は、トリガフレームを第2通信チャネルにより送信する。第2通信チャネルは、第1通信チャネルとは異なる通信チャネルであってACKフレームの伝送に使用される通信チャネルである。受信部11は、第2通信チャネルによりACKフレームを受信する。制御部12は、送信元ノードSRCの制御を行う。   The transmitting unit 15 transmits the data frame using a first communication channel corresponding to each of the plurality of destination nodes. The transmitting unit 15 transmits the trigger frame through the second communication channel. The second communication channel is a communication channel different from the first communication channel and used for transmitting an ACK frame. The receiving unit 11 receives an ACK frame through the second communication channel. The control unit 12 controls the source node SRC.

図3は、本実施形態に係る宛先ノードDSTの構成例を示す図である。図1に示す端末装置30(通信装置)は、図3に示す宛先ノードDSTの構成を備える。図3において、宛先ノードDSTは、受信部31と、制御部32と、ACKフレーム生成部33と、送信部34とを備える。   FIG. 3 is a diagram illustrating a configuration example of the destination node DST according to the present embodiment. The terminal device 30 (communication device) illustrated in FIG. 1 includes the configuration of the destination node DST illustrated in FIG. 3, the destination node DST includes a receiving unit 31, a control unit 32, an ACK frame generating unit 33, and a transmitting unit 34.

受信部31は、送信元ノードSRCが複数の宛先ノードの各々に送信するデータ信号を含むデータフレームを自宛先ノードDSTに対応する第1通信チャネルにより受信する。受信部31は、トリガフレームを第2通信チャネルにより受信する。ACKフレーム生成部33は、ACKフレームを生成する。送信部34は、トリガフレームが表す基準に基づく自宛先ノードのタイミングでACKフレームを第2通信チャネルにより送信する。制御部32は、宛先ノードDSTの制御を行う。   The receiving unit 31 receives a data frame including a data signal transmitted from the source node SRC to each of the plurality of destination nodes via a first communication channel corresponding to the own destination node DST. The receiving unit 31 receives the trigger frame through the second communication channel. The ACK frame generation unit 33 generates an ACK frame. The transmitting unit 34 transmits an ACK frame via the second communication channel at the timing of the own destination node based on the reference represented by the trigger frame. The control unit 32 controls the destination node DST.

次に図4を参照して本実施形態に係る通信方法の例を説明する。図4は、本実施形態に係る通信方法の例の説明図である。送信元ノードSRCは、M個の宛先ノードDSTへ、データパケットを送信する。図4の例では、Mは3であり、送信元ノードSRCは、3個の宛先ノードDST1、DST2及びDST3へ、データパケットを送信する。宛先ノードDST1、DST2及びDST3は、図3に示す宛先ノードDSTの構成を備える。   Next, an example of a communication method according to the present embodiment will be described with reference to FIG. FIG. 4 is an explanatory diagram of an example of the communication method according to the present embodiment. The source node SRC transmits a data packet to the M destination nodes DST. In the example of FIG. 4, M is 3, and the source node SRC transmits a data packet to three destination nodes DST1, DST2, and DST3. The destination nodes DST1, DST2 and DST3 have the configuration of the destination node DST shown in FIG.

送信元ノードSRCと宛先ノードDST1、DST2及びDST3とは、第1共有通信媒体と第2共有通信媒体とを使用して通信を行う。第1共有通信媒体と第2共有通信媒体とは異なる通信媒体である。例えば、無線通信システム1が利用可能な複数の周波数帯のうち、第1共有通信媒体は比較的高い周波数帯であって、第2共有通信媒体は第1共有通信媒体の周波数帯とは異なる比較的低い周波数帯であってもよい。   The source node SRC and the destination nodes DST1, DST2, and DST3 perform communication using the first shared communication medium and the second shared communication medium. The first shared communication medium and the second shared communication medium are different communication media. For example, among a plurality of frequency bands available to the wireless communication system 1, the first shared communication medium is a relatively high frequency band, and the second shared communication medium is different from the frequency band of the first shared communication medium. It may be a very low frequency band.

通信チャネルCH1、CH2及びCH3は第1共有通信媒体に設けられている。通信チャネルCH4は第2共有通信媒体に設けられている。送信元ノードSRCは、通信チャネルCH1、CH2、CH3及びCH4を使用する。宛先ノードDST1は、通信チャネルCH1及びCH4を使用する。宛先ノードDST2は、通信チャネルCH2及びCH4を使用する。宛先ノードDST3は、通信チャネルCH3及びCH4を使用する。   The communication channels CH1, CH2 and CH3 are provided on the first shared communication medium. The communication channel CH4 is provided on the second shared communication medium. The source node SRC uses the communication channels CH1, CH2, CH3 and CH4. The destination node DST1 uses the communication channels CH1 and CH4. The destination node DST2 uses the communication channels CH2 and CH4. The destination node DST3 uses the communication channels CH3 and CH4.

(ステップS1)送信元ノードSRCにおいて、データフレーム生成部13は、宛先ノードDST1、DST2及びDST3の各々に送信するデータパケットを含むデータフレームを生成する。本実施形態において、データパケットは、データ信号に対応する。送信部15は、該データフレームを宛先ノードDST1、DST2及びDST3の各々に対応する通信チャネルCH1、CH2及びCH3により送信する。 (Step S1) In the source node SRC, the data frame generation unit 13 generates a data frame including a data packet to be transmitted to each of the destination nodes DST1, DST2, and DST3. In the present embodiment, a data packet corresponds to a data signal. The transmitting unit 15 transmits the data frame via communication channels CH1, CH2, and CH3 corresponding to the destination nodes DST1, DST2, and DST3, respectively.

制御部12は、送信部15がデータフレームを通信チャネルCH1、CH2及びCH3により送信する前に、受信部11に対して通信チャネルCH1、CH2及びCH3のCS(キャリアセンス)を指示する。受信部11は、該制御部12からの指示に応じて、通信チャネルCH1、CH2及びCH3においてCSを実施する。図4の例では、制御部12は、受信部11のCSによって通信チャネルCH1、CH2及びCH3のアイドル状態を確認した。次いで、制御部12は、送信部15へ、通信チャネルCH1、CH2及びCH3におけるデータフレームの送信を指示する。これにより、送信部15は、受信部11のCSによってアイドル状態が確認された通信チャネルCH1、CH2及びCH3により、データフレームを送信する。   The control unit 12 instructs the receiving unit 11 on CS (carrier sense) of the communication channels CH1, CH2, and CH3 before the transmitting unit 15 transmits the data frame through the communication channels CH1, CH2, and CH3. The receiving unit 11 performs CS on the communication channels CH1, CH2, and CH3 according to the instruction from the control unit 12. In the example of FIG. 4, the control unit 12 has confirmed the idle state of the communication channels CH1, CH2, and CH3 by the CS of the receiving unit 11. Next, the control unit 12 instructs the transmission unit 15 to transmit data frames on the communication channels CH1, CH2, and CH3. As a result, the transmission unit 15 transmits the data frame through the communication channels CH1, CH2, and CH3 whose idle state has been confirmed by the CS of the reception unit 11.

なお、通信チャネルCH1、CH2及びCH3のCSにおいて、通信チャネルCH1、CH2及びCH3の全てがビジーである場合、送信元ノードSRCは、BO(バックオフ)だけデータフレームの送信を待機し、チャンネルアクセス獲得の次の機会を探す。一方、通信チャネルCH1、CH2及びCH3のCSにおいて、通信チャネルCH1、CH2又はCH3のいずれかがアイドル状態である場合、送信元ノードSRCは、BOだけデータフレームの送信を待機した後に、該アイドル状態の通信チャネルによりデータフレームを送信してもよい。   In addition, in CS of the communication channels CH1, CH2, and CH3, when all of the communication channels CH1, CH2, and CH3 are busy, the source node SRC waits for transmission of a data frame only for BO (back-off) and performs channel access. Look for the next opportunity to earn. On the other hand, in the CS of the communication channels CH1, CH2, and CH3, if any of the communication channels CH1, CH2, or CH3 is in the idle state, the source node SRC waits for the transmission of the data frame by BO, and then enters the idle state The data frame may be transmitted through the communication channel.

(ステップS2)送信元ノードSRCにおいて、トリガフレーム生成部14は、トリガフレームを生成する。送信部15は、宛先ノードDST1、DST2及びDST3へ、トリガフレームを通信チャネルCH4により送信する。 (Step S2) In the source node SRC, the trigger frame generation unit 14 generates a trigger frame. The transmitting unit 15 transmits a trigger frame to the destination nodes DST1, DST2, and DST3 via the communication channel CH4.

制御部12は、送信部15がトリガフレームを通信チャネルCH4により送信する前に、受信部11に対して通信チャネルCH4のCSを指示する。受信部11は、該制御部12からの指示に応じて、通信チャネルCH4においてCSを実施する。図4の例では、制御部12は、受信部11のCSによって通信チャネルCH4のアイドル状態を確認した。次いで、制御部12は、BOだけ待機してから、送信部15へ、通信チャネルCH4におけるトリガフレームの送信を指示する。これにより、送信部15は、受信部11のCSによって通信チャネルCH4のアイドル状態が確認されてからBOだけ待機した後に、通信チャネルCH4によりトリガフレームを送信する。一方、通信チャネルCH4のCSによって通信チャネルCH4のビジーが確認された場合、送信元ノードSRCは、BOだけトリガフレームの送信を待機し、チャンネルアクセス獲得の次の機会を探す。   The control unit 12 instructs the receiving unit 11 to perform CS on the communication channel CH4 before the transmitting unit 15 transmits the trigger frame via the communication channel CH4. The receiving unit 11 performs CS on the communication channel CH4 according to the instruction from the control unit 12. In the example of FIG. 4, the control unit 12 has confirmed the idle state of the communication channel CH4 by the CS of the receiving unit 11. Next, the control unit 12 instructs the transmission unit 15 to transmit a trigger frame on the communication channel CH4 after waiting only for BO. Thereby, the transmitting unit 15 transmits a trigger frame by using the communication channel CH4 after waiting for BO only after the idle state of the communication channel CH4 is confirmed by the CS of the receiving unit 11. On the other hand, when the busy of the communication channel CH4 is confirmed by the CS of the communication channel CH4, the transmission source node SRC waits for the transmission of the trigger frame only by BO, and searches for the next opportunity to acquire the channel access.

なお、通信チャネルCH4のCSは、データフレームの送信完了後に開始してもよく、又は、データフレームの送信完了前に開始してもよい。但し、通信チャネルCH4のCSがデータフレームの送信完了前に開始される場合には、制御部12は、通信チャネルCH4におけるトリガフレームの送信完了がデータフレームの送信完了後になるように、送信部15を制御する。   Note that CS of the communication channel CH4 may be started after transmission of the data frame is completed, or may be started before transmission of the data frame is completed. However, when the CS of the communication channel CH4 is started before the transmission of the data frame is completed, the control unit 12 sets the transmission unit 15 so that the transmission of the trigger frame on the communication channel CH4 is completed after the transmission of the data frame. Control.

(ステップS3)送信元ノードSRCにおいて、制御部12は、トリガフレームの送信が完了すると、ACK待ちのタイマーを起動する。送信元ノードSRCは、ACK待ちのタイマーがタイムアウトする前に宛先ノードDST1、DST2及びDST3の全てからのACKを受信した場合には、上述したステップS1に進む。一方、送信元ノードSRCは、宛先ノードDST1、DST2及びDST3の全てからのACKを受信する前に、ACK待ちのタイマーがタイムアウトした場合には、後述するステップS5を実行する。 (Step S3) In the transmission source node SRC, when the transmission of the trigger frame is completed, the control unit 12 starts a timer for waiting for ACK. If the source node SRC receives ACKs from all of the destination nodes DST1, DST2, and DST3 before the ACK waiting timer times out, the process proceeds to step S1 described above. On the other hand, if the timer for waiting for ACK times out before receiving ACKs from all of the destination nodes DST1, DST2 and DST3, the source node SRC executes step S5 described later.

(ステップS4)各宛先ノードDST1、DST2及びDST3において、受信部31は、データフレームを自宛先ノードに対応する通信チャネルにより受信する。図4の例では、宛先ノードDST1は通信チャネルCH1によりデータフレームを受信し、宛先ノードDST2は通信チャネルCH2によりデータフレームを受信し、宛先ノードDST3は通信チャネルCH3によりデータフレームを受信する。 (Step S4) In each of the destination nodes DST1, DST2, and DST3, the receiving unit 31 receives a data frame via a communication channel corresponding to its own destination node. In the example of FIG. 4, the destination node DST1 receives a data frame on the communication channel CH1, the destination node DST2 receives a data frame on the communication channel CH2, and the destination node DST3 receives a data frame on the communication channel CH3.

次いで、各宛先ノードDST1、DST2及びDST3において、制御部32は、ACKフレーム生成部33へ、ACKフレームの生成を指示する。ACKフレーム生成部33は、該制御部32からの指示に応じて、ACKフレームを生成する。該ACKフレームは、データフレームに含まれるデータパケットについてのACKパケットを含むフレームである。本実施形態において、ACKパケットは、確認応答信号に対応する。   Next, in each of the destination nodes DST1, DST2, and DST3, the control unit 32 instructs the ACK frame generation unit 33 to generate an ACK frame. The ACK frame generation unit 33 generates an ACK frame according to an instruction from the control unit 32. The ACK frame is a frame including an ACK packet for a data packet included in the data frame. In the present embodiment, the ACK packet corresponds to the acknowledgment signal.

次いで、各宛先ノードDST1、DST2及びDST3において、受信部31は、トリガフレームを通信チャネルCH4により受信する。制御部32は、該トリガフレームを受信したタイミングを基準にして自宛先ノードのタイミングでACKフレームを通信チャネルCH4により送信するように、送信部34へ指示する。送信部34は、該制御部32からの指示に応じて、該自宛先ノードのタイミングでACKフレームを通信チャネルCH4により送信する。   Next, in each of the destination nodes DST1, DST2, and DST3, the receiving unit 31 receives the trigger frame through the communication channel CH4. The control unit 32 instructs the transmission unit 34 to transmit the ACK frame on the communication channel CH4 at the timing of the own destination node based on the timing at which the trigger frame is received. In response to the instruction from the control unit 32, the transmitting unit 34 transmits an ACK frame at the timing of the own destination node via the communication channel CH4.

図4の例では、宛先ノードDST1はトリガフレームを受信完了したタイミングから時間t1経過後にACKフレームACK1を通信チャネルCH4により送信し、宛先ノードDST2はトリガフレームを受信完了したタイミングから時間t2経過後にACKフレームACK2を通信チャネルCH4により送信し、宛先ノードDST3はトリガフレームを受信完了したタイミングから時間t3経過後にACKフレームACK3を通信チャネルCH4により送信する。時間t2は、時間t1とACKフレームACK1の送信に要する時間との合計の時間よりも長い時間である。時間t3は、時間t2とACKフレームACK2の送信に要する時間との合計の時間よりも長い時間である。これにより、通信チャネルCH4において、各宛先ノードDST1、DST2及びDST3から送信されるACKフレームACK1、ACK2及びACK3の衝突が回避される。   In the example of FIG. 4, the destination node DST1 transmits an ACK frame ACK1 via the communication channel CH4 after a lapse of time t1 from the timing at which the reception of the trigger frame has been completed, and the destination node DST2 has an ACK after a lapse of time t2 from the timing at which the reception of the trigger frame has been completed. The frame ACK2 is transmitted on the communication channel CH4, and the destination node DST3 transmits the ACK frame ACK3 on the communication channel CH4 after a lapse of time t3 from the timing when the reception of the trigger frame is completed. The time t2 is a time longer than the total time of the time t1 and the time required for transmitting the ACK frame ACK1. The time t3 is a time longer than the total time of the time t2 and the time required for transmitting the ACK frame ACK2. Thereby, collision of ACK frames ACK1, ACK2, and ACK3 transmitted from each of the destination nodes DST1, DST2, and DST3 in the communication channel CH4 is avoided.

時間t1、t2及びt3は応答タイミング情報によって示される。時間t1を示す応答タイミング情報は、宛先ノードDST1が受信するデータパケットに含まれている。宛先ノードDST1の制御部32は、該データパケットから応答タイミング情報を取得して時間t1を認識する。時間t2を示す応答タイミング情報は、宛先ノードDST2が受信するデータパケットに含まれている。宛先ノードDST2の制御部32は、該データパケットから応答タイミング情報を取得して時間t2を認識する。時間t3を示す応答タイミング情報は、宛先ノードDST3が受信するデータパケットに含まれている。宛先ノードDST3の制御部32は、該データパケットから応答タイミング情報を取得して時間t3を認識する。   The times t1, t2 and t3 are indicated by the response timing information. The response timing information indicating the time t1 is included in the data packet received by the destination node DST1. The control unit 32 of the destination node DST1 acquires the response timing information from the data packet and recognizes the time t1. The response timing information indicating the time t2 is included in the data packet received by the destination node DST2. The control unit 32 of the destination node DST2 acquires the response timing information from the data packet and recognizes the time t2. The response timing information indicating the time t3 is included in the data packet received by the destination node DST3. The control unit 32 of the destination node DST3 acquires response timing information from the data packet and recognizes the time t3.

なお、各宛先ノードDST1、DST2及びDST3は、自己のデータパケットの復号に成功した場合にACKフレームを送信し、一方、自己のデータパケットの復号に失敗した場合にはACKフレームを送信しない。   Note that each of the destination nodes DST1, DST2, and DST3 transmits an ACK frame when decoding of its own data packet succeeds, and does not transmit an ACK frame when decoding of its own data packet fails.

(ステップS5)送信元ノードSRCは、宛先ノードDST1、DST2及びDST3の全てから通信チャネルCH4によりACKフレームを受信する前に、ACK待ちのタイマーがタイムアウトすると、ACKフレームを受信しなかった宛先ノードに対してデータパケットの再送を行う。 (Step S5) Before the ACK waiting timer times out before receiving the ACK frame from all of the destination nodes DST1, DST2, and DST3 via the communication channel CH4, the source node SRC sends the ACK frame to the destination node that has not received the ACK frame. The data packet is retransmitted.

次に図5及び図6を参照して、本実施形態に係るデータフレーム及びトリガフレームの構成例を説明する。図5は、本実施形態に係るデータフレームの構成例を示す図である。図6は、本実施形態に係るトリガフレームの構成例を示す図である。   Next, a configuration example of a data frame and a trigger frame according to the present embodiment will be described with reference to FIGS. FIG. 5 is a diagram illustrating a configuration example of a data frame according to the present embodiment. FIG. 6 is a diagram illustrating a configuration example of the trigger frame according to the present embodiment.

まずデータフレームの構成例を説明する。図5には、データフレームに格納される一つのデータパケットについての構成例が示されている。M個のデータパケットが一つのデータフレームに格納される場合(図4の例では、M=3)、該データフレームは、図5に示されるデータパケットの構成をM個含む。   First, a configuration example of the data frame will be described. FIG. 5 shows a configuration example of one data packet stored in a data frame. When M data packets are stored in one data frame (M = 3 in the example of FIG. 4), the data frame includes M data packet configurations shown in FIG.

図5において、データフレームは、PHY(物理)ヘッダとMACヘッダとペイロード(Payload)とFCS(Frame Check Sequence)とを含む。データフレームのMACヘッダは、少なくとも、データフレームIDフィールドと、RelativeDurationフィールドとを含む。データフレームIDフィールドは、データフレームの識別情報(データフレームID)を格納するフィールドである。RelativeDurationフィールドは、応答タイミング情報を格納するフィールドである。   In FIG. 5, the data frame includes a PHY (physical) header, a MAC header, a payload (Payload), and an FCS (Frame Check Sequence). The MAC header of the data frame includes at least a data frame ID field and a Relative Duration field. The data frame ID field is a field for storing data frame identification information (data frame ID). The RelativeDuration field is a field for storing response timing information.

データフレームのMACヘッダは、さらに、MCS_ACKフィールドを含んでもよい。MCS_ACKフィールドは、宛先ノードDSTがACKフレームに使用するMCS(Modulation and Coding Scheme、変調及び符号化方式)の情報を格納するフィールドである。なお、宛先ノードDSTがACKフレームに使用するMCSは、予め、送信元ノードSRCと宛先ノードDSTとの間で決定されてもよい。データフレームのMACヘッダにおいて、データフレームIDフィールド、RelativeDurationフィールド及びMCS_ACKフィールドの配置は、予め、該MACヘッダ内の任意の場所に決定されていればよい。   The MAC header of the data frame may further include an MCS_ACK field. The MCS_ACK field is a field for storing information of MCS (Modulation and Coding Scheme) used by the destination node DST for the ACK frame. The MCS used for the ACK frame by the destination node DST may be determined in advance between the source node SRC and the destination node DST. In the MAC header of the data frame, the arrangement of the data frame ID field, the relative duration field, and the MCS_ACK field only needs to be determined in advance at an arbitrary position in the MAC header.

データフレームに含まれるデータフレームIDは、宛先ノードDSTにより、トリガフレームに含まれるデータフレームIDとの比較に使用される。宛先ノードDSTは、データフレームに含まれるデータフレームIDと同じデータフレームIDを含むトリガフレームを該データフレームについてのACKフレームを返信するタイミングの基準に使用する。   The data frame ID included in the data frame is used by the destination node DST for comparison with the data frame ID included in the trigger frame. The destination node DST uses a trigger frame including the same data frame ID as the data frame ID included in the data frame as a reference for the timing of returning an ACK frame for the data frame.

MCS_ACKフィールドは、宛先ノードDSTがACKフレームの送信に使用するMCSを示す情報を格納する。ACKのためのMCSを判定する種々のアルゴリズムが存在し、以下に該アルゴリズムの一例を示すが、これに限定されるものではない。   The MCS_ACK field stores information indicating the MCS used by the destination node DST to transmit an ACK frame. There are various algorithms for determining the MCS for ACK, and an example of the algorithm is shown below, but is not limited thereto.

(MCS選択のためのアルゴリズムの例)
与えられたMCSセットの中から、最低レートのMCSを初期値として選択する。次いで、送信元ノードSRCが受信したACKのRSSI(Received Signal Strength Indicator、受信信号強度)に応じてMCSを更新する。より高いレートのMCSが許容可能であることをRSSIが示す場合、一つ高いレートのMCSに更新され、新たなMCSが次のデータパケットで指定される。選択されるMCSは、与えられたMCSセットの中の最大レートのMCSと、前回のRSSI及び背景ノイズによって示される最大許容レートのMCSとの両方を下回るレートのMCSである。
以上がMCS選択のためのアルゴリズムの例の説明である。
(Example of algorithm for MCS selection)
From the given MCS set, the lowest rate MCS is selected as the initial value. Next, the source node SRC updates the MCS according to the RSSI (Received Signal Strength Indicator, received signal strength) of the received ACK. If the RSSI indicates that a higher rate MCS is acceptable, it is updated to the next higher rate MCS and the new MCS is specified in the next data packet. The MCS selected is the MCS at a rate below both the maximum rate MCS in the given MCS set and the maximum allowable rate MCS indicated by the previous RSSI and background noise.
The above is the description of the example of the algorithm for MCS selection.

RelativeDurationフィールドは、応答タイミング情報を格納する。図4に示す例では、宛先ノードDST1へのデータパケットのRelativeDurationフィールドは、時間t1を示す応答タイミング情報を格納する。また、宛先ノードDST2へのデータパケットのRelativeDurationフィールドは、時間t2を示す応答タイミング情報を格納する。また、宛先ノードDST3へのデータパケットのRelativeDurationフィールドは、時間t3を示す応答タイミング情報を格納する。   The RelativeDuration field stores response timing information. In the example illustrated in FIG. 4, the relative duration field of the data packet to the destination node DST1 stores response timing information indicating the time t1. The relative duration field of the data packet to the destination node DST2 stores response timing information indicating the time t2. Further, the RelativeDuration field of the data packet to the destination node DST3 stores response timing information indicating the time t3.

応答タイミング情報が示す時間を算出する種々のアルゴリズムが存在してもよく、以下に該アルゴリズムの一例を示すが、これに限定されるものではない。   Various algorithms for calculating the time indicated by the response timing information may exist, and an example of the algorithm is shown below, but the present invention is not limited to this.

(応答タイミング情報の算出アルゴリズムの例)
ここでは、図4の例を挙げて、時間t1、t2及びt3を算出する場合について説明する。
t1=SIFS
t2=t1+t_ACK1+SIFS
t3=t2+t_ACK2+SIFS
t_ACK1=(ACK1のサイズ)/(ACK1の送信レート)
t_ACK2=(ACK2のサイズ)/(ACK2の送信レート)
但し、SIFS(Short Inter Frame Space)は、ACKフレームを送信する前の待ち時間である。t_ACK1は、ACKフレームACK1の送信に要する時間である。t_ACK2は、ACKフレームACK2の送信に要する時間である。ACKフレームのサイズは同一である。ACKフレームの送信レートは、MCS_ACKフィールドで指定されるMCSによって決まる。
以上が応答タイミング情報の算出アルゴリズムの例の説明である。
(Example of algorithm for calculating response timing information)
Here, a case where the times t1, t2, and t3 are calculated will be described with reference to the example of FIG.
t1 = SIFS
t2 = t1 + t_ACK1 + SIFS
t3 = t2 + t_ACK2 + SIFS
t_ACK1 = (size of ACK1) / (transmission rate of ACK1)
t_ACK2 = (size of ACK2) / (transmission rate of ACK2)
However, SIFS (Short Inter Frame Space) is a waiting time before transmitting an ACK frame. t_ACK1 is a time required for transmitting the ACK frame ACK1. t_ACK2 is a time required for transmitting the ACK frame ACK2. The size of the ACK frame is the same. The transmission rate of the ACK frame is determined by the MCS specified in the MCS_ACK field.
The above is the description of the example of the algorithm for calculating the response timing information.

次にトリガフレームの構成例を説明する。図6において、トリガフレームは、PHYヘッダとMACヘッダとFCSとを含む。本実施形態において、トリガフレームに関し、以下の3つの機能を有する。
第1の機能として、トリガフレームの送信前に実施されるCS及びBOによって、トリガフレームと次のACKとの両方のために、トリガフレームと次のACKの伝送に使用される通信チャネル(図4の例では通信チャネルCH4)のアクセス権を獲得する。
第2の機能として、トリガフレームのPHYヘッダは、トリガフレームのPHYヘッダを復号することのできる他のノードに対するTXOP保護を提供する。これにより、トリガフレームの少なくともPHYヘッダを復号することのできる例えば従来のレガシーWi−Fiデバイス等の通信デバイスの干渉から次のACKを保護することができる。
第3の機能として、トリガフレームのMACヘッダは、トリガフレームを復号することのできる他のノードに対するNAV保護を提供する。
Next, a configuration example of the trigger frame will be described. In FIG. 6, the trigger frame includes a PHY header, a MAC header, and an FCS. In the present embodiment, the trigger frame has the following three functions.
As a first function, the communication channel used for transmission of the trigger frame and the next ACK for both the trigger frame and the next ACK by CS and BO performed before transmission of the trigger frame (FIG. 4). In the example, the access right of the communication channel CH4) is acquired.
As a second function, the PHY header of the trigger frame provides TXOP protection for other nodes that can decode the PHY header of the trigger frame. Accordingly, the next ACK can be protected from interference of a communication device such as a conventional legacy Wi-Fi device that can decode at least the PHY header of the trigger frame.
Third, the MAC header of the trigger frame provides NAV protection for other nodes that can decode the trigger frame.

トリガフレームのPHYヘッダは、レガシーWi−FiパケットのPHYヘッダと同じ構成である。これにより、レガシーWi−FiデバイスはトリガフレームのPHYヘッダを認識できる。図6に示すとおり、トリガフレームのPHYヘッダのSignalフィールドはRATE及びLENGTHを格納する。該RATE及びLENGTHを使用して待機時間を算出することができる。レガシーWi−Fiデバイスは、トリガフレーム内のSignalフィールドを検出すると、該SignalフィールドのRATE及びLENGTHを使用して算出した待機時間だけ、自己の送信を待機する。   The PHY header of the trigger frame has the same configuration as the PHY header of the legacy Wi-Fi packet. Thereby, the legacy Wi-Fi device can recognize the PHY header of the trigger frame. As shown in FIG. 6, the Signal field of the PHY header of the trigger frame stores RATE and LENGTH. The wait time can be calculated using the RATE and LENGTH. Upon detecting the Signal field in the trigger frame, the legacy Wi-Fi device waits for its own transmission for a standby time calculated using RATE and LENGTH of the Signal field.

RATEは例えば6Mbpsに設定され、LENGTHは、該RATE「6Mbps」に基づいて、データフレームに対して返信される最終ACKまでをカバーできる待機時間になるように設定される。図4の例においては、トリガフレームのPHYヘッダのSignalフィールドに適用される待機時間は、「t_trigger+t3+t_ACK3」以上である。但し、t_triggerは、トリガフレームのPHYヘッダのSignalフィールドの終わりからトリガフレームの終わりまでの継続時間である。t_ACK3は、ACKフレームACK3の送信に要する時間であり、「t_ACK3=(ACK3のサイズ)/(ACK3の送信レート)」である。   RATE is set to, for example, 6 Mbps, and LENGTH is set based on the RATE “6 Mbps” so as to be a standby time that can cover up to the final ACK returned for the data frame. In the example of FIG. 4, the waiting time applied to the Signal field of the PHY header of the trigger frame is equal to or longer than “t_trigger + t3 + t_ACK3”. Here, t_trigger is a duration from the end of the Signal field of the PHY header of the trigger frame to the end of the trigger frame. t_ACK3 is the time required for transmitting the ACK frame ACK3, and is “t_ACK3 = (size of ACK3) / (transmission rate of ACK3)”.

トリガフレームのMACヘッダは、少なくとも、FrameControlフィールドと、Durationフィールドと、データフレームIDフィールドとを含む。FrameControlフィールドは、フレームの機能を識別する情報を格納する。トリガフレームのFrameControlフィールドは、当該フレームがトリガフレームであることを示す情報を格納する。   The MAC header of the trigger frame includes at least a FrameControl field, a Duration field, and a data frame ID field. The FrameControl field stores information for identifying the function of the frame. The FrameControl field of the trigger frame stores information indicating that the frame is a trigger frame.

Durationフィールドは、NAVの値を格納する。トリガフレームのDurationフィールドに格納されるNAVの値は、トリガフレームの送信完了から最終ACKの送信完了までNAV保護が継続される値である。図4の例では、トリガフレームのDurationフィールドに格納されるNAVの値は、「t3+t_ACK3」以上である。   The Duration field stores the value of NAV. The value of NAV stored in the Duration field of the trigger frame is a value at which NAV protection is continued from completion of transmission of the trigger frame to completion of transmission of the final ACK. In the example of FIG. 4, the value of the NAV stored in the Duration field of the trigger frame is “t3 + t_ACK3” or more.

データフレームIDフィールドは、データフレームIDを格納する。トリガフレームのデータフレームIDフィールドに格納されるデータフレームIDは、該トリガフレームに対応するデータフレームのデータフレームIDである。宛先ノードDSTは、受信したトリガフレームのデータフレームIDフィールドに格納されるデータフレームIDが以前に受信したデータフレームのデータフレームIDと同一であるか否かを判断する。該判断の結果、同一である場合に、宛先ノードDSTは、該トリガフレームの受信完了のタイミングを基準にして、該同一のデータフレームIDのデータフレームのRelativeDurationフィールドに格納される応答タイミング情報で示されるタイミングで、該同一のデータフレームIDのデータフレームについてのACKフレームを返信する。   The data frame ID field stores a data frame ID. The data frame ID stored in the data frame ID field of the trigger frame is the data frame ID of the data frame corresponding to the trigger frame. The destination node DST determines whether the data frame ID stored in the data frame ID field of the received trigger frame is the same as the data frame ID of the previously received data frame. If the result of the determination is that they are the same, the destination node DST indicates the response timing information stored in the RelativeDuration field of the data frame of the same data frame ID with reference to the reception completion timing of the trigger frame. ACK frame for the data frame with the same data frame ID is returned at the same timing.

次に本実施形態に係る適用例を説明する。   Next, an application example according to the present embodiment will be described.

(適用例1)
図7を参照して本実施形態に係る適用例1を説明する。図7は、本実施形態に係る適用例1の説明図である。適用例1では、即時ACK(Immediate ACK)に適用する。即時ACKが適用される場合、送信元ノードSRCは、送信したデータフレームについての全てのACKフレームを受信するか、又は、いずれかのACKフレームについてのACK待ちのタイマーがタイムアウトするまでは、次のデータフレームを送信することができない。
(Application example 1)
An application example 1 according to the present embodiment will be described with reference to FIG. FIG. 7 is an explanatory diagram of Application Example 1 according to the present embodiment. In the application example 1, it is applied to an immediate ACK (Immediate ACK). If immediate ACK is applied, the source node SRC receives the next ACK frame for the transmitted data frame, or waits for the ACK waiting timer for any ACK frame to time out before the next node. Unable to send data frame.

送信元ノードSRCと宛先ノードDST1、DST2及びDST3とは、第1共有通信媒体と、第2共有通信媒体とを使用して通信を行う。通信チャネルCH1、CH2及びCH3は第1共有通信媒体に設けられている。通信チャネルCH4は第2共有通信媒体に設けられている。送信元ノードSRCは、通信チャネルCH1、CH2、CH3及びCH4を使用する。宛先ノードDST1は、通信チャネルCH1及びCH4を使用する。宛先ノードDST2は、通信チャネルCH2及びCH4を使用する。宛先ノードDST3は、通信チャネルCH3及びCH4を使用する。   The source node SRC and the destination nodes DST1, DST2, and DST3 perform communication using a first shared communication medium and a second shared communication medium. The communication channels CH1, CH2 and CH3 are provided on the first shared communication medium. The communication channel CH4 is provided on the second shared communication medium. The source node SRC uses the communication channels CH1, CH2, CH3 and CH4. The destination node DST1 uses the communication channels CH1 and CH4. The destination node DST2 uses the communication channels CH2 and CH4. The destination node DST3 uses the communication channels CH3 and CH4.

図7の最初の例は、第1データフレームの送信前のCSによって、通信チャネルCH1及びCH2のアイドル状態と、通信チャネルCH3のビジーとが確認された場合である。第1データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットとを含む。送信元ノードSRCは、通信チャネルCH1及びCH2により第1データフレームを送信する。次いで、送信元ノードSRCは、該第1データフレームに対応する第1トリガフレームを通信チャネルCH4により送信する。第1データフレームの各データパケットと第1トリガフレームとは、同一のデータフレームID1を含む。   The first example in FIG. 7 is a case where the idle state of the communication channels CH1 and CH2 and the busy state of the communication channel CH3 are confirmed by the CS before the transmission of the first data frame. The first data frame includes a data packet to destination node DST1 and a data packet to destination node DST2. The source node SRC transmits the first data frame using the communication channels CH1 and CH2. Next, the source node SRC transmits a first trigger frame corresponding to the first data frame via the communication channel CH4. Each data packet of the first data frame and the first trigger frame include the same data frame ID1.

宛先ノードDST1は、通信チャネルCH1により第1データフレームを受信し、次いで通信チャネルCH4により第1トリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2により第1データフレームを受信し、次いで通信チャネルCH4により第1トリガフレームを受信する。宛先ノードDST1は、第1トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第1データフレームについてのACKフレームACK1を通信チャネルCH4により送信する。宛先ノードDST2は、第1トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第1データフレームについてのACKフレームACK2を通信チャネルCH4により送信する。図7の例では、通信チャネルCH4において、第1データフレームに関し、宛先ノードDST1のACKフレームACK1の送信完了後に、宛先ノードDST2のACKフレームACK2が送信される。これにより、通信チャネルCH4において、第1データフレームに関し、ACKフレームACK1とACKフレームACK2との衝突が回避される。   The destination node DST1 receives the first data frame on the communication channel CH1, and then receives the first trigger frame on the communication channel CH4. The destination node DST2 receives the first data frame on the communication channel CH2, and then receives the first trigger frame on the communication channel CH4. The destination node DST1 transmits the ACK frame ACK1 for the first data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the first trigger frame. The destination node DST2 transmits an ACK frame ACK2 for the first data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of completion of receiving the first trigger frame. In the example of FIG. 7, the ACK frame ACK2 of the destination node DST2 is transmitted after the transmission of the ACK frame ACK1 of the destination node DST1 is completed for the first data frame on the communication channel CH4. As a result, in the communication channel CH4, the collision between the ACK frame ACK1 and the ACK frame ACK2 for the first data frame is avoided.

図7の次の例は、第2データフレームの送信前のCSによって、通信チャネルCH3のアイドル状態と、通信チャネルCH1及びCH2のビジーとが確認された場合である。
第2データフレームは、宛先ノードDST3へのデータパケットを含む。送信元ノードSRCは、通信チャネルCH3により第2データフレームを送信する。次いで、送信元ノードSRCは、該第2データフレームに対応する第2トリガフレームを通信チャネルCH4により送信する。第2データフレームのデータパケットと第2トリガフレームとは、同一のデータフレームID1を含む。
The example next to FIG. 7 is a case where the idle state of the communication channel CH3 and the busy states of the communication channels CH1 and CH2 are confirmed by the CS before the transmission of the second data frame.
The second data frame includes a data packet to the destination node DST3. The source node SRC transmits the second data frame via the communication channel CH3. Next, the source node SRC transmits a second trigger frame corresponding to the second data frame via the communication channel CH4. The data packet of the second data frame and the second trigger frame include the same data frame ID1.

宛先ノードDST3は、通信チャネルCH3により第2データフレームを受信し、次いで通信チャネルCH4により第2トリガフレームを受信する。宛先ノードDST3は、第2トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第2データフレームについてのACKフレームACK3を通信チャネルCH4により送信する。   The destination node DST3 receives the second data frame on the communication channel CH3, and then receives the second trigger frame on the communication channel CH4. The destination node DST3 transmits an ACK frame ACK3 for the second data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of completion of receiving the second trigger frame.

図7の次の例は、第3データフレームの送信前のCSによって、通信チャネルCH1、CH2及びCH3のアイドル状態が確認された場合である。なお、CSによってアイドル状態が確認された通信チャネルを通信に使用し、CSによってビジーが確認された通信チャネルを通信に使用しない。
第3データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットと、宛先ノードDST3へのデータパケットとを含む。送信元ノードSRCは、通信チャネルCH1、CH2及びCH3により第3データフレームを送信する。次いで、送信元ノードSRCは、該第3データフレームに対応する第3トリガフレームを通信チャネルCH4により送信する。第3データフレームの各データパケットと第3トリガフレームとは、同一のデータフレームID1を含む。
The next example of FIG. 7 is a case where the idle state of the communication channels CH1, CH2, and CH3 is confirmed by the CS before the transmission of the third data frame. The communication channel whose idle state has been confirmed by the CS is used for communication, and the communication channel whose busy has been confirmed by the CS is not used for communication.
The third data frame includes a data packet to destination node DST1, a data packet to destination node DST2, and a data packet to destination node DST3. The source node SRC transmits the third data frame using the communication channels CH1, CH2, and CH3. Next, the source node SRC transmits a third trigger frame corresponding to the third data frame via the communication channel CH4. Each data packet of the third data frame and the third trigger frame include the same data frame ID1.

宛先ノードDST1は、通信チャネルCH1により第3データフレームを受信し、次いで通信チャネルCH4により第3トリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2により第3データフレームを受信し、次いで通信チャネルCH4により第3トリガフレームを受信する。宛先ノードDST3は、通信チャネルCH3により第3データフレームを受信し、次いで通信チャネルCH4により第3トリガフレームを受信する。   The destination node DST1 receives the third data frame on the communication channel CH1, and then receives the third trigger frame on the communication channel CH4. The destination node DST2 receives the third data frame on the communication channel CH2, and then receives the third trigger frame on the communication channel CH4. The destination node DST3 receives the third data frame on the communication channel CH3, and then receives the third trigger frame on the communication channel CH4.

宛先ノードDST1は、第3トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第3データフレームについてのACKフレームACK1を通信チャネルCH4により送信する。宛先ノードDST2は、第3トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第3データフレームについてのACKフレームACK2を通信チャネルCH4により送信する。宛先ノードDST3は、第3トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第3データフレームについてのACKフレームACK3を通信チャネルCH4により送信する。図7の例では、通信チャネルCH4において、第3データフレームに関し、宛先ノードDST1のACKフレームACK1の送信完了後に、宛先ノードDST2のACKフレームACK2が送信され、該宛先ノードDST2のACKフレームACK2の送信完了後に、宛先ノードDST3のACKフレームACK3が送信される。これにより、通信チャネルCH4において、第3データフレームに関し、ACKフレームACK1とACKフレームACK2とACKフレームACK3との衝突が回避される。   The destination node DST1 transmits the ACK frame ACK1 for the third data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of the reception of the third trigger frame. The destination node DST2 transmits the ACK frame ACK2 for the third data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the third trigger frame. The destination node DST3 transmits the ACK frame ACK3 for the third data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of the reception of the third trigger frame. In the example of FIG. 7, on the communication channel CH4, regarding the third data frame, after the transmission of the ACK frame ACK1 of the destination node DST1, the ACK frame ACK2 of the destination node DST2 is transmitted, and the transmission of the ACK frame ACK2 of the destination node DST2. After completion, the ACK frame ACK3 of the destination node DST3 is transmitted. As a result, in the communication channel CH4, the collision between the ACK frame ACK1, the ACK frame ACK2, and the ACK frame ACK3 regarding the third data frame is avoided.

なお、図7の例では、第1データフレーム、第2データフレーム及び第3データフレームのデータフレームIDは全て同一であるが、各データフレームのデータフレームIDは異なってもよい。   In the example of FIG. 7, the data frame IDs of the first data frame, the second data frame, and the third data frame are all the same, but the data frame IDs of the data frames may be different.

(適用例2)
図8、図9及び図10を参照して本実施形態に係る適用例2を説明する。図8は、本実施形態に係る適用例2のネットワークトポロジーを示す図である。図8に示すネットワークトポロジーでは、送信元ノードSRCと、宛先ノードDST1及びDST2と、従来のWi−Fiデバイスとが存在する。図8において、双方向矢印の実線で示されるとおり、送信元ノードSRCと各宛先ノードDST1及びDST2との間は相手の信号を検出できる状態にある。同様に、双方向矢印の実線で示されるとおり、送信元ノードSRCとWi−Fiデバイスとの間は相手の信号を検出できる状態にある。同様に、双方向矢印の実線で示されるとおり、宛先ノードDST1と宛先ノードDST2との間は相手の信号を検出できる状態にある。一方、図8において、双方向矢印の破線で示されるとおり、各宛先ノードDST1及びDST2とWi−Fiデバイスとの間は相手の信号を検出できない状態にある。なお、本適用例2では、トリガフレームの少なくともPHYヘッダを復号することのできる通信デバイスの一例として、従来のWi−Fiデバイスを挙げて説明するが、従来のWi−Fiデバイス以外の通信デバイスにも適用できる。
(Application example 2)
An application example 2 according to the present embodiment will be described with reference to FIGS. 8, 9, and 10. FIG. 8 is a diagram illustrating a network topology of Application Example 2 according to the present embodiment. In the network topology shown in FIG. 8, a source node SRC, destination nodes DST1 and DST2, and a conventional Wi-Fi device exist. In FIG. 8, as indicated by the solid line of the bidirectional arrow, the signal of the other party can be detected between the source node SRC and each of the destination nodes DST1 and DST2. Similarly, as indicated by the solid line of the bidirectional arrow, the signal of the other party can be detected between the source node SRC and the Wi-Fi device. Similarly, as indicated by the solid line of the bidirectional arrow, the destination node DST1 and the destination node DST2 are in a state where the signal of the other party can be detected. On the other hand, in FIG. 8, as indicated by the broken line of the bidirectional arrow, between the destination nodes DST1 and DST2 and the Wi-Fi device are in a state where the signal of the other party cannot be detected. In this application example 2, a conventional Wi-Fi device will be described as an example of a communication device capable of decoding at least a PHY header of a trigger frame. However, a communication device other than the conventional Wi-Fi device may be used. Can also be applied.

図9は、本実施形態に係る適用例2を説明するための従来の通信方法の説明図である。図10は、本実施形態に係る適用例2の通信方法の説明図である。図9及び図10において、通信チャネルCH1及びCH2は第1共有通信媒体に設けられている。通信チャネルCH4は第2共有通信媒体に設けられている。   FIG. 9 is an explanatory diagram of a conventional communication method for describing application example 2 according to the present embodiment. FIG. 10 is an explanatory diagram of a communication method of Application Example 2 according to the embodiment. 9 and 10, communication channels CH1 and CH2 are provided on a first shared communication medium. The communication channel CH4 is provided on the second shared communication medium.

まず図9を参照して従来の通信方法を説明する。図9において、送信元ノードSRC_oldは図8のネットワークトポロジーにおける送信元ノードSRCに、宛先ノードDST1_oldは図8のネットワークトポロジーにおける宛先ノードDST1に、宛先ノードDST2_oldは図8のネットワークトポロジーにおける宛先ノードDST2に、Wi−Fiデバイスは図8のネットワークトポロジーにおけるWi−Fiデバイスに、それぞれの信号検出状態(相手の信号を検出可能か否か)が対応する。   First, a conventional communication method will be described with reference to FIG. 9, the source node SRC_old is the source node SRC in the network topology of FIG. 8, the destination node DST1_old is the destination node DST1 in the network topology of FIG. 8, and the destination node DST2_old is the destination node DST2 in the network topology of FIG. , And the Wi-Fi device correspond to the respective signal detection states (whether or not a partner signal can be detected) to the Wi-Fi device in the network topology of FIG.

データフレームは、宛先ノードDST1_oldへのデータパケットと、宛先ノードDST2_oldへのデータパケットとを含む。送信元ノードSRC_oldは、通信チャネルCH1及びCH2によりデータフレームを送信する。宛先ノードDST1_oldは、通信チャネルCH1によりデータフレームを受信する。宛先ノードDST2_oldは、通信チャネルCH2によりデータフレームを受信する。   The data frame includes a data packet to the destination node DST1_old and a data packet to the destination node DST2_old. The source node SRC_old transmits a data frame using the communication channels CH1 and CH2. The destination node DST1_old receives the data frame via the communication channel CH1. The destination node DST2_old receives the data frame via the communication channel CH2.

宛先ノードDST1_oldは、データフレームの受信完了後に、通信チャネルCH4においてCS及びBOを実施してから、ACKフレームACK1を通信チャネルCH4により送信する。宛先ノードDST2_oldは、通信チャネルCH4においてCSを実施後にBOを実施し、宛先ノードDST1_oldのACKフレームACK1の送信完了後にCSを実施後にBOを実施してから、ACKフレームACK2を通信チャネルCH4により送信する。これにより、通信チャネルCH4において、ACKフレームACK1とACKフレームACK2との衝突は回避される。   After completing the reception of the data frame, the destination node DST1_old performs CS and BO on the communication channel CH4, and then transmits the ACK frame ACK1 on the communication channel CH4. The destination node DST2_old performs BO after performing CS on the communication channel CH4, performs BO after performing CS after completing transmission of the ACK frame ACK1 of the destination node DST1_old, and then transmits the ACK frame ACK2 on the communication channel CH4. . As a result, in the communication channel CH4, collision between the ACK frame ACK1 and the ACK frame ACK2 is avoided.

しかしながら、各宛先ノードDST1_old及びDST2_oldとWi−Fiデバイスとの間は、相手の信号を検出できない状態にある。このため、Wi−Fiデバイスは、通信チャネルCH4においてCSを実施しても、宛先ノードDST1_old及びDST2_oldの通信チャネルCH4の使用を検出できない。また、各宛先ノードDST1_old及びDST2_oldは、通信チャネルCH4においてCSを実施しても、Wi−Fiデバイスの通信チャネルCH4の使用を検出できない。このため、図9に示すとおり、通信チャネルCH4において、各宛先ノードDST1_old及びDST2_oldが送信したACKフレームACK1及びACK2と、Wi−Fiデバイスが送信したデータフレームとの衝突(衝突タイプ1)が発生する可能性があった。   However, between each of the destination nodes DST1_old and DST2_old and the Wi-Fi device, a signal of the other party cannot be detected. Therefore, the Wi-Fi device cannot detect the use of the communication channels CH4 of the destination nodes DST1_old and DST2_old even if CS is performed on the communication channel CH4. Further, each of the destination nodes DST1_old and DST2_old cannot detect the use of the communication channel CH4 of the Wi-Fi device even if CS is performed on the communication channel CH4. Therefore, as shown in FIG. 9, a collision (collision type 1) occurs between the ACK frames ACK1 and ACK2 transmitted by the respective destination nodes DST1_old and DST2_old and the data frame transmitted by the Wi-Fi device in the communication channel CH4. There was a possibility.

次に図10を参照して、本実施形態に係る適用例2の通信方法を説明する。データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットとを含む。送信元ノードSRCは、通信チャネルCH1及びCH2においてCS及びBOを実施してから、データフレームを送信する。次いで、送信元ノードSRCは、通信チャネルCH4においてCS及びBOを実施してから、該データフレームに対応するトリガフレームを通信チャネルCH4により送信する。該データフレームの各データパケットと該トリガフレームとは、同一のデータフレームIDを含む。   Next, a communication method of Application Example 2 according to the present embodiment will be described with reference to FIG. The data frame includes a data packet to destination node DST1 and a data packet to destination node DST2. The source node SRC performs CS and BO on the communication channels CH1 and CH2, and then transmits a data frame. Next, the source node SRC performs CS and BO on the communication channel CH4, and then transmits a trigger frame corresponding to the data frame on the communication channel CH4. Each data packet of the data frame and the trigger frame include the same data frame ID.

宛先ノードDST1は、通信チャネルCH1によりデータフレームを受信し、次いで通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2によりデータフレームを受信し、次いで通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST1は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK1を通信チャネルCH4により送信する。宛先ノードDST2は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK2を通信チャネルCH4により送信する。図10の例では、通信チャネルCH4において、同じデータフレームに関し、宛先ノードDST1のACKフレームACK1の送信完了後に、宛先ノードDST2のACKフレームACK2が送信される。これにより、通信チャネルCH4において、同じデータフレームに関し、ACKフレームACK1とACKフレームACK2との衝突が回避される。   The destination node DST1 receives the data frame on the communication channel CH1, and then receives the trigger frame on the communication channel CH4. The destination node DST2 receives the data frame on the communication channel CH2, and then receives the trigger frame on the communication channel CH4. The destination node DST1 transmits the ACK frame ACK1 for the data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST2 transmits the ACK frame ACK2 for the data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. In the example of FIG. 10, the ACK frame ACK2 of the destination node DST2 is transmitted after the transmission of the ACK frame ACK1 of the destination node DST1 is completed for the same data frame on the communication channel CH4. This prevents collision between ACK frame ACK1 and ACK frame ACK2 for the same data frame on communication channel CH4.

また、Wi−Fiデバイスと送信元ノードSRCとの間は相手の信号を検出できる状態にある。このため、Wi−Fiデバイスは、通信チャネルCH4において、送信元ノードSRCが送信したトリガフレームを検出する。Wi−Fiデバイスは、該トリガフレームのSignalフィールドで示される待機時間だけ、通信チャネルCH4において自己の送信を待機する。これにより、図10に示すとおり、トリガフレームによるTXOP保護期間が終了するまでは、通信チャネルCH4において、Wi−Fiデバイスの送信が待機される。該トリガフレームによるTXOP保護期間は、各宛先ノードDST1及びDST2がACKフレームACK1及びACK2を送信完了するまで継続する。この結果、通信チャネルCH4において、各宛先ノードDST1及びDST2が送信したACKフレームACK1及びACK2と、Wi−Fiデバイスからの送信との衝突が回避される。Wi−Fiデバイスは、該トリガフレームのSignalフィールドで示される待機時間だけ自己の送信を待機した後に、通信チャネルCH4においてCS及びBOを実施してから、データフレームを通信チャネルCH4により送信する。   Further, between the Wi-Fi device and the source node SRC, a signal of the other party can be detected. For this reason, the Wi-Fi device detects the trigger frame transmitted by the source node SRC on the communication channel CH4. The Wi-Fi device waits for its own transmission on the communication channel CH4 for the waiting time indicated by the Signal field of the trigger frame. Thereby, as shown in FIG. 10, the transmission of the Wi-Fi device is waited for in the communication channel CH4 until the TXOP protection period by the trigger frame ends. The TXOP protection period by the trigger frame continues until each of the destination nodes DST1 and DST2 completes transmitting the ACK frames ACK1 and ACK2. As a result, in the communication channel CH4, collision between the ACK frames ACK1 and ACK2 transmitted by the respective destination nodes DST1 and DST2 and the transmission from the Wi-Fi device is avoided. The Wi-Fi device waits for its own transmission for the standby time indicated by the Signal field of the trigger frame, performs CS and BO on the communication channel CH4, and then transmits the data frame on the communication channel CH4.

(適用例3)
図11、図12及び図13を参照して本実施形態に係る適用例3を説明する。図11は、本実施形態に係る適用例3のネットワークトポロジーを示す図である。図11に示すネットワークトポロジーでは、送信元ノードSRCと、宛先ノードDST1、DST2及びDST3とが存在する。図11において、双方向矢印の実線で示されるとおり、送信元ノードSRCと各宛先ノードDST1、DST2及びDST3との間は相手の信号を検出できる状態にある。一方、図11において、双方向矢印の破線で示されるとおり、宛先ノードDST1と宛先ノードDST2との間、宛先ノードDST1と宛先ノードDST3との間、及び、宛先ノードDST2と宛先ノードDST3との間は、相手の信号を検出できない状態にある。
(Application example 3)
An application example 3 according to the present embodiment will be described with reference to FIGS. 11, 12, and 13. FIG. 11 is a diagram illustrating a network topology of Application Example 3 according to the present embodiment. In the network topology shown in FIG. 11, a source node SRC and destination nodes DST1, DST2, and DST3 exist. In FIG. 11, as indicated by the solid line of the bidirectional arrow, the signal of the other party can be detected between the source node SRC and each of the destination nodes DST1, DST2, and DST3. On the other hand, in FIG. 11, as indicated by the broken line of the bidirectional arrow, between the destination node DST1 and the destination node DST2, between the destination node DST1 and the destination node DST3, and between the destination node DST2 and the destination node DST3. Is in a state where the signal of the other party cannot be detected.

図12は、本実施形態に係る適用例3を説明するための従来の通信方法の説明図である。図13は、本実施形態に係る適用例3の通信方法の説明図である。図12及び図13において、通信チャネルCH1、CH2及びCH3は第1共有通信媒体に設けられている。通信チャネルCH4は第2共有通信媒体に設けられている。   FIG. 12 is an explanatory diagram of a conventional communication method for describing application example 3 according to the present embodiment. FIG. 13 is an explanatory diagram of a communication method of Application Example 3 according to the present embodiment. 12 and 13, communication channels CH1, CH2, and CH3 are provided on a first shared communication medium. The communication channel CH4 is provided on the second shared communication medium.

まず図12を参照して従来の通信方法を説明する。図12において、送信元ノードSRC_oldは図11のネットワークトポロジーにおける送信元ノードSRCに、宛先ノードDST1_oldは図11のネットワークトポロジーにおける宛先ノードDST1に、宛先ノードDST2_oldは図11のネットワークトポロジーにおける宛先ノードDST2に、宛先ノードDST3_oldは図11のネットワークトポロジーにおける宛先ノードDST3に、それぞれの信号検出状態(相手の信号を検出可能か否か)が対応する。   First, a conventional communication method will be described with reference to FIG. 12, the source node SRC_old is the source node SRC in the network topology of FIG. 11, the destination node DST1_old is the destination node DST1 in the network topology of FIG. 11, and the destination node DST2_old is the destination node DST2 in the network topology of FIG. , Destination signal DST3_old corresponds to the destination node DST3 in the network topology of FIG. 11 in the respective signal detection states (whether or not the partner signal can be detected).

データフレームは、宛先ノードDST1_oldへのデータパケットと、宛先ノードDST2_oldへのデータパケットと、宛先ノードDST3_oldへのデータパケットとを含む。送信元ノードSRC_oldは、通信チャネルCH1、CH2及びCH3によりデータフレームを送信する。宛先ノードDST1_oldは、通信チャネルCH1によりデータフレームを受信する。宛先ノードDST2_oldは、通信チャネルCH2によりデータフレームを受信する。宛先ノードDST3_oldは、通信チャネルCH3によりデータフレームを受信する。   The data frame includes a data packet to destination node DST1_old, a data packet to destination node DST2_old, and a data packet to destination node DST3_old. The source node SRC_old transmits a data frame using the communication channels CH1, CH2, and CH3. The destination node DST1_old receives the data frame via the communication channel CH1. The destination node DST2_old receives the data frame via the communication channel CH2. The destination node DST3_old receives the data frame via the communication channel CH3.

各宛先ノードDST1_old、DST2_old及びDST3_oldは、データフレームの受信完了後に、通信チャネルCH4においてCSを実施する。しかし、宛先ノードDST1_old、DST2_old及びDST3_oldにおいては、互いに相手の信号を検出できない状態にあるので、たとえ他の宛先ノードが通信チャネルCH4において送信を行っても該送信を検出できない。このため、各宛先ノードDST1_old、DST2_old及びDST3_oldは、図12に示すとおり、データフレームの受信完了後に、通信チャネルCH4においてCS及びBOを実施してから、各ACKフレームACK1、ACK2及びACK3を通信チャネルCH4により送信する。この結果、該ACKフレームACK1、ACK2及びACK3同士の衝突(衝突タイプ2)が発生する可能性があった。   Each of the destination nodes DST1_old, DST2_old, and DST3_old performs CS on the communication channel CH4 after completing the reception of the data frame. However, the destination nodes DST1_old, DST2_old, and DST3_old cannot detect each other's signals. Therefore, even if another destination node performs transmission on the communication channel CH4, the transmission cannot be detected. Therefore, as shown in FIG. 12, each of the destination nodes DST1_old, DST2_old, and DST3_old performs CS and BO on the communication channel CH4 after the data frame reception is completed, and then transmits each ACK frame ACK1, ACK2, and ACK3 to the communication channel. Transmit by CH4. As a result, a collision (collision type 2) between the ACK frames ACK1, ACK2, and ACK3 may occur.

次に図13を参照して、本実施形態に係る適用例3の通信方法を説明する。データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットと、宛先ノードDST3へのデータパケットとを含む。送信元ノードSRCは、CS及びBOを実施してから通信チャネルCH1、CH2及びCH3によりデータフレームを送信する。次いで、送信元ノードSRCは、通信チャネルCH4においてCS及びBOを実施してから、該データフレームに対応するトリガフレームを通信チャネルCH4により送信する。該データフレームの各データパケットと該トリガフレームとは、同一のデータフレームIDを含む。   Next, a communication method of Application Example 3 according to the present embodiment will be described with reference to FIG. The data frame includes a data packet to destination node DST1, a data packet to destination node DST2, and a data packet to destination node DST3. After performing CS and BO, the source node SRC transmits a data frame through the communication channels CH1, CH2, and CH3. Next, the source node SRC performs CS and BO on the communication channel CH4, and then transmits a trigger frame corresponding to the data frame on the communication channel CH4. Each data packet of the data frame and the trigger frame include the same data frame ID.

宛先ノードDST1は、通信チャネルCH1によりデータフレームを受信し、次いで通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2によりデータフレームを受信し、次いで通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST3は、通信チャネルCH3によりデータフレームを受信し、次いで通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST1は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK1を通信チャネルCH4により送信する。宛先ノードDST2は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK2を通信チャネルCH4により送信する。宛先ノードDST3は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK3を通信チャネルCH4により送信する。図13の例では、通信チャネルCH4において、同じデータフレームに関し、宛先ノードDST1のACKフレームACK1の送信完了後に宛先ノードDST2のACKフレームACK2が送信され、該宛先ノードDST2のACKフレームACK2の送信完了後に宛先ノードDST3のACKフレームACK3が送信される。これにより、通信チャネルCH4において、同じデータフレームに関し、ACKフレームACK1、ACK2及びACK3同士の衝突が回避される。   The destination node DST1 receives the data frame on the communication channel CH1, and then receives the trigger frame on the communication channel CH4. The destination node DST2 receives the data frame on the communication channel CH2, and then receives the trigger frame on the communication channel CH4. The destination node DST3 receives the data frame on the communication channel CH3, and then receives the trigger frame on the communication channel CH4. The destination node DST1 transmits the ACK frame ACK1 for the data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST2 transmits the ACK frame ACK2 for the data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST3 transmits the ACK frame ACK3 for the data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. In the example of FIG. 13, with respect to the same data frame, in the communication channel CH4, the ACK frame ACK2 of the destination node DST2 is transmitted after the transmission of the ACK frame ACK1 of the destination node DST1, and the ACK frame ACK2 of the destination node DST2 is transmitted after the transmission of the ACK frame ACK2 of the destination node DST2 is completed. The ACK frame ACK3 of the destination node DST3 is transmitted. As a result, in the communication channel CH4, for the same data frame, collision between the ACK frames ACK1, ACK2, and ACK3 is avoided.

(適用例4)
図14、図15及び図16を参照して本実施形態に係る適用例4を説明する。図14は、本実施形態に係る適用例4のネットワークトポロジーを示す図である。図14に示すネットワークトポロジーでは、送信元ノードSRC1及びSRC2と、宛先ノードDST1、DST2、DST5及びDST6とが存在する。送信元ノードSRC1と宛先ノードDST1及びDST2とはグループ1に属する。送信元ノードSRC2と宛先ノードDST5及びDST6とはグループ2に属する。送信元ノードSRC1及びSRC2は、図2に示す送信元ノードSRCの構成を備える。宛先ノードDST1、DST2、DST5及びDST6は、図3に示す宛先ノードDSTの構成を備える。
(Application example 4)
An application example 4 according to the present embodiment will be described with reference to FIGS. 14, 15, and 16. FIG. 14 is a diagram illustrating a network topology of Application Example 4 according to the present embodiment. In the network topology shown in FIG. 14, there are transmission source nodes SRC1 and SRC2 and destination nodes DST1, DST2, DST5 and DST6. The source node SRC1 and the destination nodes DST1 and DST2 belong to group 1. The source node SRC2 and the destination nodes DST5 and DST6 belong to group 2. The source nodes SRC1 and SRC2 have the configuration of the source node SRC shown in FIG. The destination nodes DST1, DST2, DST5, and DST6 have the configuration of the destination node DST shown in FIG.

図14において、双方向矢印の実線で示されるとおり、送信元ノードSRC1と送信元ノードSRC2との間、送信元ノードSRC1と各宛先ノードDST1、DST2、DST5及びDST6との間、並びに、送信元ノードSRC2と各宛先ノードDST1、DST2、DST5及びDST6との間は相手の信号を検出できる状態にある。また、同じグループに属する宛先ノード同士、つまり、宛先ノードDST1と宛先ノードDST2との間、及び、宛先ノードDST5と宛先ノードDST5との間は相手の信号を検出できる状態にある。一方、異なるグループに属する宛先ノード同士、つまり、宛先ノードDST1と各宛先ノードDST5及びDST6との間、並びに、宛先ノードDST2と各宛先ノードDST5及びDST6との間は相手の信号を検出できない状態にある。   In FIG. 14, as shown by the solid line of the bidirectional arrow, between the source node SRC1 and the source node SRC2, between the source node SRC1 and each of the destination nodes DST1, DST2, DST5 and DST6, and Between the node SRC2 and each of the destination nodes DST1, DST2, DST5 and DST6, there is a state where the signal of the other party can be detected. Also, destination nodes belonging to the same group, that is, between the destination nodes DST1 and DST2 and between the destination nodes DST5 and DST5 are in a state where signals of the other party can be detected. On the other hand, the destination nodes belonging to different groups, that is, between the destination node DST1 and each of the destination nodes DST5 and DST6 and between the destination node DST2 and each of the destination nodes DST5 and DST6 cannot detect the signal of the other party. is there.

図15は、本実施形態に係る適用例4を説明するための従来の通信方法の説明図である。図16は、本実施形態に係る適用例4の通信方法の説明図である。図15及び図16において、通信チャネルCH1、CH2、CH5及びCH6は第1共有通信媒体に設けられている。通信チャネルCH4は第2共有通信媒体に設けられている。   FIG. 15 is an explanatory diagram of a conventional communication method for describing application example 4 according to the present embodiment. FIG. 16 is an explanatory diagram of a communication method of Application Example 4 according to the present embodiment. 15 and 16, communication channels CH1, CH2, CH5, and CH6 are provided in a first shared communication medium. The communication channel CH4 is provided on the second shared communication medium.

まず図15を参照して従来の通信方法を説明する。図15において、送信元ノードSRC1_oldは図14のネットワークトポロジーにおける送信元ノードSRC1に、送信元ノードSRC2_oldは図14のネットワークトポロジーにおける送信元ノードSRC2に、宛先ノードDST1_oldは図14のネットワークトポロジーにおける宛先ノードDST1に、宛先ノードDST2_oldは図14のネットワークトポロジーにおける宛先ノードDST2に、宛先ノードDST5_oldは図14のネットワークトポロジーにおける宛先ノードDST5に、宛先ノードDST6_oldは図14のネットワークトポロジーにおける宛先ノードDST6に、それぞれの信号検出状態(相手の信号を検出可能か否か)が対応する。   First, a conventional communication method will be described with reference to FIG. 15, the source node SRC1_old is the source node SRC1 in the network topology of FIG. 14, the source node SRC2_old is the source node SRC2 in the network topology of FIG. 14, and the destination node DST1_old is the destination node in the network topology of FIG. DST1, destination node DST2_old is the destination node DST2 in the network topology of FIG. 14, destination node DST5_old is the destination node DST5 in the network topology of FIG. 14, and destination node DST6_old is the destination node DST6 in the network topology of FIG. The signal detection state (whether the signal of the other party can be detected or not) corresponds.

第1データフレームは、宛先ノードDST1_oldへのデータパケットと、宛先ノードDST2_oldへのデータパケットとを含む。送信元ノードSRC1_oldは、CS及びBOを実施してから通信チャネルCH1及びCH2により第1データフレームを送信する。宛先ノードDST1_oldは、通信チャネルCH1により第1データフレームを受信する。宛先ノードDST2_oldは、通信チャネルCH2により第1データフレームを受信する。   The first data frame includes a data packet to the destination node DST1_old and a data packet to the destination node DST2_old. The source node SRC1_old performs CS and BO, and then transmits the first data frame through the communication channels CH1 and CH2. The destination node DST1_old receives the first data frame via the communication channel CH1. The destination node DST2_old receives the first data frame via the communication channel CH2.

第2データフレームは、宛先ノードDST5_oldへのデータパケットと、宛先ノードDST6_oldへのデータパケットとを含む。送信元ノードSRC2_oldは、CS及びBOを実施してから通信チャネルCH5及びCH6により第2データフレームを送信する。宛先ノードDST5_oldは、通信チャネルCH5により第2データフレームを受信する。宛先ノードDST6_oldは、通信チャネルCH6により第2データフレームを受信する。   The second data frame includes a data packet to the destination node DST5_old and a data packet to the destination node DST6_old. The source node SRC2_old performs CS and BO, and then transmits the second data frame through the communication channels CH5 and CH6. The destination node DST5_old receives the second data frame via the communication channel CH5. The destination node DST6_old receives the second data frame via the communication channel CH6.

各宛先ノードDST1_old、DST2_old、DST5_old及びDST6_oldは、データフレームの受信完了後に、通信チャネルCH4においてCSを実施する。同じグループに属する宛先ノード同士の間は相手の信号を検出できる状態にあるので、CSにより他の宛先ノードの送信を検出できる。このため、同じグループに属する宛先ノード同士の間では、通信チャネルCH4においてCS及びBOを実施することによって、ACKフレーム同士の衝突が回避される。しかし、異なるグループに属する宛先ノード同士の間は相手の信号を検出できない状態にあるので、CSを実施しても他の宛先ノードの送信を検出できない。このため、異なるグループに属する宛先ノード同士の間では、図15に示すとおり、通信チャネルCH4においてCS及びBOを実施しても、ACKフレーム同士の衝突(衝突タイプ3)が発生する可能性があった。   Each of the destination nodes DST1_old, DST2_old, DST5_old, and DST6_old performs CS on the communication channel CH4 after completing the reception of the data frame. Since the destination nodes belonging to the same group are in a state where the signal of the other party can be detected, the transmission of another destination node can be detected by the CS. For this reason, between destination nodes belonging to the same group, collision between ACK frames is avoided by performing CS and BO on the communication channel CH4. However, since destination nodes belonging to different groups cannot detect a signal of the other party, transmission of another destination node cannot be detected even if CS is performed. Therefore, between destination nodes belonging to different groups, as shown in FIG. 15, even if CS and BO are performed on the communication channel CH4, there is a possibility that collision between ACK frames (collision type 3) may occur. Was.

次に図16を参照して、本実施形態に係る適用例4の通信方法を説明する。第1データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットとを含む。送信元ノードSRC1は、CS及びBOを実施してから通信チャネルCH1及びCH2により第1データフレームを送信する。送信元ノードSRC1は、該第1データフレームの次に、通信チャネルCH4においてCS及びBOを実施してから、該第1データフレームに対応する第1トリガフレームを通信チャネルCH4により送信する。該第1データフレームの各データパケットと該第1トリガフレームとは、同一のデータフレームIDを含む。   Next, a communication method of Application Example 4 according to the present embodiment will be described with reference to FIG. The first data frame includes a data packet to destination node DST1 and a data packet to destination node DST2. After performing CS and BO, the source node SRC1 transmits the first data frame through the communication channels CH1 and CH2. The source node SRC1 performs CS and BO on the communication channel CH4 after the first data frame, and then transmits a first trigger frame corresponding to the first data frame on the communication channel CH4. Each data packet of the first data frame and the first trigger frame include the same data frame ID.

宛先ノードDST1は、通信チャネルCH1により第1データフレームを受信し、次いで通信チャネルCH4により第1トリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2により第1データフレームを受信し、次いで通信チャネルCH4により第1トリガフレームを受信する。宛先ノードDST1は、第1トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第1データフレームについてのACKフレームACK1を通信チャネルCH4により送信する。宛先ノードDST2は、第1トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第1データフレームについてのACKフレームACK2を通信チャネルCH4により送信する。図16の例では、通信チャネルCH4において、第1データフレームに関し、宛先ノードDST1のACKフレームACK1の送信完了後に宛先ノードDST2のACKフレームACK2が送信される。これにより、通信チャネルCH4において、第1データフレームに関し、ACKフレームACK1とACKフレームACK2との衝突が回避される。   The destination node DST1 receives the first data frame on the communication channel CH1, and then receives the first trigger frame on the communication channel CH4. The destination node DST2 receives the first data frame on the communication channel CH2, and then receives the first trigger frame on the communication channel CH4. The destination node DST1 transmits the ACK frame ACK1 for the first data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the first trigger frame. The destination node DST2 transmits an ACK frame ACK2 for the first data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of completion of receiving the first trigger frame. In the example of FIG. 16, on the communication channel CH4, the ACK frame ACK2 of the destination node DST2 is transmitted after the transmission of the ACK frame ACK1 of the destination node DST1 is completed for the first data frame. As a result, in the communication channel CH4, the collision between the ACK frame ACK1 and the ACK frame ACK2 for the first data frame is avoided.

第2データフレームは、宛先ノードDST5へのデータパケットと、宛先ノードDST6へのデータパケットとを含む。送信元ノードSRC2は、CS及びBOを実施してから通信チャネルCH5及びCH6により第2データフレームを送信する。次いで、送信元ノードSRC2は、該第2データフレームに対応する第2トリガフレームの送信前に、通信チャネルCH4においてCS及びBOを実施する。送信元ノードSRC2は、該CS及びBOの実施により、通信チャネルCH4において送信元ノードSRC1から送信された第1トリガフレームを検出する。そして、送信元ノードSRC2は、該第1トリガフレームによるTXOP保護期間及びNAV保護期間が終了するまでは、通信チャネルCH4において自己の送信を待機する。該第1トリガフレームによるTXOP保護期間及びNAV保護期間は、各宛先ノードDST1及びDST2がACKフレームACK1及びACK2を送信完了するまで継続する。この結果、通信チャネルCH4において、各宛先ノードDST1及びDST2が送信したACKフレームACK1及びACK2と、送信元ノードSRC2からの送信との衝突が回避される。送信元ノードSRC2は、該第1トリガフレームによるTXOP保護期間及びNAV保護期間が終了するまで自己の送信を待機した後に、通信チャネルCH4においてCS及びBOを実施してから、第2トリガフレームを通信チャネルCH4により送信する。第2データフレームの各データパケットと第2トリガフレームとは、同一のデータフレームIDを含む。   The second data frame includes a data packet to destination node DST5 and a data packet to destination node DST6. After performing CS and BO, the source node SRC2 transmits the second data frame via the communication channels CH5 and CH6. Next, the source node SRC2 performs CS and BO on the communication channel CH4 before transmitting the second trigger frame corresponding to the second data frame. The source node SRC2 detects the first trigger frame transmitted from the source node SRC1 on the communication channel CH4 by performing the CS and the BO. Then, the transmission source node SRC2 waits for its own transmission in the communication channel CH4 until the TXOP protection period and the NAV protection period by the first trigger frame have ended. The TXOP protection period and the NAV protection period by the first trigger frame continue until each destination node DST1 and DST2 completes transmitting ACK frames ACK1 and ACK2. As a result, in the communication channel CH4, collision between ACK frames ACK1 and ACK2 transmitted by the destination nodes DST1 and DST2 and transmission from the source node SRC2 is avoided. The transmission source node SRC2 waits for its own transmission until the TXOP protection period and the NAV protection period by the first trigger frame expire, and then performs CS and BO on the communication channel CH4, and then transmits the second trigger frame. Transmit on channel CH4. Each data packet of the second data frame and the second trigger frame include the same data frame ID.

宛先ノードDST5は、通信チャネルCH5により第2データフレームを受信し、次いで通信チャネルCH4により第2トリガフレームを受信する。宛先ノードDST6は、通信チャネルCH6により第2データフレームを受信し、次いで通信チャネルCH4により第2トリガフレームを受信する。宛先ノードDST5は、第2トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第2データフレームについてのACKフレームACK5を通信チャネルCH4により送信する。宛先ノードDST6は、第2トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第2データフレームについてのACKフレームACK6を通信チャネルCH4により送信する。図16の例では、通信チャネルCH4において、第2データフレームに関し、宛先ノードDST5のACKフレームACK5の送信完了後に宛先ノードDST6のACKフレームACK6が送信される。これにより、通信チャネルCH4において、第2データフレームに関し、ACKフレームACK5とACKフレームACK6との衝突が回避される。また、第2トリガフレームによるTXOP保護期間及びNAV保護期間によって、各宛先ノードDST5及びDST6による各ACKフレームACK5及びACK6の送信完了が保護される。   The destination node DST5 receives the second data frame on the communication channel CH5, and then receives the second trigger frame on the communication channel CH4. The destination node DST6 receives the second data frame on the communication channel CH6, and then receives the second trigger frame on the communication channel CH4. The destination node DST5 transmits the ACK frame ACK5 for the second data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the second trigger frame. The destination node DST6 transmits an ACK frame ACK6 for the second data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of completion of receiving the second trigger frame. In the example of FIG. 16, on the communication channel CH4, the ACK frame ACK6 of the destination node DST6 is transmitted after the transmission of the ACK frame ACK5 of the destination node DST5 is completed for the second data frame. As a result, in the communication channel CH4, the collision between the ACK frame ACK5 and the ACK frame ACK6 regarding the second data frame is avoided. Further, the transmission completion of each ACK frame ACK5 and ACK6 by each destination node DST5 and DST6 is protected by the TXOP protection period and the NAV protection period by the second trigger frame.

(適用例5)
図17、図18及び図19を参照して本実施形態に係る適用例5を説明する。図17は、本実施形態に係る適用例5のネットワークトポロジーを示す図である。図17に示すネットワークトポロジーでは、送信元ノードSRCと、宛先ノードDST1、DST2及びDST3とが存在する。図17において、双方向矢印の実線で示されるとおり、送信元ノードSRCと各宛先ノードDST1、DST2及びDST3との間は相手の信号を検出できる状態にある。また、同様に、双方向矢印の実線で示されるとおり、宛先ノードDST1と宛先ノードDST2との間、宛先ノードDST1と宛先ノードDST3との間、及び、宛先ノードDST2と宛先ノードDST3との間は、相手の信号を検出できる状態にある。
(Application example 5)
An application example 5 according to the present embodiment will be described with reference to FIGS. 17, 18, and 19. FIG. 17 is a diagram illustrating a network topology of Application Example 5 according to the present embodiment. In the network topology shown in FIG. 17, a source node SRC and destination nodes DST1, DST2, and DST3 exist. In FIG. 17, as indicated by the solid line of the bidirectional arrow, the signal of the other party can be detected between the source node SRC and each of the destination nodes DST1, DST2, and DST3. Similarly, as indicated by the solid line of the two-way arrow, there is a connection between the destination nodes DST1 and DST2, a connection between the destination nodes DST1 and DST3, and a connection between the destination nodes DST2 and DST3. In a state where the signal of the other party can be detected.

図18は、本実施形態に係る適用例5を説明するための従来の通信方法の説明図である。図19は、本実施形態に係る適用例5の通信方法の説明図である。図18及び図19において、通信チャネルCH1、CH2及びCH3は第1共有通信媒体に設けられている。通信チャネルCH4は第2共有通信媒体に設けられている。   FIG. 18 is an explanatory diagram of a conventional communication method for describing application example 5 according to the present embodiment. FIG. 19 is an explanatory diagram of the communication method of Application Example 5 according to the embodiment. 18 and 19, communication channels CH1, CH2, and CH3 are provided in a first shared communication medium. The communication channel CH4 is provided on the second shared communication medium.

まず図18を参照して従来の通信方法を説明する。図18において、送信元ノードSRC_oldは図17のネットワークトポロジーにおける送信元ノードSRCに、宛先ノードDST1_oldは図17のネットワークトポロジーにおける宛先ノードDST1に、宛先ノードDST2_oldは図17のネットワークトポロジーにおける宛先ノードDST2に、宛先ノードDST3_oldは図17のネットワークトポロジーにおける宛先ノードDST3に、それぞれの信号検出状態(相手の信号を検出可能か否か)が対応する。   First, a conventional communication method will be described with reference to FIG. In FIG. 18, the source node SRC_old is the source node SRC in the network topology of FIG. 17, the destination node DST1_old is the destination node DST1 in the network topology of FIG. 17, and the destination node DST2_old is the destination node DST2 in the network topology of FIG. The destination node DST3_old corresponds to the destination node DST3 in the network topology in FIG. 17 in the respective signal detection states (whether or not a partner signal can be detected).

データフレームは、宛先ノードDST1_oldへのデータパケットと、宛先ノードDST2_oldへのデータパケットと、宛先ノードDST3_oldへのデータパケットとを含む。送信元ノードSRC_oldは、通信チャネルCH1、CH2及びCH3によりデータフレームを送信する。宛先ノードDST1_oldは、通信チャネルCH1によりデータフレームを受信する。宛先ノードDST2_oldは、通信チャネルCH2によりデータフレームを受信する。宛先ノードDST3_oldは、通信チャネルCH3によりデータフレームを受信する。   The data frame includes a data packet to destination node DST1_old, a data packet to destination node DST2_old, and a data packet to destination node DST3_old. The source node SRC_old transmits a data frame using the communication channels CH1, CH2, and CH3. The destination node DST1_old receives the data frame via the communication channel CH1. The destination node DST2_old receives the data frame via the communication channel CH2. The destination node DST3_old receives the data frame via the communication channel CH3.

各宛先ノードDST1_old、DST2_old及びDST3_oldは、データフレームの受信完了後に、通信チャネルCH4においてCSを実施する。宛先ノードDST1_old、DST2_old及びDST3_oldは、互いに相手の信号を検出できる状態にあるので、他の宛先ノードが通信チャネルCH4において送信を行うと該送信を検出できる。このため、各宛先ノードDST1_old、DST2_old及びDST3_oldは、図12に示すとおり、データフレームの受信完了後に、通信チャネルCH4においてCS及びBOを実施してから、各ACKフレームACK1、ACK2及びACK3を通信チャネルCH4により送信する。この結果、図18の例では、通信チャネルCH4において、同じデータフレームに関し、宛先ノードDST1_oldのACKフレームACK1の送信完了後に、宛先ノードDST2_oldのACKフレームACK2が送信され、該宛先ノードDST2_oldのACKフレームACK2の送信完了後に、宛先ノードDST3_oldのACKフレームACK3が送信される。これにより、通信チャネルCH4において、同じデータフレームに関し、ACKフレームACK1とACKフレームACK2とACKフレームACK3との衝突が回避される。   Each of the destination nodes DST1_old, DST2_old, and DST3_old performs CS on the communication channel CH4 after completing the reception of the data frame. The destination nodes DST1_old, DST2_old, and DST3_old are in a state where they can detect each other's signals. Therefore, when another destination node performs transmission on the communication channel CH4, the transmission can be detected. Therefore, as shown in FIG. 12, each of the destination nodes DST1_old, DST2_old, and DST3_old performs CS and BO on the communication channel CH4 after the data frame reception is completed, and then transmits each ACK frame ACK1, ACK2, and ACK3 to the communication channel. Transmit by CH4. As a result, in the example of FIG. 18, with respect to the same data frame in the communication channel CH4, after the transmission of the ACK frame ACK1 of the destination node DST1_old is completed, the ACK frame ACK2 of the destination node DST2_old is transmitted, and the ACK frame ACK2 of the destination node DST2_old. Is transmitted, the ACK frame ACK3 of the destination node DST3_old is transmitted. As a result, in the communication channel CH4, collision between the ACK frame ACK1, the ACK frame ACK2, and the ACK frame ACK3 for the same data frame is avoided.

しかしながら、各宛先ノードDST1_old、DST2_old及びDST3_oldが、自己のACKフレームを送信する前に、通信チャネルCH4においてCS及びBOを実施するために、通信チャネルCH4の利用効率が低下する。また、同一のデータフレームについての宛先ノードの数が増えると、その増えた分、BOの合計時間も長くなる。また、全ての宛先ノードのACKフレームの送信完了までに要する時間が送信元ノードにおけるACK待ちのタイマーのタイムアウト時間よりも長くなると、送信元ノードは該当するデータパケットを再送信することになるので、通信効率が低下する。   However, since each of the destination nodes DST1_old, DST2_old, and DST3_old performs CS and BO on the communication channel CH4 before transmitting its own ACK frame, the utilization efficiency of the communication channel CH4 is reduced. Further, when the number of destination nodes for the same data frame increases, the total time of the BO increases by the increase. Also, if the time required to complete the transmission of the ACK frame of all the destination nodes is longer than the timeout period of the ACK waiting timer in the transmission source node, the transmission source node retransmits the corresponding data packet. Communication efficiency decreases.

次に図19を参照して、本実施形態に係る適用例5の通信方法を説明する。データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットと、宛先ノードDST3へのデータパケットとを含む。送信元ノードSRCは、CS及びBOを実施してから通信チャネルCH1、CH2及びCH3によりデータフレームを送信する。次いで、送信元ノードSRCは、通信チャネルCH4においてCS及びBOを実施してから、該データフレームに対応するトリガフレームを通信チャネルCH4により送信する。該データフレームの各データパケットと該トリガフレームとは、同一のデータフレームIDを含む。   Next, a communication method of application example 5 according to the present embodiment will be described with reference to FIG. The data frame includes a data packet to destination node DST1, a data packet to destination node DST2, and a data packet to destination node DST3. After performing CS and BO, the source node SRC transmits a data frame through the communication channels CH1, CH2, and CH3. Next, the source node SRC performs CS and BO on the communication channel CH4, and then transmits a trigger frame corresponding to the data frame on the communication channel CH4. Each data packet of the data frame and the trigger frame include the same data frame ID.

宛先ノードDST1は、通信チャネルCH1によりデータフレームを受信し、次いで通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2によりデータフレームを受信し、次いで通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST3は、通信チャネルCH3によりデータフレームを受信し、次いで通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST1は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK1を通信チャネルCH4により送信する。宛先ノードDST2は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK2を通信チャネルCH4により送信する。宛先ノードDST3は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK3を通信チャネルCH4により送信する。図19の例では、通信チャネルCH4において、同じデータフレームに関し、宛先ノードDST1のACKフレームACK1の送信完了後に宛先ノードDST2のACKフレームACK2が送信され、該宛先ノードDST2のACKフレームACK2の送信完了後に宛先ノードDST3のACKフレームACK3が送信される。これにより、通信チャネルCH4において、同じデータフレームに関し、ACKフレームACK1、ACK2及びACK3同士の衝突が回避される。   The destination node DST1 receives the data frame on the communication channel CH1, and then receives the trigger frame on the communication channel CH4. The destination node DST2 receives the data frame on the communication channel CH2, and then receives the trigger frame on the communication channel CH4. The destination node DST3 receives the data frame on the communication channel CH3, and then receives the trigger frame on the communication channel CH4. The destination node DST1 transmits the ACK frame ACK1 for the data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST2 transmits the ACK frame ACK2 for the data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST3 transmits the ACK frame ACK3 for the data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. In the example of FIG. 19, with respect to the same data frame on the communication channel CH4, the ACK frame ACK2 of the destination node DST2 is transmitted after the transmission of the ACK frame ACK1 of the destination node DST1, and the ACK frame ACK2 of the destination node DST2 is transmitted after the transmission of the ACK frame ACK2 of the destination node DST2 is completed. The ACK frame ACK3 of the destination node DST3 is transmitted. As a result, in the communication channel CH4, for the same data frame, collision between the ACK frames ACK1, ACK2, and ACK3 is avoided.

また、各宛先ノードDST1、DST2及びDST3は、自己のACKフレームを送信する前に、通信チャネルCH4においてCS及びBOを実施しない。これにより、上述した図18に示す従来の通信方法に比して、通信チャネルCH4の利用効率が向上する。また、同一のデータフレームについての宛先ノードの数が増えても、BOの時間はトリガフレームの送信前の1回分だけで済む。このため、全ての宛先ノードのACKフレームの送信完了までに要する時間が送信元ノードにおけるACK待ちのタイマーのタイムアウト時間よりも長くなることを抑制できる。これにより、送信元ノードにおけるデータパケットの再送信の発生を低減し、通信効率の低下を防止する効果が得られる。   Further, each of the destination nodes DST1, DST2, and DST3 does not perform CS and BO on the communication channel CH4 before transmitting its own ACK frame. Thereby, the use efficiency of the communication channel CH4 is improved as compared with the conventional communication method shown in FIG. 18 described above. Further, even if the number of destination nodes for the same data frame increases, the BO time is only required to be one time before the transmission of the trigger frame. For this reason, it is possible to suppress that the time required until the transmission of the ACK frame of all the destination nodes is longer than the timeout time of the ACK waiting timer in the transmission source node. As a result, the effect of reducing the occurrence of retransmission of data packets at the transmission source node and preventing a decrease in communication efficiency is obtained.

(適用例6)
図20を参照して本実施形態に係る適用例6を説明する。図20は、本実施形態に係る適用例6の説明図である。適用例6では、遅延ACK(Delayed ACK)に適用する。遅延ACKが適用される場合、上述した即時ACKとは異なり、送信元ノードSRCは、送信したデータフレームについてのACKフレームを待たずに、次のデータフレームを送信することができる。
(Application example 6)
An application example 6 according to the present embodiment will be described with reference to FIG. FIG. 20 is an explanatory diagram of Application Example 6 according to the embodiment. In application example 6, the invention is applied to a delayed ACK (Delayed ACK). When the delayed ACK is applied, unlike the immediate ACK described above, the source node SRC can transmit the next data frame without waiting for the ACK frame for the transmitted data frame.

送信元ノードSRCと宛先ノードDST1、DST2及びDST3とは、第1共有通信媒体と第2共有通信媒体とを使用して通信を行う。通信チャネルCH1、CH2及びCH3は第1共有通信媒体に設けられている。通信チャネルCH4は第2共有通信媒体に設けられている。送信元ノードSRCは、通信チャネルCH1、CH2、CH3及びCH4を使用する。宛先ノードDST1は、通信チャネルCH1及びCH4を使用する。宛先ノードDST2は、通信チャネルCH2及びCH4を使用する。宛先ノードDST3は、通信チャネルCH3及びCH4を使用する。   The source node SRC and the destination nodes DST1, DST2, and DST3 perform communication using the first shared communication medium and the second shared communication medium. The communication channels CH1, CH2 and CH3 are provided on the first shared communication medium. The communication channel CH4 is provided on the second shared communication medium. The source node SRC uses the communication channels CH1, CH2, CH3 and CH4. The destination node DST1 uses the communication channels CH1 and CH4. The destination node DST2 uses the communication channels CH2 and CH4. The destination node DST3 uses the communication channels CH3 and CH4.

第1データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットとを含む。第2データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST3へのデータパケットとを含む。送信元ノードSRCは、通信チャネルCH1及びCH2により第1データフレームを送信する。次いで、送信元ノードSRCは、通信チャネルCH1及びCH3により第2データフレームを送信する。次いで、送信元ノードSRCは、第1データフレームに対応する第1トリガフレームを通信チャネルCH4により送信する。第1データフレームの各データパケットと第1トリガフレームとは、同一のデータフレームID1を含む。第2データフレームの各データパケットは、データフレームID2を含む。   The first data frame includes a data packet to destination node DST1 and a data packet to destination node DST2. The second data frame includes a data packet to destination node DST1 and a data packet to destination node DST3. The source node SRC transmits the first data frame using the communication channels CH1 and CH2. Next, the source node SRC transmits the second data frame using the communication channels CH1 and CH3. Next, the source node SRC transmits a first trigger frame corresponding to the first data frame via the communication channel CH4. Each data packet of the first data frame and the first trigger frame include the same data frame ID1. Each data packet of the second data frame includes a data frame ID2.

宛先ノードDST1は、通信チャネルCH1により第1データフレームを受信し、次いで通信チャネルCH1により第2データフレームを受信し、次いで通信チャネルCH4により第1トリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2により第1データフレームを受信し、次いで通信チャネルCH4により第1トリガフレームを受信する。宛先ノードDST3は、通信チャネルCH3により第2データフレームを受信し、次いで通信チャネルCH4により第1トリガフレームを受信する。   The destination node DST1 receives the first data frame on the communication channel CH1, then receives the second data frame on the communication channel CH1, and then receives the first trigger frame on the communication channel CH4. The destination node DST2 receives the first data frame on the communication channel CH2, and then receives the first trigger frame on the communication channel CH4. The destination node DST3 receives the second data frame on the communication channel CH3, and then receives the first trigger frame on the communication channel CH4.

宛先ノードDST1は、第1トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第1データフレームについてのACKフレームACK1を通信チャネルCH4により送信する。宛先ノードDST2は、第1トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第1データフレームについてのACKフレームACK2を通信チャネルCH4により送信する。宛先ノードDST3は、第1トリガフレームを受信するが、該第1トリガフレームに含まれるデータフレームID1は第2データフレームに含まれるデータフレームID2とは異なるので、第2データフレームについてのACKフレームACK3をまだ送信しない。図20の例では、通信チャネルCH4において、第1データフレームに関し、宛先ノードDST1のACKフレームACK1の送信完了後に、宛先ノードDST2のACKフレームACK2が送信される。これにより、通信チャネルCH4において、第1データフレームに関し、ACKフレームACK1とACKフレームACK2との衝突が回避される。   The destination node DST1 transmits the ACK frame ACK1 for the first data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the first trigger frame. The destination node DST2 transmits an ACK frame ACK2 for the first data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of completion of receiving the first trigger frame. The destination node DST3 receives the first trigger frame. However, since the data frame ID1 included in the first trigger frame is different from the data frame ID2 included in the second data frame, the ACK frame ACK3 for the second data frame is received. Not yet sent. In the example of FIG. 20, the ACK frame ACK2 of the destination node DST2 is transmitted on the communication channel CH4 after the transmission of the ACK frame ACK1 of the destination node DST1 is completed for the first data frame. As a result, in the communication channel CH4, the collision between the ACK frame ACK1 and the ACK frame ACK2 for the first data frame is avoided.

次いで、送信元ノードSRCは、第2データフレームに対応する第2トリガフレームを通信チャネルCH4により送信する。第2トリガフレームは、データフレームID2を含む。各宛先ノードDST1、DST2及びDST3は、通信チャネルCH4により第2トリガフレームを受信する。宛先ノードDST1は、第2トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第2データフレームについてのACKフレームACK1を通信チャネルCH4により送信する。宛先ノードDST3は、第2トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第2データフレームについてのACKフレームACK3を通信チャネルCH4により送信する。宛先ノードDST2は、第2トリガフレームを受信するが、該第2トリガフレームに含まれるデータフレームID2に対応する第2データフレームを受信していないので、第2データフレームについてのACKフレームACK2を送信しない。図20の例では、通信チャネルCH4において、第2データフレームに関し、宛先ノードDST1のACKフレームACK1の送信完了後に、宛先ノードDST3のACKフレームACK3が送信される。これにより、通信チャネルCH4において、第2データフレームに関し、ACKフレームACK1とACKフレームACK3との衝突が回避される。   Next, the source node SRC transmits a second trigger frame corresponding to the second data frame via the communication channel CH4. The second trigger frame includes the data frame ID2. Each of the destination nodes DST1, DST2 and DST3 receives the second trigger frame via the communication channel CH4. The destination node DST1 transmits the ACK frame ACK1 for the second data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of completion of receiving the second trigger frame. The destination node DST3 transmits an ACK frame ACK3 for the second data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of completion of receiving the second trigger frame. The destination node DST2 receives the second trigger frame, but does not receive the second data frame corresponding to the data frame ID2 included in the second trigger frame, and thus transmits the ACK frame ACK2 for the second data frame. do not do. In the example of FIG. 20, on the communication channel CH4, the ACK frame ACK3 of the destination node DST3 is transmitted after the transmission of the ACK frame ACK1 of the destination node DST1 is completed for the second data frame. As a result, in the communication channel CH4, collision between the ACK frame ACK1 and the ACK frame ACK3 for the second data frame is avoided.

第3データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットと、宛先ノードDST3へのデータパケットとを含む。送信元ノードSRCは、CS及びBOを実施してから通信チャネルCH1、CH2及びCH3により第3データフレームを送信する。次いで、送信元ノードSRCは、第3データフレームに対応する第3トリガフレームを通信チャネルCH4により送信する。第3データフレームの各データパケットと第3トリガフレームとは、同一のデータフレームID3を含む。   The third data frame includes a data packet to destination node DST1, a data packet to destination node DST2, and a data packet to destination node DST3. After performing CS and BO, the source node SRC transmits a third data frame through the communication channels CH1, CH2, and CH3. Next, the source node SRC transmits a third trigger frame corresponding to the third data frame via the communication channel CH4. Each data packet of the third data frame and the third trigger frame include the same data frame ID3.

宛先ノードDST1は、通信チャネルCH1により第3データフレームを受信し、次いで通信チャネルCH4により第3トリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2により第3データフレームを受信し、次いで通信チャネルCH4により第3トリガフレームを受信する。宛先ノードDST3は、通信チャネルCH3により第3データフレームを受信し、次いで通信チャネルCH4により第3トリガフレームを受信する。   The destination node DST1 receives the third data frame on the communication channel CH1, and then receives the third trigger frame on the communication channel CH4. The destination node DST2 receives the third data frame on the communication channel CH2, and then receives the third trigger frame on the communication channel CH4. The destination node DST3 receives the third data frame on the communication channel CH3, and then receives the third trigger frame on the communication channel CH4.

宛先ノードDST1は、第3トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第3データフレームについてのACKフレームACK1を通信チャネルCH4により送信する。宛先ノードDST2は、第3トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第3データフレームについてのACKフレームACK2を通信チャネルCH4により送信する。宛先ノードDST3は、第3トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、第3データフレームについてのACKフレームACK3を通信チャネルCH4により送信する。図20の例では、通信チャネルCH4において、第3データフレームに関し、宛先ノードDST1のACKフレームACK1の送信完了後に、宛先ノードDST2のACKフレームACK2が送信され、該宛先ノードDST2のACKフレームACK2の送信完了後に、宛先ノードDST3のACKフレームACK3が送信される。これにより、通信チャネルCH4において、第3データフレームに関し、ACKフレームACK1とACKフレームACK2とACKフレームACK3との衝突が回避される。   The destination node DST1 transmits the ACK frame ACK1 for the third data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of the reception of the third trigger frame. The destination node DST2 transmits the ACK frame ACK2 for the third data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the third trigger frame. The destination node DST3 transmits the ACK frame ACK3 for the third data frame via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of the reception of the third trigger frame. In the example of FIG. 20, with respect to the third data frame on the communication channel CH4, after the transmission of the ACK frame ACK1 of the destination node DST1 is completed, the ACK frame ACK2 of the destination node DST2 is transmitted, and the ACK frame ACK2 of the destination node DST2 is transmitted. After completion, the ACK frame ACK3 of the destination node DST3 is transmitted. As a result, in the communication channel CH4, the collision between the ACK frame ACK1, the ACK frame ACK2, and the ACK frame ACK3 regarding the third data frame is avoided.

なお、例えば、送信元ノードSRCが第2データフレームに含めて送信した宛先ノードDST3へのデータパケットを再送信する場合、送信元ノードSRCは、第3データフレームに宛先ノードDST3へのデータパケットを含めて送信してもよい。   For example, when the source node SRC retransmits the data packet to the destination node DST3 included in the second data frame and transmitted, the source node SRC adds the data packet to the destination node DST3 to the third data frame. It may be transmitted together.

次に本実施形態に係る変形例を説明する。   Next, a modified example according to the present embodiment will be described.

(変形例1)
図21及び図22を参照して本実施形態に係る変形例1を説明する。図21は、本実施形態に係る変形例1の説明図である。図22は、本実施形態に係る変形例1のトリガフレームの構成例を示す図である。変形例1では、ACKフレームの伝送に使用可能な通信チャネルが複数設けられる。図21の例では、ACKフレームの伝送に使用可能な通信チャネルとして、2つの通信チャネルCH7及びCH8が設けられる。
(Modification 1)
Modification 1 according to the present embodiment will be described with reference to FIGS. FIG. 21 is an explanatory diagram of Modification Example 1 according to the embodiment. FIG. 22 is a diagram illustrating a configuration example of a trigger frame according to the first modification of the present embodiment. In the first modification, a plurality of communication channels that can be used for transmitting an ACK frame are provided. In the example of FIG. 21, two communication channels CH7 and CH8 are provided as communication channels that can be used for transmitting an ACK frame.

図21を参照して、本実施形態に係る変形例1の通信方法を説明する。送信元ノードSRCと宛先ノードDST1及びDST2とは、第1共有通信媒体と、第2共有通信媒体とを使用して通信を行う。通信チャネルCH1及びCH2は第1共有通信媒体に設けられている。通信チャネルCH7及びCH8は第2共有通信媒体に設けられている。送信元ノードSRCは、通信チャネルCH1、CH2、CH7及びCH8を使用する。宛先ノードDST1は、通信チャネルCH1、CH7及びCH8を使用する。宛先ノードDST2は、通信チャネルCH2、CH7及びCH8を使用する。第2共有通信媒体に設けられる通信チャネルCH7及びCH8のうち、通信チャネルCH7はプライマリ・チャネル(primary channel)に指定されている。宛先ノードDST1及びDST2は、受信対象の通信チャネルとして、少なくともプライマリ・チャネルを設定する。   With reference to FIG. 21, a communication method according to the first modification of the present embodiment will be described. The source node SRC and the destination nodes DST1 and DST2 perform communication using a first shared communication medium and a second shared communication medium. The communication channels CH1 and CH2 are provided on the first shared communication medium. The communication channels CH7 and CH8 are provided on the second shared communication medium. The source node SRC uses the communication channels CH1, CH2, CH7 and CH8. The destination node DST1 uses the communication channels CH1, CH7 and CH8. The destination node DST2 uses the communication channels CH2, CH7 and CH8. Of the communication channels CH7 and CH8 provided in the second shared communication medium, the communication channel CH7 is designated as a primary channel. The destination nodes DST1 and DST2 set at least a primary channel as a communication channel to be received.

データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットとを含む。送信元ノードSRCは、CS及びBOを実施してから通信チャネルCH1及びCH2によりデータフレームを送信する。次いで、送信元ノードSRCは、通信チャネルCH7及びCH8においてCSを実施する。このCSにより、図21の例では、通信チャネルCH7はアイドル状態であり、通信チャネルCH8はビジーであった。送信元ノードSRCは、通信チャネルCH7においてBOを実施してから、該データフレームに対応するトリガフレームを通信チャネルCH7により送信する。該データフレームの各データパケットと該トリガフレームとは、同一のデータフレームIDを含む。なお、プライマリ・チャネルである通信チャネルCH7がビジーである場合、送信元ノードSRCは、トリガフレームの送信を遅延させる。   The data frame includes a data packet to destination node DST1 and a data packet to destination node DST2. After performing CS and BO, the source node SRC transmits a data frame via the communication channels CH1 and CH2. Next, the source node SRC performs CS on the communication channels CH7 and CH8. Due to this CS, in the example of FIG. 21, the communication channel CH7 was in the idle state, and the communication channel CH8 was busy. After performing the BO on the communication channel CH7, the source node SRC transmits a trigger frame corresponding to the data frame via the communication channel CH7. Each data packet of the data frame and the trigger frame include the same data frame ID. When the communication channel CH7, which is the primary channel, is busy, the source node SRC delays the transmission of the trigger frame.

宛先ノードDST1は、通信チャネルCH1によりデータフレームを受信し、次いで通信チャネルCH7によりトリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2によりデータフレームを受信し、次いで通信チャネルCH7によりトリガフレームを受信する。宛先ノードDST1は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK1を通信チャネルCH7により送信する。宛先ノードDST2は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK2を通信チャネルCH7により送信する。図21の例では、通信チャネルCH7において、同じデータフレームに関し、宛先ノードDST1のACKフレームACK1の送信完了後に、宛先ノードDST2のACKフレームACK2が送信される。これにより、通信チャネルCH7において、同じデータフレームに関し、ACKフレームACK1とACKフレームACK2との衝突が回避される。   Destination node DST1 receives a data frame on communication channel CH1, and then receives a trigger frame on communication channel CH7. The destination node DST2 receives the data frame on the communication channel CH2 and then receives the trigger frame on the communication channel CH7. The destination node DST1 transmits the ACK frame ACK1 for the data frame via the communication channel CH7 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST2 transmits the ACK frame ACK2 for the data frame via the communication channel CH7 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. In the example of FIG. 21, the ACK frame ACK2 of the destination node DST2 is transmitted after the transmission of the ACK frame ACK1 of the destination node DST1 is completed for the same data frame on the communication channel CH7. As a result, in the communication channel CH7, collision between the ACK frame ACK1 and the ACK frame ACK2 for the same data frame is avoided.

図22を参照して、本実施形態に係る変形例1のトリガフレームの構成例を説明する。図22に示す変形例1のトリガフレームは、上述した図6に示すトリガフレームの構成例に対して、さらに各宛先ノードDST1及びDST2に対応する各フィールドDST1及びDST2が設けられる。この点以外は上述した図6に示すトリガフレームの構成例と同じである。   With reference to FIG. 22, a configuration example of the trigger frame of the first modification according to the present embodiment will be described. The trigger frame of the modification 1 shown in FIG. 22 is different from the configuration example of the trigger frame shown in FIG. 6 in that fields DST1 and DST2 corresponding to the destination nodes DST1 and DST2 are further provided. Except for this point, the configuration is the same as the configuration example of the trigger frame shown in FIG.

フィールドDST1は、宛先ノードDST1に通知する情報を格納するフィールドであってRelativeDurationフィールドを含む。フィールドDST1のRelativeDurationフィールドは、宛先ノードDST1へ通知する応答タイミング情報を格納するフィールドである。フィールドDST1は、さらに宛先ノードDST1に通知する情報を格納するフィールドであってMCS_ACKフィールドを含んでもよい。フィールドDST1のMCS_ACKフィールドは、宛先ノードDST1がACKフレームに使用するMCSの情報を格納するフィールドである。同様に、フィールドDST2は、宛先ノードDST2に通知する情報を格納するフィールドであってRelativeDurationフィールドを含む。さらに、フィールドDST2は、宛先ノードDST2に通知する情報を格納するフィールドであってMCS_ACKフィールドを含んでもよい。   Field DST1 is a field for storing information to be notified to destination node DST1, and includes a RelativeDuration field. The relative duration field of the field DST1 is a field for storing response timing information to be notified to the destination node DST1. Field DST1 is a field for storing information to be notified to destination node DST1, and may include an MCS_ACK field. The MCS_ACK field of the field DST1 is a field for storing information of the MCS used for the ACK frame by the destination node DST1. Similarly, the field DST2 is a field for storing information to be notified to the destination node DST2, and includes a relative duration field. Further, field DST2 is a field for storing information to be notified to destination node DST2, and may include an MCS_ACK field.

本変形例1では、ACKフレームの伝送に使用可能な通信チャネルのうち、どの通信チャネルを実際に使用するのかはトリガフレームの送信前のCSによって決まる。したがって、データフレームの送信時点では、ACKフレームの伝送に使用する通信チャネルが未定であるので、ACKフレームに使用するMCS、つまりACKフレームの送信レートも未定であり、よって応答タイミング情報が決まらない。このため、本変形例1では、トリガフレームにRelativeDurationフィールドを設ける。また、MCS_ACKフィールドを設ける場合にはトリガフレームに設ける。一方、データフレームには、RelativeDurationフィールドやMCS_ACKフィールドを設けなくてもよい。   In the first modification, of the communication channels that can be used for transmitting the ACK frame, which communication channel is actually used is determined by the CS before transmitting the trigger frame. Therefore, at the time of transmission of the data frame, the communication channel used for transmission of the ACK frame is undecided, and the MCS used for the ACK frame, that is, the transmission rate of the ACK frame is also undecided, and the response timing information is not determined. Therefore, in the first modification, a relative duration field is provided in the trigger frame. When the MCS_ACK field is provided, it is provided in the trigger frame. On the other hand, the relative frame and the MCS_ACK field may not be provided in the data frame.

(変形例2)
図23及び図24を参照して本実施形態に係る変形例2を説明する。図23は、本実施形態に係る変形例2の説明図である。図24は、本実施形態に係る変形例2のトリガフレームの構成例を示す図である。変形例2では、上述した変形例1と同様に、ACKフレームの伝送に使用可能な通信チャネルが複数設けられる。図23の例では、上述した図21の例と同様に、ACKフレームの伝送に使用可能な通信チャネルとして、2つの通信チャネルCH7及びCH8が設けられる。但し、本変形例2では、複数の宛先ノードDSTが複数の通信チャネルによりACKフレームを送信してもよい。
(Modification 2)
Modification 2 according to the present embodiment will be described with reference to FIGS. FIG. 23 is an explanatory diagram of Modification 2 according to the present embodiment. FIG. 24 is a diagram illustrating a configuration example of a trigger frame of Modification 2 according to the present embodiment. In the second modification, as in the first modification, a plurality of communication channels that can be used for transmitting the ACK frame are provided. In the example of FIG. 23, as in the example of FIG. 21 described above, two communication channels CH7 and CH8 are provided as communication channels that can be used for transmitting an ACK frame. However, in the second modification, a plurality of destination nodes DST may transmit an ACK frame using a plurality of communication channels.

図23を参照して、本実施形態に係る変形例2の通信方法を説明する。送信元ノードSRCと宛先ノードDST1及びDST2とは、第1共有通信媒体と、第2共有通信媒体とを使用して通信を行う。通信チャネルCH1及びCH2は第1共有通信媒体に設けられている。通信チャネルCH7及びCH8は第2共有通信媒体に設けられている。送信元ノードSRCは、通信チャネルCH1、CH2、CH7及びCH8を使用する。宛先ノードDST1は、通信チャネルCH1、CH7及びCH8を使用する。宛先ノードDST2は、通信チャネルCH2、CH7及びCH8を使用する。第2共有通信媒体に設けられる通信チャネルCH7及びCH8のうち、通信チャネルCH7はプライマリ・チャネルに指定されている。宛先ノードDST1及びDST2は、受信対象の通信チャネルとして、少なくともプライマリ・チャネルを設定する。   With reference to FIG. 23, a communication method of Modification 2 according to the present embodiment will be described. The source node SRC and the destination nodes DST1 and DST2 perform communication using a first shared communication medium and a second shared communication medium. The communication channels CH1 and CH2 are provided on the first shared communication medium. The communication channels CH7 and CH8 are provided on the second shared communication medium. The source node SRC uses the communication channels CH1, CH2, CH7 and CH8. The destination node DST1 uses the communication channels CH1, CH7 and CH8. The destination node DST2 uses the communication channels CH2, CH7 and CH8. Of the communication channels CH7 and CH8 provided in the second shared communication medium, the communication channel CH7 is designated as a primary channel. The destination nodes DST1 and DST2 set at least a primary channel as a communication channel to be received.

データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットとを含む。送信元ノードSRCは、CS及びBOを実施してから通信チャネルCH1及びCH2によりデータフレームを送信する。次いで、送信元ノードSRCは、通信チャネルCH7及びCH8においてCSを実施する。このCSにより、図23の例では、通信チャネルCH7及びCH8の両方がアイドル状態であった。送信元ノードSRCは、プライマリ・チャネルである通信チャネルCH7においてBOを実施してから、該データフレームに対応するトリガフレームを通信チャネルCH7により送信する。該データフレームの各データパケットと該トリガフレームとは、同一のデータフレームIDを含む。なお、プライマリ・チャネルである通信チャネルCH7がビジーである場合、送信元ノードSRCは、トリガフレームの送信を遅延させる。   The data frame includes a data packet to destination node DST1 and a data packet to destination node DST2. After performing CS and BO, the source node SRC transmits a data frame via the communication channels CH1 and CH2. Next, the source node SRC performs CS on the communication channels CH7 and CH8. Due to this CS, in the example of FIG. 23, both the communication channels CH7 and CH8 were in the idle state. The source node SRC performs a BO on the communication channel CH7, which is the primary channel, and then transmits a trigger frame corresponding to the data frame via the communication channel CH7. Each data packet of the data frame and the trigger frame include the same data frame ID. When the communication channel CH7, which is the primary channel, is busy, the source node SRC delays the transmission of the trigger frame.

宛先ノードDST1は、通信チャネルCH1によりデータフレームを受信し、次いで通信チャネルCH7によりトリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2によりデータフレームを受信し、次いで通信チャネルCH7によりトリガフレームを受信する。   Destination node DST1 receives a data frame on communication channel CH1, and then receives a trigger frame on communication channel CH7. The destination node DST2 receives the data frame on the communication channel CH2 and then receives the trigger frame on the communication channel CH7.

宛先ノードDST1は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK1を自己の通信チャネルにより送信する。宛先ノードDST2は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK2を自己の通信チャネルにより送信する。各宛先ノードDST1及びDST2がACKフレームを送信する通信チャネルを示すACKチャネル情報は、トリガフレームに含まれる。図23の例では、同じデータフレームに関し、宛先ノードDST1は通信チャネルCH7によりACKフレームACK1を送信し、一方、宛先ノードDST2は通信チャネルCH8によりACKフレームACK2を送信する。つまり、トリガフレームには、ACKフレームの送信に使用する通信チャネルとして、宛先ノードDST1に対して通信チャネルCH7を指定するACKチャネル情報と、宛先ノードDST2に対して通信チャネルCH8を指定するACKチャネル情報とが含まれる。これにより、同じデータフレームに関し、ACKフレームACK1とACKフレームACK2との衝突が回避される。   The destination node DST1 transmits the ACK frame ACK1 for the data frame through its own communication channel at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST2 transmits the ACK frame ACK2 for the data frame through its own communication channel at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. ACK channel information indicating a communication channel through which each of the destination nodes DST1 and DST2 transmits an ACK frame is included in the trigger frame. In the example of FIG. 23, for the same data frame, destination node DST1 transmits ACK frame ACK1 on communication channel CH7, while destination node DST2 transmits ACK frame ACK2 on communication channel CH8. That is, in the trigger frame, ACK channel information that specifies the communication channel CH7 for the destination node DST1 and ACK channel information that specifies the communication channel CH8 for the destination node DST2, as communication channels used for transmitting the ACK frame. And are included. Thereby, regarding the same data frame, collision between ACK frame ACK1 and ACK frame ACK2 is avoided.

図24を参照して、本実施形態に係る変形例2のトリガフレームの構成例を説明する。図24に示す変形例2のトリガフレームは、上述した図22に示す変形例1のトリガフレームの構成例に対して、さらに各宛先ノードDST1及びDST2に対応するCH_ACKフィールドが設けられる。この点以外は上述した図22に示す変形例1のトリガフレームの構成例と同じである。   With reference to FIG. 24, a configuration example of the trigger frame of Modification 2 according to the present embodiment will be described. The trigger frame of the modification 2 shown in FIG. 24 is different from the configuration example of the trigger frame of the modification 1 shown in FIG. 22 described above in that a CH_ACK field corresponding to each of the destination nodes DST1 and DST2 is further provided. Except for this point, the configuration is the same as the configuration example of the trigger frame of the first modification shown in FIG. 22 described above.

宛先ノードDST1に対応するCH_ACKフィールドはフィールドDST1内に設けられる。フィールドDST1のCH_ACKフィールドは、宛先ノードDST1へ通知するACKチャネル情報を格納するフィールドである。ACKチャネル情報は、ACKフレームを送信する通信チャネルを示す情報である。同様に、宛先ノードDST2に対応するCH_ACKフィールドはフィールドDST2内に設けられる。フィールドDST2のCH_ACKフィールドは、宛先ノードDST2へ通知するACKチャネル情報を格納するフィールドである。各宛先ノードDST1及びDST2は、トリガフレームに含まれる自己のACKチャネル情報によって、自己がACKフレームを送信する通信チャネルを認識する。   The CH_ACK field corresponding to the destination node DST1 is provided in the field DST1. The CH_ACK field of the field DST1 is a field for storing ACK channel information to be notified to the destination node DST1. The ACK channel information is information indicating a communication channel for transmitting an ACK frame. Similarly, a CH_ACK field corresponding to the destination node DST2 is provided in the field DST2. The CH_ACK field of the field DST2 is a field for storing ACK channel information to be notified to the destination node DST2. Each of the destination nodes DST1 and DST2 recognizes the communication channel on which the ACK frame is to be transmitted, based on the ACK channel information included in the trigger frame.

(変形例3)
図25を参照して本実施形態に係る変形例3を説明する。図25は、本実施形態に係る変形例3の説明図である。変形例3では、上述した変形例2と同様に、ACKフレームの伝送に使用可能な通信チャネルが複数設けられると共に、複数の宛先ノードDSTが複数の通信チャネルによりACKフレームを送信してもよい。図25の例では、上述した図23の例と同様に、ACKフレームの伝送に使用可能な通信チャネルとして、2つの通信チャネルCH7及びCH8が設けられる。但し、本変形例3では、トリガフレームを複数の通信チャネルにより送信してもよい。
(Modification 3)
Modification 3 according to the present embodiment will be described with reference to FIG. FIG. 25 is an explanatory diagram of Modification 3 according to the present embodiment. In the third modification, similarly to the second modification described above, a plurality of communication channels usable for transmitting the ACK frame may be provided, and the plurality of destination nodes DST may transmit the ACK frame through the plurality of communication channels. In the example of FIG. 25, as in the example of FIG. 23 described above, two communication channels CH7 and CH8 are provided as communication channels that can be used for transmitting an ACK frame. However, in the third modification, the trigger frame may be transmitted through a plurality of communication channels.

図25を参照して、本実施形態に係る変形例3の通信方法を説明する。送信元ノードSRCと宛先ノードDST1及びDST2とは、第1共有通信媒体と、第2共有通信媒体とを使用して通信を行う。通信チャネルCH1及びCH2は第1共有通信媒体に設けられている。通信チャネルCH7及びCH8は第2共有通信媒体に設けられている。送信元ノードSRCは、通信チャネルCH1、CH2、CH7及びCH8を使用する。宛先ノードDST1は、通信チャネルCH1、CH7及びCH8を使用する。宛先ノードDST2は、通信チャネルCH2、CH7及びCH8を使用する。第2共有通信媒体に設けられる通信チャネルCH7及びCH8のうち、通信チャネルCH7はプライマリ・チャネルに指定されている。宛先ノードDST1及びDST2は、受信対象の通信チャネルとして、少なくともプライマリ・チャネルを設定する。   With reference to FIG. 25, a communication method of Modification 3 according to the present embodiment will be described. The source node SRC and the destination nodes DST1 and DST2 perform communication using a first shared communication medium and a second shared communication medium. The communication channels CH1 and CH2 are provided on the first shared communication medium. The communication channels CH7 and CH8 are provided on the second shared communication medium. The source node SRC uses the communication channels CH1, CH2, CH7 and CH8. The destination node DST1 uses the communication channels CH1, CH7 and CH8. The destination node DST2 uses the communication channels CH2, CH7 and CH8. Of the communication channels CH7 and CH8 provided in the second shared communication medium, the communication channel CH7 is designated as a primary channel. The destination nodes DST1 and DST2 set at least a primary channel as a communication channel to be received.

データフレームは、宛先ノードDST1へのデータパケットと、宛先ノードDST2へのデータパケットとを含む。送信元ノードSRCは、CS及びBOを実施してから通信チャネルCH1及びCH2によりデータフレームを送信する。次いで、送信元ノードSRCは、通信チャネルCH7及びCH8においてCSを実施する。このCSにより、図25の例では、通信チャネルCH7及びCH8の両方がアイドル状態であった。送信元ノードSRCは、BOを実施してから、該データフレームに対応するトリガフレームを通信チャネルCH7及びCH8の両方により送信する。該データフレームの各データパケットと該トリガフレームとは、同一のデータフレームIDを含む。なお、プライマリ・チャネルである通信チャネルCH7がビジーである場合、送信元ノードSRCは、トリガフレームの送信を遅延させる。   The data frame includes a data packet to destination node DST1 and a data packet to destination node DST2. After performing CS and BO, the source node SRC transmits a data frame via the communication channels CH1 and CH2. Next, the source node SRC performs CS on the communication channels CH7 and CH8. Due to this CS, in the example of FIG. 25, both the communication channels CH7 and CH8 were in the idle state. After performing the BO, the source node SRC transmits a trigger frame corresponding to the data frame on both the communication channels CH7 and CH8. Each data packet of the data frame and the trigger frame include the same data frame ID. When the communication channel CH7, which is the primary channel, is busy, the source node SRC delays the transmission of the trigger frame.

宛先ノードDST1は、通信チャネルCH1によりデータフレームを受信し、次いで、少なくともプライマリ・チャネルである通信チャネルCH7によりトリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2によりデータフレームを受信し、次いで、少なくともプライマリ・チャネルである通信チャネルCH7によりトリガフレームを受信する。   The destination node DST1 receives a data frame on the communication channel CH1, and then receives a trigger frame on at least the communication channel CH7, which is the primary channel. The destination node DST2 receives the data frame on the communication channel CH2, and then receives the trigger frame on at least the communication channel CH7, which is the primary channel.

宛先ノードDST1は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK1を自己の通信チャネルにより送信する。宛先ノードDST2は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、データフレームについてのACKフレームACK2を自己の通信チャネルにより送信する。各宛先ノードDST1及びDST2がACKフレームを送信する通信チャネルを示すACKチャネル情報は、トリガフレームに含まれる。図25の例では、同じデータフレームに関し、宛先ノードDST1は通信チャネルCH7によりACKフレームACK1を送信し、一方、宛先ノードDST2は通信チャネルCH8によりACKフレームACK2を送信する。つまり、トリガフレームには、ACKフレームの送信に使用する通信チャネルとして、宛先ノードDST1に対して通信チャネルCH7を指定するACKチャネル情報と、宛先ノードDST2に対して通信チャネルCH8を指定するACKチャネル情報とが含まれる。これにより、同じデータフレームに関し、ACKフレームACK1とACKフレームACK2との衝突が回避される。また、通信チャネルCH7のトリガフレームによるTXOP保護期間及びNAV保護期間によって、通信チャネルCH7において、宛先ノードDST1によるACKフレームACK1の送信完了が保護される。同様に、通信チャネルCH8のトリガフレームによるTXOP保護期間及びNAV保護期間によって、通信チャネルCH8において、宛先ノードDST2によるACKフレームACK2の送信完了が保護される。   The destination node DST1 transmits the ACK frame ACK1 for the data frame through its own communication channel at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST2 transmits the ACK frame ACK2 for the data frame through its own communication channel at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. ACK channel information indicating a communication channel through which each of the destination nodes DST1 and DST2 transmits an ACK frame is included in the trigger frame. In the example of FIG. 25, for the same data frame, destination node DST1 transmits ACK frame ACK1 on communication channel CH7, while destination node DST2 transmits ACK frame ACK2 on communication channel CH8. That is, in the trigger frame, ACK channel information that specifies the communication channel CH7 for the destination node DST1 and ACK channel information that specifies the communication channel CH8 for the destination node DST2 as communication channels used for transmitting the ACK frame. And are included. As a result, for the same data frame, collision between ACK frame ACK1 and ACK frame ACK2 is avoided. Further, the transmission completion of the ACK frame ACK1 by the destination node DST1 in the communication channel CH7 is protected by the TXOP protection period and the NAV protection period by the trigger frame of the communication channel CH7. Similarly, the transmission completion of the ACK frame ACK2 by the destination node DST2 in the communication channel CH8 is protected by the TXOP protection period and the NAV protection period by the trigger frame of the communication channel CH8.

本変形例3のトリガフレームには、上述した図24に示す変形例2のトリガフレームの構成例を適用できる。   The above-described configuration example of the trigger frame of the second modification shown in FIG. 24 can be applied to the trigger frame of the third modification.

(変形例4)
図26を参照して本実施形態に係る変形例4を説明する。図26は、本実施形態に係る変形例4の説明図である。送信元ノードSRCと宛先ノードDST1及びDST2とは、第1共有通信媒体と、第2共有通信媒体とを使用して通信を行う。通信チャネルCH1及びCH2は第1共有通信媒体に設けられている。通信チャネルCH4は第2共有通信媒体に設けられている。送信元ノードSRCは、通信チャネルCH1、CH2及びCH4を使用する。宛先ノードDST1は、通信チャネルCH1及びCH4を使用する。宛先ノードDST2は、通信チャネルCH2及びCH4を使用する。
(Modification 4)
Modification 4 according to the present embodiment will be described with reference to FIG. FIG. 26 is an explanatory diagram of Modification 4 according to the present embodiment. The source node SRC and the destination nodes DST1 and DST2 perform communication using a first shared communication medium and a second shared communication medium. The communication channels CH1 and CH2 are provided on the first shared communication medium. The communication channel CH4 is provided on the second shared communication medium. The source node SRC uses the communication channels CH1, CH2 and CH4. The destination node DST1 uses the communication channels CH1 and CH4. The destination node DST2 uses the communication channels CH2 and CH4.

変形例4では、DLフレームは、ULACKとDL−DATAとを含む。また、ULフレームは、DLACKとUL−DATAとを含む。DLフレームは、送信元ノードから宛先ノードへ向かう方向の下りリンク(Downlink:DL)のフレームである。ULフレームは、宛先ノードから送信元ノードへ向かう方向の上りリンク(Uplink:UL)のフレームである。UL−DATAは、ULのデータ信号のパケットである。DL−DATAは、DLのデータ信号のパケットである。ULACKは、UL−DATAについてのACK信号である。DLACKは、DL−DATAについてのACK信号である。   In the fourth modification, the DL frame includes ULACK and DL-DATA. Further, the UL frame includes DLACK and UL-DATA. The DL frame is a downlink (DL) frame in the direction from the source node to the destination node. The UL frame is an uplink (UL) frame in a direction from the destination node to the source node. UL-DATA is a packet of a UL data signal. DL-DATA is a packet of a DL data signal. ULACK is an ACK signal for UL-DATA. DLACK is an ACK signal for DL-DATA.

UL−DATAは、DLACKにピギーバック(piggyback、相乗り)する。DL−DATAは、ULACKにピギーバックする。ULフレーム(m)には、DLフレーム(n)のDL−DATA1についてのDLACK1と、ULフレーム(m)におけるDL−DATA1とが含まれる。ULフレーム(m+1)には、DLフレーム(n)のDL−DATA2についてのDLACK2と、ULフレーム(m+1)におけるDL−DATA2とが含まれる。   UL-DATA piggybacks on DLACK. DL-DATA piggybacks on ULACK. The UL frame (m) includes DLACK1 for DL-DATA1 of the DL frame (n) and DL-DATA1 for the UL frame (m). The UL frame (m + 1) includes DLACK2 for DL-DATA2 of the DL frame (n) and DL-DATA2 for the UL frame (m + 1).

送信元ノードSRCは、通信チャネルCH1及びCH2によりDLフレーム(n)を送信する。次いで、送信元ノードSRCは、通信チャネルCH4においてCS及びBOを実施してから、該DLフレーム(n)に対応するトリガフレームを通信チャネルCH4により送信する。該DLフレーム(n)の各DL−DATAと該トリガフレームとは、同一のデータフレームIDを含む。   The source node SRC transmits the DL frame (n) using the communication channels CH1 and CH2. Next, after performing CS and BO on the communication channel CH4, the source node SRC transmits a trigger frame corresponding to the DL frame (n) via the communication channel CH4. Each DL-DATA of the DL frame (n) and the trigger frame include the same data frame ID.

宛先ノードDST1は、通信チャネルCH1によりDLフレーム(n)を受信し、次いで通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST2は、通信チャネルCH2によりDLフレーム(n)を受信し、次いで通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST1は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、ULフレーム(m)を通信チャネルCH4により送信する。宛先ノードDST1は、ULフレーム(m)に、DLフレーム(n)のDL−DATA1についてのDLACK1と、ULフレーム(m)におけるUL−DATA1とを含める。   The destination node DST1 receives the DL frame (n) on the communication channel CH1, and then receives the trigger frame on the communication channel CH4. The destination node DST2 receives the DL frame (n) on the communication channel CH2, and then receives the trigger frame on the communication channel CH4. The destination node DST1 transmits the UL frame (m) via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST1 includes, in the UL frame (m), DLACK1 for DL-DATA1 of the DL frame (n) and UL-DATA1 for the UL frame (m).

宛先ノードDST2は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、ULフレーム(m+1)を通信チャネルCH4により送信する。宛先ノードDST2は、ULフレーム(m+1)に、DLフレーム(n)のDL−DATA2についてのDLACK2と、ULフレーム(m+1)におけるUL−DATA2とを含める。   The destination node DST2 transmits the UL frame (m + 1) via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST2 includes, in the UL frame (m + 1), DLACK2 for DL-DATA2 of the DL frame (n) and UL-DATA2 for the UL frame (m + 1).

送信元ノードSRCは、通信チャネルCH4により、ULフレーム(m)及びULフレーム(m+1)を受信する。次いで、送信元ノードSRCは、通信チャネルCH1及びCH2においてCS及びBOを実施してから、DLフレーム(n+1)を通信チャネルCH1及びCH2により送信する。送信元ノードSRCは、DLフレーム(n+1)に、ULフレーム(m)のUL−DATA1についてのULACK1と、DLフレーム(n+1)におけるDL−DATA1と、ULフレーム(m+1)のUL−DATA2についてのULACK2と、DLフレーム(n+1)におけるDL−DATA1とを含める。   The source node SRC receives the UL frame (m) and the UL frame (m + 1) via the communication channel CH4. Next, the source node SRC performs CS and BO on the communication channels CH1 and CH2, and then transmits the DL frame (n + 1) via the communication channels CH1 and CH2. The transmission source node SRC stores, in the DL frame (n + 1), ULACK1 for UL-DATA1 of the UL frame (m), DL-DATA1 for the DL frame (n + 1), and ULACK2 for UL-DATA2 of the UL frame (m + 1). And DL-DATA1 in the DL frame (n + 1).

本変形例4によれば、通信チャネルCH4において、DLACK及びUL−DATAの衝突が回避される。   According to the fourth modification, collision of DLACK and UL-DATA in the communication channel CH4 is avoided.

なお、宛先ノードDSTは、自己のUL−DATAの存在を送信元ノードSRCへ通知する。例えば、UL−DATAの存在を示す情報をDLACKに含めてもよい。送信元ノードSRCは、宛先ノードDSTのUL−DATAの存在を認識すると、トリガフレームによるTXOP保護期間及びNAV保護期間を、該UL−DATAの送信を保護するように調整する。   The destination node DST notifies the source node SRC of the existence of its own UL-DATA. For example, information indicating the presence of UL-DATA may be included in DLACK. When recognizing the existence of UL-DATA of the destination node DST, the source node SRC adjusts the TXOP protection period and the NAV protection period by the trigger frame so as to protect the transmission of the UL-DATA.

(変形例5)
図27を参照して本実施形態に係る変形例5を説明する。図27は、本実施形態に係る変形例5の説明図である。送信元ノードSRCと宛先ノードDST1及びDST2とは、第1共有通信媒体と、第2共有通信媒体とを使用して通信を行う。通信チャネルCH1及びCH2は第1共有通信媒体に設けられている。通信チャネルCH4は第2共有通信媒体に設けられている。送信元ノードSRCは、通信チャネルCH1、CH2及びCH4を使用する。宛先ノードDST1は、通信チャネルCH1及びCH4を使用する。宛先ノードDST2は、通信チャネルCH2及びCH4を使用する。変形例5では、送信元ノードSRCは、トリガフレームによって、UL−DATAの送信タイミングを宛先ノードDSTへ通知し、UL−DATAの送信を保護する。
(Modification 5)
Modification 5 according to the present embodiment will be described with reference to FIG. FIG. 27 is an explanatory diagram of Modification Example 5 according to the present embodiment. The source node SRC and the destination nodes DST1 and DST2 perform communication using a first shared communication medium and a second shared communication medium. The communication channels CH1 and CH2 are provided on the first shared communication medium. The communication channel CH4 is provided on the second shared communication medium. The source node SRC uses the communication channels CH1, CH2 and CH4. The destination node DST1 uses the communication channels CH1 and CH4. The destination node DST2 uses the communication channels CH2 and CH4. In the fifth modification, the transmission source node SRC uses a trigger frame to notify the transmission timing of UL-DATA to the destination node DST, and protects transmission of UL-DATA.

送信元ノードSRCは、通信チャネルCH4においてCS及びBOを実施してから、トリガフレームを通信チャネルCH4により送信する。各宛先ノードDST1及びDST2は、通信チャネルCH4によりトリガフレームを受信する。宛先ノードDST1は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、ULフレーム(m)を通信チャネルCH4により送信する。宛先ノードDST2は、トリガフレームの受信完了のタイミングに基づく自己の応答タイミング情報のタイミングで、ULフレーム(m+1)を通信チャネルCH4により送信する。本変形例5のトリガフレームには、上述した図22に示す変形例1のトリガフレームの構成例を適用できる。   After performing CS and BO on the communication channel CH4, the source node SRC transmits a trigger frame on the communication channel CH4. Each of the destination nodes DST1 and DST2 receives the trigger frame via the communication channel CH4. The destination node DST1 transmits the UL frame (m) via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The destination node DST2 transmits the UL frame (m + 1) via the communication channel CH4 at the timing of its own response timing information based on the timing of the completion of receiving the trigger frame. The configuration example of the trigger frame of the first modification shown in FIG. 22 described above can be applied to the trigger frame of the fifth modification.

送信元ノードSRCは、通信チャネルCH4により、ULフレーム(m)及びULフレーム(m+1)を受信する。次いで、送信元ノードSRCは、通信チャネルCH1及びCH2においてCS及びBOを実施してから、ULフレーム(m)のUL−DATA1についてのULACK1を通信チャネル1により、ULフレーム(m+1)のUL−DATA2についてのULACK2を通信チャネル2により、それぞれ送信する。   The source node SRC receives the UL frame (m) and the UL frame (m + 1) via the communication channel CH4. Next, the source node SRC performs CS and BO on the communication channels CH1 and CH2, and then transmits ULACK1 for UL-DATA1 of the UL frame (m) via the communication channel 1 to UL-DATA2 of the UL frame (m + 1). Are transmitted over the communication channel 2 respectively.

上述した変形例4、5によれば以下に示す効果が得られる。
従来のWi−FiプロトコルにおけるPCF(Point Coordination Function)及びHCCA(Hybrid coordination function Controlled Channel Access)は、ULデータパケットの衝突問題をある程度緩和することができるが、以下に示すような制限がある。
According to Modifications 4 and 5 described above, the following effects can be obtained.
PCF (Point Coordination Function) and HCCA (Hybrid Coordination Function Controlled Channel Access) in the conventional Wi-Fi protocol can alleviate the collision problem of UL data packets to some extent, but have the following limitations.

PCFは、CFP(Contention Free Period)中に実施されるが、少なくとも2つの制限に直面する。第1に、PCF及びDCF(Distributed Coordination Function)の両方のトラフィックに潜在的遅延をもたらし、遅延に厳しいトラフィックに深刻な影響を与え得る。第2に、共存するBSS(Basic Service Set)のCFPの総継続期間が各BSSにおけるCFP反復間隔よりも長い場合、PCFによって提供されるサービス保証が達成できない。   PCF is implemented during the Contention Free Period (CFP), but faces at least two limitations. First, it introduces potential delays in both PCF and DCF (Distributed Coordination Function) traffic, which can severely impact delay-sensitive traffic. Second, if the total duration of CFPs in a coexisting Basic Service Set (BSS) is longer than the CFP repetition interval in each BSS, the service guarantee provided by the PCF cannot be achieved.

HCCAは、CFP及びCP(Contention Period)の両方において実施可能であるが、複数の共存するBSSが第2共有通信媒体のアクセス権の獲得を規則的に試みている場合、ULデータパケットの頻繁な衝突に直面する可能性がある。   HCCA can be implemented in both CFP and Contention Period (CP), but if multiple co-existing BSSs are regularly trying to gain access to the second shared communication medium, the frequent UL data packet You may face a collision.

これに対して上述した変形例4、5によれば、以下に示すように、PCF及びHCCAの両方の制限を緩和することができる。   On the other hand, according to Modifications 4 and 5 described above, it is possible to relax the restrictions on both PCF and HCCA as described below.

第1に、PCFとは異なり、上述した変形例4、5は競合に基づく通信方法である。従って、CFP反復期間をCFP及びCPに分割することによって、PCFに生じる問題を解決することができる。第2に、トリガフレームの送信前にBOが実施されるため、複数のトリガフレームの送信機会が重なったとしても、該複数のトリガフレームが同時に送信される可能性を著しく低減することができる。   First, unlike PCF, Modifications 4 and 5 described above are communication methods based on contention. Therefore, by dividing the CFP repetition period into CFP and CP, it is possible to solve a problem occurring in PCF. Second, since the BO is performed before the transmission of the trigger frame, the possibility that the plurality of trigger frames are transmitted simultaneously can be significantly reduced even if the transmission opportunities of the plurality of trigger frames overlap.

上述したように本実施形態によれば、送信元ノードが宛先ノードへデータフレームを送信する通信チャネルと、宛先ノードが送信元ノードへ該データフレームについてのACKフレームを返信する通信チャネルとが異なる場合に、トリガフレームによって、ACKフレームの送信を保護することができる。これにより、送信元ノードにおけるACKフレームの受信成功率を向上させることができるという効果が得られる。   As described above, according to the present embodiment, when the communication channel for transmitting a data frame from the source node to the destination node is different from the communication channel for transmitting the ACK frame for the data frame from the destination node to the source node In addition, the transmission of the ACK frame can be protected by the trigger frame. As a result, an effect is obtained that the success rate of ACK frame reception at the transmission source node can be improved.

なお、上述した実施形態では、応答信号として確認応答信号(ACK)を使用したが、応答信号として否定応答信号(NACK)を使用してもよい。また、応答信号として確認応答信号(ACK)及び否定応答信号(NACK)の両方を使用してもよい。   In the above-described embodiment, the acknowledgment signal (ACK) is used as the response signal, but a negative acknowledgment signal (NACK) may be used as the response signal. Further, both the acknowledgment signal (ACK) and the negative acknowledgment signal (NACK) may be used as the response signal.

また、上述した送信元ノードSRC又は宛先ノードDSTの機能を実現するためのコンピュータプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行するようにしてもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものであってもよい。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、フラッシュメモリ等の書き込み可能な不揮発性メモリ、DVD(Digital Versatile Disc)等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。
Further, a computer program for realizing the function of the above-mentioned transmission source node SRC or destination node DST is recorded on a computer-readable recording medium, and the program recorded on this recording medium is read and executed by a computer system. You may do so. Here, the “computer system” may include an OS and hardware such as peripheral devices.
The “computer-readable recording medium” includes a writable nonvolatile memory such as a flexible disk, a magneto-optical disk, a ROM, and a flash memory, a portable medium such as a DVD (Digital Versatile Disc), and a computer system. Storage device such as a hard disk.

さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(例えばDRAM(Dynamic Random Access Memory))のように、一定時間プログラムを保持しているものも含むものとする。
また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。
また、上記プログラムは、前述した機能の一部を実現するためのものであっても良い。さらに、前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。
Further, a “computer-readable recording medium” refers to a volatile memory (for example, a DRAM (Dynamic Random Access Memory), which holds programs for a certain period of time.
Further, the above program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the "transmission medium" for transmitting a program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line.
Further, the program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.

以上、本発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、本発明の要旨を逸脱しない範囲の設計変更等も含まれる。   As described above, the embodiments of the present invention have been described in detail with reference to the drawings. However, the specific configuration is not limited to the embodiments, and includes a design change or the like without departing from the gist of the present invention.

1…無線通信システム、10…基地局装置、11,31…受信部、12,32…制御部、13…データフレーム生成部、14…トリガフレーム生成部、15,34…送信部、30…端末装置、33…ACKフレーム生成部、DST…宛先ノード、SRC…送信元ノード DESCRIPTION OF SYMBOLS 1 ... Wireless communication system, 10 ... Base station apparatus, 11, 31 ... Receiving part, 12, 32 ... Control part, 13 ... Data frame generating part, 14 ... Trigger frame generating part, 15, 34 ... Transmitting part, 30 ... Terminal Device, 33: ACK frame generation unit, DST: destination node, SRC: source node

Claims (12)

複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを生成する第1フレーム生成部と、
前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを生成する第2フレーム生成部と、
前記第1フレームを前記複数の宛先ノードの各々に対応する第1通信チャネルにより送信し、前記第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより送信する送信部と、
前記第2通信チャネルにより前記第3フレームを受信する受信部と、
を備える通信装置。
A first frame generation unit that generates a first frame including a data signal to be transmitted to each of the plurality of destination nodes;
A second frame generation unit that generates a second frame representing a reference of different timing at which each of the plurality of destination nodes transmits a third frame including a response signal for a data signal included in the first frame;
Transmitting the first frame over a first communication channel corresponding to each of the plurality of destination nodes; and transmitting the second frame over a communication channel different from the first communication channel and used for transmitting the third frame. A transmitting unit for transmitting by a second communication channel,
A receiving unit that receives the third frame through the second communication channel;
A communication device comprising:
前記第1フレームは、前記第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングであって前記第2フレームが表す基準に基づくタイミングを表す応答タイミング情報を含む、
請求項1に記載の通信装置。
The first frame includes response timing information indicating different timings at which each of the plurality of destination nodes transmits the third frame and indicating timing based on a reference represented by the second frame.
The communication device according to claim 1.
前記第2フレームは、前記第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングであって前記第2フレームが表す基準に基づくタイミングを表す応答タイミング情報を含む、
請求項1に記載の通信装置。
The second frame includes response timing information indicating different timing at which each of the plurality of destination nodes transmits the third frame, the timing being based on a criterion represented by the second frame.
The communication device according to claim 1.
前記第2フレームは、前記第1フレームのフレーム識別情報を含む、
請求項1又は2のいずれか1項に記載の通信装置。
The second frame includes frame identification information of the first frame,
The communication device according to claim 1.
前記第2フレームは、前記第3フレームの伝送に使用可能な複数の通信チャネルの中から前記第2通信チャネルを指定する応答チャネル情報を含む、
請求項1から4のいずれか1項に記載の通信装置。
The second frame includes response channel information designating the second communication channel from among a plurality of communication channels available for transmission of the third frame,
The communication device according to claim 1.
前記第2通信チャネルは、前記複数の宛先ノードのうち第1宛先ノードと第2宛先ノードとで異なる、
請求項5に記載の通信装置。
The second communication channel is different between a first destination node and a second destination node of the plurality of destination nodes.
The communication device according to claim 5.
前記第3フレームは、自通信装置に対して前記宛先ノードが送信するデータ信号を含む、
請求項1から6のいずれか1項に記載の通信装置。
The third frame includes a data signal transmitted by the destination node to the own communication device,
The communication device according to claim 1.
送信元ノードが複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを自通信装置に対応する第1通信チャネルにより受信し、前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより受信する受信部と、
前記第3フレームを生成する第3フレーム生成部と、
前記第2フレームが表す基準に基づく自通信装置のタイミングで前記第3フレームを送信する送信部と、
を備える通信装置。
A source node receives a first frame including a data signal to be transmitted to each of a plurality of destination nodes via a first communication channel corresponding to its own communication device, and includes a response signal for a data signal included in the first frame. A second frame representing a different timing reference at which each of the plurality of destination nodes transmits a third frame, the second frame being a communication channel different from the first communication channel and being used for transmitting the third frame; A receiving unit for receiving by a channel;
A third frame generation unit that generates the third frame;
A transmitting unit that transmits the third frame at a timing of the own communication device based on a reference represented by the second frame;
A communication device comprising:
複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを生成する第1フレーム生成部と、
前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを生成する第2フレーム生成部と、
前記第1フレームを前記複数の宛先ノードの各々に対応する第1通信チャネルにより送信し、前記第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより送信する第1送信部と、
前記第2通信チャネルにより前記第3フレームを受信する第1受信部と、を備える送信元ノードと、
前記第1フレームを自宛先ノードに対応する第1通信チャネルにより受信し、前記第2フレームを前記第2通信チャネルにより受信する第2受信部と、
前記第3フレームを生成する第3フレーム生成部と、
前記第2フレームが表す基準に基づく自宛先ノードのタイミングで前記第3フレームを送信する第2送信部と、を備える宛先ノードと、
を備える通信システム。
A first frame generation unit that generates a first frame including a data signal to be transmitted to each of the plurality of destination nodes;
A second frame generation unit that generates a second frame representing a reference of different timing at which each of the plurality of destination nodes transmits a third frame including a response signal for a data signal included in the first frame;
Transmitting the first frame over a first communication channel corresponding to each of the plurality of destination nodes; and transmitting the second frame over a communication channel different from the first communication channel and used for transmitting the third frame. A first transmission unit for transmitting over a second communication channel,
A source node comprising: a first receiving unit that receives the third frame via the second communication channel;
A second receiving unit that receives the first frame through a first communication channel corresponding to the own destination node and receives the second frame through the second communication channel;
A third frame generation unit that generates the third frame;
A destination node comprising: a second transmitting unit that transmits the third frame at a timing of the own destination node based on a criterion represented by the second frame;
A communication system comprising:
送信元ノードが、複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを生成する第1フレーム生成ステップと、
前記送信元ノードが、前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを生成する第2フレーム生成ステップと、
前記送信元ノードが、前記第1フレームを前記複数の宛先ノードの各々に対応する第1通信チャネルにより送信し、前記第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより送信する第1送信ステップと、
宛先ノードが、前記第1フレームを自宛先ノードに対応する第1通信チャネルにより受信し、前記第2フレームを前記第2通信チャネルにより受信する第2受信ステップと、
前記宛先ノードが、前記第3フレームを生成する第3フレーム生成ステップと、
前記宛先ノードが、前記第2フレームが表す基準に基づく自宛先ノードのタイミングで前記第3フレームを送信する第2送信ステップと、
前記送信元ノードが、前記第2通信チャネルにより前記第3フレームを受信する第1受信ステップと、
を含む通信方法。
A first frame generating step in which a source node generates a first frame including a data signal to be transmitted to each of a plurality of destination nodes;
A second frame in which the source node generates a second frame representing a different timing reference at which each of the plurality of destination nodes transmits a third frame including a response signal for a data signal included in the first frame; Generating step;
The source node transmits the first frame through a first communication channel corresponding to each of the plurality of destination nodes, and transmits the second frame to a third communication channel different from the first communication channel. A first transmitting step of transmitting over a second communication channel used for transmitting the frame;
A second receiving step in which a destination node receives the first frame on a first communication channel corresponding to the destination node, and receives the second frame on the second communication channel;
A third frame generating step in which the destination node generates the third frame;
A second transmission step in which the destination node transmits the third frame at the timing of its own destination node based on a criterion represented by the second frame;
A first receiving step in which the source node receives the third frame via the second communication channel;
Communication method including.
通信装置のコンピュータに、
複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを生成する第1フレーム生成機能と、
前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを生成する第2フレーム生成機能と、
前記第1フレームを前記複数の宛先ノードの各々に対応する第1通信チャネルにより送信し、前記第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより送信する送信機能と、
前記第2通信チャネルにより前記第3フレームを受信する受信機能と、
を実現させるためのコンピュータプログラム。
In the computer of the communication device,
A first frame generation function for generating a first frame including a data signal to be transmitted to each of the plurality of destination nodes;
A second frame generation function of generating a second frame representing a different timing reference at which each of the plurality of destination nodes transmits a third frame including a response signal for a data signal included in the first frame;
Transmitting the first frame over a first communication channel corresponding to each of the plurality of destination nodes; and transmitting the second frame over a communication channel different from the first communication channel and used for transmitting the third frame. A transmission function of transmitting over a second communication channel,
A receiving function of receiving the third frame via the second communication channel;
A computer program for realizing.
通信装置のコンピュータに、
送信元ノードが複数の宛先ノードの各々に送信するデータ信号を含む第1フレームを自通信装置に対応する第1通信チャネルにより受信し、前記第1フレームに含まれるデータ信号についての応答信号を含む第3フレームを前記複数の宛先ノードの各々が送信する異なるタイミングの基準を表す第2フレームを前記第1通信チャネルとは異なる通信チャネルであって前記第3フレームの伝送に使用される第2通信チャネルにより受信する受信機能と、
前記第3フレームを生成する第3フレーム生成機能と、
前記第2フレームが表す基準に基づく自通信装置のタイミングで前記第3フレームを送信する送信機能と、
を実現させるためのコンピュータプログラム。
In the computer of the communication device,
A source node receives a first frame including a data signal to be transmitted to each of a plurality of destination nodes via a first communication channel corresponding to its own communication device, and includes a response signal for a data signal included in the first frame. A second frame representing a different timing reference at which each of the plurality of destination nodes transmits a third frame, the second frame being a communication channel different from the first communication channel and being used for transmitting the third frame; A receiving function for receiving by a channel,
A third frame generation function for generating the third frame;
A transmission function of transmitting the third frame at a timing of the own communication device based on a reference represented by the second frame;
A computer program for realizing.
JP2016120871A 2016-06-17 2016-06-17 Communication device, communication system, communication method, and computer program Active JP6636864B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2016120871A JP6636864B2 (en) 2016-06-17 2016-06-17 Communication device, communication system, communication method, and computer program
PCT/JP2017/011658 WO2017217060A1 (en) 2016-06-17 2017-03-23 Communication device, communication system, communication method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016120871A JP6636864B2 (en) 2016-06-17 2016-06-17 Communication device, communication system, communication method, and computer program

Publications (2)

Publication Number Publication Date
JP2017225079A JP2017225079A (en) 2017-12-21
JP6636864B2 true JP6636864B2 (en) 2020-01-29

Family

ID=60663152

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016120871A Active JP6636864B2 (en) 2016-06-17 2016-06-17 Communication device, communication system, communication method, and computer program

Country Status (2)

Country Link
JP (1) JP6636864B2 (en)
WO (1) WO2017217060A1 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120020269A1 (en) * 2010-07-20 2012-01-26 Gong Michelle X Media access techniques for multiple user transmissions
EP3203665B1 (en) * 2014-09-30 2020-02-12 Kabushiki Kaisha Toshiba Integrated circuit for wireless communication, wireless communication terminal, and wireless communication method
US10045367B2 (en) * 2014-10-03 2018-08-07 Qualcomm Incorporated Uplink data fragmentation for multi-user networks

Also Published As

Publication number Publication date
JP2017225079A (en) 2017-12-21
WO2017217060A1 (en) 2017-12-21

Similar Documents

Publication Publication Date Title
US11937299B2 (en) Controlling transmissions from multiple user devices via a request-clear technique
US20220407757A1 (en) Channel access method for data transmission, and wireless communication method and wireless communication terminal using same
JP6387132B2 (en) Apparatus and method for simultaneous transmit and receive network mode
US9137087B2 (en) High speed media access control
JP4152322B2 (en) Apparatus and method for establishing recovery and backoff rules for an IEEE 802.11e hybrid coordinator
US9072101B2 (en) High speed media access control and direct link protocol
US8842657B2 (en) High speed media access control with legacy system interoperability
JP7216465B2 (en) Radio transmitting device, radio receiving device, communication method and communication system
WO2015194727A1 (en) Method and apparatus for transmitting frame
AU2015244516B2 (en) Retransmission method at time of sharing transmission opportunity in wireless lan system, and device therefor
KR101838080B1 (en) Data transmission method and device in wireless lan system supporting downlink oriented channel
JP2005510130A6 (en) Apparatus and method for establishing recovery and backoff rules for an IEEE 802.11e hybrid coordinator
JP7128861B2 (en) Terminal device and communication method
JP2007533173A (en) An improved network allocation vector mechanism for optimal reuse of frequency bands in wireless communication systems
GB2539277A (en) Backoff based selection method of channels for data transmission
WO2016192510A1 (en) Channel access method, station and system
JP5559753B2 (en) Base station apparatus and radio communication method
US10051656B2 (en) Operation method using downlink oriented channel in wireless LAN system
EP3389312B1 (en) Determination of a transmission opportunity by an access point
JP5780654B2 (en) Access control method, access control system, and wireless communication apparatus
JP6636864B2 (en) Communication device, communication system, communication method, and computer program
KR102328895B1 (en) Method for transmitting and receiving frame in wireless local area network system and apparatus for the same
KR102216010B1 (en) Method and apparatus for transmitting and receiving data based on aggressive spatial reuse
GB2581538A (en) Multi-user RTS/CTS procedure of wireless multi-user transmissions
WO2021071503A1 (en) Detecting new transmission opportunities

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20160620

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190128

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20191219

R150 Certificate of patent or registration of utility model

Ref document number: 6636864

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150