US7107329B1 - In networks of interconnected router nodes for routing data traffic, a method of and system for imperceptibly upgrading router node software and the like without traffic interruption - Google Patents
In networks of interconnected router nodes for routing data traffic, a method of and system for imperceptibly upgrading router node software and the like without traffic interruption Download PDFInfo
- Publication number
- US7107329B1 US7107329B1 US09/316,905 US31690599A US7107329B1 US 7107329 B1 US7107329 B1 US 7107329B1 US 31690599 A US31690599 A US 31690599A US 7107329 B1 US7107329 B1 US 7107329B1
- Authority
- US
- United States
- Prior art keywords
- router
- software
- information
- node
- preselected
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/56—Routing software
- H04L45/563—Software download or update
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
- G06F8/656—Updates while running
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/02—Standardisation; Integration
- H04L41/0213—Standardised network management protocols, e.g. simple network management protocol [SNMP]
Definitions
- the present invention relates to the routing of data traffic along a network comprised of interconnected successive router nodes, each controlled by its own software information processing tables and management protocol for enabling the data routing to the next router node and along the network routing path; the invention being more particularly directed to the impact upon the data routing of upgrading such software.
- the router is brought down to the level of only configuration management while the software is upgraded or otherwise changed or varied, and then the router is restarted again and reconverges, enabling traffic along the initial router network path. If no alternative path exists, however, a portion of the network will be disconnected during the update.
- Another object is to provide for such upgrades without interruption even if there is no alternative routing path available in the network.
- Still a further object is to provide a novel higher availability router system than prior art systems.
- the invention embraces in a network data routing system comprised of a plurality of interconnectable router nodes, each controlled by software processing and management information for enabling data routing along a predetermined path of router nodes, a method of revising and upgrading the software information in one of such preselected router nodes along said paths, that comprises, continuing the data routing along said path with original software information controlling said one router node; during such continued routing, preparing new software information at said one node from said original software information and including revisions and upgrades; and, after such preparing of the new software information, swapping the same for the original software information in said one node during the continuing of the data routing along said path without interruption, and imperceptibly to all the other router nodes in the router system.
- FIG. 1A is a conventional or traditional prior art schematic network routing system diagram illustrating the interruption of service for software upgrading and reloading
- FIG. 1B is a diagram of the contrasting technique of the present invention in preferred form for allowing such software upgrades (old to new software) without interruption, and even if no alternate network routing path is available—a so-called “hot swap” of software;
- FIG. 2 is a diagram illustrative of the relationship of key module architectural elements in Border Gateway Protocol (BGP) support embodying well-known routing table data for controlling packet forwarding,
- Border Gateway Protocol BGP
- FIG. 3 is a diagram explanatory of the “hot-swap” software backplane architecture for a Management Information Base (MIB) containing descriptions of all router configurations, protocols, addressees, etc., and with backplane Command Line Interpreter (CLI), Hyper Text Transfer Protocol (HTTP) and Simple Network Management Protocol (SNMP) used for remote management of the system,
- MIB Management Information Base
- CLI backplane Command Line Interpreter
- HTTP Hyper Text Transfer Protocol
- SNMP Simple Network Management Protocol
- FIG. 4 illustrates suitable software “hot-swap” functional components
- FIG. 5 shows the operation of the information processing (IP) handler in passing original to revised BGP
- FIG. 6 outlines the binding activity relationships and steps in the upgraded software taking over from and swapping with the original version
- FIG. 7 is a block interconnection diagram of key elements of the system interfacing structure.
- the upgrading or other changing or varying of the software in any router of the plurality of successively interconnected routers defining the network data traffic path is effected, in accordance with the present invention, without bringing the router down. Rather, the invention enables creating a swap of upgraded software, prepared while the original router software continues operation, without interruption of that router operation, and imperceptibly to all the other routers and system.
- FIG. 1A a pair of illustrative network paths of interconnected router nodes are respectively illustrated as the upper path N 1 -N 2 -N 4 -N 5 and the lower path N 1 -N 3 -N 5 between an input terminal node N 1 and an output terminal mode N 5 .
- the shortest and most desirable data traffic path is the lower path, where it will be assumed data packet traffic is accordingly routed along T.
- the upgraded software “New” is prepared from the “Old” within the router N 3 while it continues to operate in the lower path T, passing data packets between the terminal router nodes N 1 and N 5 .
- the “New” software is ready, it is swapped for the “Old” during the continued operational routing along path T (hence “hot swap”), and without anything internal or external being disrupted or interrupted, and imperceptibly to all other router nodes in the system.
- the new software takes over without impacting the delivery of information in the network.
- FIG. 2 the relationship of key module architectural elements is schematically shown in FIG. 2 , using an example of the before-mentioned BGP routing table data packet forwarding support on a single router switch.
- BGP service Shown within the BGP service is its IP (Information Processing) interface and tasks and threads that send request messages to other services—tasks being active executable images that execute the code from a module, and threads being the concurrent lines of execution within a task, wherein activation of a service causes the tasks and threads to be started and the module code to begin executing the task.
- IP Information Processing
- the “hot-swap” architecture provides a sort of uniform “software backplane”, FIG. 3 , into which each service is connected, removed and replaced. This is accomplished through the following key interfaces. From left-to-right, three main stacks are shown: arrows representing control and data methods interfaces, so-labeled; the module interfaces M, wherein modules may be a routing application or a management interface to the system; and backplane services B with which the modules all interact and rely upon. The latter is illustrated as containing the before-mentioned Command Line Interpreter (CLI), Simple Network Management Protocol (SNMP), and Hyper Text Transfer Protocol (HTTP).
- CLI Command Line Interpreter
- SNMP Simple Network Management Protocol
- HTTP Hyper Text Transfer Protocol
- the persistent and shared data interfaces PS capture all the information, such as tables for application uses, databases that are to be retained, information about the current state of the programs, such as open connections or other system state information. These resources captured at PS must be persistent so that they can be passed from one application to another, and shared because sometimes more than one application may access that information.
- the previously mentioned Management Information Base (MIB) is the control interface to the active module M 1 .
- the module informs the MIB (arrowed line M′′) of the ways in which it can be configured by the configuration manager CM, and the SNMP essentially sends requests (arrowed line S 1 ) by way of the MIB to the active module M 1 , such as, for example, a request to enable.
- a dynamic linker L that allows modules to be linked and then replaced with a link to a new version
- a dynamic binder BT that also allows a task to ask for other tasks by name, and receives a pointer to an interface structure that captures plug-in information; i.e. with a dynamically bound veneer to TCP/IP and message queue based IPC (so-labeled), allowing a new task to take control by the task manager TM of already open connections, and to pick up processing where the previous task left off.
- the persistence mechanism PS allows state information to be passed from one task to the next, coordinating with the IP and messaging interface so that the point where the new task begins processing the queued requests, corresponds to the point the shared persistent data was check-pointed; and with the SNMP/MIB descriptors and data persisting between activation of the service.
- FIG. 3 thus outlines the information of each application that is upgradable.
- the persistent data and services themselves comprising the software “hot-swap” functional components, are shown broken out into such components PS, BT, TM. CM, etc. earlier discussed in connection with FIG. 3 .
- the operating system is designated Vx Works in FIG. 4 , and the previously described binding dynamic linker is shown at BT for enabling loading in the code for the active modules for the different applications, and removing such when no longer required.
- the task manager TM controls the starting and stopping of the application and aspects of the choreography of handing off information from the old service to the new one during the software upgrade.
- TCP/IP represents the way of communicating with the other router nodes of the network and is part of the XWorks.
- the configuration manager CM deals with compatibility between different versions, and an upgrade manager UM controls the software modules coming in and out of the system; for example, taking an upgrade off a flash device or an Internet FTP server or from other places, and loading it into the system while ensuring it is all compatible.
- the task manager TM is responsible for activation of each required module, monitoring their availability and stopping a task or restarting the task if it has crashed.
- module interfaces for the elements of the “hot-swap” services, focusing on the notion of the software backplane, provides a plug-in capability to each module.
- Such interfaces include the TCP/IP, UDP and task message IPC used to control a module.
- the interfaces also include the persistent data that must be passed from one activation of a task to the next in order to avoid any delay or disruption otherwise caused by a cold start of the module.
- the module interfaces include also the MIB used to represent the objects and information to be published through SNMP agent to a monitoring system.
- Support for this “backplane” also includes the embedded operating system which provides the usual range of well-known building blocks plus the linker, unlinker. Support may also include an additional library to support the dynamic binding among tasks, plus the configuration management services needed to maintain the software; and the network and system management interfaces, as well.
- FIG. 5 illustrating details of the IP handling in passing ownership from the “original” or old software to the “revised” or new upgraded version.
- the IP handler returns a binding (“2. Bind”) that gives access to a set of resources, and at some point starting bindings to a set of IP connection resources (“5. Rebind”) at the BGP (revised).
- the revised or new upgraded version BGP sends a message to the old software that BGP (revised) is taking over, causing the BGP to do a checkpoint (“3.
- Checkpoint assuring that it's at a stopping point; and, when it gets the go-ahead from the original, BGP (revised) pre-empts access to the handler resources (“4.
- Pre-empt and connections that were originally owned by the original or old BGP and preserved (“persistent”), are taken over by the new, with the process allowing reliable swapping from the old to the new without disruption in operation or service (“hot-swap”) and imperceptibly to everything else in the network.
- the IP handler bus allows connections, both listener and direct, to be passed from one task to another. Tasks will register with the service by identifying the port wish to listen for and that may include an identifier that will be included at the beginning of each message.
- Tasks will register with the service by identifying the port wish to listen for and that may include an identifier that will be included at the beginning of each message.
- data from the connection will be passed to the appropriate message queue Q.
- Connect requests received in response to a proxy listen will also be sent to the message queue for accessing control checks the service may wish to perform.
- the connection can be reassigned when a new module begins to run and registers with the pre-empt option set.
- This approach is necessary to ensure a clean hand-off to pending work between tasks, since the message queues allow pending requests to be held and then redirected to a new version of the module.
- This approach is deemed a preferred one because it does not require modifications to TCP/IP stack. Such changes, indeed, would require a custom stack and would reduce the processing delay, buffer copy delay and possible memory fragmentation from buffer handling; but it would eliminate the more complicated problem of checkpoint synchronization with the message stream that must be performed for a clean hand-off between the tasks.
- V1.1 the old, or original or current running software version
- V1.2 the newer revised or upgraded version
- the before-described task manager TM and the binder BT controls the context, with the binder dealing with what programs or versions are loaded into the system and runnable, and the task manager dealing with which particular version is running at a given point in time.
- FIG. 7 illustrates how applications communicate and otherwise deal with one another by the novel generic module interface of the invention.
- the invention relies upon the sending of a message between the two applications, such that when a reply comes back, it simulates a subroutine call. Queues, so-labeled, are accordingly provided for that function.
- the MIB and CLI used for configuration are also message queues for the publishing to each application; for example, an MIB object set of a configuration parameters to be set, and the values wanted for setting them.
- Pointers are provided for owned data to be shared, also so-labeled, and managed and published to other applications. Tables that describe the supported MIB objects and the CLI commands are also provided (lower right of FIG. 7 ).
- Semaphores provide synchronization capabilities, with at least one of them providing a means for a thread to block while the associated service is an active or unplugged. The semaphore also provides the means for preventing a thread from being deactivated while the interface is in use.
- the structure moreover, includes enough information to deal with rebinding to a new instance of the service, perhaps repeating information provided to the original bind.
- the set of message queues is used to interact with the service, being the mechanisms through which control requests are sent, and the module preferably also provides the library of functions for placing requests on the queues.
- the binder interface subroutine library ( FIG. 6 ) can be called and to freely written in other tasks, allowing all bind calls to be made initially as part of a task start-up initialization code. As the main task for each upgradable module starts, it registers with the task manager, providing information as to how requests are received and processed, and initial configuration manager entry;
- the task information may include:
- routing protocols include interior gateway protocols, multicast protocols, resource reservation protocols.
- Link layer protocols include Frame Relay and ATM (A synchronous Transfer Mode) configuration, path selection and circuit management protocols.
- General management applications include Simple Network Management Protocol (SNMP), the command line interpreter, Web servers and other user interfaces and their supporting infrastructure within the router. General applications are wide ranging, including remote access protocols like tenet and ftp, information services for host name lookup and time synchronization, or embedded editors for modifying configuration and other files.
- SNMP Simple Network Management Protocol
- General applications are wide ranging, including remote access protocols like tenet and ftp, information services for host name lookup and time synchronization, or embedded editors for modifying configuration and other files.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
Description
-
- Task-specific cut-over handling: drop pending input or accept
- Network management MIBs, including data pointers
- HTML or other interface definition hierarchy to be added to tree
- Command line interface interpreter tables
- Interface structures
- Persistent and shared data pointers
The task manager interface also provides; - A list of active tasks and module and version that each is running
- Resource used by task (to the extent supported by VxWorks): processor and idle time, memory, I/O activity
- State of the tasks: running, blocked or idle
- Historical information: up-time, MIB-1 information
The task manager may also maintain a watchdog timer of the various properties, and kill the task if the specified threshold is exceeded; for example, if a task is blocked with new requests pending for long period of time.
Claims (22)
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/316,905 US7107329B1 (en) | 1999-05-21 | 1999-05-21 | In networks of interconnected router nodes for routing data traffic, a method of and system for imperceptibly upgrading router node software and the like without traffic interruption |
JP2000619873A JP2003500928A (en) | 1999-05-21 | 2000-04-03 | Routing data traffic |
EP00911201A EP1243101A1 (en) | 1999-05-21 | 2000-04-03 | Routing data traffic |
PCT/IB2000/000401 WO2000072528A1 (en) | 1999-05-21 | 2000-04-03 | Routing data traffic |
CA002371324A CA2371324A1 (en) | 1999-05-21 | 2000-04-03 | Routing data traffic |
AU33191/00A AU3319100A (en) | 1999-05-21 | 2000-04-03 | Routing data traffic |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/316,905 US7107329B1 (en) | 1999-05-21 | 1999-05-21 | In networks of interconnected router nodes for routing data traffic, a method of and system for imperceptibly upgrading router node software and the like without traffic interruption |
Publications (1)
Publication Number | Publication Date |
---|---|
US7107329B1 true US7107329B1 (en) | 2006-09-12 |
Family
ID=23231223
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US09/316,905 Expired - Fee Related US7107329B1 (en) | 1999-05-21 | 1999-05-21 | In networks of interconnected router nodes for routing data traffic, a method of and system for imperceptibly upgrading router node software and the like without traffic interruption |
Country Status (6)
Country | Link |
---|---|
US (1) | US7107329B1 (en) |
EP (1) | EP1243101A1 (en) |
JP (1) | JP2003500928A (en) |
AU (1) | AU3319100A (en) |
CA (1) | CA2371324A1 (en) |
WO (1) | WO2000072528A1 (en) |
Cited By (46)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040111517A1 (en) * | 2002-12-09 | 2004-06-10 | Mitu Aggarwal | Servicing forwarding elements in a network |
US20050022179A1 (en) * | 2003-07-21 | 2005-01-27 | Alcatel | Software replacement method and related software replacement system |
US20050114853A1 (en) * | 2003-11-26 | 2005-05-26 | Glider Joseph S. | Software upgrade and downgrade in systems with persistent data |
US20050125516A1 (en) * | 2002-01-09 | 2005-06-09 | Gergely Molnar | Method and apparatus for managing configuration of a network |
US20050155040A1 (en) * | 2003-09-05 | 2005-07-14 | Sanjiv Doshi | Implicit interprocess communications (IPC) versioning support |
US20050213585A1 (en) * | 2004-03-26 | 2005-09-29 | Samsung Electronics Co., Ltd. | Apparatus and method for distributing forwarding table lookup operations among a plurality of microengines in a high-speed routing node |
US20060047818A1 (en) * | 2004-08-31 | 2006-03-02 | Microsoft Corporation | Method and system to support multiple-protocol processing within worker processes |
US20060047532A1 (en) * | 2004-08-31 | 2006-03-02 | Microsoft Corporation | Method and system to support a unified process model for handling messages sent in different protocols |
US20060080443A1 (en) * | 2004-08-31 | 2006-04-13 | Microsoft Corporation | URL namespace to support multiple-protocol processing within worker processes |
US20060133389A1 (en) * | 2004-12-17 | 2006-06-22 | Samsung Electronics Co., Ltd. | Apparatus and method for sharing variables and resources in a multiprocessor routing node |
US20060155758A1 (en) * | 2002-11-22 | 2006-07-13 | Truls Arnegaard | Implementing a network infrastructure in a seismic acquisition system |
US20060203832A1 (en) * | 2005-03-09 | 2006-09-14 | Hitachi, Ltd. | Packet communication apparatus with function enhancement module |
US20060218545A1 (en) * | 2005-03-22 | 2006-09-28 | Nec Corporation | Server system and online software update method |
US20070106702A1 (en) * | 2002-03-22 | 2007-05-10 | Microsoft Corporation | Selective Caching of Servable Files Based at Least in Part on a Type of Memory |
US20070150819A1 (en) * | 2005-12-09 | 2007-06-28 | Mks Instruments, Inc. | Graphical User Interface |
US20070162565A1 (en) * | 2006-01-09 | 2007-07-12 | Cisco Technology, Inc. | Method and system for minimizing disruption during in-service software upgrade |
US20070276850A1 (en) * | 2006-04-27 | 2007-11-29 | Rajarshi Bhattacharya | Methods and apparatus for updating data structures during in-service upgrade of software in network processor |
US7430738B1 (en) | 2001-06-11 | 2008-09-30 | Microsoft Corporation | Methods and arrangements for routing server requests to worker processes based on URL |
US7490137B2 (en) | 2002-03-22 | 2009-02-10 | Microsoft Corporation | Vector-based sending of web content |
CN100464522C (en) * | 2007-05-17 | 2009-02-25 | 华为技术有限公司 | Process upgrading method and system |
US20090080436A1 (en) * | 2007-09-26 | 2009-03-26 | Russell White | Protection of Transit Links in a Network |
US20090217244A1 (en) * | 2008-02-25 | 2009-08-27 | Erol Bozak | Virtual Appliance Update Method |
US7594230B2 (en) | 2001-06-11 | 2009-09-22 | Microsoft Corporation | Web server architecture |
US7689981B1 (en) * | 2003-02-28 | 2010-03-30 | Hewlett-Packard Development Company, L.P. | Mobile handset with efficient interruption point detection during a multiple-pass update process |
US20110035740A1 (en) * | 2009-08-10 | 2011-02-10 | Symantec Corporation | Systems and Methods for Updating a Software Product |
US20110267979A1 (en) * | 2009-10-07 | 2011-11-03 | Nec Corporation | Communication system control apparatus, control method, and program |
CN102549970A (en) * | 2009-10-07 | 2012-07-04 | 日本电气株式会社 | Computer system, and maintenance method of computer system |
US8526940B1 (en) | 2004-08-17 | 2013-09-03 | Palm, Inc. | Centralized rules repository for smart phone customer care |
US8578361B2 (en) | 2004-04-21 | 2013-11-05 | Palm, Inc. | Updating an electronic device with update agent code |
US8752044B2 (en) | 2006-07-27 | 2014-06-10 | Qualcomm Incorporated | User experience and dependency management in a mobile device |
US20140269254A1 (en) * | 2013-03-15 | 2014-09-18 | Cisco Technology, Inc. | Virtual router upgrade via graceful restart |
WO2014138980A1 (en) | 2013-03-15 | 2014-09-18 | Genetec Inc. | Computer system using in-service software upgrade |
US8893110B2 (en) | 2006-06-08 | 2014-11-18 | Qualcomm Incorporated | Device management in a network |
US8930932B2 (en) | 2012-10-09 | 2015-01-06 | Futurewei Technologies, Inc. | In-service software patch |
US20160216981A1 (en) * | 2015-01-26 | 2016-07-28 | Fuji Xerox Co., Ltd. | Information processing apparatus, non-transitory computer readable medium, and information processing method |
US9680965B2 (en) * | 2015-04-01 | 2017-06-13 | Alcatel-Lucent Usa Inc. | Software upgrades for offline charging systems within a network |
US9961572B2 (en) | 2015-10-22 | 2018-05-01 | Delta Energy & Communications, Inc. | Augmentation, expansion and self-healing of a geographically distributed mesh network using unmanned aerial vehicle (UAV) technology |
US10055966B2 (en) | 2015-09-03 | 2018-08-21 | Delta Energy & Communications, Inc. | System and method for determination and remediation of energy diversion in a smart grid network |
US10055869B2 (en) | 2015-08-11 | 2018-08-21 | Delta Energy & Communications, Inc. | Enhanced reality system for visualizing, evaluating, diagnosing, optimizing and servicing smart grids and incorporated components |
US10310470B2 (en) * | 2014-04-22 | 2019-06-04 | Siements Aktiengesellschaft | Update for an automation installation in the course of operation |
US10476597B2 (en) | 2015-10-22 | 2019-11-12 | Delta Energy & Communications, Inc. | Data transfer facilitation across a distributed mesh network using light and optical based technology |
US10652633B2 (en) | 2016-08-15 | 2020-05-12 | Delta Energy & Communications, Inc. | Integrated solutions of Internet of Things and smart grid network pertaining to communication, data and asset serialization, and data modeling algorithms |
US10791020B2 (en) | 2016-02-24 | 2020-09-29 | Delta Energy & Communications, Inc. | Distributed 802.11S mesh network using transformer module hardware for the capture and transmission of data |
US11093235B2 (en) * | 2015-06-05 | 2021-08-17 | Shell Oil Company | System and method for replacing a live control/estimation application with a staged application |
US11172273B2 (en) | 2015-08-10 | 2021-11-09 | Delta Energy & Communications, Inc. | Transformer monitor, communications and data collection device |
US11196621B2 (en) | 2015-10-02 | 2021-12-07 | Delta Energy & Communications, Inc. | Supplemental and alternative digital data delivery and receipt mesh net work realized through the placement of enhanced transformer mounted monitoring devices |
Families Citing this family (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1965213A3 (en) | 1998-02-04 | 2009-07-15 | Invitrogen Corporation | Microarrays and uses therefor |
US7487237B2 (en) | 2000-10-17 | 2009-02-03 | Avaya Technology Corp. | Load optimization |
US7363367B2 (en) | 2000-10-17 | 2008-04-22 | Avaya Technology Corp. | Systems and methods for robust, real-time measurement of network performance |
US7406539B2 (en) | 2000-10-17 | 2008-07-29 | Avaya Technology Corp. | Method and apparatus for performance and cost optimization in an internetwork |
US7756032B2 (en) | 2000-10-17 | 2010-07-13 | Avaya Inc. | Method and apparatus for communicating data within measurement traffic |
US7336613B2 (en) | 2000-10-17 | 2008-02-26 | Avaya Technology Corp. | Method and apparatus for the assessment and optimization of network traffic |
US7720959B2 (en) | 2000-10-17 | 2010-05-18 | Avaya Inc. | Method and apparatus for characterizing the quality of a network path |
US7080161B2 (en) | 2000-10-17 | 2006-07-18 | Avaya Technology Corp. | Routing information exchange |
US7349994B2 (en) | 2000-10-17 | 2008-03-25 | Avaya Technology Corp. | Method and apparatus for coordinating routing parameters via a back-channel communication medium |
US8023421B2 (en) | 2002-07-25 | 2011-09-20 | Avaya Inc. | Method and apparatus for the assessment and optimization of network traffic |
ITTO20010264A1 (en) | 2001-03-21 | 2002-09-21 | Telecom Italia Lab Spa | PROCEDURE FOR UPDATING THE NETWORK SERVER PROGRAMMING CONDITIONS, RELATED SYSTEM AND IT PRODUCT. |
EP1331771B1 (en) * | 2002-01-24 | 2007-01-17 | Alcatel Canada Inc. | Method and apparatus for synchronizing redundant communication tasks |
US8769154B2 (en) | 2002-01-24 | 2014-07-01 | Alcatel Lucent | Method and apparatus for facilitating routing protocol redundancy in a network element |
US8005980B2 (en) | 2002-01-24 | 2011-08-23 | Alcatel Lucent | Method and apparatus for synchronizing redundant communication tasks |
US7406035B2 (en) | 2002-01-24 | 2008-07-29 | Alcatel-Lucent Canada Inc. | Method and apparatus for providing redundant protocol processes in a network element |
CA2535558A1 (en) | 2003-08-15 | 2005-03-03 | Thomson Licensing | Changeable functionality in a broadcast router |
US7802245B2 (en) | 2006-04-27 | 2010-09-21 | Agere Systems Inc. | Methods and apparatus for performing in-service upgrade of software in network processor |
US9195575B2 (en) | 2013-05-17 | 2015-11-24 | Coherent Logix, Incorporated | Dynamic reconfiguration of applications on a multi-processor embedded system |
Citations (38)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5155837A (en) * | 1989-03-02 | 1992-10-13 | Bell Communications Research, Inc. | Methods and apparatus for software retrofitting |
US5339430A (en) * | 1992-07-01 | 1994-08-16 | Telefonaktiebolaget L M Ericsson | System for dynamic run-time binding of software modules in a computer system |
US5418524A (en) * | 1992-07-31 | 1995-05-23 | Motorola, Inc. | Method and apparatus for over-the-air upgrading of radio modem application software |
US5546581A (en) * | 1991-12-23 | 1996-08-13 | Microsoft Corporation | Method for integrating a discrete subprogram into a main program |
US5546584A (en) * | 1992-07-01 | 1996-08-13 | Lundin; Kenneth | System and method for establishing communication protocols between application programs |
US5555418A (en) * | 1992-07-01 | 1996-09-10 | Nilsson; Rickard | System for changing software during computer operation |
US5931938A (en) * | 1996-12-12 | 1999-08-03 | Sun Microsystems, Inc. | Multiprocessor computer having configurable hardware system domains |
US5968170A (en) * | 1997-04-23 | 1999-10-19 | Advanced Micro Devices, Inc. | Primary swap size increase on a UNIX based computer system |
US6009524A (en) * | 1997-08-29 | 1999-12-28 | Compact Computer Corp | Method for the secure remote flashing of a BIOS memory |
US6012088A (en) * | 1996-12-10 | 2000-01-04 | International Business Machines Corporation | Automatic configuration for internet access device |
US6026157A (en) * | 1996-05-01 | 2000-02-15 | Rockwell International Corp. | Device for upgrading a reporting system |
US6084869A (en) * | 1997-10-06 | 2000-07-04 | Hughes Electronics Corporation | Resource reservation for packet-switched multiple-path communication system |
US6101327A (en) * | 1994-12-09 | 2000-08-08 | Telefonaktiebolaget Lm Ericsson | Method of synchronization allowing state transfer |
US6125372A (en) * | 1997-10-03 | 2000-09-26 | Hewlett-Packard Company | Server system and method of updating server software |
US6128734A (en) * | 1997-01-17 | 2000-10-03 | Advanced Micro Devices, Inc. | Installing operating systems changes on a computer system |
US6134663A (en) * | 1994-10-26 | 2000-10-17 | Canon Kabushiki Kaisha | Management system and terminal apparatus to manage and control distribution and use of software and the like |
US6154878A (en) * | 1998-07-21 | 2000-11-28 | Hewlett-Packard Company | System and method for on-line replacement of software |
US6175919B1 (en) * | 1997-05-02 | 2001-01-16 | Samsung Electronics Co., Ltd. | Method and apparatus for upgrading BIOS using a serial communication |
US6195792B1 (en) * | 1998-02-19 | 2001-02-27 | Nortel Networks Limited | Software upgrades by conversion automation |
US6202207B1 (en) * | 1998-01-28 | 2001-03-13 | International Business Machines Corporation | Method and a mechanism for synchronized updating of interoperating software |
US20010014968A1 (en) * | 1998-07-21 | 2001-08-16 | Mannan A. Mohammed | Automatic upgrade of software |
US6289511B1 (en) * | 1998-09-29 | 2001-09-11 | Telephonaktiebolaget Lm Ericsson | Method and system for distributing software in a telecommunications network |
US6314567B1 (en) * | 1998-11-13 | 2001-11-06 | Hewlett-Packard Company | Apparatus and method for transferring state data when performing on-line replacement of a running program code and data |
US6324693B1 (en) * | 1997-03-12 | 2001-11-27 | Siebel Systems, Inc. | Method of synchronizing independently distributed software and database schema |
US20010049732A1 (en) * | 2000-06-01 | 2001-12-06 | Raciborski Nathan F. | Content exchange apparatus |
US20010053131A1 (en) * | 2000-06-20 | 2001-12-20 | Alcatel | Communication stack |
US20020021675A1 (en) * | 1999-10-19 | 2002-02-21 | At&T Corp. | System and method for packet network configuration debugging and database |
US6353928B1 (en) * | 1999-01-04 | 2002-03-05 | Microsoft Corporation | First run installer |
US6360363B1 (en) * | 1997-12-31 | 2002-03-19 | Eternal Systems, Inc. | Live upgrade process for object-oriented programs |
US6378127B1 (en) * | 1998-09-21 | 2002-04-23 | Microsoft Corporation | Software installation and validation using custom actions |
US6397385B1 (en) * | 1999-07-16 | 2002-05-28 | Excel Switching Corporation | Method and apparatus for in service software upgrade for expandable telecommunications system |
US6408434B1 (en) * | 1999-01-07 | 2002-06-18 | Sony Corporation | System and method for using a substitute directory to automatically install an update program |
US6438748B1 (en) * | 1998-03-12 | 2002-08-20 | Telefonaktiebolaget L M Ericsson (Publ) | Apparatus and method for conversion of messages |
US6446255B1 (en) * | 1999-03-29 | 2002-09-03 | International Business Machines Corporation | Global registry object for mapping registry functions and registry equivalent functions across multiple operating systems in a cross-platform program |
US6463584B1 (en) * | 1998-03-12 | 2002-10-08 | Telefonaktiebolaget Lm Ericsson | State copying method for software update |
US6473899B1 (en) * | 1996-08-28 | 2002-10-29 | Extended Systems, Inc. | Field configurable embedded computer system |
US6553028B1 (en) * | 1999-04-30 | 2003-04-22 | Cisco Technology, Inc. | Method and apparatus for multicast switching using a centralized switching engine |
US6594822B1 (en) * | 1999-02-19 | 2003-07-15 | Nortel Networks Limited | Method and apparatus for creating a software patch by comparing object files |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5754785A (en) * | 1995-04-27 | 1998-05-19 | General Datacomm | Communications network equipment |
US6008805A (en) * | 1996-07-19 | 1999-12-28 | Cisco Technology, Inc. | Method and apparatus for providing multiple management interfaces to a network device |
-
1999
- 1999-05-21 US US09/316,905 patent/US7107329B1/en not_active Expired - Fee Related
-
2000
- 2000-04-03 CA CA002371324A patent/CA2371324A1/en not_active Abandoned
- 2000-04-03 JP JP2000619873A patent/JP2003500928A/en active Pending
- 2000-04-03 AU AU33191/00A patent/AU3319100A/en not_active Abandoned
- 2000-04-03 EP EP00911201A patent/EP1243101A1/en not_active Withdrawn
- 2000-04-03 WO PCT/IB2000/000401 patent/WO2000072528A1/en not_active Application Discontinuation
Patent Citations (39)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5155837A (en) * | 1989-03-02 | 1992-10-13 | Bell Communications Research, Inc. | Methods and apparatus for software retrofitting |
US5546581A (en) * | 1991-12-23 | 1996-08-13 | Microsoft Corporation | Method for integrating a discrete subprogram into a main program |
US5339430A (en) * | 1992-07-01 | 1994-08-16 | Telefonaktiebolaget L M Ericsson | System for dynamic run-time binding of software modules in a computer system |
US5546584A (en) * | 1992-07-01 | 1996-08-13 | Lundin; Kenneth | System and method for establishing communication protocols between application programs |
US5555418A (en) * | 1992-07-01 | 1996-09-10 | Nilsson; Rickard | System for changing software during computer operation |
US5418524A (en) * | 1992-07-31 | 1995-05-23 | Motorola, Inc. | Method and apparatus for over-the-air upgrading of radio modem application software |
US6134663A (en) * | 1994-10-26 | 2000-10-17 | Canon Kabushiki Kaisha | Management system and terminal apparatus to manage and control distribution and use of software and the like |
US6101327A (en) * | 1994-12-09 | 2000-08-08 | Telefonaktiebolaget Lm Ericsson | Method of synchronization allowing state transfer |
US6026157A (en) * | 1996-05-01 | 2000-02-15 | Rockwell International Corp. | Device for upgrading a reporting system |
US6473899B1 (en) * | 1996-08-28 | 2002-10-29 | Extended Systems, Inc. | Field configurable embedded computer system |
US6012088A (en) * | 1996-12-10 | 2000-01-04 | International Business Machines Corporation | Automatic configuration for internet access device |
US5931938A (en) * | 1996-12-12 | 1999-08-03 | Sun Microsystems, Inc. | Multiprocessor computer having configurable hardware system domains |
US6128734A (en) * | 1997-01-17 | 2000-10-03 | Advanced Micro Devices, Inc. | Installing operating systems changes on a computer system |
US6324693B1 (en) * | 1997-03-12 | 2001-11-27 | Siebel Systems, Inc. | Method of synchronizing independently distributed software and database schema |
US5968170A (en) * | 1997-04-23 | 1999-10-19 | Advanced Micro Devices, Inc. | Primary swap size increase on a UNIX based computer system |
US6175919B1 (en) * | 1997-05-02 | 2001-01-16 | Samsung Electronics Co., Ltd. | Method and apparatus for upgrading BIOS using a serial communication |
US6009524A (en) * | 1997-08-29 | 1999-12-28 | Compact Computer Corp | Method for the secure remote flashing of a BIOS memory |
US6125372A (en) * | 1997-10-03 | 2000-09-26 | Hewlett-Packard Company | Server system and method of updating server software |
US6084869A (en) * | 1997-10-06 | 2000-07-04 | Hughes Electronics Corporation | Resource reservation for packet-switched multiple-path communication system |
US6360363B1 (en) * | 1997-12-31 | 2002-03-19 | Eternal Systems, Inc. | Live upgrade process for object-oriented programs |
US6202207B1 (en) * | 1998-01-28 | 2001-03-13 | International Business Machines Corporation | Method and a mechanism for synchronized updating of interoperating software |
US6195792B1 (en) * | 1998-02-19 | 2001-02-27 | Nortel Networks Limited | Software upgrades by conversion automation |
US6463584B1 (en) * | 1998-03-12 | 2002-10-08 | Telefonaktiebolaget Lm Ericsson | State copying method for software update |
US6438748B1 (en) * | 1998-03-12 | 2002-08-20 | Telefonaktiebolaget L M Ericsson (Publ) | Apparatus and method for conversion of messages |
US6418555B2 (en) * | 1998-07-21 | 2002-07-09 | Intel Corporation | Automatic upgrade of software |
US6154878A (en) * | 1998-07-21 | 2000-11-28 | Hewlett-Packard Company | System and method for on-line replacement of software |
US20010014968A1 (en) * | 1998-07-21 | 2001-08-16 | Mannan A. Mohammed | Automatic upgrade of software |
US6378127B1 (en) * | 1998-09-21 | 2002-04-23 | Microsoft Corporation | Software installation and validation using custom actions |
US6289511B1 (en) * | 1998-09-29 | 2001-09-11 | Telephonaktiebolaget Lm Ericsson | Method and system for distributing software in a telecommunications network |
US6314567B1 (en) * | 1998-11-13 | 2001-11-06 | Hewlett-Packard Company | Apparatus and method for transferring state data when performing on-line replacement of a running program code and data |
US6353928B1 (en) * | 1999-01-04 | 2002-03-05 | Microsoft Corporation | First run installer |
US6408434B1 (en) * | 1999-01-07 | 2002-06-18 | Sony Corporation | System and method for using a substitute directory to automatically install an update program |
US6594822B1 (en) * | 1999-02-19 | 2003-07-15 | Nortel Networks Limited | Method and apparatus for creating a software patch by comparing object files |
US6446255B1 (en) * | 1999-03-29 | 2002-09-03 | International Business Machines Corporation | Global registry object for mapping registry functions and registry equivalent functions across multiple operating systems in a cross-platform program |
US6553028B1 (en) * | 1999-04-30 | 2003-04-22 | Cisco Technology, Inc. | Method and apparatus for multicast switching using a centralized switching engine |
US6397385B1 (en) * | 1999-07-16 | 2002-05-28 | Excel Switching Corporation | Method and apparatus for in service software upgrade for expandable telecommunications system |
US20020021675A1 (en) * | 1999-10-19 | 2002-02-21 | At&T Corp. | System and method for packet network configuration debugging and database |
US20010049732A1 (en) * | 2000-06-01 | 2001-12-06 | Raciborski Nathan F. | Content exchange apparatus |
US20010053131A1 (en) * | 2000-06-20 | 2001-12-20 | Alcatel | Communication stack |
Non-Patent Citations (3)
Title |
---|
Manning, RFC 2042, Network Working Group, Jan., 1997. * |
Rekhter, RFC 1772, Network Working Group, Mar., 1995. * |
Willis, RFC 1269, Network Working Group, Oct., 1991. * |
Cited By (74)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7594230B2 (en) | 2001-06-11 | 2009-09-22 | Microsoft Corporation | Web server architecture |
US7430738B1 (en) | 2001-06-11 | 2008-09-30 | Microsoft Corporation | Methods and arrangements for routing server requests to worker processes based on URL |
US20050125516A1 (en) * | 2002-01-09 | 2005-06-09 | Gergely Molnar | Method and apparatus for managing configuration of a network |
US7490137B2 (en) | 2002-03-22 | 2009-02-10 | Microsoft Corporation | Vector-based sending of web content |
US20070106702A1 (en) * | 2002-03-22 | 2007-05-10 | Microsoft Corporation | Selective Caching of Servable Files Based at Least in Part on a Type of Memory |
US7898904B2 (en) * | 2002-11-22 | 2011-03-01 | Westerngeco Llc | Implementing a network infrastructure in a seismic acquisition system |
US20060155758A1 (en) * | 2002-11-22 | 2006-07-13 | Truls Arnegaard | Implementing a network infrastructure in a seismic acquisition system |
US20040111517A1 (en) * | 2002-12-09 | 2004-06-10 | Mitu Aggarwal | Servicing forwarding elements in a network |
US7689981B1 (en) * | 2003-02-28 | 2010-03-30 | Hewlett-Packard Development Company, L.P. | Mobile handset with efficient interruption point detection during a multiple-pass update process |
US20050022179A1 (en) * | 2003-07-21 | 2005-01-27 | Alcatel | Software replacement method and related software replacement system |
US8813068B2 (en) * | 2003-07-21 | 2014-08-19 | Alcatel Lucent | Software replacement method and related software replacement system |
US20050155040A1 (en) * | 2003-09-05 | 2005-07-14 | Sanjiv Doshi | Implicit interprocess communications (IPC) versioning support |
US7653911B2 (en) * | 2003-09-05 | 2010-01-26 | Alcatel-Lucent Usa Inc. | Implicit interprocess communications (IPC) versioning support |
US20050114853A1 (en) * | 2003-11-26 | 2005-05-26 | Glider Joseph S. | Software upgrade and downgrade in systems with persistent data |
US20050213585A1 (en) * | 2004-03-26 | 2005-09-29 | Samsung Electronics Co., Ltd. | Apparatus and method for distributing forwarding table lookup operations among a plurality of microengines in a high-speed routing node |
US7474661B2 (en) * | 2004-03-26 | 2009-01-06 | Samsung Electronics Co., Ltd. | Apparatus and method for distributing forwarding table lookup operations among a plurality of microengines in a high-speed routing node |
US8578361B2 (en) | 2004-04-21 | 2013-11-05 | Palm, Inc. | Updating an electronic device with update agent code |
US8526940B1 (en) | 2004-08-17 | 2013-09-03 | Palm, Inc. | Centralized rules repository for smart phone customer care |
US20060080443A1 (en) * | 2004-08-31 | 2006-04-13 | Microsoft Corporation | URL namespace to support multiple-protocol processing within worker processes |
US7418712B2 (en) * | 2004-08-31 | 2008-08-26 | Microsoft Corporation | Method and system to support multiple-protocol processing within worker processes |
US7418709B2 (en) * | 2004-08-31 | 2008-08-26 | Microsoft Corporation | URL namespace to support multiple-protocol processing within worker processes |
US20080320503A1 (en) * | 2004-08-31 | 2008-12-25 | Microsoft Corporation | URL Namespace to Support Multiple-Protocol Processing within Worker Processes |
US7418719B2 (en) * | 2004-08-31 | 2008-08-26 | Microsoft Corporation | Method and system to support a unified process model for handling messages sent in different protocols |
US20060047818A1 (en) * | 2004-08-31 | 2006-03-02 | Microsoft Corporation | Method and system to support multiple-protocol processing within worker processes |
US20060047532A1 (en) * | 2004-08-31 | 2006-03-02 | Microsoft Corporation | Method and system to support a unified process model for handling messages sent in different protocols |
US20060133389A1 (en) * | 2004-12-17 | 2006-06-22 | Samsung Electronics Co., Ltd. | Apparatus and method for sharing variables and resources in a multiprocessor routing node |
US7733857B2 (en) * | 2004-12-17 | 2010-06-08 | Samsung Electronics Co., Ltd. | Apparatus and method for sharing variables and resources in a multiprocessor routing node |
US20060203832A1 (en) * | 2005-03-09 | 2006-09-14 | Hitachi, Ltd. | Packet communication apparatus with function enhancement module |
US7830895B2 (en) * | 2005-03-09 | 2010-11-09 | Hitachi, Ltd. | Packet communication apparatus with function enhancement module |
US20060218545A1 (en) * | 2005-03-22 | 2006-09-28 | Nec Corporation | Server system and online software update method |
US20070150819A1 (en) * | 2005-12-09 | 2007-06-28 | Mks Instruments, Inc. | Graphical User Interface |
US8364843B2 (en) * | 2006-01-09 | 2013-01-29 | Cisco Technology, Inc. | Method and system for minimizing disruption during in-service software upgrade |
US20070162565A1 (en) * | 2006-01-09 | 2007-07-12 | Cisco Technology, Inc. | Method and system for minimizing disruption during in-service software upgrade |
US9182972B2 (en) | 2006-01-09 | 2015-11-10 | Cisco Technology, Inc. | Method and system for minimizing disruption during in-service software upgrade |
US7930691B2 (en) * | 2006-04-27 | 2011-04-19 | Agere Systems Inc. | Methods and apparatus for updating data structures during in-service upgrade of software in network processor |
US20070276850A1 (en) * | 2006-04-27 | 2007-11-29 | Rajarshi Bhattacharya | Methods and apparatus for updating data structures during in-service upgrade of software in network processor |
US8893110B2 (en) | 2006-06-08 | 2014-11-18 | Qualcomm Incorporated | Device management in a network |
US8752044B2 (en) | 2006-07-27 | 2014-06-10 | Qualcomm Incorporated | User experience and dependency management in a mobile device |
US9081638B2 (en) | 2006-07-27 | 2015-07-14 | Qualcomm Incorporated | User experience and dependency management in a mobile device |
US20100058315A1 (en) * | 2007-05-17 | 2010-03-04 | Huawei Technologies Co., Ltd. | Method and system for process upgrade |
US8495610B2 (en) * | 2007-05-17 | 2013-07-23 | Huawei Technologies Co., Ltd. | Method and system for process upgrade |
CN100464522C (en) * | 2007-05-17 | 2009-02-25 | 华为技术有限公司 | Process upgrading method and system |
US7821970B2 (en) | 2007-09-26 | 2010-10-26 | Cisco Technology, Inc. | Protection of transit links in a network |
US20090080436A1 (en) * | 2007-09-26 | 2009-03-26 | Russell White | Protection of Transit Links in a Network |
US8713556B2 (en) * | 2008-02-25 | 2014-04-29 | Sap Ag | Virtual appliance update method |
US20090217244A1 (en) * | 2008-02-25 | 2009-08-27 | Erol Bozak | Virtual Appliance Update Method |
US8589904B2 (en) * | 2009-08-10 | 2013-11-19 | Symantec Corporation | Systems and methods for updating a software product |
US8819666B2 (en) * | 2009-08-10 | 2014-08-26 | Symantec Corporation | Systems and methods for updating a software product |
US20110035740A1 (en) * | 2009-08-10 | 2011-02-10 | Symantec Corporation | Systems and Methods for Updating a Software Product |
US9361149B2 (en) | 2009-10-07 | 2016-06-07 | Nec Corporation | Computer system and maintenance method of computer system |
US8804487B2 (en) * | 2009-10-07 | 2014-08-12 | Nec Corporation | Communication system control apparatus, control method, and program |
US10534632B2 (en) | 2009-10-07 | 2020-01-14 | Nec Corporation | Computer system and maintenance method of computer system |
US9804884B2 (en) | 2009-10-07 | 2017-10-31 | Nec Corporation | Computer system and maintenance method of computer system |
CN102549970A (en) * | 2009-10-07 | 2012-07-04 | 日本电气株式会社 | Computer system, and maintenance method of computer system |
US20110267979A1 (en) * | 2009-10-07 | 2011-11-03 | Nec Corporation | Communication system control apparatus, control method, and program |
CN102549970B (en) * | 2009-10-07 | 2016-11-09 | 日本电气株式会社 | The maintaining method of computer system and computer system |
US8930932B2 (en) | 2012-10-09 | 2015-01-06 | Futurewei Technologies, Inc. | In-service software patch |
US20140269254A1 (en) * | 2013-03-15 | 2014-09-18 | Cisco Technology, Inc. | Virtual router upgrade via graceful restart |
EP2972824A4 (en) * | 2013-03-15 | 2016-11-02 | Genetec Inc | COMPUTER SYSTEM USING IN-SERVICE SOFTWARE UPGRADE |
US9338055B2 (en) * | 2013-03-15 | 2016-05-10 | Cisco Technology, Inc. | Virtual router upgrade via graceful restart |
WO2014138980A1 (en) | 2013-03-15 | 2014-09-18 | Genetec Inc. | Computer system using in-service software upgrade |
US10310470B2 (en) * | 2014-04-22 | 2019-06-04 | Siements Aktiengesellschaft | Update for an automation installation in the course of operation |
US9697017B2 (en) * | 2015-01-26 | 2017-07-04 | Fuji Xerox Co., Ltd. | Configuring and processing management information base (MIB) in a distributed environment |
US20160216981A1 (en) * | 2015-01-26 | 2016-07-28 | Fuji Xerox Co., Ltd. | Information processing apparatus, non-transitory computer readable medium, and information processing method |
US9680965B2 (en) * | 2015-04-01 | 2017-06-13 | Alcatel-Lucent Usa Inc. | Software upgrades for offline charging systems within a network |
US11093235B2 (en) * | 2015-06-05 | 2021-08-17 | Shell Oil Company | System and method for replacing a live control/estimation application with a staged application |
US11172273B2 (en) | 2015-08-10 | 2021-11-09 | Delta Energy & Communications, Inc. | Transformer monitor, communications and data collection device |
US10055869B2 (en) | 2015-08-11 | 2018-08-21 | Delta Energy & Communications, Inc. | Enhanced reality system for visualizing, evaluating, diagnosing, optimizing and servicing smart grids and incorporated components |
US10055966B2 (en) | 2015-09-03 | 2018-08-21 | Delta Energy & Communications, Inc. | System and method for determination and remediation of energy diversion in a smart grid network |
US11196621B2 (en) | 2015-10-02 | 2021-12-07 | Delta Energy & Communications, Inc. | Supplemental and alternative digital data delivery and receipt mesh net work realized through the placement of enhanced transformer mounted monitoring devices |
US10476597B2 (en) | 2015-10-22 | 2019-11-12 | Delta Energy & Communications, Inc. | Data transfer facilitation across a distributed mesh network using light and optical based technology |
US9961572B2 (en) | 2015-10-22 | 2018-05-01 | Delta Energy & Communications, Inc. | Augmentation, expansion and self-healing of a geographically distributed mesh network using unmanned aerial vehicle (UAV) technology |
US10791020B2 (en) | 2016-02-24 | 2020-09-29 | Delta Energy & Communications, Inc. | Distributed 802.11S mesh network using transformer module hardware for the capture and transmission of data |
US10652633B2 (en) | 2016-08-15 | 2020-05-12 | Delta Energy & Communications, Inc. | Integrated solutions of Internet of Things and smart grid network pertaining to communication, data and asset serialization, and data modeling algorithms |
Also Published As
Publication number | Publication date |
---|---|
EP1243101A1 (en) | 2002-09-25 |
CA2371324A1 (en) | 2000-11-30 |
WO2000072528A1 (en) | 2000-11-30 |
JP2003500928A (en) | 2003-01-07 |
AU3319100A (en) | 2000-12-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7107329B1 (en) | In networks of interconnected router nodes for routing data traffic, a method of and system for imperceptibly upgrading router node software and the like without traffic interruption | |
US9378005B2 (en) | Hitless software upgrades | |
US6950878B2 (en) | Method and apparatus for performing a software upgrade of a router while the router is online | |
US8402305B1 (en) | Method and system for providing high availability to computer applications | |
US7165087B1 (en) | System and method for installing and configuring computing agents | |
US20030101284A1 (en) | Virtual network with adaptive dispatcher | |
US20130145359A1 (en) | Method and System for Minimizing Disruption During In-Service Software Upgrade | |
US6651093B1 (en) | Dynamic virtual local area network connection process | |
JPH10320220A (en) | Method and device for transferring describer | |
WO2019100266A1 (en) | Mobile edge host-machine service notification method and apparatus | |
US20030050955A1 (en) | Method and apparatus to perform automated task handling | |
JP2005504391A (en) | Personal computer upgrade | |
CN114448895B (en) | Application access method, device, equipment and medium | |
CN109194589B (en) | MDC (media data center) implementation method and device | |
US7103889B2 (en) | Method, system, and article of manufacture for agent processing | |
US7769828B2 (en) | System for provisioning time sharing option (TSO) and interactive productivity system facility (ISPF) services in a network environment | |
CN113726834A (en) | Method, apparatus, system, device and medium for message routing | |
US12120203B2 (en) | UDP message distribution method, UDP message distribution apparatus, electronic device and computer readable storage medium | |
CN114143730B (en) | Signaling processing method, communication system, electronic device and storage medium | |
JPH1027146A (en) | Communication processor and its method | |
Cisco | Updating the Mainframe Application Software | |
Cisco | Updating the Mainframe Application Software | |
Cisco | Updating the Mainframe Application Software | |
CN114143905B (en) | Session establishing method, communication system, electronic device and storage medium | |
JP2003044304A (en) | Software update system in multi-cpu system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: NEXABIT NETWORKS, INC, MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SCHRODER, KENNETH J.;MCGUIRE, GLENN;OPALKA, ZBIGNIEW;REEL/FRAME:010072/0294 Effective date: 19990517 |
|
AS | Assignment |
Owner name: LUCENT TECHNOLOGIES INC., NEW JERSEY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MCGUIRE, GLENN S.;REEL/FRAME:016823/0838 Effective date: 20030707 |
|
AS | Assignment |
Owner name: LUCENT TECHNOLOGIS INC., NEW JERSEY Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NEXABIT NETWORKS, INC.;REEL/FRAME:017874/0341 Effective date: 19990624 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Free format text: PAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.) |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20180912 |