WO1993012595A1 - Medium access protocol for wireless lans - Google Patents

Medium access protocol for wireless lans Download PDF

Info

Publication number
WO1993012595A1
WO1993012595A1 PCT/US1992/011005 US9211005W WO9312595A1 WO 1993012595 A1 WO1993012595 A1 WO 1993012595A1 US 9211005 W US9211005 W US 9211005W WO 9312595 A1 WO9312595 A1 WO 9312595A1
Authority
WO
WIPO (PCT)
Prior art keywords
agent
send message
request
duration
reservation
Prior art date
Application number
PCT/US1992/011005
Other languages
French (fr)
Inventor
Rick R. Giles
Paul G. Smith
Original Assignee
Proxim, Inc.
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=25200130&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO1993012595(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Proxim, Inc. filed Critical Proxim, Inc.
Publication of WO1993012595A1 publication Critical patent/WO1993012595A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W74/00Wireless channel access, e.g. scheduled or random access
    • H04W74/002Transmission of channel access control information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/16Central resource management; Negotiation of resources or communication parameters, e.g. negotiating bandwidth or QoS [Quality of Service]
    • H04W28/26Resource reservation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W74/00Wireless channel access, e.g. scheduled or random access
    • H04W74/002Transmission of channel access control information
    • H04W74/004Transmission of channel access control information in the uplink, i.e. towards network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W74/00Wireless channel access, e.g. scheduled or random access
    • H04W74/002Transmission of channel access control information
    • H04W74/006Transmission of channel access control information in the downlink, i.e. towards the terminal
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W74/00Wireless channel access, e.g. scheduled or random access
    • H04W74/08Non-scheduled or contention based access, e.g. random access, ALOHA, CSMA [Carrier Sense Multiple Access]
    • H04W74/0808Non-scheduled or contention based access, e.g. random access, ALOHA, CSMA [Carrier Sense Multiple Access] using carrier sensing, e.g. as in CSMA
    • 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]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W92/00Interfaces specially adapted for wireless communication networks
    • H04W92/16Interfaces between hierarchically similar devices
    • H04W92/18Interfaces between hierarchically similar devices between terminal devices

Definitions

  • the present invention generally relates to methods for transferring data between a source and a plurality of receiving data processing devices. More particularly, the present invention relates to data transfer in a local area network (LAN) between a plurality of data processing devices where the devices use radio signals for delivering data.
  • LAN local area network
  • CSMA Carrier Sense Multiple Access
  • Token Ring CSMA/CA (Collision Avoidance)
  • CSMA/CD collision Detection
  • BTMA BTMA
  • CDMA Code Division Multiple Access
  • Many of these techniques were designed to work in a wired network and do not address the unique issues facing a wireless LAN.
  • CSMA techniques although very effective in a hard-wired LAN, have a weakness in a wireless LAN.
  • the benefit of CSMA is to avoid packet collisions by listening before transmitting, and to defer transmission if a carrier is detected. This works well in a wired network since all nodes are guaranteed to hear each other regardless of location on the wire.
  • An example of CSMA techniques applied to a hard-wired LAN may be found in U.S. Patent No. 4,661,902 to Hochsprung et al., assigned to Apple Computer, Inc.
  • the techniques of this patent form the basis of the AppletalkTM protocol.
  • An agent wishing to access the communications medium senses the medium to determine if it is in use, waits a predetermined time if the medium is idle, generates a random number and waits an additional waiting time corresponding to the random number before transmitting, and then transmits a request-to-send message. If the agent receives a clear-to-send message in reply within a second predetermined time, then the agent is cleared to transmit data.
  • Hidden terminals are nodes that are logically within the network but which cannot communicate with one or more nodes in the network. This problem is unique to radio networks due to the relatively steep attenuation of received signal strength that occurs as the distance between a transmitting node and a receiving node increases.
  • Figure 6 which shows three nodes labeled A, B, and C — illustrates the "middleman" or hidden terminal problem.
  • node A is in the middle of sending a frame to node B when node C has a message to send to node B.
  • node A and node C cannot hear one another, but node B can hear both A and C.
  • Node C listens before transmitting, and not hearing node A, determines it is clear to send. The message sent by node C will then collide with the message sent by node A such that neither message may be properly received at node B, and both nodes will have to retransmit their respective messages.
  • a hidden terminal can have an adverse affect upon the capacity of the radio channel, possibly reducing the capacity by as much as two-thirds.
  • the present invention is furthermore directed toward "peer-to-peer" communication networks in which all nodes, or agents, are able to freely communicate with each other without any node having any advantage over any other.
  • medium access control techniques have been developed to address the hidden terminal problem, such techniques have not allowed peer-to-peer communications.
  • Busy Tone Multiple Access (BTMA) is a medium access control technique designed to address the hidden terminal problem.
  • BTMA Busy Tone Multiple Access
  • Every node sends and receives data from the central node. Whenever the central node is sending or receiving data, it will transmit a busy tone at a different frequency than the data transmission so as not to interfere with the data transmission. Every node in the system is equipped to detect the busy tone and will refrain from sending data when the tone is present.
  • the disadvantage to this technique is that it is centrally managed (not peer-to-peer) and does not provide for multiple central nodes on the same channel.
  • Another problem that a peer-to-peer network suffers from is that of fair access. Since it is a characteristic of many radio modulation techniques such as FM and spread spectrum to have capture benefits (i.e., if two nodes transmit simultaneously to the same destination, the destination will usually be able to receive the stronger of the two signals) , typically the nodes that are physically closer to the destination will have an unfair advantage for accessing the medium.
  • the present invention solves both the hidden terminal problem and the problem of fair access in a peer-to-peer semi-broadcast LAN.
  • the invention is particularly applicable to networks of portable computers, such as laptop and palmtop computers.
  • the mobility of the agents in such a network greatly increases the likelihood of hidden terminal problems arising.
  • key-up time is generally used to refer only to the time required for a radio to switch from the receive mode to the transmit mode, not the time required to switch in the opposite direction from transmit mode to receive mode, in a preferred embodiment of the present invention the two times are substantially equal and will both be referred to by the term "key-up time" throughout the present specification and claims.
  • key-up time is therefore used to describe what in actuality might more accurately be referred to as “radio turn-around time", although for simplicity the more familiar term will be used.
  • the present invention provides a medium access technique for data processing nodes equipped with radio transceivers. Also, the present invention provides for fair access in a peer-to-peer wireless network without the ill effects of the hidden terminal problem in a manner heretofore unknown in the prior art.
  • access to a radio communications medium shared by at least two agents to provide peer-to-peer communication therebetween is controlled by sensing the communications medium at a first agent to determine if the communications medium is in use, transmitting from the first agent, if the first agent determines that the communications medium is not in use, a request-to-send message that includes reservation duration information, and receiving the request-to-send message at a second agent.
  • the second agent transmits a clear-to-send message including reservation duration information on behalf of the first agent, after which the first agent then transmits information to the second agent while a reservation duration indicated by the reservation duration information has not elapsed.
  • a possible third agent within receiving range of only one of the first and second agents is thereby guaranteed to receive the reservation duration information and is expected to observe the reservation according to rules to be disclosed.
  • the present invention provides an improved CSMA/CA technique that addresses the unique problems of wireless LANs and provides decentralized, peer-to-peer access for all data processing nodes ("agents") .
  • the data processing nodes use a radio transceiver for data transmission and reception.
  • the MAC supports three types of LLC data delivery services, unacknowledged (type 1) , connectionless acknowledged (type 3) , and broadcast. (“Connectionless acknowledged” refers to standard ISO 8802-2, Type 3).
  • An agent that has data to transmit will first calculate the amount of time (reservation time) the entire transmission process will take. (This includes time for an acknowledgement message "ACK", if any.)
  • the sending agent will pick a random "slot” time to begin the transmission, and if the network has been clear (no carrier) up until the time arrives, it will send out a request-to-send message (RTS) to the destination agent with the reservation time embedded in the frame.
  • RTS request-to-send message
  • the sending agent will wait for a fixed time in which it expects to receive a clear-to-send message (CTS) frame from the destination agent. If a CTS frame is not received, a collision is presumed and the sending node will retransmit the RTS at a newly selected random time.
  • CTS clear-to-send message
  • the sending agent Upon receiving the CTS frame the sending agent begins the transmission of the data when the radio has been "keyed up", i.e., when the radio has transitioned from receive to send mode. When the data transmission is complete, the receiving agent will respond in a fixed amount of time with an ACK frame (type 3 only) .
  • the RTS and CTS frames both contain the reservation time. All agents that receive either an RTS or CTS will defer from “contending" for the time specified in either frame with exceptions according to rules stated in state diagram descriptions presented hereinafter.
  • the contention time is broken up into two fixed periods, fairness and deferral, both of which are divided into a fixed number of slots. The fairness period precedes the deferral period.
  • All agents in the LAN observe the same number of fixed slots for both periods.
  • One of the slots in the deferral period is defined as the "pivot slot" which is used in deciding whether a node should switch from the deferral to the fairness state.
  • the pivot slot is a way to control the flow of agents into the fairness period and is especially necessary where the number of agents with data ready is much greater than the number of slots.
  • Agents in the fairness state select a random slot time to transmit in the fairness period, and agents in the deferral state select a random slot time that is in the deferral period. An agent that has won contention (received a CTS) while in the fairness state will switch to the deferral state.
  • Agents that are in the deferral state and have not won contention will enter the fairness state when it is detected that the fairness period has been clear (no carrier) and the random slot that was selected is greater than or equal to the pivot slot. This assures all agents in the fairness state orderly access. Which nodes enter the fairness state will be random depending on the slot that was selected for the last contention period.
  • the setting of the pivot slot can be adjusted to support different populations of ready nodes to improve performance.
  • MAC medium access control
  • Figure 1 is a drawing of the frame contents of a message frame
  • Figure 2a is a drawing showing a contention interval
  • Figure 2b is a drawing showing a time slot and in particular the contents of a winning time slot
  • Figure 3 is a drawing showing the arrangement of slots in a contention period with fairness
  • Figure 4 including Figures 4a and 4b, is a drawing showing contention reservation timing for type 1 and type 3 accesses, respectively;
  • FIG. 5 is an illustration of broadcast timing
  • Figure 6 is an illustration of the hidden terminal problem.
  • the present invention utilizes a basic unit of data transmission known as a "frame", the contents of which will presently be described.
  • the Preamble is a one or more octet pattern used by receivers to establish bit synchronization.
  • the start delimiter (SD) indicates the start of the frame.
  • the frame control (FC) field indicates whether the frame contains logical link control (LLC) data or is a control frame.
  • Control frame types include RTS, CTS, and RMA (Request Medium Access - a broadcast request) .
  • the destination address (DA) specifies the station(s) for which the frame is destined. It can be a unique physical address, a group of stations, or a global address
  • the source address (SA) specifies the station from which the frame originated.
  • the Data Unit contains LLC data or information related to the control frame.
  • the frame check sequence (FCS) is a 16-bit CRC of all fields except the Preamble, SD, ED, and FCS fields.
  • the end delimiter (ED) indicates the end of the frame.
  • Table 1 shows in greater detail the contents of the Frame Control (FC) field.
  • FC Frame Control
  • This is an 8-bit field that can designate one of the following types: RTS/type 1, RTS/type 3, CTS/type 1, CTS/type 3, and RMA/type !•
  • Types 1 and 3 correspond to unacknowledged and connectionless acknowledged services, respectively.
  • the type information (1 or 3) corresponds to logical link control (LLC) layer services and is also used by the MAC to designate whether an ACK message is expected as well as the reservation algorithm that is employed.
  • An important part of the local area network is a state machine that is continually monitoring the state of the air waves. It uses carrier information as well as frame information. For this purpose all frames are received by all agents within range regardless of physical address. This is different from many protocols which utilize address detection in hardware to filter messages.
  • the above-discussed process has been implemented using a spread spectrum radio that transmits/receives data at 242Kbs but is not limited thereto.
  • the radio has a synchronous/parallel interface based on the HDLC standard and can generate a carrier detect digital signal that goes active within 2 bit times. This signal plays an important part in providing carrier sense capability.
  • All agents in the network have similar radio transmit power and receive sensitivity around which the protocol is designed.
  • the network is therefore symmetrical in that a node that cannot hear another node also cannot be heard by that node.
  • Each agent has a fixed 28-bit address that is unique. These addresses are assigned at the time of manufacture and are not changeable by the protocol. Referring to Figure 2a, a contention period during which agents contend for access to the communications medium begins at the expiration of the reservation of an agent currently occupying the communications medium or, assuming no agent is occupying the communications medium, after the expiration of a maximum quiet time. After an agent first becomes active (i.e., the radio has been off and is now turned on) it must wait a maximum reservation time, or maximum quiet time, before contending for access to the communications medium.
  • the maximum reservation time is equal to the duration of a maximum length packet (600 bytes) plus a radio key-up time plus the duration of an acknowledgement message.
  • the contention interval is divided into a number of slots, one of which is randomly selected by each agent wishing to contend for access to the communications medium.
  • a particular slot becomes the winning slot when no agent has occupied the communications medium by the arrival of that slot time.
  • the agent that has selected that slot may then use the slot to request medium access by sending an RTS.
  • the agent transmits a data packet.
  • the contents of the winning slot will be as appears in Figure 2b.
  • the agent Prior to the arrival of the agent's slot time, the agent will be listening to see if some other agent gains access to the medium first. If not, then after the key-up time, the agent sends a request-to- send (RTS) message in response to which, following another key-up time, a clear-to-send (CTS) message will be received if the intended recipient of the agent's communications is available (i.e., physically within range and not currently observing a reservation) .
  • RTS request-to- send
  • CTS clear-to-send
  • the contention interval is divided into a group of fairness slots occurring during the first part of the contention interval and deferral slots occurring during the last part of the contention interval.
  • One of the deferral slots is designated as a pivot slot.
  • Each of the agents depending on its past success in gaining access to the communications medium, is set in either a fairness mode in which it selects a random slot from among the fairness slots or a deferral mode in which it selects a random slot from among the deferral slots.
  • the fairness slots of course, have a greater chance of becoming the winning slot.
  • any other agent in deferral mode When an agent in deferral mode wins access to the communications medium, any other agent in deferral mode whose slot was not the winning slot is placed in fairness mode for the next contention interval if its slot was the pivot slot or any succeeding slot. In this manner the flow of agents from deferral mode to fairness mode may be controlled.
  • an agent sends a request-to-send (RTS) message, it embeds in the message, in the data field thereof, the duration of the reservation measured from the end of the request-to-send (RTS) message, as illustrated in Figure 4a.
  • RTS request-to-send
  • the duration of the reservation will include an initial key-up period required by the requesting agent to prepare to receive a clear-to-send (CTS) message from the intended recipient, a period during which the clear-to-send (CTS) message is received, another key-up period during which the requesting agent prepares to send a data packet, and a period during which the data packet is sent.
  • CTS clear-to-send
  • the CTS reservation will therefore include the time during which the data packet is sent and the preceding key-up period.
  • the RTS and CTS reservations additionally include a time during which an acknowledgement message ACK is sent and a preceding key-up time.
  • an agent wishes to broadcast information to all other agents instead of designating a particular agent as the intended recipient, then during the winning slot it transmits a request medium access (RMA) message instead of a request-to-send (RTS) message.
  • RTA request medium access
  • RTS request-to-send
  • no agent replies in the case of a request medium access (RMA) message, no agent replies.
  • the requesting agent switches to receive mode during a key- up period and then listens for activity on the communications medium throughout the duration of a broadcast listen time BLT.
  • the broadcast listen time is equal to the sum of the radio key-up time of the agents and the duration of a clear-to-send (CTS) message.
  • RTS reservation There are two states that deal with reservations: the RTS reservation and CTS reservation states. Each state keeps track of whether it is observing a type 1 or type 3 reservation. These correspond to unacknowledged and acknowledged transmission services, respectively. A type 3 reservation must observe a reservation that includes an ACK, and a type 1 must not. This type information governs the decision making process for early termination of the reservation caused by an outside event as will be more fully explained hereinafter.
  • a reservation is defined as the time contained in any RTS/CTS/RMA frame received whose address does not match the local agent's.
  • the current reservation is observed. If a reservation is received that is longer than the current reservation, then the new reservation is observed. If a personal RTS is received and a current type 1 reservation is already being observed, then a CTS is sent back anyway. In other words, the previous reservation may be terminated early as previously alluded to. Assuming that a CTS for the current reservation hasn't been received at the present listening node, it is then further assumed that the listening node is incapable of colliding with the current data message that is being transmitted.
  • the CTS reservation state is unbreakable by any personal requests. If a reservation is received that is shorter than or equal to the remaining time of the current reservation, then the current reservation is observed. If a reservation is received that is longer than the current reservation, then the new reservation is observed. If a personal RTS is received, no action is performed. This is to avoid any collisions with the current data exchange currently in progress. It is assumed the requesting node is unaware of the current reservation being observed.
  • the contention period is broken up into a fixed number of slots and therefore synchronization among all nodes is important to reduce contention collisions. Synchronization occurs when the number of nodes ready to transmit at any instant in time is greater than or equal to one.
  • the slots are divided into two periods, a fairness period and a deferral period.
  • a node is either in a deferral state or a fairness state.
  • a node that is ready to contend will pick a random slot in the fairness period or the deferral period based on its state.
  • a slot period is defined as the time of two inter-frame gaps (IFGs) and two control frames, where the IFG is equal to the radio key-up time.
  • IFGs inter-frame gaps
  • a node that is in a deferral state will switch to the fairness state when the fairness period is clear and the node's selected contention time slot occurs later or at the same time as the pivot slot.
  • a determination is made that the fairness period is clear if no carrier is detected during the deferral period.
  • contention There are two possibilities with respect to contention. The node's slot can arrive and it contends, or a carrier is detected in the deferral period before the slot arrives and it therefore does not contend.
  • the present invention provides a medium access control technique for a wireless LAN that overcomes the hidden-terminal problem in a semi- broadcast peer-to-peer network.
  • the problem of fair access is also solved through the mechanism of contention with fairness described above.

Abstract

Access to a radio communications medium shared by at least two agents to provide peer-to-peer communication therebetween is controlled by sensing the communication medium at a first agent (A) to determine if the communications medium is in use transmitting from the first agent (A), if the first agent (A) determines that the communications medium is not in use, a request-to-send message that includes reservation duration information, and receiving the request-to-send message at a second agent (B). The second agent (B) then transmits a clear-to-send message including reservation duration information on behalf of the first agent (A), after which the first agent (A) then transmits information to the second agent (B) while a reservation duration indicated by the reservation duration information has not elapsed. A possible third agent (C) within receiving range of only one of the first (A) and second (B) agents is thereby guaranteed to receive the reservation duration information and is expected to observe the reservation according to rules disclosed.

Description

HEDIUM ACCESS PROTOCOL FOR WIRELESS LANS
BACKGROUND OF THE INVENTION
Field of the Invention
The present invention generally relates to methods for transferring data between a source and a plurality of receiving data processing devices. More particularly, the present invention relates to data transfer in a local area network (LAN) between a plurality of data processing devices where the devices use radio signals for delivering data.
State of the Art
There are many well-known medium access techniques available today for use in a local area network environment such as ALOHA, slotted ALOHA, Carrier Sense Multiple Access (CSMA) , Token Ring, CSMA/CA (Collision Avoidance) , CSMA/CD (Collision Detection) , BTMA, and CDMA. Many of these techniques were designed to work in a wired network and do not address the unique issues facing a wireless LAN. For example, CSMA techniques, although very effective in a hard-wired LAN, have a weakness in a wireless LAN. The benefit of CSMA is to avoid packet collisions by listening before transmitting, and to defer transmission if a carrier is detected. This works well in a wired network since all nodes are guaranteed to hear each other regardless of location on the wire.
An example of CSMA techniques applied to a hard-wired LAN may be found in U.S. Patent No. 4,661,902 to Hochsprung et al., assigned to Apple Computer, Inc. The techniques of this patent form the basis of the Appletalk™ protocol. An agent wishing to access the communications medium senses the medium to determine if it is in use, waits a predetermined time if the medium is idle, generates a random number and waits an additional waiting time corresponding to the random number before transmitting, and then transmits a request-to-send message. If the agent receives a clear-to-send message in reply within a second predetermined time, then the agent is cleared to transmit data.
In a wireless environment, however, not all nodes are guaranteed to be able to hear all other nodes in the LAN. Such a network is referred to as "semi- broadcast". If all nodes can hear one another the network is considered a "full-broadcast" network. The focus of the present invention deals with a semi- broadcast network in which a problem exists commonly referred to as the hidden terminal problem.
In networks that are semi-broadcast as well as in networks where all nodes may access the medium, there is a phenomenon known as the "middleman" or hidden terminal problem. Hidden terminals are nodes that are logically within the network but which cannot communicate with one or more nodes in the network. This problem is unique to radio networks due to the relatively steep attenuation of received signal strength that occurs as the distance between a transmitting node and a receiving node increases.
Figure 6 — which shows three nodes labeled A, B, and C — illustrates the "middleman" or hidden terminal problem. Assume that node A is in the middle of sending a frame to node B when node C has a message to send to node B. Also assume that node A and node C cannot hear one another, but node B can hear both A and C. Node C listens before transmitting, and not hearing node A, determines it is clear to send. The message sent by node C will then collide with the message sent by node A such that neither message may be properly received at node B, and both nodes will have to retransmit their respective messages. A hidden terminal can have an adverse affect upon the capacity of the radio channel, possibly reducing the capacity by as much as two-thirds.
The present invention is furthermore directed toward "peer-to-peer" communication networks in which all nodes, or agents, are able to freely communicate with each other without any node having any advantage over any other. Although medium access control techniques have been developed to address the hidden terminal problem, such techniques have not allowed peer-to-peer communications. For example, Busy Tone Multiple Access (BTMA) is a medium access control technique designed to address the hidden terminal problem. With BTMA every node sends and receives data from the central node. Whenever the central node is sending or receiving data, it will transmit a busy tone at a different frequency than the data transmission so as not to interfere with the data transmission. Every node in the system is equipped to detect the busy tone and will refrain from sending data when the tone is present. This effectively allows all nodes that are within range of the central node's busy tone to cooperate with all other nodes even if they are hidden terminals. The disadvantage to this technique is that it is centrally managed (not peer-to-peer) and does not provide for multiple central nodes on the same channel. Another problem that a peer-to-peer network suffers from is that of fair access. Since it is a characteristic of many radio modulation techniques such as FM and spread spectrum to have capture benefits (i.e., if two nodes transmit simultaneously to the same destination, the destination will usually be able to receive the stronger of the two signals) , typically the nodes that are physically closer to the destination will have an unfair advantage for accessing the medium.
The present invention solves both the hidden terminal problem and the problem of fair access in a peer-to-peer semi-broadcast LAN. The invention is particularly applicable to networks of portable computers, such as laptop and palmtop computers. The mobility of the agents in such a network greatly increases the likelihood of hidden terminal problems arising.
In addition, whereas the lengthy radio key-up times of radios create problems with typical CSMA protocols, these problems are avoided in the protocol of the present invention. Although "key-up time" is generally used to refer only to the time required for a radio to switch from the receive mode to the transmit mode, not the time required to switch in the opposite direction from transmit mode to receive mode, in a preferred embodiment of the present invention the two times are substantially equal and will both be referred to by the term "key-up time" throughout the present specification and claims. The term key-up time is therefore used to describe what in actuality might more accurately be referred to as "radio turn-around time", although for simplicity the more familiar term will be used. SUMMARY OF THE INVENTION
The present invention provides a medium access technique for data processing nodes equipped with radio transceivers. Also, the present invention provides for fair access in a peer-to-peer wireless network without the ill effects of the hidden terminal problem in a manner heretofore unknown in the prior art.
In one embodiment of the present invention, access to a radio communications medium shared by at least two agents to provide peer-to-peer communication therebetween is controlled by sensing the communications medium at a first agent to determine if the communications medium is in use, transmitting from the first agent, if the first agent determines that the communications medium is not in use, a request-to-send message that includes reservation duration information, and receiving the request-to-send message at a second agent. The second agent then transmits a clear-to-send message including reservation duration information on behalf of the first agent, after which the first agent then transmits information to the second agent while a reservation duration indicated by the reservation duration information has not elapsed. A possible third agent within receiving range of only one of the first and second agents is thereby guaranteed to receive the reservation duration information and is expected to observe the reservation according to rules to be disclosed.
More specifically, the present invention provides an improved CSMA/CA technique that addresses the unique problems of wireless LANs and provides decentralized, peer-to-peer access for all data processing nodes ("agents") . In the preferred embodiment, the data processing nodes use a radio transceiver for data transmission and reception. The MAC supports three types of LLC data delivery services, unacknowledged (type 1) , connectionless acknowledged (type 3) , and broadcast. ("Connectionless acknowledged" refers to standard ISO 8802-2, Type 3).
An agent that has data to transmit will first calculate the amount of time (reservation time) the entire transmission process will take. (This includes time for an acknowledgement message "ACK", if any.) The sending agent will pick a random "slot" time to begin the transmission, and if the network has been clear (no carrier) up until the time arrives, it will send out a request-to-send message (RTS) to the destination agent with the reservation time embedded in the frame. The sending agent will wait for a fixed time in which it expects to receive a clear-to-send message (CTS) frame from the destination agent. If a CTS frame is not received, a collision is presumed and the sending node will retransmit the RTS at a newly selected random time. Upon receiving the CTS frame the sending agent begins the transmission of the data when the radio has been "keyed up", i.e., when the radio has transitioned from receive to send mode. When the data transmission is complete, the receiving agent will respond in a fixed amount of time with an ACK frame (type 3 only) . The RTS and CTS frames both contain the reservation time. All agents that receive either an RTS or CTS will defer from "contending" for the time specified in either frame with exceptions according to rules stated in state diagram descriptions presented hereinafter. To preserve fair access to the network, the contention time is broken up into two fixed periods, fairness and deferral, both of which are divided into a fixed number of slots. The fairness period precedes the deferral period. All agents in the LAN observe the same number of fixed slots for both periods. One of the slots in the deferral period is defined as the "pivot slot" which is used in deciding whether a node should switch from the deferral to the fairness state. The pivot slot is a way to control the flow of agents into the fairness period and is especially necessary where the number of agents with data ready is much greater than the number of slots. Agents in the fairness state select a random slot time to transmit in the fairness period, and agents in the deferral state select a random slot time that is in the deferral period. An agent that has won contention (received a CTS) while in the fairness state will switch to the deferral state. Agents that are in the deferral state and have not won contention will enter the fairness state when it is detected that the fairness period has been clear (no carrier) and the random slot that was selected is greater than or equal to the pivot slot. This assures all agents in the fairness state orderly access. Which nodes enter the fairness state will be random depending on the slot that was selected for the last contention period. The setting of the pivot slot can be adjusted to support different populations of ready nodes to improve performance. Thus, it can be appreciated that the present invention resides in a medium access control (MAC) technique designed specifically for radio LANs. BRIEF DESCRIPTION OF THE DRAWINGS
The present invention can be further understood with reference to the following description in conjunction with the appended drawings, wherein like elements are provided with the same reference numerals. In the drawings:
Figure 1 is a drawing of the frame contents of a message frame;
Figure 2a is a drawing showing a contention interval;
Figure 2b is a drawing showing a time slot and in particular the contents of a winning time slot;
Figure 3 is a drawing showing the arrangement of slots in a contention period with fairness;
Figure 4, including Figures 4a and 4b, is a drawing showing contention reservation timing for type 1 and type 3 accesses, respectively;
Figure 5 is an illustration of broadcast timing; and
Figure 6 is an illustration of the hidden terminal problem.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
Referring to Figure 1, the present invention utilizes a basic unit of data transmission known as a "frame", the contents of which will presently be described. Proceeding from left to right, the Preamble is a one or more octet pattern used by receivers to establish bit synchronization. The start delimiter (SD) indicates the start of the frame. The frame control (FC) field indicates whether the frame contains logical link control (LLC) data or is a control frame. Control frame types include RTS, CTS, and RMA (Request Medium Access - a broadcast request) . The destination address (DA) specifies the station(s) for which the frame is destined. It can be a unique physical address, a group of stations, or a global address
(broadcast) . The source address (SA) specifies the station from which the frame originated. The Data Unit contains LLC data or information related to the control frame. The frame check sequence (FCS) is a 16-bit CRC of all fields except the Preamble, SD, ED, and FCS fields. Finally, the end delimiter (ED) indicates the end of the frame.
Table 1 shows in greater detail the contents of the Frame Control (FC) field. This is an 8-bit field that can designate one of the following types: RTS/type 1, RTS/type 3, CTS/type 1, CTS/type 3, and RMA/type !• Types 1 and 3 correspond to unacknowledged and connectionless acknowledged services, respectively. The type information (1 or 3) corresponds to logical link control (LLC) layer services and is also used by the MAC to designate whether an ACK message is expected as well as the reservation algorithm that is employed. Frame Control Definition CFO b7 1:Control; 0:Data b6 l:Type III; 0:Type I b5-b3 reserved b2-b0 Control code:
000:RTS
001:CTS
010-.RMA
100:Regular data frame TABLE 1
An important part of the local area network is a state machine that is continually monitoring the state of the air waves. It uses carrier information as well as frame information. For this purpose all frames are received by all agents within range regardless of physical address. This is different from many protocols which utilize address detection in hardware to filter messages.
The above-discussed process has been implemented using a spread spectrum radio that transmits/receives data at 242Kbs but is not limited thereto. The radio has a synchronous/parallel interface based on the HDLC standard and can generate a carrier detect digital signal that goes active within 2 bit times. This signal plays an important part in providing carrier sense capability.
All agents in the network have similar radio transmit power and receive sensitivity around which the protocol is designed. The network is therefore symmetrical in that a node that cannot hear another node also cannot be heard by that node. Each agent has a fixed 28-bit address that is unique. These addresses are assigned at the time of manufacture and are not changeable by the protocol. Referring to Figure 2a, a contention period during which agents contend for access to the communications medium begins at the expiration of the reservation of an agent currently occupying the communications medium or, assuming no agent is occupying the communications medium, after the expiration of a maximum quiet time. After an agent first becomes active (i.e., the radio has been off and is now turned on) it must wait a maximum reservation time, or maximum quiet time, before contending for access to the communications medium. This waiting period is required, since the newly-active agent is unaware of the current state of the network. In a preferred embodiment, the maximum reservation time is equal to the duration of a maximum length packet (600 bytes) plus a radio key-up time plus the duration of an acknowledgement message.
The contention interval is divided into a number of slots, one of which is randomly selected by each agent wishing to contend for access to the communications medium. A particular slot becomes the winning slot when no agent has occupied the communications medium by the arrival of that slot time. The agent that has selected that slot may then use the slot to request medium access by sending an RTS.
Assuming that a CTS is received in reply, then after a key-up time during which the agent switches from receive to send mode, the agent then transmits a data packet. In the case of a Type 1 non-broadcast access, the contents of the winning slot will be as appears in Figure 2b. Prior to the arrival of the agent's slot time, the agent will be listening to see if some other agent gains access to the medium first. If not, then after the key-up time, the agent sends a request-to- send (RTS) message in response to which, following another key-up time, a clear-to-send (CTS) message will be received if the intended recipient of the agent's communications is available (i.e., physically within range and not currently observing a reservation) .
Slots at the beginning of the contention interval naturally stand a better chance of becoming winning slots than do slots near the end of the contention interval. To ensure that all agents enjoy equal access to the communications medium, there has been employed "a contention period with fairness."
Referring to Figure 3, the contention interval is divided into a group of fairness slots occurring during the first part of the contention interval and deferral slots occurring during the last part of the contention interval. One of the deferral slots is designated as a pivot slot. Each of the agents, depending on its past success in gaining access to the communications medium, is set in either a fairness mode in which it selects a random slot from among the fairness slots or a deferral mode in which it selects a random slot from among the deferral slots. The fairness slots, of course, have a greater chance of becoming the winning slot. Once an agent has gained access to the communications medium, it is then placed in deferral mode after its reservation has expired. When an agent in deferral mode wins access to the communications medium, any other agent in deferral mode whose slot was not the winning slot is placed in fairness mode for the next contention interval if its slot was the pivot slot or any succeeding slot. In this manner the flow of agents from deferral mode to fairness mode may be controlled. When an agent sends a request-to-send (RTS) message, it embeds in the message, in the data field thereof, the duration of the reservation measured from the end of the request-to-send (RTS) message, as illustrated in Figure 4a. The duration of the reservation will include an initial key-up period required by the requesting agent to prepare to receive a clear-to-send (CTS) message from the intended recipient, a period during which the clear-to-send (CTS) message is received, another key-up period during which the requesting agent prepares to send a data packet, and a period during which the data packet is sent. When an agent sends a clear-to-send (CTS) message, it embeds in the message the time remaining in the RTS reservation. The CTS reservation will therefore include the time during which the data packet is sent and the preceding key-up period.
Referring to Figure 4b, for a Type 3 reservation, the RTS and CTS reservations additionally include a time during which an acknowledgement message ACK is sent and a preceding key-up time.
Referring to Figure 5, if an agent wishes to broadcast information to all other agents instead of designating a particular agent as the intended recipient, then during the winning slot it transmits a request medium access (RMA) message instead of a request-to-send (RTS) message. Unlike a Type 1 access in which the intended recipient replies with a clear- to-send (CTS) message, in the case of a request medium access (RMA) message, no agent replies. Rather, the requesting agent switches to receive mode during a key- up period and then listens for activity on the communications medium throughout the duration of a broadcast listen time BLT. The broadcast listen time is equal to the sum of the radio key-up time of the agents and the duration of a clear-to-send (CTS) message. This ensures that time is given to listen for the winning agent's data in case the agent is not in range to have heard the winning CTS. For example, two agents may contend in the same time slot, one sending an RMA and the other sending an RTS. Since both agents are transmitting at the same time neither hears the other's request. Furthermore, the agent that sent the RMA may be out of range of an agent sending a CTS in response to the other agent's RTS. By causing the agent that sent the RMA to wait during the broadcast listen time until such time as the data of the agent receiving the CTS may be heard, the agent that sent the RMA will be alerted that access to the communications medium has already been obtained by another agent, thereby avoiding a collision.
In Table 2 below, the states of the state machine are shown, following which notes pertaining to Table 2 are set forth.
Figure imgf000017_0001
1 . The Reservation time in the RTC/CTS frame must be longer than the remaining time of the current reservation. If this isn't true then there is no action and the state is unchanged.
2. Event or state transition that applied to Acknowledged services only.
3. Event or state transition that applies to Unacknowledged services only.
4. If ACK hasn't been generated in time then no action is performed.
5. Action and state transition applies only for type 1 reservation.
6. Was unable to capture the message; a reservation is set for the maximum frame size.
TABLE 2 There are two states that deal with reservations: the RTS reservation and CTS reservation states. Each state keeps track of whether it is observing a type 1 or type 3 reservation. These correspond to unacknowledged and acknowledged transmission services, respectively. A type 3 reservation must observe a reservation that includes an ACK, and a type 1 must not. This type information governs the decision making process for early termination of the reservation caused by an outside event as will be more fully explained hereinafter. A reservation is defined as the time contained in any RTS/CTS/RMA frame received whose address does not match the local agent's.
In the reservation state, if a reservation is received that is shorter than or equal to the remaining time of the current reservation, then the current reservation is observed. If a reservation is received that is longer than the current reservation, then the new reservation is observed. If a personal RTS is received and a current type 1 reservation is already being observed, then a CTS is sent back anyway. In other words, the previous reservation may be terminated early as previously alluded to. Assuming that a CTS for the current reservation hasn't been received at the present listening node, it is then further assumed that the listening node is incapable of colliding with the current data message that is being transmitted. This is true for one of three reasons: 1) The received RTS frame has capture over the CTS frame that would have been expected to follow the previous RTS; 2) The CTS was never sent in response to the RTS that is currently being observed; or 3) the CTS was never received because the agent was out of range. If a personal RTS is received and the current reservation is type 3 rather than type 1, then no action is taken. This is a non-aggressive approach that assumes the CTS wasn't received because of reasons 1 or 3 stated above.
The CTS reservation state is unbreakable by any personal requests. If a reservation is received that is shorter than or equal to the remaining time of the current reservation, then the current reservation is observed. If a reservation is received that is longer than the current reservation, then the new reservation is observed. If a personal RTS is received, no action is performed. This is to avoid any collisions with the current data exchange currently in progress. It is assumed the requesting node is unaware of the current reservation being observed.
With respect to the contention state, the contention period is broken up into a fixed number of slots and therefore synchronization among all nodes is important to reduce contention collisions. Synchronization occurs when the number of nodes ready to transmit at any instant in time is greater than or equal to one. To allow fair access to the network, the slots are divided into two periods, a fairness period and a deferral period. A node is either in a deferral state or a fairness state. A node that is ready to contend will pick a random slot in the fairness period or the deferral period based on its state. A slot period is defined as the time of two inter-frame gaps (IFGs) and two control frames, where the IFG is equal to the radio key-up time.
A node that is in a deferral state will switch to the fairness state when the fairness period is clear and the node's selected contention time slot occurs later or at the same time as the pivot slot. For a node that is in the deferral state, a determination is made that the fairness period is clear if no carrier is detected during the deferral period. There are two possibilities with respect to contention. The node's slot can arrive and it contends, or a carrier is detected in the deferral period before the slot arrives and it therefore does not contend.
Not all events in each of the foregoing states have been described since some are self- explanatory from Table 1.
As will be appreciated from the foregoing description, the present invention provides a medium access control technique for a wireless LAN that overcomes the hidden-terminal problem in a semi- broadcast peer-to-peer network. The problem of fair access is also solved through the mechanism of contention with fairness described above.
The foregoing has described the principles, preferred embodiments and modes of operation of the present invention. However, the invention should not be construed as being limited to the particular embodiments discussed. Instead, the above-described embodiments should be regarded as being illustrative rather than restrictive, and it should be appreciated that variations may be made in those embodiments by workers skilled in the art without departing from the scope of the present invention as defined by the following claims.

Claims

WHAT IS CLAIMED IS:
1. A method for controlling access to a radio communications medium shared by at least three agents to provide peer-to-peer communications therebetween, comprising the steps of: sensing the communications medium at a first agent to determine if the communications medium is in use; transmitting from the first agent, if the first agent determines that the communications medium is not in use, a request-to-send message that includes reservation duration information; receiving the request-to-send message at a second agent; transmitting from the second agent a clear-to-send message including reservation duration information on behalf of the first agent; receiving at least one of the request-to-send message and the clear-to-send message at a third agent; transmitting information from the first agent to the second agent while a reservation duration indicated by the reservation duration information has not elapsed; and receiving the information at the second agent, whereby a third agent within receiving range of only one of the first and second agents receives the reservation duration information.
2. The method of Claim 1 comprising the further steps of: dividing a contention period from conclusion of a previous reservation to initiation of a next reservation into multiple equal-duration time slots; and selecting, at the first agent, a random time slot from among at least a portion of the time slots, wherein the first agent transmits the request-to-send message during a time slot selected during the selecting step when the first agent does not detect activity on the communications medium.
3. The method of Claim 2, wherein a duration of the time slots is equal to the sum of twice a radio key-up time of the agents plus the duration of a request-to-send message plus the duration of a clear- to-send message.
4. The method of Claim 2 comprising the further steps of: designating a plurality of earlier-occurring ones of the time slots as fairness time slots; designating a plurality of later-occurring ones of the time slots as deferral time slots; and causing the first agent to contend for access to the medium in one of a fairness mode and a deferral mode, wherein the agent if in fairness mode selects a random time slot from among the fairness time slots and the agent if in deferral mode selects a random time slot from among the deferral time slots.
5. The method of Claim 4 wherein a plurality of the agents contends for access to the communications medium.
6. The method of Claim 5 comprising the further step of: causing the plurality of agents to change from one of the fairness and deferral modes to another of the fairness and deferral modes based on success of the respective agents in winning access to the communications medium.
7. The method of Claim 6 wherein an agent after winning access to the communications medium is placed in the deferral mode.
8. The method of Claim 7 comprising the further step of: designating one of the plurality of deferral time slots as a pivot slot for controlling changing of agents from deferral mode to fairness mode.
9. The method of Claim 8 wherein an agent in deferral mode that contends unsuccessfully for access to the communications medium during a contention period is changed to fairness mode if but not only if another agent in deferral mode contended successfully for access to the communications medium.
10. The method of Claim 9 wherein the agent in deferral mode is changed to fairness mode only if a slot selected by the agent in deferral mode does not occur prior to the pivot slot.
11. The method of Claim 5 wherein contending for access to the communications medium includes the steps of an agent: waiting for occurrence of said selected random time slot while listening for communications on said communications medium; and if no communications are detected prior to occurrence of said selected random time slot then: transmitting a request-to-send message; waiting for a clear-to-send message in response to said request-to-send message; if a clear-to-send message in response to said request-to-send message is received, transmitting information; and if a clear-to-send message is not received, selecting again a random time slot in order to continue to contend for access to the communications medium.
12. The method of Claim 11 wherein if communications are detected prior to occurrence of said selected random time slot then: waiting to receive one of a request-to-send message and a clear-to-send message; if a request-to-send message directed to said agent is received, sending a clear-to-send message in response thereto; if a request-to-send message not directed to said agent is received, observing a reservation duration indicated in said request-to-send message; if a clear-to-send message not directed to said agent is received, observing a reservation duration indicated in said clear-to-send message; and if no request-to-send or clear-to-send message is received after waiting a predetermined amount of time to receive one of said request-to-send message and said clear-to-send message, observing a maximum reservation duration as if a request-to-send message indicating said maximum reservation duration had been received, whereby the number of agents contending at a time for access to the communications medium is controlled.
13. The method of Claim 1 comprising the further step of: defining at least two different types of reservations, a first type without acknowledgement by a destination agent and a second type with acknowledgemen .
14. The method of Claim 13 wherein, in the case of a first type of reservation, the first agent includes in the reservation duration information representing a first duration equal to the sum of twice a radio key-up time of the agents plus the duration of a clear-to-send message plus the duration of a data frame.
15. The method of Claim 14 wherein, in the case of a second type of reservation, the first agent includes in the reservation duration information representing a second duration equal to the sum of three times a radio key-up time of the agents plus the duration of a clear-to-send message plus the duration of a data frame plus the duration of an acknowledgement message.
16. The method of Claim 15 wherein, in the case of a first type of reservation, the second agent includes in the reservation duration information representing a third duration equal to the difference of the first duration minus a radio key-up time minus the duration of a clear-to-send message.
17. The method of Claim 15 wherein, in the case of a second type of reservation, the second agent includes in the reservation duration information representing a fourth duration equal to the difference of the second duration minus a radio key-up time minus the duration of a clear-to-send message.
18. The method of Claim 13 comprising the further steps of: receiving at a particular agent a first request- to-send message not directed to said particular agent but not receiving any clear-to-send message that may have been sent in response to send request-to-send message; and receiving at said particular agent a second request-to-send message directed to said particular agent, whereupon said particular agent, even if a reservation duration indicated in said first request- to-send message has not yet expired, sends a clear-to- send message in response to said second request-to-send message, terminating early a reservation established by said first request-to-send message, if said first request-to-send message was of said first type.
19. The method of Claim 13 comprising the further steps of: receiving at a particular agent a first request- to-send message not directed to said particular agent but not receiving any clear-to-send message that may have been sent in response to the request-to-send message; and receiving at said particular agent a second request-to-send message directed to said particular agent; whereupon said particular agent takes no action in response to said second request-to-send message if a reservation duration indicated in said first request- to-send message has not yet expired and said first request-to-send message was of said second type.
20. The method of Claim 1 comprising the further steps of: detecting at a fourth agent possible activity on the communications medium; transmitting from the fourth agent a request- medium-access message, including reservation duration information, when the third agent does not detect activity on the communications medium; detecting at the fourth agent, throughout a broadcast listen time following the request-medium- access message, activity on the communications medium; and transmitting from the fourth agent a broadcast message if no activity is detected on the communications medium throughout the broadcast listen time.
21. The method of Claim 20 wherein the broadcast listen time is equal to the sum of a radio key-up time of the agents and the duration of a clear- to-send message.
22. The method of Claim 1 wherein each active agent receives all communications on said communications medium that the active agent is within range to receive regardless for which agent the communications may have been intended.
23. The method of Claim 22 wherein an agent when it first becomes active is caused to listen to communications on the communications medium, without transmitting, for the duration of a maximum allowed reservation time.
PCT/US1992/011005 1991-12-18 1992-12-17 Medium access protocol for wireless lans WO1993012595A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US07808923 US5231634B1 (en) 1991-12-18 1991-12-18 Medium access protocol for wireless lans
US07/808,923 1991-12-18

Publications (1)

Publication Number Publication Date
WO1993012595A1 true WO1993012595A1 (en) 1993-06-24

Family

ID=25200130

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1992/011005 WO1993012595A1 (en) 1991-12-18 1992-12-17 Medium access protocol for wireless lans

Country Status (3)

Country Link
US (1) US5231634B1 (en)
AU (1) AU3415593A (en)
WO (1) WO1993012595A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999022493A2 (en) * 1997-10-29 1999-05-06 Nokia Mobile Phones Limited Wirelesslocal area network transferring information by means of predetermined link agents
US9449428B2 (en) 2009-12-21 2016-09-20 Thomson Licensing Method for generating an environment map

Families Citing this family (229)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB9019488D0 (en) * 1990-09-06 1990-10-24 Ncr Co Local area network having a wireless transmission link
US6714559B1 (en) * 1991-12-04 2004-03-30 Broadcom Corporation Redundant radio frequency network having a roaming terminal communication protocol
EP0524676A1 (en) * 1991-07-08 1993-01-27 Koninklijke Philips Electronics N.V. Method and arrangement for data transmission
EP0596648A1 (en) 1992-11-02 1994-05-11 National Semiconductor Corporation Network link endpoint capability detection
USRE39116E1 (en) 1992-11-02 2006-06-06 Negotiated Data Solutions Llc Network link detection and generation
US6006090A (en) * 1993-04-28 1999-12-21 Proxim, Inc. Providing roaming capability for mobile computers in a standard network
AU7322694A (en) * 1993-07-09 1995-02-06 Apple Computer, Inc. System and method for sending and responding to information requests in a communications network
CA2103134C (en) 1993-11-15 1999-07-27 Jeane Shu-Chun Chen Medium access control protocol for wireless communication
EP0748540A4 (en) 1994-03-03 1997-10-29 Proxim Inc Frequency hopping medium access control protocol
US6292508B1 (en) 1994-03-03 2001-09-18 Proxim, Inc. Method and apparatus for managing power in a frequency hopping medium access control protocol
EP0754375A4 (en) * 1994-04-04 1999-01-20 Motorola Inc Method and apparatus for detecting and handling collisions in a radio communication system
US6091507A (en) * 1994-07-01 2000-07-18 Colorspan Corporation Method and apparatus for printing a document over a network
US5577172A (en) * 1994-07-01 1996-11-19 Lasermaster Corporation High-capacity protocol for packet-based networks
JP3041200B2 (en) * 1994-07-21 2000-05-15 シャープ株式会社 Data communication apparatus and method
US5487068A (en) * 1994-07-29 1996-01-23 Motorola, Inc. Method for providing error correction using selective automatic repeat requests in a packet-switched communication system
EP1333590A3 (en) * 1994-09-09 2004-05-12 XIRCOM Wireless, Inc. Correlator for reception of CPM spread-spectrum communications
US6768981B2 (en) 1994-09-20 2004-07-27 Papyrus Corporation Method for executing a cross-trade in a two-way wireless system
US7373322B1 (en) 1994-09-20 2008-05-13 Papyrus Technology Corporation Two-way wireless communication system for financial industry transactions
US5774877A (en) * 1994-09-20 1998-06-30 Papyrus Technology Corp. Two-way wireless system for financial industry transactions
US5797002A (en) * 1994-09-20 1998-08-18 Papyrus Technology Corp. Two-way wireless system for financial industry transactions
US5657326A (en) * 1994-12-20 1997-08-12 3Com Corporation Radio based collision detection for wireless communication system
JPH10512404A (en) * 1995-01-11 1998-11-24 モーメンタム・マイクロシステムズ Wireless desktop area network system
US6343071B1 (en) 1995-01-11 2002-01-29 Simtek Corporation Wireless desktop area network system
US5745479A (en) * 1995-02-24 1998-04-28 3Com Corporation Error detection in a wireless LAN environment
FI98025C (en) * 1995-05-05 1997-03-25 Nokia Mobile Phones Ltd Wireless LAN system and receiver
US5719868A (en) * 1995-10-05 1998-02-17 Rockwell International Dynamic distributed, multi-channel time division multiple access slot assignment method for a network of nodes
US5721725A (en) * 1995-10-30 1998-02-24 Xerox Corporation Protocol for channel access in wireless or network data communication
US5818830A (en) 1995-12-29 1998-10-06 Lsi Logic Corporation Method and apparatus for increasing the effective bandwidth of a digital wireless network
US5898828A (en) * 1995-12-29 1999-04-27 Emc Corporation Reduction of power used by transceivers in a data transmission loop
FR2744310A1 (en) * 1996-01-31 1997-08-01 Canon Kk COMMUNICATION PROCESS, MEANS AND SYSTEM ON A SHARED TRANSMISSION MEDIA
US5661727A (en) * 1996-06-12 1997-08-26 International Business Machines Corporation Schemes to determine presence of hidden terminals in wireless networks environment and to switch between them
US5844905A (en) * 1996-07-09 1998-12-01 International Business Machines Corporation Extensions to distributed MAC protocols with collision avoidance using RTS/CTS exchange
US5844900A (en) * 1996-09-23 1998-12-01 Proxim, Inc. Method and apparatus for optimizing a medium access control protocol
US5875179A (en) * 1996-10-29 1999-02-23 Proxim, Inc. Method and apparatus for synchronized communication over wireless backbone architecture
US6125122A (en) * 1997-01-21 2000-09-26 At&T Wireless Svcs. Inc. Dynamic protocol negotiation system
US5949760A (en) * 1997-03-21 1999-09-07 Rockwell International Corporation Simultaneous channel access transmission method for a multi-hop communications radio network
US5889772A (en) * 1997-04-17 1999-03-30 Advanced Micro Devices, Inc. System and method for monitoring performance of wireless LAN and dynamically adjusting its operating parameters
JP3173427B2 (en) * 1997-06-23 2001-06-04 日本電気株式会社 Wireless LAN system
US6055512A (en) * 1997-07-08 2000-04-25 Nortel Networks Corporation Networked personal customized information and facility services
US6049549A (en) 1997-08-14 2000-04-11 University Of Massachusetts Adaptive media control
JP3881770B2 (en) * 1998-03-10 2007-02-14 松下電器産業株式会社 Mobile station apparatus and communication method
KR100381012B1 (en) 1998-05-04 2003-08-19 한국전자통신연구원 Random connection device for reverse common channel in cdma scheme and method therefor
US6628629B1 (en) * 1998-07-10 2003-09-30 Malibu Networks Reservation based prioritization method for wireless transmission of latency and jitter sensitive IP-flows in a wireless point to multi-point transmission system
US6452915B1 (en) * 1998-07-10 2002-09-17 Malibu Networks, Inc. IP-flow classification in a wireless point to multi-point (PTMP) transmission system
US6862622B2 (en) * 1998-07-10 2005-03-01 Van Drebbel Mariner Llc Transmission control protocol/internet protocol (TCP/IP) packet-centric wireless point to multi-point (PTMP) transmission system architecture
US6611521B1 (en) * 1998-07-14 2003-08-26 International Business Machines Corporation Data link layer extensions to a high latency wireless MAC protocol
US7123624B1 (en) * 1999-01-14 2006-10-17 Cape Range Wireless, Ltd. System and method for single-point to fixed-multipoint data communication
US7184413B2 (en) * 1999-02-10 2007-02-27 Nokia Inc. Adaptive communication protocol for wireless networks
US6577613B1 (en) * 1999-03-02 2003-06-10 Verizon Corporate Services Group Inc. Method and apparatus for asynchronous reservation-oriented multiple access for wireless networks
US6850489B1 (en) * 1999-04-28 2005-02-01 Matsushita Electric Industrial Co., Ltd. Communication system to which multiple access control method is applied
DE10027216B4 (en) 1999-05-31 2008-10-16 Electronics And Telecommunications Research Institute Apparatus and method for modulating a data message by using Orthogonal Variable Spreading Factor (OVSF) codes in a mobile communication system
US6363062B1 (en) * 1999-06-08 2002-03-26 Caly Corporation Communications protocol for packet data particularly in mesh topology wireless networks
US6505037B1 (en) * 1999-06-29 2003-01-07 Sharp Laboratories Of America, Inc. Data unit detection including antenna diversity
US6859504B1 (en) 1999-06-29 2005-02-22 Sharp Laboratories Of America, Inc. Rapid settling automatic gain control with minimal signal distortion
US6470189B1 (en) * 1999-09-29 2002-10-22 Motorola, Inc. Method and apparatus in a wireless transceiver for seeking and transferring information available from a network server
IL149083A0 (en) * 1999-10-13 2002-11-10 Caly Corp Spatially switched router for wireless data packets
US6426814B1 (en) 1999-10-13 2002-07-30 Caly Corporation Spatially switched router for wireless data packets
US6836463B2 (en) 1999-10-15 2004-12-28 Nokia Corporation System for communicating labeled routing trees to establish preferred paths and source routes with local identifiers in wireless computer networks
US6788702B1 (en) 1999-10-15 2004-09-07 Nokia Wireless Routers, Inc. Protocol for neighborhood-established transmission scheduling
US6980537B1 (en) 1999-11-12 2005-12-27 Itt Manufacturing Enterprises, Inc. Method and apparatus for communication network cluster formation and transmission of node link status messages with reduced protocol overhead traffic
US6349091B1 (en) 1999-11-12 2002-02-19 Itt Manufacturing Enterprises, Inc. Method and apparatus for controlling communication links between network nodes to reduce communication protocol overhead traffic
US6349210B1 (en) * 1999-11-12 2002-02-19 Itt Manufacturing Enterprises, Inc. Method and apparatus for broadcasting messages in channel reservation communication systems
US6385174B1 (en) 1999-11-12 2002-05-07 Itt Manufacturing Enterprises, Inc. Method and apparatus for transmission of node link status messages throughout a network with reduced communication protocol overhead traffic
JP4186355B2 (en) * 1999-11-24 2008-11-26 株式会社デンソー CSMA wireless LAN antenna device and terminal station
CA2327813A1 (en) * 1999-12-07 2001-06-07 Kazuo Yahiro Information terminal and information terminal system
US6681256B1 (en) * 1999-12-21 2004-01-20 Nokia Corporation Method for dynamically selecting allocation of random access channels in a communication system
US6732163B1 (en) 2000-01-05 2004-05-04 Cisco Technology, Inc. System for selecting the operating frequency of a communication device in a wireless network
US20030016647A1 (en) * 2000-01-13 2003-01-23 Kenneth Margon System and method for multipoint to multipoint data communication
US20030214933A1 (en) * 2000-01-13 2003-11-20 Cape Range Wireless Malaysia Sdn System and method for single-point to fixed-multipoint data communication
US6556582B1 (en) * 2000-05-15 2003-04-29 Bbnt Solutions Llc Systems and methods for collision avoidance in mobile multi-hop packet radio networks
US7469297B1 (en) 2000-08-04 2008-12-23 Intellon Corporation Mechanism for using a quasi-addressed response to bind to a message requesting the response
US7298691B1 (en) 2000-08-04 2007-11-20 Intellon Corporation Method and protocol to adapt each unique connection in a multi-node network to a maximum data rate
US6671284B1 (en) * 2000-08-04 2003-12-30 Intellon Corporation Frame control for efficient media access
US7352770B1 (en) 2000-08-04 2008-04-01 Intellon Corporation Media access control protocol with priority and contention-free intervals
US6909723B1 (en) 2000-08-04 2005-06-21 Intellon Corporation Segment bursting with priority pre-emption and reduced latency
US6907044B1 (en) 2000-08-04 2005-06-14 Intellon Corporation Method and protocol to support contention-free intervals and QoS in a CSMA network
US6987770B1 (en) 2000-08-04 2006-01-17 Intellon Corporation Frame forwarding in an adaptive network
US6928061B1 (en) 2000-09-06 2005-08-09 Nokia, Inc. Transmission-scheduling coordination among collocated internet radios
AU2002211436B2 (en) * 2000-10-06 2006-03-16 Cognio, Inc. Systems and methods for interference mitigation among multiple WLAN protocols
US6807165B2 (en) 2000-11-08 2004-10-19 Meshnetworks, Inc. Time division protocol for an ad-hoc, peer-to-peer radio network having coordinating channel access to shared parallel data channels with separate reservation channel
US6873839B2 (en) 2000-11-13 2005-03-29 Meshnetworks, Inc. Prioritized-routing for an ad-hoc, peer-to-peer, mobile radio access system
US7072650B2 (en) * 2000-11-13 2006-07-04 Meshnetworks, Inc. Ad hoc peer-to-peer mobile radio access system interfaced to the PSTN and cellular networks
US7218691B1 (en) 2001-03-05 2007-05-15 Marvell International Ltd. Method and apparatus for estimation of orthogonal frequency division multiplexing symbol timing and carrier frequency offset
US8619922B1 (en) 2002-02-04 2013-12-31 Marvell International Ltd. Method and apparatus for acquisition and tracking of orthogonal frequency division multiplexing symbol timing, carrier frequency offset and phase noise
US7151769B2 (en) * 2001-03-22 2006-12-19 Meshnetworks, Inc. Prioritized-routing for an ad-hoc, peer-to-peer, mobile radio access system based on battery-power levels and type of service
GB2375015A (en) * 2001-04-27 2002-10-30 Ericsson Telefon Ab L M Communications networks
US20020165968A1 (en) * 2001-05-03 2002-11-07 Ncr Corporation Methods and apparatus for wireless operator remote control in document processing systems
JP2004531971A (en) * 2001-06-14 2004-10-14 メッシュネットワークス インコーポレーティッド A routing protocol embedded under the internet protocol routing layer of the software architecture protocol stack in mobile ad hoc networks
WO2003009518A2 (en) * 2001-07-19 2003-01-30 Cape Range Wireless, Inc. System and method for multipoint to multipoint data communication
US7072323B2 (en) * 2001-08-15 2006-07-04 Meshnetworks, Inc. System and method for performing soft handoff in a wireless data network
US7349380B2 (en) * 2001-08-15 2008-03-25 Meshnetworks, Inc. System and method for providing an addressing and proxy scheme for facilitating mobility of wireless nodes between wired access points on a core network of a communications network
US7206294B2 (en) 2001-08-15 2007-04-17 Meshnetworks, Inc. Movable access points and repeaters for minimizing coverage and capacity constraints in a wireless communications network and a method for using the same
US7613458B2 (en) * 2001-08-28 2009-11-03 Meshnetworks, Inc. System and method for enabling a radio node to selectably function as a router in a wireless communications network
US7145903B2 (en) * 2001-09-06 2006-12-05 Meshnetworks, Inc. Multi-master bus architecture for system-on-chip designs
KR100886202B1 (en) * 2001-09-25 2009-02-27 메시네트웍스, 인코포레이티드 A system and method employing algorithms and protocols for optimizing carrier sense multiple accesscsma protocols in wireless networks
US6754188B1 (en) 2001-09-28 2004-06-22 Meshnetworks, Inc. System and method for enabling a node in an ad-hoc packet-switched wireless communications network to route packets based on packet content
US6768730B1 (en) 2001-10-11 2004-07-27 Meshnetworks, Inc. System and method for efficiently performing two-way ranging to determine the location of a wireless node in a communications network
US6982982B1 (en) 2001-10-23 2006-01-03 Meshnetworks, Inc. System and method for providing a congestion optimized address resolution protocol for wireless ad-hoc networks
US6771666B2 (en) 2002-03-15 2004-08-03 Meshnetworks, Inc. System and method for trans-medium address resolution on an ad-hoc network with at least one highly disconnected medium having multiple access points to other media
US6937602B2 (en) * 2001-10-23 2005-08-30 Meshnetworks, Inc. System and method for providing a congestion optimized address resolution protocol for wireless ad-hoc networks
US7181214B1 (en) 2001-11-13 2007-02-20 Meshnetworks, Inc. System and method for determining the measure of mobility of a subscriber device in an ad-hoc wireless network with fixed wireless routers and wide area network (WAN) access points
US7136587B1 (en) 2001-11-15 2006-11-14 Meshnetworks, Inc. System and method for providing simulated hardware-in-the-loop testing of wireless communications networks
US6728545B1 (en) 2001-11-16 2004-04-27 Meshnetworks, Inc. System and method for computing the location of a mobile terminal in a wireless communications network
US7221686B1 (en) 2001-11-30 2007-05-22 Meshnetworks, Inc. System and method for computing the signal propagation time and the clock correction for mobile stations in a wireless network
US7190672B1 (en) 2001-12-19 2007-03-13 Meshnetworks, Inc. System and method for using destination-directed spreading codes in a multi-channel metropolitan area wireless communications network
US7106707B1 (en) 2001-12-20 2006-09-12 Meshnetworks, Inc. System and method for performing code and frequency channel selection for combined CDMA/FDMA spread spectrum communication systems
US7280545B1 (en) 2001-12-20 2007-10-09 Nagle Darragh J Complex adaptive routing system and method for a nodal communication network
US7180875B1 (en) 2001-12-20 2007-02-20 Meshnetworks, Inc. System and method for performing macro-diversity selection and distribution of routes for routing data packets in Ad-Hoc networks
US7072618B1 (en) 2001-12-21 2006-07-04 Meshnetworks, Inc. Adaptive threshold selection system and method for detection of a signal in the presence of interference
US6977944B2 (en) * 2002-01-12 2005-12-20 Conexant, Inc. Transmission protection for communications networks having stations operating with different modulation formats
US6674790B1 (en) 2002-01-24 2004-01-06 Meshnetworks, Inc. System and method employing concatenated spreading sequences to provide data modulated spread signals having increased data rates with extended multi-path delay spread
EP1335536A1 (en) * 2002-02-01 2003-08-13 Thomson Licensing S.A. Method for radio link adaptation in a network with contention-based medium access
US6617990B1 (en) 2002-03-06 2003-09-09 Meshnetworks Digital-to-analog converter using pseudo-random sequences and a method for using the same
US7058018B1 (en) 2002-03-06 2006-06-06 Meshnetworks, Inc. System and method for using per-packet receive signal strength indication and transmit power levels to compute path loss for a link for use in layer II routing in a wireless communication network
US7274707B2 (en) * 2002-03-07 2007-09-25 Koninklijke Philips Electronics N. V. Coexistence of stations capable of different modulation schemes in a wireless local area network
US6904021B2 (en) 2002-03-15 2005-06-07 Meshnetworks, Inc. System and method for providing adaptive control of transmit power and data rate in an ad-hoc communication network
JP4199672B2 (en) 2002-03-15 2008-12-17 メシュネットワークス、インコーポレイテッド System and method for automatic configuration of IP address to MAC address mapping and gateway presence discovery
US6987795B1 (en) 2002-04-08 2006-01-17 Meshnetworks, Inc. System and method for selecting spreading codes based on multipath delay profile estimation for wireless transceivers in a communication network
US7200149B1 (en) 2002-04-12 2007-04-03 Meshnetworks, Inc. System and method for identifying potential hidden node problems in multi-hop wireless ad-hoc networks for the purpose of avoiding such potentially problem nodes in route selection
US7107498B1 (en) 2002-04-16 2006-09-12 Methnetworks, Inc. System and method for identifying and maintaining reliable infrastructure links using bit error rate data in an ad-hoc communication network
US6580981B1 (en) 2002-04-16 2003-06-17 Meshnetworks, Inc. System and method for providing wireless telematics store and forward messaging for peer-to-peer and peer-to-peer-to-infrastructure a communication network
US7142524B2 (en) * 2002-05-01 2006-11-28 Meshnetworks, Inc. System and method for using an ad-hoc routing algorithm based on activity detection in an ad-hoc network
US6970444B2 (en) 2002-05-13 2005-11-29 Meshnetworks, Inc. System and method for self propagating information in ad-hoc peer-to-peer networks
US7284268B2 (en) 2002-05-16 2007-10-16 Meshnetworks, Inc. System and method for a routing device to securely share network data with a host utilizing a hardware firewall
US7016306B2 (en) * 2002-05-16 2006-03-21 Meshnetworks, Inc. System and method for performing multiple network routing and provisioning in overlapping wireless deployments
US7167715B2 (en) * 2002-05-17 2007-01-23 Meshnetworks, Inc. System and method for determining relative positioning in AD-HOC networks
US7532895B2 (en) 2002-05-20 2009-05-12 Air Defense, Inc. Systems and methods for adaptive location tracking
US7086089B2 (en) * 2002-05-20 2006-08-01 Airdefense, Inc. Systems and methods for network security
US20040203764A1 (en) * 2002-06-03 2004-10-14 Scott Hrastar Methods and systems for identifying nodes and mapping their locations
US7383577B2 (en) * 2002-05-20 2008-06-03 Airdefense, Inc. Method and system for encrypted network management and intrusion detection
US7042852B2 (en) * 2002-05-20 2006-05-09 Airdefense, Inc. System and method for wireless LAN dynamic channel change with honeypot trap
US7277404B2 (en) * 2002-05-20 2007-10-02 Airdefense, Inc. System and method for sensing wireless LAN activity
US7058796B2 (en) * 2002-05-20 2006-06-06 Airdefense, Inc. Method and system for actively defending a wireless LAN against attacks
US7106703B1 (en) 2002-05-28 2006-09-12 Meshnetworks, Inc. System and method for controlling pipeline delays by adjusting the power levels at which nodes in an ad-hoc network transmit data packets
US7322044B2 (en) * 2002-06-03 2008-01-22 Airdefense, Inc. Systems and methods for automated network policy exception detection and correction
US6687259B2 (en) * 2002-06-05 2004-02-03 Meshnetworks, Inc. ARQ MAC for ad-hoc communication networks and a method for using the same
US7610027B2 (en) * 2002-06-05 2009-10-27 Meshnetworks, Inc. Method and apparatus to maintain specification absorption rate at a wireless node
US6744766B2 (en) 2002-06-05 2004-06-01 Meshnetworks, Inc. Hybrid ARQ for a wireless Ad-Hoc network and a method for using the same
US7054126B2 (en) * 2002-06-05 2006-05-30 Meshnetworks, Inc. System and method for improving the accuracy of time of arrival measurements in a wireless ad-hoc communications network
AU2003238968A1 (en) * 2002-06-11 2003-12-22 Meshnetworks, Inc. System and method for multicast media access in ad-hoc communication networks
US7215638B1 (en) 2002-06-19 2007-05-08 Meshnetworks, Inc. System and method to provide 911 access in voice over internet protocol systems without compromising network security
US7826466B2 (en) * 2002-06-26 2010-11-02 Atheros Communications, Inc. Communication buffer scheme optimized for VoIP, QoS and data networking over a power line
US8149703B2 (en) * 2002-06-26 2012-04-03 Qualcomm Atheros, Inc. Powerline network bridging congestion control
US7120847B2 (en) * 2002-06-26 2006-10-10 Intellon Corporation Powerline network flood control restriction
US7072432B2 (en) * 2002-07-05 2006-07-04 Meshnetworks, Inc. System and method for correcting the clock drift and maintaining the synchronization of low quality clocks in wireless networks
US7796570B1 (en) 2002-07-12 2010-09-14 Meshnetworks, Inc. Method for sparse table accounting and dissemination from a mobile subscriber device in a wireless mobile ad-hoc network
US7046962B1 (en) 2002-07-18 2006-05-16 Meshnetworks, Inc. System and method for improving the quality of range measurement based upon historical data
US7042867B2 (en) * 2002-07-29 2006-05-09 Meshnetworks, Inc. System and method for determining physical location of a node in a wireless network during an authentication check of the node
US7016673B2 (en) * 2002-10-01 2006-03-21 Interdigital Technology Corporation Wireless communication method and system with controlled WTRU peer-to-peer communications
AU2003284317A1 (en) 2002-10-21 2004-05-13 Intellon Corporation Contention-free access intervals on a csma network
US20040085993A1 (en) * 2002-11-05 2004-05-06 Wentink Maarten Menzo Shared-medium contention algorithm exhibiting fairness
US7580394B2 (en) * 2002-11-27 2009-08-25 Nokia Corporation System and method for collision-free transmission scheduling in a network
CN100525226C (en) * 2003-01-09 2009-08-05 汤姆森许可贸易公司 Method and apparatus for bandwidth provisioning in a WLAN
WO2004064303A2 (en) * 2003-01-13 2004-07-29 Meshnetworks, Inc. Method for continuous connectivity to an access point in a wireless network
AU2004217173B2 (en) * 2003-03-05 2009-04-23 Koninklijke Philips Electronics N.V. Frame synchronization with acknowledgment timeout in wireless networks
WO2004084022A2 (en) * 2003-03-13 2004-09-30 Meshnetworks, Inc. Real-time system and method for computing location of mobile subcriber in a wireless ad-hoc network
US7171220B2 (en) * 2003-03-14 2007-01-30 Meshnetworks, Inc. System and method for analyzing the precision of geo-location services in a wireless network terminal
US7355992B2 (en) * 2003-03-18 2008-04-08 Harris Corporation Relay for extended range point-to-point wireless packetized data communication system
US7545793B2 (en) * 2003-03-18 2009-06-09 Harris Corporation Extended range wireless packetized data communication system
US7321762B2 (en) * 2003-03-26 2008-01-22 Conexant Systems, Inc. Mechanism for reserving multiple channels of a single medium access control and physical layer
US7359676B2 (en) * 2003-04-21 2008-04-15 Airdefense, Inc. Systems and methods for adaptively scanning for wireless communications
US7355996B2 (en) * 2004-02-06 2008-04-08 Airdefense, Inc. Systems and methods for adaptive monitoring with bandwidth constraints
US7522908B2 (en) * 2003-04-21 2009-04-21 Airdefense, Inc. Systems and methods for wireless network site survey
US7324804B2 (en) * 2003-04-21 2008-01-29 Airdefense, Inc. Systems and methods for dynamic sensor discovery and selection
JP2006526938A (en) * 2003-06-05 2006-11-24 メッシュネットワークス インコーポレイテッド System and method for determining synchronization points in an OFDM modem for accurate time of flight measurements
WO2004110082A1 (en) * 2003-06-05 2004-12-16 Meshnetworks, Inc. System and method for determining location of a device in a wireless communication network
WO2004114690A1 (en) * 2003-06-05 2004-12-29 Meshnetworks, Inc. Optimal routing in ad hac wireless communication network
WO2004109476A2 (en) * 2003-06-05 2004-12-16 Meshnetworks, Inc. System and method to maximize channel utilization in a multi-channel wireless communication network
JP5054377B2 (en) 2003-06-06 2012-10-24 メッシュネットワークス インコーポレイテッド Systems and methods for achieving fairness and service differentiation in ad hoc networks
EP1631916A1 (en) * 2003-06-06 2006-03-08 Meshnetworks, Inc. A method to provide a measure of link reliability to a routing protocol in an ad hoc wireless network
WO2005001619A2 (en) * 2003-06-06 2005-01-06 Meshnetworks, Inc. Mac protocol for accurately computing the position of wireless devices inside buildings
JP4505454B2 (en) * 2003-06-06 2010-07-21 メッシュネットワークス インコーポレイテッド System and method for improving overall performance of a wireless communication network
ES2221803B1 (en) * 2003-06-18 2006-03-01 Diseño De Sistemas En Silicio, S.A. PROCEDURE FOR ACCESS TO THE MEDIA TRANSMISSION OF MULTIPLE NODES OF COMMUNICATIONS ON ELECTRICAL NETWORK.
WO2004114598A1 (en) * 2003-06-25 2004-12-29 Philips Intellectual Property & Standards Gmbh A method of decentralized medium access control in a communications network
KR100560738B1 (en) * 2003-07-29 2006-03-13 삼성전자주식회사 method for medium access control in wireless local area network system based on carrier sense multiple access with collision avoidance and station thereof
US6981599B2 (en) * 2003-08-08 2006-01-03 Westinghouse Air Brake Technologies Corporation High capacity shear mechanism
US7826798B2 (en) * 2003-11-20 2010-11-02 Intel Corporation Trained data transmission for communication systems
US20050048997A1 (en) * 2003-09-02 2005-03-03 Mike Grobler Wireless connectivity module
EP1530316A1 (en) * 2003-11-10 2005-05-11 Go Networks Improving the performance of a wireless packet data communication system
US7841533B2 (en) 2003-11-13 2010-11-30 Metrologic Instruments, Inc. Method of capturing and processing digital images of an object within the field of view (FOV) of a hand-supportable digitial image capture and processing system
US7281187B2 (en) 2003-11-20 2007-10-09 Intellon Corporation Using error checking bits to communicated an address or other bits
US8090857B2 (en) 2003-11-24 2012-01-03 Qualcomm Atheros, Inc. Medium access control layer that encapsulates data from a plurality of received data units into a plurality of independently transmittable blocks
US20050165946A1 (en) * 2003-12-22 2005-07-28 Intel Corporation Bi-directional wireless LAN channel access
US7660327B2 (en) * 2004-02-03 2010-02-09 Atheros Communications, Inc. Temporary priority promotion for network communications in which access to a shared medium depends on a priority level
US20050169231A1 (en) * 2004-02-03 2005-08-04 Sharp Laboratories Of America, Inc. Method and system for detecting pending transmissions in a wireless data network
US7715425B2 (en) * 2004-02-26 2010-05-11 Atheros Communications, Inc. Channel adaptation synchronized to periodically varying channel
US20050273668A1 (en) * 2004-05-20 2005-12-08 Richard Manning Dynamic and distributed managed edge computing (MEC) framework
US20080144493A1 (en) * 2004-06-30 2008-06-19 Chi-Hsiang Yeh Method of interference management for interference/collision prevention/avoidance and spatial reuse enhancement
US7656901B2 (en) * 2004-08-10 2010-02-02 Meshnetworks, Inc. Software architecture and hardware abstraction layer for multi-radio routing and method for providing the same
US7996664B2 (en) * 2004-08-18 2011-08-09 Broadcom Corporation Method and system for improved communication network setup
US7930737B2 (en) * 2004-08-18 2011-04-19 Broadcom Corporation Method and system for improved communication network setup utilizing extended terminals
US7822397B2 (en) * 2004-08-27 2010-10-26 Silicon Laboratories Inc. Method and apparatus for frequency hopping medium access control in a wireless network
US7167463B2 (en) * 2004-10-07 2007-01-23 Meshnetworks, Inc. System and method for creating a spectrum agile wireless multi-hopping network
US8196199B2 (en) * 2004-10-19 2012-06-05 Airdefense, Inc. Personal wireless monitoring agent
US20060123133A1 (en) * 2004-10-19 2006-06-08 Hrastar Scott E Detecting unauthorized wireless devices on a wired network
ES2442855T3 (en) 2004-12-23 2014-02-13 Electronics And Telecommunications Research Institute Apparatus for transmitting and receiving data to provide high speed data communication and method for doing so
US7567526B2 (en) * 2005-01-28 2009-07-28 Samsung Electronics Co., Ltd. System and method for asynchronous wireless collision detection with acknowledgement for ad hoc wireless networks
US7636370B2 (en) * 2005-03-03 2009-12-22 Intellon Corporation Reserving time periods for communication on power line networks
US7822059B2 (en) 2005-07-27 2010-10-26 Atheros Communications, Inc. Managing contention-free time allocations in a network
US8175190B2 (en) 2005-07-27 2012-05-08 Qualcomm Atheros, Inc. Managing spectra of modulated signals in a communication network
US7623545B2 (en) * 2005-10-14 2009-11-24 Menzo Wentink Method and apparatus for extended control over a wireless medium between two or more devices
US20070097903A1 (en) * 2005-11-03 2007-05-03 Interdigital Technology Corporation Method and apparatus of exchanging messages via a wireless distribution system between groups operating in different frequencies
US7258011B2 (en) * 2005-11-21 2007-08-21 Invensense Inc. Multiple axis accelerometer
US20070136476A1 (en) * 2005-12-12 2007-06-14 Isaac Rubinstein Controlled peer-to-peer network
US7577424B2 (en) 2005-12-19 2009-08-18 Airdefense, Inc. Systems and methods for wireless vulnerability analysis
KR100705584B1 (en) * 2006-01-02 2007-04-09 삼성전자주식회사 Wireless lan and method for transmitting frames thereof
US7715800B2 (en) 2006-01-13 2010-05-11 Airdefense, Inc. Systems and methods for wireless intrusion detection using spectral analysis
US20070211748A1 (en) * 2006-03-13 2007-09-13 Stephens Adrian P Wireless network channell access techniques
US20070218874A1 (en) * 2006-03-17 2007-09-20 Airdefense, Inc. Systems and Methods For Wireless Network Forensics
US7971251B2 (en) * 2006-03-17 2011-06-28 Airdefense, Inc. Systems and methods for wireless security using distributed collaboration of wireless clients
US20090021343A1 (en) * 2006-05-10 2009-01-22 Airdefense, Inc. RFID Intrusion Protection System and Methods
US8514822B2 (en) * 2006-06-14 2013-08-20 Zte (Usa) Inc. Efficient acknowledgement messaging in wireless communications
US7970013B2 (en) 2006-06-16 2011-06-28 Airdefense, Inc. Systems and methods for wireless network content filtering
US8281392B2 (en) * 2006-08-11 2012-10-02 Airdefense, Inc. Methods and systems for wired equivalent privacy and Wi-Fi protected access protection
ATE545241T1 (en) 2007-05-10 2012-02-15 Qualcomm Atheros Inc MANAGING DISTRIBUTED ACCESS TO A SHARED MEDIUM
US8601156B2 (en) * 2007-07-06 2013-12-03 Qualcomm Incorporated Methods and apparatus related to peer discovery and/or paging in peer to peer wireless communications
US8599823B2 (en) * 2007-07-06 2013-12-03 Qualcomm Incorporated Communications methods and apparatus related to synchronization with respect to a peer to peer timing structure
US20090141738A1 (en) * 2007-12-03 2009-06-04 Qing Li Reservation-Based Distributed Collision Avoidance Channel Access For Wireless Local Area Networks
KR101557670B1 (en) * 2008-02-14 2015-10-06 삼성전자주식회사 A method for communication using received signal strength in a Wireless Sensor Network and an apparatus thereof
EP2139169A1 (en) * 2008-06-26 2009-12-30 THOMSON Licensing Access point device, communication device and method for access to communication media
US8270378B2 (en) * 2008-10-03 2012-09-18 Texas Instruments Incorporated Adaptive transmissions in wireless networks
US8694624B2 (en) * 2009-05-19 2014-04-08 Symbol Technologies, Inc. Systems and methods for concurrent wireless local area network access and sensing
US9049725B1 (en) * 2009-10-09 2015-06-02 Sprint Spectrum L.P. Method and system of using an indicator signal that indicates when an access channel is occupied
WO2011130292A1 (en) 2010-04-12 2011-10-20 Qualcomm Atheros, Inc. Detecting delimiters for low-overhead communication in a network
US8504063B2 (en) * 2011-06-21 2013-08-06 Broadcom Corporation Anonymous directional peer-to-peer wireless communication
US8634777B2 (en) * 2011-09-26 2014-01-21 Broadcom Corporation Pairing with directional code sequence
US8891605B2 (en) 2013-03-13 2014-11-18 Qualcomm Incorporated Variable line cycle adaptation for powerline communications
KR101603151B1 (en) * 2013-06-17 2016-03-14 인텔 코포레이션 Improved collision-avoidance techniques for a wireless communications system
US10856331B1 (en) * 2019-09-10 2020-12-01 Cypress Semiconductor Corporation Devices, systems, and methods for mitigating aggressive medium reservations

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5012469A (en) * 1988-07-29 1991-04-30 Karamvir Sardana Adaptive hybrid multiple access protocols

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5012469A (en) * 1988-07-29 1991-04-30 Karamvir Sardana Adaptive hybrid multiple access protocols

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999022493A2 (en) * 1997-10-29 1999-05-06 Nokia Mobile Phones Limited Wirelesslocal area network transferring information by means of predetermined link agents
WO1999022493A3 (en) * 1997-10-29 1999-07-29 Nokia Mobile Phones Ltd Wirelesslocal area network transferring information by means of predetermined link agents
US6587450B1 (en) 1997-10-29 2003-07-01 Nokia Mobile Phones Limited Local area network
US9449428B2 (en) 2009-12-21 2016-09-20 Thomson Licensing Method for generating an environment map

Also Published As

Publication number Publication date
US5231634B1 (en) 1996-04-02
US5231634A (en) 1993-07-27
AU3415593A (en) 1993-07-19

Similar Documents

Publication Publication Date Title
US5231634A (en) Medium access protocol for wireless lans
US7054329B2 (en) Collision avoidance in IEEE 802.11 contention free period (CFP) with overlapping basic service sets (BSSs)
EP2894929B1 (en) Method for access to a medium by a multi-channel device
JP4374725B2 (en) Communication method and communication station
US8737425B2 (en) Method and apparatus for media access in contention-based networks
EP0615365B1 (en) A method of accessing a communication medium
EP1382135B1 (en) Interference suppression method for 802.11
EP1109356B1 (en) Collision-free multiple access reservation scheme for burst communications using a plurality of frequency tones
US7944940B2 (en) Method and apparatus for media access in contention-based networks
AU2008200541B2 (en) Nearly collision-free channel access system and method
KR100886202B1 (en) A system and method employing algorithms and protocols for optimizing carrier sense multiple accesscsma protocols in wireless networks
JP4155801B2 (en) Method for securing channel of QoS manager in home plug network
JP3389511B2 (en) Wireless local area network with improved carrier detection
Ozugur et al. Balanced media access methods for wireless networks
Garcia-Luna-Aceves et al. Receiver-initiated collision avoidance in wireless networks
US20020093929A1 (en) System and method for sharing bandwidth between co-located 802.11a/e and HIPERLAN/2 systems
US20040013135A1 (en) System and method for scheduling traffic in wireless networks
US20020120740A1 (en) Shared communications channel access in an overlapping coverage environment
US9532380B2 (en) Wireless data exchange in a network comprising collaborative nodes
WO2003041346A1 (en) Preemptive packet for maintaining contiguity in cyclic prioritized multiple access (cpma) contention-free sessions
JP2014112915A (en) Data transmission method in local area network, local area network and node
Muir et al. A channel access protocol for multihop wireless networks with multiple channels
JP2001237839A (en) Wireless packet priority control method
Garcia-Luna-Aceves et al. Performance of floor acquisition multiple access in ad-hoc networks
Tzamaloukas et al. Poll-before-data multiple access

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AU BB BG BR CA CS FI HU JP KP KR LK MG MN MW NO NZ PL RO RU SD UA

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN ML MR SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: CA