WO2009151566A1 - Methods and systems for dynamically configuring and managing communication network nodes at the mac sublayer - Google Patents

Methods and systems for dynamically configuring and managing communication network nodes at the mac sublayer Download PDF

Info

Publication number
WO2009151566A1
WO2009151566A1 PCT/US2009/003443 US2009003443W WO2009151566A1 WO 2009151566 A1 WO2009151566 A1 WO 2009151566A1 US 2009003443 W US2009003443 W US 2009003443W WO 2009151566 A1 WO2009151566 A1 WO 2009151566A1
Authority
WO
WIPO (PCT)
Prior art keywords
node
tlv
network
mac
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/US2009/003443
Other languages
English (en)
French (fr)
Other versions
WO2009151566A4 (en
Inventor
Raj Vaswani
Jana Van Greunen
William E. San Filippo
Sterling Hughes
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Itron Networked Solutions Inc
Original Assignee
Silver Spring Networks 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
Application filed by Silver Spring Networks Inc filed Critical Silver Spring Networks Inc
Priority to CA2727381A priority Critical patent/CA2727381A1/en
Priority to HK11109768.8A priority patent/HK1155589B/xx
Priority to CN200980128122.6A priority patent/CN102100035B/zh
Priority to MX2010013763A priority patent/MX2010013763A/es
Priority to JP2011513484A priority patent/JP2011523327A/ja
Priority to EP09762862A priority patent/EP2301198A1/en
Priority to BRPI0915518A priority patent/BRPI0915518A2/pt
Priority to AU2009258185A priority patent/AU2009258185A1/en
Publication of WO2009151566A1 publication Critical patent/WO2009151566A1/en
Publication of WO2009151566A4 publication Critical patent/WO2009151566A4/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/084Configuration by using pre-existing information, e.g. using templates or copying from other elements
    • H04L41/0846Configuration by using pre-existing information, e.g. using templates or copying from other elements based on copy from other elements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/0816Configuration setting characterised by the conditions triggering a change of settings the condition being an adaptation, e.g. in response to network events
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L5/00Arrangements affording multiple use of the transmission path
    • H04L5/0001Arrangements for dividing the transmission path
    • H04L5/0003Two-dimensional division
    • H04L5/0005Time-frequency
    • H04L5/0007Time-frequency the frequencies being orthogonal, e.g. OFDM(A) or DMT
    • H04L5/0012Hopping in multicarrier systems
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y04INFORMATION OR COMMUNICATION TECHNOLOGIES HAVING AN IMPACT ON OTHER TECHNOLOGY AREAS
    • Y04SSYSTEMS INTEGRATING TECHNOLOGIES RELATED TO POWER NETWORK OPERATION, COMMUNICATION OR INFORMATION TECHNOLOGIES FOR IMPROVING THE ELECTRICAL POWER GENERATION, TRANSMISSION, DISTRIBUTION, MANAGEMENT OR USAGE, i.e. SMART GRIDS
    • Y04S40/00Systems for electrical power generation, transmission, distribution or end-user application management characterised by the use of communication or information technologies, or communication or information technology specific aspects supporting them

Definitions

  • the present disclosure relates generally to the management and operation of devices connected by a computer network and, more particularly, to the dynamic configuration of such devices.
  • Network devices employ protocol stacks that organize communication software in hierarchical layers.
  • OSI Open System Interconnection
  • the upper layers include an application layer, a presentation layer, a session layer, and a transport layer.
  • the three lower layers include a network layer, a data link layer and a physical layer.
  • Network device management is typically implemented at the upper layers of the network and, to a limited extent, at the physical layer.
  • the data link layer i.e., Layer 2
  • the data link layer is responsible for ensuring node-to- node validity and integrity of transmissions.
  • the data link layer includes two sublayers: Logical Link Control (LLC) and Media Access Control (MAC).
  • LLC Logical Link Control
  • MAC Media Access Control
  • the MAC sublayer provides an interface between the LLC sublayer and the physical layer, and controls access to the physical transmission medium in a device.
  • MAC sublayer functionality is typically built into a device's network interface card (NIC). Each NIC has a unique MAC identification number allowing delivery of data packets to a specific destination within a network.
  • a type-length-value (TLV) element may be encoded in a data packet to communicate optional information.
  • the "type” indicates the kind of field that the "value” represents, the “length” indicates the size of the "value”, and "value” is a variable sized set of octets that contains the element's payload information. Header information is added at the beginning of a data packet in order to construct a packet ready for transmission over the network.
  • Communication protocols for the MAC sublayer have typically provided a fixed- frame format in which a predefined set of fields that occur in a predetermined order. To communicate, the devices in a network must adhere to the same, pre-specified MAC frame format. That is, a network node cannot send commands, settings or data unless such information transmissions comply with previously formatted fields of the MAC frame.
  • these MAC sublayer protocols require fixed frames, the protocols have limited the ways networks can be configured and operated. Further, such fixed- frame architectures are not readily extensible. Adding new MAC frame features requires significant changes to the implementation.
  • Embodiments disclosed herein use the MAC sublayer to dynamically switch network modes, conditions and operations.
  • the disclosed embodiments enable dynamic self-reconfiguration of network nodes, dynamic variation of security configuration, dynamic switching of radio interface operation, interoperability between nodes with different MAC-layer capabilities, other functionalities, and extensibility of the MAC sublayer protocol, without pre-configuring firmware or software in the network elements.
  • a method for dynamically configuring a communication network at a MAC sublayer includes generating a data packet at a sending node of the network that conforms to a media access control (MAC) layer protocol for network communications.
  • the data packet includes a MAC header and a data segment, wherein at least some of the data in said data segment is encoded as a type-length-value element, and the value contained in said element identifies a value for an operating parameter of the network.
  • the data packet is transmitted from the sending node to a receiving node.
  • the data packet is processed at the MAC sublayer of network protocols to retrieve said element and determine the value for the operating parameter. Operating parameters within the receiving node are adjusted to conform to the determined value of the operating parameter.
  • FIG. 1 is a block diagram illustrating a network consistent with exemplary embodiments disclosed herein;
  • FIG. 2 is a block diagram illustrating an exemplary data packet consistent with exemplary embodiments disclosed herein;
  • FIG. 3 is a flow chart illustrating a method of dynamically configuring a communications network node consistent with exemplary embodiments disclosed herein.
  • FIG. 4 is block diagram illustrating an exemplary embodiment disclosed herein.
  • FIG. 1 is a block diagram illustrating an example of a network 100, which includes a plurality of nodes 120 connected by communications links 140, which may be wired, fixed wireless, or mobile wireless links.
  • messages can be divided and transmitted as data packets, such as data packet 130, according to packet-switching protocols, such as Transaction Control Protocol (TCP) / Internet Protocol (IP), X.25, and Frame Relay.
  • packet-switching protocols such as Transaction Control Protocol (TCP) / Internet Protocol (IP), X.25, and Frame Relay.
  • TCP Transaction Control Protocol
  • IP Internet Protocol
  • X.25 Internet Protocol
  • Frame Relay Various embodiments of network 100 can be connected to another network, contain one or more other subnetworks, and/or be a subnetwork within another network.
  • Several embodiments disclosed herein are applicable to wireless networks; for example, networks using 802.15 or 802.16 standards, and WCDMA/CDMA 2000 3G standard.
  • network 100 is a wireless smart-grid network that monitors and controls a variety of nodes 120 that are devices for generating, distributing, monitoring and/or managing an electrical power service. These devices can connect customer meters and utility grid origination/ distribution points with a
  • _ i _ group of network management servers e.g., control centers
  • network management servers e.g., control centers
  • wireless networks e.g., Access Points (e.g., gateways)
  • WANs wide area networks
  • node 120A can generate data packet 130 and transmit it to node 120B over communication channel 140A.
  • Nodes 120 can be any intelligent device connected to a network 100 having hardware and software for transmitting and receiving data packets, and having a corresponding Media Access Control (MAC) identification number.
  • nodes 120 can be a general- purpose computer, server, a network device (e.g., gateway, switch, repeater, router), or application-specific device (e.g., residential power meter, remote sensor).
  • a network device e.g., gateway, switch, repeater, router
  • application-specific device e.g., residential power meter, remote sensor
  • Nodes 120 can further include an electronic data processing system or processor (not shown) executing computer instructions stored in a computer-readable storage device (e.g., random access memory, read-only memory, flash memory, magnetic memory or optical memory) for various software modules related to controlling nodes 120 and transmitting data packets between them.
  • a computer-readable storage device e.g., random access memory, read-only memory, flash memory, magnetic memory or optical memory
  • Nodes 120 can include respective configuration modules 125 (a.k.a. "control modules") that manage the nodes' communications in network 100.
  • configuration module 125 A can process, store and retrieve parameters for controlling and configuring the communication, functionality and capabilities of node 120A.
  • configuration module 125 A can store and receive information about other nodes in network 100. Based on the communication parameters, configuration module 125 A may determine whether a node 120 should request information from other nodes, or update its configuration. Via configuration module 125 A, node 120A can also trigger other nodes 120B and 120C to perform some action, such as updating their respective software and/or firmware.
  • configuration module 125 is described as a single software module, configuration module 125 may be implemented as a hardware device, a combination of hardware and software, or as a plurality of software modules to provide the above-described functionality of configuration module 125. Moreover, as described in greater detail below, such configuration-related information can be
  • TLV type-length-value
  • variable-length TLV packets allow flexibility for dynamically and selectively adding new features to the protocol to implement new or modified network functionalities (e.g., protocol extensibility). Additional command types or features that may not be initially included in a protocol can be added at any time in a backwards-compatible way. For example, a network node that knows about the latest TLV type definition included in the data packet will process the TLVs respective payload. Other nodes that do not recognize the designated type still can decode the length field and skip over the unrecognized TLV, and process the other TLVs in the packet. TLVs with recognized types are processed, and the unrecognized types are skipped. [0019] Also, variable-length TLV packets allow for old commands that are no longer used, to be deprecated (i.e., obsolesced and/or removed) from nodes 120.
  • a feature is no longer used, it is not possible to simply remove the bits or message fields that are used to specify the feature information. This is because all nodes are configured to properly construct frames for transmission and decode frames upon reception, utilizing a pre-established frame format. If a node changes the frame structure upon transmission, the target node will not be able to decode the frame until it is reconfigured to be compatible with the new frame structure. As such, in standard MAC sublayer protocol implementations, nodes cannot interoperate with a changed frame format. However, in the MAC sublayer protocol disclosed herein, a deprecated TLV definition can be easily removed and/or updated. A deprecated TLV may be replaced with a new TLV with the same or different functional characteristics.
  • a variable-length TLV packet provides a way to exchange configuration information between nodes 120.
  • node 120A can send TLVs in data packet 130 that signals node 120B to perform a firmware and/or software upgrade.
  • the TLVs can also be used as a mechanism to distribute the description of the upgrade in network 100 at the MAC sublayer. For example, by altering a set of MAC TLVs, nodes 120 in network 100 can be changed from a pseudo-802.16 frame format to a 802.15.4 frame format, and achieve the desired network environment and functionality.
  • FIG. 2 illustrates a diagram of an exemplary data packet 130 consistent with embodiments disclosed herein.
  • Packet 130 is comprised of several portions including a physical (PHY) layer header 210, data link control (DLC) header 220, and MAC Protocol Data Unit (MPDU) 230.
  • PHY physical
  • DLC data link control
  • MPDU MAC Protocol Data Unit
  • the DLC header and the MPDU together constitute a MAC-sublayer data packet.
  • This packet is wrapped into a PHY layer packet by adding the PHY header 210 at the beginning.
  • a frame check sequence 240 e.g., a 32-bit cyclic redundancy check, is appended to the end of the packet.
  • the preamble comprises a binary sequence of bits that enables a receiving node, such as node 120B, to detect a signal and achieve frequency and timing synchronization with the remainder of a packet, such as data packet 130, received from a source node, such as node 120A.
  • This synchronization field is followed by a start word, which is comprised of a known binary sequence of bits that, when successfully decoded, trigger node 120B to decode data packet 130 that follows.
  • the start word provides symbol-level synchronization, and optimizes autocorrelation properties in conjunction with the preamble sequence of alternating bits that preceded it.
  • DLC header 220 is the header of the MAC data packet and includes a Frame Control Field (FCTRL). As shown in FIG. 2, DLC header 220 can include a Destination MAC Address (DEST MAC), a Source MAC Address (SRC MAC), and
  • DLL TLVs are used to convey information within a communications link, and are processed by the DLL during the communication link.
  • a communication link between any two nodes 120A and 120B can consist of, for example, the exchange of four data packets. Node 120A can first poll node 120B to inform it that node 120A has data to send, and determine whether node 120B is available to receive the data. If node 120B is available, it returns an acknowledgement packet to node 120A.
  • the acknowledgment also causes node 120B to remain on the current frequency channel to receive the data, rather than hopping to the next channel in its sequence at the allotted time.
  • node 120A Upon receiving the acknowledgment, node 120A sends a data packet with the data intended for node 120B. If node 120B is able to successfully receive and decode the packet, it returns an acknowledgement to node 120A.
  • Data packet 130 can have a variety of DLL TLVs, for example a protocol may define a communication link information (CLI) TLV, a Sequence Control TLV, and a Data Link Layer (DLL) Cyclic Redundancy Check (CRC) TLV.
  • CLI TLVs may be used to convey channel control parameters.
  • One example may involve channel parameters of a frequency hopping spread spectrum (FHSS) network, including such items as timing and synchronization.
  • FHSS frequency hopping spread spectrum
  • the DLL CLI TLV can be by used by node 120A to convey timing synchronization information to neighboring nodes 120B & 120C.
  • the DLL CLI TLV may also be used to convey timing and priority information inside the communications link.
  • the CLI DLL TLV can communicate 'tx priority' and 'tx time' fields that are the priority and transmit time of the next packet to be transmitted in a communications link.
  • 'Rx priority' and 'Rx time' fields that are used to define the allowed priority and length of the response to the packet that contains this TLV.
  • the presence of this TLV also means that a response to the packet that contains this TLV is expected inside the communications link. If no DLL CLI TLV is present in a packet sent within a communications link, it is implied that both the transmit time and receive time are zero and that one end of the communications link wishes to terminate the communications link.
  • the DLL CRC TLV may be used to ensure that no corrupt packets are handed to the MAC.
  • the cyclic redundancy check is calculated over the entire MAC/DLL portion of the packet and can be the same CRC-32 algorithm used by the MFE.
  • the resultant PHY CRC-32 should equal zero. This minimizes receive processing time at the DLL because the DLL does not have to calculate the received CRC; it simply checks that the PHY CRC-32 is equal to zero.
  • the DLL TLV may be used to configure sequence control parameters.
  • One example may be DLL Sequence Control TLV that is designed for DLL fragmentation and duplicate detection purposes. MAC packets handed to the DLL may be fragmented by the DLL in order to increase the likelihood of reception.
  • the DLC End TLV can be used to denote the end of DLL TLVs in a packet. This TLV is added if the packet data is a fragment of a MAC packet since the DLL needs to see a MAC TLV to stop processing DLL TLVs in a received packet.
  • Example applications include: network layer or IPv6, MLME, IMU (for example gas or water meter devices in utility networks), rf ping protocol, and others. These applications do not interact and they send their packets to the MAC asynchronously.
  • the MAC sublayer protocol described herein can combine the packets from these applications into a single packet on the transmit side, and then de-multiplex it again on the receive side. By combining these smaller packets into one PHY layer data frame, the overhead of targeting the node for each packet (poll-ack message), as well as the additional octets added by the MAC and data-link layer TLVs, is avoided.
  • TLVs TLVs
  • MAC sublayer demultiplex the payload at the receive side.
  • a particular application's payload can be handed up as soon as it is received in its entirety, even if the rest of the packet has not yet been
  • the second mechanism is that when the MAC does the security (authentication), the required security information is inserted into the packet as a TLV.
  • the security at the MAC typically relies on computing a cryptographic function over the node's certificate and the packet's contents. If the MAC is handed more payload for a packet, it can simply append this payload to the end, remove the existing security TLV, and then compute the new security TLV. Therefore there is no additional authentication overhead to combining multiple payloads from the different applications.
  • a particular application's payload can be handed up as soon as it is received in its entirety, even if the rest of the packet has not yet been received.
  • the second mechanism is that when the MAC does the security (authentication), the required security information is inserted into the packet as a TLV.
  • the security at the MAC typically relies on computing a cryptographic function over the node's certificate and the packet's contents. If the MAC is handed more payload for a packet, it can simply append this payload to the end, remove the existing security TLV, and then compute the new security TLV. Therefore there is no additional authentication overhead to combining multiple payloads from the different applications.
  • MAC TLVs can be used to configure nodes for a particular type of operation.
  • Network parameters can be dynamically adjusted via TLVs in the MAC packet sent from a source node requesting the change to a target node that will process the TLVs to implement the requested or suggested change.
  • the TLVs can be used to request a change in modulation.
  • the modulation parameter may be identified as TYPE 17, for instance.
  • Known modulation techniques can be encoded as follows: 1 FSK - with number symbols to designate individual implementations of frequency and shift frequency, such as
  • the TLVs can be used to request a change in the FHSS Hopping Sequence.
  • the FHSS Hopping Sequence parameter may be identified as 18, for example, the value indicates the new seed, number of channels and slot time, each encoded as octets.
  • Similar examples can be constructed to implement changes in other types of parameters (for example: timing and synchronization parameters of an FHSS network; sequence control; last gasp packet thresholds in a utility network; power management parameters; routing algorithm modification).
  • nodes 120 can change operating parameters designated by the TLVs according to the value contained therein, and operate with the new configuration.
  • the change could be instantaneous, or another TLV in the packet could be used to specify a particular time at which the change in configuration is to take place so that all nodes 120 are reconfigured in synchronism.
  • the MAC TLVs can be used to auto-discover neighboring nodes' capabilities and/or updated MAC format.
  • variable- length TLVs disclosed herein may enable nodes 120 to adapt at the MAC sublayer to the capabilities of their neighbors.
  • node 120A can send a MAC message to a neighbor node 120B with a TLV called "TLV Info Req", with the purpose of eliciting a response including information on the functional capabilities of the node 120B and the TLVs that node 120B is able to process.
  • the node Upon receipt of this message by the node 120B, the node responds by transmitting a MAC message to node 120A with a TLV called "TLV Info Rsp" with information on all the TLVs that node 120B currently is able to process.
  • neighbor nodes 120A and 120B can dynamically exchange information on each other's capabilities and/or discover common functionality. This enables a "configuration dialogue" between nodes, in which nodes request and assist in reconfiguration of other nodes in the network to achieve additional processing and functional capabilities, compatibility,
  • Such capability allows nodes 120 in network 100 to dynamically adapt their MAC-layer packets to be compatible and optimal to their current situation.
  • Some examples of dynamic reconfiguration of the nodes may be: (a) reconfiguration of security parameters to overcome or protect against any threats or violations; (b) quick modification of RF channel parameters in response to a network interference environment; (c) modification of present routing algorithm or implementation of new routing algorithm; and (d) requests from the back office server to reconfigure and report on certain types of monitoring or network information.
  • the TLVs can be used as a mechanism to signal (to neighbor network nodes) regarding firmware/software upgrades and also as a mechanism to distribute the description of the upgrade at the MAC sublayer.
  • a set of one or more TLVs in the MAC packet of nodes 120 in network 100 can be used to signal to nodes 120 that they need to upgrade part of the MAC frame to obtain the latest code.
  • Some examples of the "latest code” may be: new security policy, new channel optimization scheme, power adjustments, routing algorithm, localized data processing software, and others. System software/firmware upgrades are routine in communications networks and are currently implemented via lengthy and resource-consuming processes.
  • a configurable "policy engine” such as configuration module 125, may be included in each node 120. Configuration module 125 may indicate a threshold at which a node must determine where and how to obtain new or unknown TLV definitions.
  • node 120A can determine whether a predetermined threshold has been exceeded.
  • the threshold can be, for instance, a combination of the percentage of neighbors that use the TLV and/or the number of times the node has received the new TLV.
  • TLV info req TLV. This TLV causes neighboring nodes to respond with all TLVs it knows about or has available, but when received with a numerical argument, e.g. ID 18, it sends an XML-like description of the data contained in TLV ID- 18 back in the "TLV info rsp" TLV.
  • the capability is not limited to obtaining information of TLV definitions. It can also be applied to any other program instructions that are processed by nodes 120 at the MAC sublayer.
  • a node such as node 120A determines whether it possesses the designated code. If not, node 120A can obtain the necessary code in one of several ways. First, node 120A can explicitly request the code from an external resource, such as a neighboring node (e.g., 120C). Second, node 120A may construct the code by applying specific values supplied with the command, for example, in the form of a TLV, to a generic code template, and compiling the result.
  • node 120A can dynamically generate the code based upon functional specifications provided with the command.
  • Configuration module 125 may be further constructed to set up a network-wide policy as to which nodes 120, when and how each of nodes 120 may receive information on TLVs, new TLVs themselves, and achieve new configuration environment. Further, this policy may be implemented on a network-wide basis, where nodes 120 are reconfigured with a new functional capability or network mode.
  • FIG. 3 is a flow chart illustrating an exemplary method of dynamically configuring a communications network.
  • a data packet 130 is generated that conforms to a media access control (MAC) layer protocol for network communications, including a MAC header and a data segment.
  • MAC media access control
  • At least some of the data in the data segment is encoded as a TLV element.
  • the value contained in the element identifies a value for an operating parameter of the network.
  • the data packet from the sending node 120A is transmitted to a receiving node, such as node 120B.
  • the data packet is processed at the MAC sublayer of network protocols to retrieve the element and determine the value for the operating parameter.
  • Step 315 Using information received in the data packet, the operating parameter within the receiving node 120B is adjusted to conform to the determined value.
  • Step 320. Based on the operating parameters, configuration module 125B in node 120B may update one or more of node 120B's network operating parameters.
  • FIG. 4 One exemplary embodiment is illustrated in FIG. 4, which includes two overlapping networks, 410 and 420. Both networks 410 and 420 employ a TLV- based MAC frame format consistent with this disclosure, but each network operates at different frequencies and utilizes different network parameters.
  • Exemplary node 411 has hybrid RF capabilities, and as such, can transmit/receive at the frequencies utilized by networks 410 and 420. For the purposes of this example, assume node 411 is a member of network 410 and is configured to interoperate with its neighbors 413 & 414, and with a server 430 using a gateway 412 as its egress point.
  • network 420 also includes a gateway 422. If gateway 422 has complete hybrid capability, nodes in both network 410 and network 420 can interoperate with gateway 422, including, for example, registering, obtaining IP prefix, and regressing their respective networks to central server 430.
  • an event may cause node 411 to join network 420. For instance, node 411 may periodically check for new networks, node 411 may look for new network after failing to communicate with network 410 for a predetermined period, and/or gateway 412 or server 430 may instruct node 411 to join another network under special circumstances (e.g., failures, security compromises, changes in node assignments, etc.).
  • node 411 and gateway 422 have hybrid capabilities, they can communicate, as indicated by the solid line between them. However, according to this example, node 411 is not initially configured to interoperate in network 420 and, as such, it cannot yet interoperate with nodes 423 and 424 in network 420, as indicated by the dashed lines. [0046] To join network 420, node 411 sends an "Info Request" TLV to gateway 422, requesting network 420 operating parameters, hi response from gateway 422, node 411 receives a "Info Response" message from 422 with the needed TLVs.
  • Node 411 processes the information received from gateway 422 using, for instance, configuration module 125 to implement the changes to, for instance, nodes 411 's network operating parameters and TLV definitions. Once the implementation is complete, node 411 conducts discovery, registration, next (uplink) neighbor identification for routing, and other operations. From this point on, node 411 becomes a fully operational node in network 420. [0047] With the TLV based MAC implementation described herein, configuration requests which are not supported by the particular node are automatically ignored, and thus do not impact the operation of the node within the network; it continues to operate within its capabilities. Resultant lack of response to a configuration request which is not understood can be an implicit signal to the requester that the node capabilities will not support the request. No specific protocols are needed in this case to handle legacy nodes. In this manner, TLV based MAC implementation allows for coexistence and interoperability of legacy nodes and newer nodes introduced (installed) into the network without specific coordination.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Communication Control (AREA)
  • Small-Scale Networks (AREA)
PCT/US2009/003443 2008-06-13 2009-06-08 Methods and systems for dynamically configuring and managing communication network nodes at the mac sublayer Ceased WO2009151566A1 (en)

Priority Applications (8)

Application Number Priority Date Filing Date Title
CA2727381A CA2727381A1 (en) 2008-06-13 2009-06-08 Methods and systems for dynamically configuring and managing communication network nodes at the mac sublayer
HK11109768.8A HK1155589B (en) 2008-06-13 2009-06-08 Methods and systems for dynamically configuring and managing communication network nodes at the mac sublayer
CN200980128122.6A CN102100035B (zh) 2008-06-13 2009-06-08 在媒体访问控制子层动态地配置和管理通信网络节点的方法及系统
MX2010013763A MX2010013763A (es) 2008-06-13 2009-06-08 Métodos y sistemas para configurar y gestionar dinámicamente nodos en redes de comunicación en la subcapa para mac.
JP2011513484A JP2011523327A (ja) 2008-06-13 2009-06-08 Mac副層において通信ネットワークノードを動的に構成し管理する方法及びシステム
EP09762862A EP2301198A1 (en) 2008-06-13 2009-06-08 Methods and systems for dynamically configuring and managing communication network nodes at the mac sublayer
BRPI0915518A BRPI0915518A2 (pt) 2008-06-13 2009-06-08 métodos e sistemas para configurar e gerenciar dinamicamente nós de rede de comunicação
AU2009258185A AU2009258185A1 (en) 2008-06-13 2009-06-08 Methods and systems for dynamically configuring and managing communication network nodes at the MAC sublayer

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/139,097 2008-06-13
US12/139,097 US20090310511A1 (en) 2008-06-13 2008-06-13 Methods and systems for dynamically configuring and managing communication network nodes at the mac sublayer

Publications (2)

Publication Number Publication Date
WO2009151566A1 true WO2009151566A1 (en) 2009-12-17
WO2009151566A4 WO2009151566A4 (en) 2010-02-18

Family

ID=41057278

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2009/003443 Ceased WO2009151566A1 (en) 2008-06-13 2009-06-08 Methods and systems for dynamically configuring and managing communication network nodes at the mac sublayer

Country Status (11)

Country Link
US (1) US20090310511A1 (https=)
EP (1) EP2301198A1 (https=)
JP (1) JP2011523327A (https=)
KR (1) KR20110017919A (https=)
CN (1) CN102100035B (https=)
AU (1) AU2009258185A1 (https=)
BR (1) BRPI0915518A2 (https=)
CA (1) CA2727381A1 (https=)
MX (1) MX2010013763A (https=)
TW (1) TW201002016A (https=)
WO (1) WO2009151566A1 (https=)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2010068508A2 (en) * 2008-11-25 2010-06-17 Ringcentral, Inc. Database failure detection and recovery for call management system
EP2427949B1 (en) 2009-05-07 2020-04-08 Virginia Electric and Power Company Voltage conservation using advanced metering infrastructure and substation centralized voltage control
US20120230370A1 (en) * 2011-03-08 2012-09-13 Cisco Technology Inc. Efficient Transmission of Large Messages in Wireless Networks
TW201620309A (zh) * 2011-09-30 2016-06-01 內數位專利控股公司 管李通訊網路內容儲存次系統方法及裝置
US8805393B2 (en) * 2012-07-27 2014-08-12 Sony Corporation Dynamic adaptation of communication parameters for communication between a base station and a terminal in a wireless communication network
CN103873379B (zh) * 2012-12-18 2017-12-12 中国科学院声学研究所 一种基于重叠网的分布式路由抗毁策略配置方法和系统
TW201448544A (zh) * 2013-01-25 2014-12-16 Gen Instrument Corp 經由通用類型長度值產生器及剖析器之訊息交換
US9563218B2 (en) 2013-03-15 2017-02-07 Dominion Resources, Inc. Electric power system control with measurement of energy demand and energy efficiency using t-distributions
US9582020B2 (en) 2013-03-15 2017-02-28 Dominion Resources, Inc. Maximizing of energy delivery system compatibility with voltage optimization using AMI-based data control and analysis
US9847639B2 (en) 2013-03-15 2017-12-19 Dominion Energy, Inc. Electric power system control with measurement of energy demand and energy efficiency
US9553453B2 (en) 2013-03-15 2017-01-24 Dominion Resources, Inc. Management of energy demand and energy efficiency savings from voltage optimization on electric power systems using AMI-based data analysis
US9678520B2 (en) 2013-03-15 2017-06-13 Dominion Resources, Inc. Electric power system control with planning of energy demand and energy efficiency using AMI-based data analysis
US10732656B2 (en) 2015-08-24 2020-08-04 Dominion Energy, Inc. Systems and methods for stabilizer control
CN107995206A (zh) * 2017-12-13 2018-05-04 大唐融合通信股份有限公司 用于工业大数据的tlv通信协议格式的实现装置及方法
US11281600B2 (en) * 2019-06-12 2022-03-22 Dell Products L.P. ALUA/aggregated switch latency reduction system
CN114584413B (zh) * 2020-12-01 2024-05-28 深圳绿米联创科技有限公司 网络调整方法、装置、网关和计算机可读存储介质
US11516320B2 (en) 2020-12-23 2022-11-29 Itron, Inc. Frame compatibility across network protocol versions

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008002603A2 (en) * 2006-06-28 2008-01-03 Cisco Technology, Inc. Capability exchange between network entities in wimax
WO2008071656A1 (en) * 2006-12-14 2008-06-19 Nokia Corporation Enabling settings provisioning process in wimax networks

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001127820A (ja) * 1999-10-28 2001-05-11 Nippon Telegr & Teleph Corp <Ntt> 通信装置
US7072337B1 (en) * 2002-01-25 2006-07-04 3Com Corporation System and method for resolving network addresses for network devices on distributed network subnets
US7319674B2 (en) * 2003-07-24 2008-01-15 Cisco Technology, Inc. System and method for exchanging awareness information in a network environment
US7486928B2 (en) * 2005-04-14 2009-02-03 Kddi Corporation Methods and apparatus for wireless communications
EP1806882A1 (en) * 2006-01-05 2007-07-11 Alcatel Lucent Wireless communication network, air interface and method for mapping user traffic
US20070258461A1 (en) * 2006-05-03 2007-11-08 Amit Phadnis System and method for controlling bandwidth at a wireless endpoint
US7822065B2 (en) * 2007-01-07 2010-10-26 Wei Lu Open wireless architecture (OWA) medium access control (MAC) processing architecture for future mobile terminal

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008002603A2 (en) * 2006-06-28 2008-01-03 Cisco Technology, Inc. Capability exchange between network entities in wimax
WO2008071656A1 (en) * 2006-12-14 2008-06-19 Nokia Corporation Enabling settings provisioning process in wimax networks

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ANONYMOUS ED - ANONYMOUS: "IEEE Standard for Local and Metropolitan Area Networks Part 16: Air Interface for Fixed Broadband Wireless Access Systems", IEEE STANDARD; [IEEE STANDARD], IEEE, PISCATAWAY, NJ, USA, 1 January 2004 (2004-01-01), pages _1 - 857, XP017600973, ISBN: 978-0-7381-4070-4 *
ANONYMOUS: "Wikipedia: Type-length-value", INTERNET ARTICLE, 26 April 2008 (2008-04-26), pages 1 - 2, XP002546042, Retrieved from the Internet <URL:http://en.wikipedia.org/w/index.php?title=Type-length-value&oldid=208318446&printable=yes> [retrieved on 20090916] *

Also Published As

Publication number Publication date
HK1155589A1 (en) 2012-05-18
MX2010013763A (es) 2011-03-21
US20090310511A1 (en) 2009-12-17
KR20110017919A (ko) 2011-02-22
CA2727381A1 (en) 2009-12-17
JP2011523327A (ja) 2011-08-04
EP2301198A1 (en) 2011-03-30
BRPI0915518A2 (pt) 2016-08-02
CN102100035A (zh) 2011-06-15
AU2009258185A2 (en) 2011-01-13
CN102100035B (zh) 2014-01-15
TW201002016A (en) 2010-01-01
AU2009258185A1 (en) 2009-12-17
WO2009151566A4 (en) 2010-02-18

Similar Documents

Publication Publication Date Title
US20090310511A1 (en) Methods and systems for dynamically configuring and managing communication network nodes at the mac sublayer
US10798702B2 (en) Periodic frames for control plane data to manage multi-band wireless networking system
CN114556893B (zh) 用于在不兼容的无线电设备和虚拟基带单元之间通信的系统和方法
US10412171B2 (en) Systems and methods for smart device networking
EP4239968A1 (en) Automatically troubleshooting and remediating network issues via connected neighbors
US10820253B2 (en) Distributed reactive resource and schedule management in time slotted channel hopping networks
EP3228123B1 (en) Efficient hybrid resource and schedule management in time slotted channel hopping networks
US10231163B2 (en) Efficient centralized resource and schedule management in time slotted channel hopping networks
JP2011523327A5 (https=)
KR20160039698A (ko) 헤더 압축을 위한 시스템들 및 방법들
Weber et al. Ipv6 over lorawan™
JP2014217069A (ja) 産業的な無線ネットワークの複数の通信プロトコルをサポートするためのスロット・セグリゲーション
EP4287572A1 (en) Automatic upgrade planning
US20070093208A1 (en) Method and system for providing interference avoidance and network coexistence in wireless systems
KR20240034759A (ko) 무선 통신 네트워크를 위한 구성 시스템
EP1955498A2 (en) System and method for data communication in a wireless network
HK1155589B (en) Methods and systems for dynamically configuring and managing communication network nodes at the mac sublayer
JP5915755B2 (ja) 情報処理装置
US8121102B2 (en) Methods and apparatus for recovering from misconfiguration in a WLAN
JP2025539700A (ja) ワイヤレス通信ネットワークのためのアドレス生成システム
Moons et al. Device Discovery and Context Registration in Static Context Header Compression Networks. Information 2021, 12, 83
WO2016113060A1 (en) Wireless access technology configuration
Gonnot et al. Robust framework for 6LoWPAN-based body sensor network interfacing with smartphone
JP2006135594A (ja) 中継装置と最適パケット長設定方法
HK1127830B (en) Method and system for light-weight soap transport for web services based management

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200980128122.6

Country of ref document: CN

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

Ref document number: 09762862

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2727381

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 2011513484

Country of ref document: JP

Ref document number: 2009258185

Country of ref document: AU

Ref document number: 12010502790

Country of ref document: PH

WWE Wipo information: entry into national phase

Ref document number: MX/A/2010/013763

Country of ref document: MX

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 9031/DELNP/2010

Country of ref document: IN

ENP Entry into the national phase

Ref document number: 20117000787

Country of ref document: KR

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 2009762862

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2009258185

Country of ref document: AU

Date of ref document: 20090608

Kind code of ref document: A

REG Reference to national code

Ref country code: BR

Ref legal event code: B01E

Ref document number: PI0915518

Country of ref document: BR

Free format text: APRESENTAR, EM ATE 60 (SESSENTA) DIAS, PROCURACAO REGULAR, UMA VEZ QUE A PROCURACAO APRESENTADA NAO POSSUI DATA.

ENP Entry into the national phase

Ref document number: PI0915518

Country of ref document: BR

Kind code of ref document: A2

Effective date: 20101213