WO2009039780A1 - Procédé de contrôle de transmission, procédé et dispositif de transmission - Google Patents

Procédé de contrôle de transmission, procédé et dispositif de transmission Download PDF

Info

Publication number
WO2009039780A1
WO2009039780A1 PCT/CN2008/072424 CN2008072424W WO2009039780A1 WO 2009039780 A1 WO2009039780 A1 WO 2009039780A1 CN 2008072424 W CN2008072424 W CN 2008072424W WO 2009039780 A1 WO2009039780 A1 WO 2009039780A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
transmission
transmission period
current transmission
data
Prior art date
Application number
PCT/CN2008/072424
Other languages
English (en)
Chinese (zh)
Inventor
Pei Liu
Pingping Xu
Kejiang Gan
Original Assignee
Huawei Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2009039780A1 publication Critical patent/WO2009039780A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L12/407Bus networks with decentralised control
    • H04L12/413Bus networks with decentralised control with random access, e.g. carrier-sense multiple-access with collision detection [CSMA-CD]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W74/00Wireless channel access
    • H04W74/08Non-scheduled access, e.g. ALOHA
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/30Connection release

Definitions

  • the present invention relates to the field of wireless communications, and in particular, to a transmission control method, a transmission method, and an apparatus. Background technique
  • the network consists of a large number of independent nodes (Device, DEV), and each DEV can communicate with each other, and one of the DEVs serves as a coordination point (Piconet Coordinator, PNC) to provide basic timing and central control.
  • DEV Device
  • PNC coordination point
  • CSMA/CA Carrier Sense Multiple Access with Collision Avoidance
  • the PNC can determine the number of DEVs in the network in advance.
  • the PNC assigns a value of the backoff counter to each DEV.
  • the values of the DEV backoff counters are different and less than the total number of DEVs in the network.
  • the PNC determines a transmission period in which the communication time length is equal. At the beginning of each transmission period, the DEV starts the backoff process. If the channel is always empty in a contention time slot, the backoff counter is decremented by one, and when the backoff counter is reduced to zero, If no other node in the channel is transmitting data, the DEV can transmit data. If the channel is not idle, the DEV abandons the transmission.
  • the DEV can transmit data, but if the DEV finds that there is no data frame to send in its data queue, the DEV abandons the transmission, if within one transmission period, If no data frame is to be sent in the data queue of each DEV, each DEV will abandon the transmission in the transmission period, and each DEV must wait until the end of the transmission period before starting the next backoff process. Even if there is no data transmission, the DEV waits until the end of the transmission period, which causes loss of network throughput and increases access delay. In the process of waiting for the end of the transmission period, each DEV still has energy overhead, which affects network performance.
  • the DEV When the backoff counter of the DEV is reduced to zero and the channel is idle, the DEV can transmit data. If the time when the DEV sends the data has exceeded the end time of the backoff time of other DEVs, the other DEV cannot access the channel to transmit data, and Each DEV must wait until the end of the transmission cycle before starting the next backoff process. Even if data transmission is impossible, the DEV waits until the end of the transmission period, which causes loss of network throughput and increases access delay. In the process of waiting for the end of the transmission period, each DEV still has energy overhead, which affects network performance. .
  • An object of the embodiments of the present invention is to provide a transmission control method, a transmission method, and a device, which improve network throughput and network performance.
  • Embodiments of the present invention provide a transmission control method, which is applicable to using carrier sense multiple access
  • the method includes: determining whether the current transmission period can be terminated early before the end of the current transmission period; if yes, ending the current transmission period in advance.
  • the embodiment of the present invention further provides a transmission control apparatus, which is applicable to a scenario in which communication is performed by using a CSMA/CA mechanism, including: a determining unit, determining whether the current transmission period can be terminated early before the end of the current transmission period; If the judging unit determines that the current transmission period can be ended early, the current transmission period is terminated in advance.
  • the embodiment of the present invention further provides a transmission method, which is applicable to a scenario in which communication is performed by using a CSMA/CA mechanism, and the method includes: before the end of the current transmission period, the node determines whether the condition for ending the transmission of data in the current transmission period is satisfied. If yes, the node sends an early end frame, wherein the early end frame is used to indicate that the node does not transmit data before the end of the current transmission period or the node enters a state of waiting for the end of the current transmission period.
  • the embodiment of the present invention further provides a transmission apparatus, which is applicable to a scenario in which communication is performed by using a CSMA/CA mechanism, and includes: a determining unit, configured to determine, before the end of the current transmission period, whether the transmission of the data is completed in advance in the current transmission period. a condition; a control unit, configured to: if the determining unit determines that a condition for ending the transmission of data in the current transmission period is satisfied before the end of the current transmission period, sending an early termination frame, wherein the early termination frame is used to indicate The node no longer transmits data before the end of the current transmission period or the node enters a state of waiting for the end of the current transmission period.
  • the embodiment of the present invention further provides a transmission control method, including: receiving transmission information from a node for indicating a status of data transmission by a node; determining, according to the transmission information, a current transmission period Whether there is still data transmission within; if there is no data transmission in the current transmission period, the current transmission period is ended.
  • the transmission control apparatus can determine whether the current transmission period can be terminated early, and if it is determined to end early, the current transmission period is ended, and the next transmission period is started.
  • the node in the network can judge whether the condition for ending the transmission of data in advance in the current transmission period is satisfied before the end of the current transmission period, and if so, the early termination frame is issued, so that the transmission control device can determine that the node is currently transmitting. There is no data to be transmitted during the period.
  • the embodiment of the invention improves the throughput of the network, reduces the access delay, and improves the performance of the network.
  • Embodiment 1 is a schematic flow chart of Embodiment 1 of a transmission control method according to the present invention.
  • FIG. 2 is a schematic diagram of an operation flow of a coordination point in Embodiment 4 of the transmission control method of the present invention
  • FIG. 3 is a schematic diagram of an operation flow of a node in Embodiment 4 of the transmission control method of the present invention
  • FIG. 4 is a schematic diagram of a normalized throughput rate curve of a transmission control method
  • 5 is a schematic diagram of an average access delay curve of a transmission control method
  • FIG. 6 is a schematic diagram of a transmission success rate curve of a transmission control method
  • Figure 7 is a schematic structural view of an embodiment of a transmission control device of the present invention.
  • Figure 8 is a block diagram showing the structure of an embodiment of a transmission device of the present invention.
  • the transmission control device which serves as a coordination point and provides basic timing and central control functions, determines a transmission period in which the communication time length is equal. At the beginning of each transmission period, the node starts the backoff process if the channel is in a competition. If the slot time is always empty, the backoff counter is decremented by one. When the backoff counter is reduced to zero and no other nodes in the channel are transmitting data, the node can transmit data. If the channel is not idle, the node abandons the transmission.
  • the specific location of the transmission control device is not limited.
  • the transmission control device may be provided in a node that is a PNC or in another network-side device, such as a base station, a server, or the like.
  • Transmission control of an embodiment of the present invention The method is applicable to a scenario in which communication is performed by using a CSMA/CA mechanism.
  • the transmission control method includes: determining whether the current transmission period can be terminated early before the end of the current transmission period; if yes, ending the current transmission period in advance.
  • the transmission information is used to indicate the status of the node transmitting data.
  • Determining whether the current transmission period can be terminated early may be: determining whether a node needs to transmit data from the current time until the end of the current transmission period.
  • Embodiment 1 of the transmission control method referring to FIG. 1, the method includes:
  • the transmission control device receives transmission information from the node for indicating a condition in which the node transmits data.
  • the transmission information includes an early end frame (Period-End) or a data frame size or transmission time from the node, wherein the early end frame is used to indicate that the node no longer transmits data before the end of the current transmission period or the node enters waiting for the current transmission period. The state of the end, etc.
  • Period-End an early end frame
  • a data frame size or transmission time from the node wherein the early end frame is used to indicate that the node no longer transmits data before the end of the current transmission period or the node enters waiting for the current transmission period. The state of the end, etc.
  • the transmission control device determines whether there is data transmission in the current transmission period. If the transmission control device determines that there is no data transmission in the current transmission period, step 103 is performed; if the transmission control device determines that there is still Data transmission continues to receive or wait to receive transmission information from the node.
  • the transmission control device can determine whether there is data transmission in the current transmission period according to the size or transmission time of the data frame to be transmitted by each node, and/or whether the early termination frame of the node is received.
  • the node broadcasts the data frame size that needs to be transmitted by itself or the transmission time required to transmit the data frame.
  • the transmission control device obtains the size or transmission time of the data frame that each node needs to transmit, it can calculate the need for each node to transmit the data frame. Time to determine whether the data that each node needs to transmit is transmitted.
  • the transmission control apparatus determines that there is no more data transmission in the current transmission period; if the transmission control apparatus determines that the data frame of the partial node is transmitted, and there is no data frame in the data queue of the remaining node, The transmission control apparatus determines that there is no more data transmission in the current transmission period; if the transmission control apparatus determines that the data frames of some nodes are transmitted, and the early termination frames of other nodes are received, and there are no data frames in the data queue of the remaining nodes, Transmission control device There is no more data transmission in the current transmission period; if the transmission control device determines that the data frame of the partial node is transmitted and receives the early termination frame of the remaining node, the transmission control apparatus determines that there is no more data transmission in the current transmission period.
  • the transmission control device may further determine whether there is data transmission in the current transmission period according to the state of the channel. If the channel is faulty, the transmission control device may directly determine that there is no more data transmission in the current transmission period.
  • the condition that the node meets the early termination may be:
  • the node's backoff counter is reduced to zero, and the current channel is not idle, the node satisfies the condition of early termination; or, if the node's backoff counter is reduced to zero, and there is no data in the data queue, the node satisfies the condition of early termination. Or after the node sends the data frame, the other node can not send the data frame again in the current transmission period, then the node meets the condition of early termination.
  • the transmission control device broadcasts a period end message, and the period end message is used to end the current transmission period. After the current transmission period ends, the next transmission cycle begins.
  • Each node ends the current transmission period according to the period end message, and starts the next transmission period.
  • the transmission control device may determine whether to terminate the current transmission period in advance according to the transmission information of the node, and if it is determined to end early, terminate the current transmission period, start the next transmission period, when the node has no data to transmit in the current transmission period or in the current transmission period.
  • the network throughput rate is improved by lowering the current transmission period in advance, the access delay is reduced, and the performance of the network is improved.
  • the node that sent the early end frame enters the state of waiting for the end of the transmission cycle, thereby reducing the energy consumption of the node and improving the performance of the entire network.
  • the second embodiment of the transmission control method is different from the first embodiment of the transmission control method in that, in this embodiment, the method further includes: before the start of the transmission transmission period, the transmission control apparatus according to the backoff Interframe Space, The short frame interval, the backoff slot length, the signaling transmission time, and the data frame transmission time determine the length of the transmission period.
  • the length of the transmission period satisfies the following formula:
  • T BIFS+ ( N-1 ) *pBackoffSlot+2*SIFS+Tack+Tdata
  • BIFS indicates the back-off interframe space at the beginning of each transmission period
  • pBackoffSlot indicates The length of a backoff slot
  • SIFS indicates the short frame interval, which is used for transmission of signaling between the control device and the node
  • Tdata indicates the transmission time of the node data frame
  • Tack indicates the transmission time of the transmission control node response frame. If the data frame length is constant, Tdata indicates the time required for the data frame to be transmitted. If the data frame length is changed, Tdata indicates the time required for the longest data frame to be transmitted.
  • Embodiment 3 of the transmission control method is different from Embodiments 1 and 2 of the transmission control method in that, in this embodiment, the method further includes: before the start of the transmission period, the transmission control apparatus allocates each node according to the number of nodes in the network. The way to back off. Each node performs backoff at the same time at the beginning of the transmission period. Since the backoff modes of the nodes are different, the time for each node to transmit data frames is also different, thereby avoiding the collision of data transmitted by each node, improving the throughput of the network, and improving the network. Network performance.
  • the method of assigning each node to backoff can be as follows:
  • N is the number of nodes in the network.
  • each node accesses the channel with a different backoff counter value in one cycle, thereby ensuring the fairness of each node accessing the channel; meanwhile, since the value of the backoff counter is
  • the value of the back-off counter of each node can be set to 2, 3, 4, , N+l.
  • Embodiment 4 of the transmission control method the first, second, and third embodiments of the transmission control method are applied to a wireless personal area network (WPAN), and a plurality of independent DEVs form a piconet (Piconet), allowing DEVs between Communicating with each other, one of the DEVs is taken as a PNC, and in the present embodiment, the transmission control means is set in the PNC.
  • WPAN wireless personal area network
  • Piconet piconet
  • the transmission control means is set in the PNC.
  • the operation steps of the PNC include:
  • the PNC calculates the total number of DEVs in the network
  • the PNC determines a backoff mode of the node, that is, determines a backoff counter value of each DEV in the network, so that each DEV has a unique backoff counter value at any time. For example, back off The value of the counter is 0, 1, 2 N-1, and N represents the total number of DEVs. The PNC sets the values of these backoff counters in turn for each DEV. With N transmission periods as one cycle, the value of the DEV backoff counter is different from the previous transmission period in each transmission cycle of the same cycle, so that each DEV can be guaranteed to access the channel fairly;
  • the PNC calculates the length of each transmission cycle:
  • T BIFS+ ( N-1 ) *pBackoffSlot+2*SIFS+Tack+Tdata
  • BIFS indicates the back-off interframe space at the beginning of each transmission period; pBackoffSlot indicates the length of one back-off slot; SIFS indicates the short-frame interval, which is used for transmission of signaling between the control device and the node; Tdata indicates node
  • Tack represents the transmission time of the transmission control node response frame. If the data frame length is fixed, Tdata indicates the time required for the data frame to be transmitted. If the data frame length is changed, Tdata indicates the longest data frame transmission. The time required.
  • the PNC waits for the end of the transmission period, if the transmission information of the DEV is received, step 206 is performed; if the transmission information of the DEV is not received, step 207 is performed;
  • the PNC sends a response frame (Imm-ACK) to the DEV, and then returns to step 205;
  • step 207 determine whether the conditions for ending the current transmission period are met, if yes, step 208 is performed, if not, then return to step 205;
  • the PNC determines that there is no more data transmission in the current transmission period; if it is determined that the data frame of some nodes is transmitted, and there is no data frame in the data queue of the remaining nodes, the PNC determines the current transmission. There is no more data transmission in the period; if it is determined that the data frames of some nodes are sent, and the early end frames of other nodes are received, and there is no data frame in the data queue of the remaining nodes, the PNC judges that there is no more data in the current transmission period. Transmission; If it is judged that the data frame of some nodes is transmitted and the early end frame of the remaining nodes is received, the PNC judges that there is no more data transmission in the current transmission period.
  • an embodiment of the present invention provides an embodiment of a transmission method.
  • This hair The transmission method of the embodiment is applicable to a scenario in which communication is performed by using a CSMA/CA mechanism, and the transmission method includes: before the end of the current transmission period, the node determines whether the condition for ending the transmission of data in the current transmission period is satisfied; if yes, Then, the node sends an early termination frame, where the early termination frame is used to indicate that the node does not transmit data before the end of the current transmission period or the node enters a state of waiting for the end of the current transmission period.
  • the condition for ending the transmission of the data in advance includes: when the backoff counter of the node is reduced to zero, the current channel is not idle; or, when the backoff counter of the node is reduced to zero, the node has no data to transmit; or After the node sends the data frame, the other nodes cannot send the data frame again during the current transmission period.
  • the node can determine the backoff mode of the coordination point allocation before determining whether the condition for ending the transmission of data in the current transmission period is satisfied. At the beginning of the current transmission period, the node starts the backoff counting according to the obtained backoff mode.
  • the operation steps of the DEV include:
  • the DEV monitors the duration of the channel BIFS, determines that no other node is transmitting data, and the channel is idle. Then, the DEV determines the value of its own backoff counter according to the notification of the PNC;
  • step 303 determining whether the backoff counter is equal to zero, if the backoff counter is not equal to zero, then returning to step 302, otherwise, performing step 304;
  • step 308 determine whether the Imm-ACK frame is received, if the Imm-ACK frame is received, go to 309, otherwise return to step 307;
  • test condition includes that the initial backoff counter value of the node in the current transmission period is not equal to N-1, and the inequality Tcur-Tstar>BIFS+(Nl)* is satisfied.
  • pBackoffSlot if the node meets the test condition, go to 310, otherwise go to 311, where Tcur represents the current time and Tstar represents the current transmission cycle start time;
  • the throughput rate, average access delay, and transmission success rate are described below.
  • the normalized throughput rate represents the ratio of network throughput to data rate.
  • FIG. 4 a schematic diagram of a normalized throughput rate curve of a transmission control method, wherein a curve 401 represents a normalized throughput rate of the transmission control method in the embodiment of the present invention, and a curve 402 represents a SUBAA transmission control method.
  • Normalized throughput rate curve 403 represents the normalized throughput rate of the MBS transmission control method
  • curve 404 represents the normalized throughput rate of the CSMA/CA transmission control method.
  • the abscissa in FIG. 4 represents the data rate, and the ordinate represents the normalized throughput rate. As shown in FIG.
  • the normalized throughput rate of the transmission control method in the embodiment of the present invention is always greater than the other three transmission control methods.
  • the normalized throughput rate, and the higher the data rate the greater the normalized throughput rate of the transmission control method in the embodiment of the present invention relative to the other three transmission control methods. It can be seen that the transmission control method in the embodiment of the present invention can improve the network throughput rate and improve the network performance, especially when the network load is large and the data rate is large, the network performance can be greatly improved.
  • the average access delay represents the average delay elapsed from the creation of the data frame to the transmission.
  • FIG. 5 it is a schematic diagram of an average access delay curve of a transmission control method, wherein a curve 501 represents an average access delay using the transmission control method in the embodiment of the present invention, and a curve 502 represents a SUBAA transmission control method.
  • the average access delay, curve 503 represents the average access delay for the MBS transmission control method, and curve 504 represents the average access delay for the CSMA/CA transmission control method.
  • the abscissa in Figure 5 Indicates the time from the creation to the transmission of the data, and the ordinate indicates the average delay. As shown in FIG.
  • the average access delay of the transmission control method in the embodiment of the present invention is always smaller than the average connection of the SUBAA transmission control method.
  • the average access delay of the MBS transmission control method, the average access delay of the transmission control method in the embodiment of the present invention when the time from data creation to transmission is between 0.4 and 0.9 Less than the average access delay of the CSMA/CA transmission control method. It can be seen that, by using the transmission control method in the embodiment of the present invention, the average access delay can be reduced, and the network performance can be improved.
  • the transmission success rate represents the ratio of the number of data frames successfully transmitted to the total number of data frames transmitted.
  • 6 is a schematic diagram of a transmission success rate curve of a transmission control method, wherein a curve 601 represents a transmission success rate of the transmission control method in the embodiment of the present invention, and a curve 602 represents a transmission success rate of the SUBAA transmission control method.
  • Curve 603 represents the transmission success rate of the MBS transmission control method, and curve 604 represents the transmission success rate of the CSMA/CA transmission control method.
  • the abscissa in FIG. 6 represents the number of data frames successfully transmitted, and the ordinate represents the total number of data frames transmitted.
  • the transmission success rate of the transmission control method in the embodiment of the present invention is 100%. It can be seen that, by using the transmission control method in the embodiment of the present invention, data can be transmitted completely successfully, and the network performance is good.
  • the embodiment of the present invention further provides a transmission control device and a transmission device.
  • the transmission control apparatus is applicable to a scenario in which communication is performed by using a CSMA/CA mechanism, including: a determining unit, determining whether the current transmission period can be terminated early before the end of the current transmission period; and a control unit, if the determining The unit determines that the current transmission period can be terminated early, and the current transmission period is terminated earlier.
  • the transmission control apparatus may further include a receiving unit, configured to obtain transmission information sent by each node before the determining unit determines whether the current transmission period can be terminated early, and the determining unit obtains each of the obtained by the receiving unit.
  • the transmission information sent by the node determines whether the current transmission period can be terminated early, wherein the transmission information is used to indicate the status of the node transmitting the data.
  • the judging unit judges whether the current transmission period can be terminated early, it can be determined whether there is a node that needs to transmit data from the current time until the end of the current transmission period.
  • the transmission control apparatus may further include an allocating unit configured to allocate a backoff mode of each node according to the number of nodes in the network before the determining unit determines whether the current transmission period can be terminated early.
  • the transmission control apparatus includes:
  • the receiving unit 701 is configured to receive transmission information from the node.
  • the determining unit 702 is configured to determine, according to the transmission information, whether there is still data transmission in the current transmission period;
  • the control unit 703 is configured to: when the judgment result of the determining unit 702 is that there is no data transmission, the broadcast period end message is used, and the period end message is used to end the current transmission period.
  • the transmission information includes: an early end frame or a data frame size or a transmission time from the node. Further, the transmission control apparatus may further include: means for determining a length of the transmission period according to the backoff interframe interval, the short frame interval, the backoff slot length, the signaling transmission time, and the data frame transmission time.
  • the transmission control apparatus may further include: an allocating unit, configured to allocate a backoff mode of each node according to the number of nodes in the network.
  • the allocating unit specifically includes: a value of 0 for setting a backoff counter of each node,
  • N 1, 2 N-1, with N transmission periods as one cycle, in each transmission cycle of the same cycle, the value of the node backoff counter is different from the value of the previous transmission cycle, and N is the number of nodes in the network.
  • the transmission device of the embodiment of the present invention is applicable to a scenario in which communication is performed by using a CSMA/CA mechanism, and includes: a determining unit, configured to determine, before the end of the current transmission period, whether a condition for ending the transmission of data in the current transmission period is satisfied; And if the determining unit determines that the condition for ending the transmission of the data in the current transmission period is satisfied before the end of the current transmission period, sending an early termination frame, where the early termination frame is used to indicate that the node is currently transmitting No data is transmitted before the end of the cycle or the node enters a state waiting for the end of the current transmission cycle.
  • the transmitting device may further include a receiving unit, configured to obtain a backoff mode allocated by the coordination point before the determining unit determines whether the condition for ending the data transmission in the current transmission period is satisfied, and at the beginning of the current transmission period, The control unit starts the backoff count according to the obtained backoff mode.
  • the transmission device shown in Figure 8 is a preferred embodiment, see Figure 8, including:
  • a determining unit 801 configured to determine whether a condition for ending early is satisfied
  • the control unit 802 is configured to send an early end frame under the condition that the judgment result of the determining unit 801 is that the early end is satisfied.
  • the determining unit 801 of the transmission device may include: a backoff counter, used for initial The backoff value starts to decrease to zero;
  • a detecting module configured to detect whether the current channel is idle, or whether there is data in the data queue, or whether the other transmitting device retransmits the data frame in the current transmission period
  • control module configured to: when the backoff counter is reduced to zero and the detecting module detects that the current channel is not idle, or when the backoff counter is reduced to zero and the detecting module detects that there is no data in the data queue, or when the detecting module detects other
  • the transmitting device determines that the early termination condition is satisfied when the data frame cannot be retransmitted within the current transmission period.
  • the transmission control apparatus determines that the current transmission period can be terminated early, the transmission control apparatus ends the current transmission period in advance, so that each node does not have to wait until the end of the current transmission period to start.
  • a backoff process which improves network throughput, reduces energy overhead for each node, and improves network performance.
  • the method may include the following steps: receiving transmission information from the node; determining, according to the transmission information, whether there is still data transmission in the current transmission period; if there is no data transmission, transmitting a period end message, the period ending message For ending the current transmission cycle, the storage medium, such as: ROM/RAM, disk, optical disk, and the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

Procédé de contrôle de transmission destiné à la communication avec un protocole d'accès multiple avec détection de porteuse (CSMA/CA), qui consiste à : décider, avant que le cycle de transmission en cours ne prenne fin, s'il est possible de mettre fin de manière anticipée à la transmission en cours ; si la réponse est OUI, le cycle de transmission en cours prendra fin de manière anticipée. Cette invention se rapporte également à un dispositif de contrôle de transmission, à un procédé de transmission, à un dispositif de transmission et à un autre procédé de contrôle de transmission.
PCT/CN2008/072424 2007-09-19 2008-09-19 Procédé de contrôle de transmission, procédé et dispositif de transmission WO2009039780A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2007101535954A CN101394249B (zh) 2007-09-19 2007-09-19 传输控制方法、传输方法及装置
CN200710153595.4 2007-09-19

Publications (1)

Publication Number Publication Date
WO2009039780A1 true WO2009039780A1 (fr) 2009-04-02

Family

ID=40494351

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/072424 WO2009039780A1 (fr) 2007-09-19 2008-09-19 Procédé de contrôle de transmission, procédé et dispositif de transmission

Country Status (2)

Country Link
CN (1) CN101394249B (fr)
WO (1) WO2009039780A1 (fr)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102111897B (zh) * 2010-12-15 2014-04-23 西安交通大学 基于极化分集的方向性认知mac协议的实现方法
CN103516468B (zh) * 2012-06-19 2017-02-22 电信科学技术研究院 一种进行上下行重配置的方法和装置
CN105634645A (zh) * 2014-10-31 2016-06-01 无锡华润微电子有限公司 主机与扬声设备间的无线音频数据传输方法和系统
CN105636231B (zh) * 2014-11-05 2019-01-25 电信科学技术研究院 一种信道监听方法及设备
CN105354242A (zh) * 2015-10-15 2016-02-24 北京航空航天大学 分布式数据处理方法及装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040027150A (ko) * 2002-09-27 2004-04-01 엘지전자 주식회사 백오프 시간 제어 방법
JP2005064795A (ja) * 2003-08-11 2005-03-10 Kawasaki Microelectronics Kk 通信システム
CN1672369A (zh) * 2002-07-23 2005-09-21 3Com公司 用于分配退让时间间隔的方法
CN1894907A (zh) * 2003-12-20 2007-01-10 皇家飞利浦电子股份有限公司 无线通信系统中的发射等待时间减少的方法和设备

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100772855B1 (ko) * 2003-10-29 2007-11-02 삼성전자주식회사 무선 pan상에서 디바이스 간에 효율적으로 데이터를송수신하는 방법
CN1949729A (zh) * 2006-11-09 2007-04-18 西北工业大学 一种无线局域网性能最优化的控制方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1672369A (zh) * 2002-07-23 2005-09-21 3Com公司 用于分配退让时间间隔的方法
KR20040027150A (ko) * 2002-09-27 2004-04-01 엘지전자 주식회사 백오프 시간 제어 방법
JP2005064795A (ja) * 2003-08-11 2005-03-10 Kawasaki Microelectronics Kk 通信システム
CN1894907A (zh) * 2003-12-20 2007-01-10 皇家飞利浦电子股份有限公司 无线通信系统中的发射等待时间减少的方法和设备

Also Published As

Publication number Publication date
CN101394249B (zh) 2011-05-04
CN101394249A (zh) 2009-03-25

Similar Documents

Publication Publication Date Title
US11711850B2 (en) Access method and apparatus
JP5173275B2 (ja) 無線通信システム及び無線通信方法
US7602759B2 (en) Wireless LAN system making quality of communication improve and a communication method therefor
CA2464046C (fr) Procede et systeme pour servir de facon optimale des stations sur des reseaux locaux sans fil au moyen d'un protocole de reservation controle de conflit/ressource de la norme ieee802.11e
JP4684776B2 (ja) 共通無線チャネルによって接続された複数の局およびアクセスポイントを含むネットワークにおけるチャネルアクセス方法およびシステム
JP4480563B2 (ja) 無線LAN基地局装置のQoS制御方法
JP7271700B2 (ja) 通信方法、装置、及びコンピュータプログラム
US20050025131A1 (en) Medium access control in wireless local area network
TW200929951A (en) Data transmission method and communication method using the method
WO2015021772A1 (fr) Procédé, appareil et système pour un accès à un canal
JP2007189690A (ja) 無線ネットワークにおけるアクセス制御のためのシステム及び方法
JP7532648B2 (ja) チャネル競合方法及び関連機器
WO2014187087A1 (fr) Procédé et dispositif de concurrence portant sur un canal
WO2006063500A1 (fr) Procede d'invitation a emettre par groupes base sur une strategie de garantie d'une qualite de service (qos) fixe dans un reseau local sans fil
WO2009039780A1 (fr) Procédé de contrôle de transmission, procédé et dispositif de transmission
WO2018107370A1 (fr) Procédé, appareil et système d'attribution de canal point à multipoint
WO2023197782A1 (fr) Procédé et appareil d'accès à un canal, dispositif et support de stockage
KR100526184B1 (ko) 무선 네트워크에서의 멀티미디어 데이터 전송 방법
US20070133431A1 (en) Media access control method in wireless local area network
KR100799584B1 (ko) 무선랜 환경에서의 매체접속 방법
KR100736730B1 (ko) 매체 접근 제어 프로토콜에서의 블록 응답 데이터 전송방법
TW202435655A (zh) 通信方法和通信裝置
JP2024149610A (ja) チャネル競合方法及び関連機器
WO2024033177A1 (fr) Premier et deuxième dispositifs de communication et procédés pour une utilisation dans une opération à liaisons multiples dans un scénario de communication sans fil
CN118140523A (zh) 用于txop截断的通信设备和方法

Legal Events

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

Ref document number: 08800918

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08800918

Country of ref document: EP

Kind code of ref document: A1