US20070112847A1 - Modeling IT operations/policies - Google Patents

Modeling IT operations/policies Download PDF

Info

Publication number
US20070112847A1
US20070112847A1 US11/266,156 US26615605A US2007112847A1 US 20070112847 A1 US20070112847 A1 US 20070112847A1 US 26615605 A US26615605 A US 26615605A US 2007112847 A1 US2007112847 A1 US 2007112847A1
Authority
US
United States
Prior art keywords
model
types
components
constraints
policies
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.)
Granted
Application number
US11/266,156
Other versions
US7941309B2 (en
Inventor
Pratul Dublish
Bassam Tabbara
Geoffrey Outhred
Jeffrey Parham
Kevin Grealish
Praerit Garg
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.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US11/266,156 priority Critical patent/US7941309B2/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GARG, PRAERIT, GREALISH, KEVIN D.J., OUTHRED, GEOFFREY H., DUBLISH, PRATUL, PARHAM, JEFFREY B., TABBARA, BASSAM
Priority to KR1020087009148A priority patent/KR20080057288A/en
Priority to PCT/US2006/038856 priority patent/WO2007055839A1/en
Priority to CNA2006800401458A priority patent/CN101297293A/en
Priority to EP06816260A priority patent/EP1949275A4/en
Priority to JP2008538891A priority patent/JP5671207B2/en
Publication of US20070112847A1 publication Critical patent/US20070112847A1/en
Publication of US7941309B2 publication Critical patent/US7941309B2/en
Application granted granted Critical
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/40Data acquisition and logging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • G06F21/577Assessing vulnerabilities and evaluating computer system security
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling

Definitions

  • IT Information Technology
  • a typical IT system may entail multiple computers with numerous pieces of interconnected software on each computer.
  • the deployment, configuration, and management of these IT systems is manually intensive and is accomplished through ad-hoc combinations of human experience, communal knowledge, a collection of unrelated software tools, and documents that are often incomplete, out of date, hard to locate when needed, or difficult to understand.
  • the manually intense operation of IT systems is often the cause of malfunctions and sub-optimally performing systems. Changes to IT systems are also typically managed informally, for example through email messages.
  • Operational policies for operating a business's or institution's actual or planned IT system may be modeled.
  • the IT system may include components such as applications, application hosts, one or more networks or components thereof, hardware, and interrelationships between the components.
  • the IT system is to be operated in accordance with operational policies that govern existence or numerosity of components, how the components are interrelated, how the components and interrelationships are configured, and/or manual or automated processes for managing and maintaining the IT system.
  • the modeling may involve generating code that conforms to a language by declaring abstractions using types that correspond to the components of the IT system, by declaring types of interrelationships that correspond to the interrelationships of the IT system, and by defining constraints upon and between the types, where the constraints correspond to policies of operating the IT system.
  • FIG. 1 shows a community having operational knowledge, a model, and an IT system.
  • FIG. 2 shows layers representable by a model.
  • FIG. 3 shows one use of a model of an IT system.
  • FIG. 4 shows a process for declaring a model.
  • FIG. 5 shows a declarative model
  • FIG. 6 shows another representation of a model.
  • FIG. 7 shows code defining various relationship types and class types used in the example in FIG. 6 .
  • FIGS. 8-10 show code declaring a complex class type that captures operational knowledge of an e-commerce web site.
  • FIG. 11 shows examples of operational policies in the form of rules or constraints.
  • FIG. 12 shows examples of derivation by restriction or extension.
  • Embodiments discussed herein relate to capturing operational knowledge of an IT system in a model by using a formal language. More specifically, a declarative model captures the operational knowledge of an IT system—information pertaining to the configuration environment, the policies, and the ongoing operation and management of an IT system. Such a knowledge-capturing declarative model is formed using the typing system of a formal language, such as XML (or a modeling schema based thereon), UML, C#, and so on (the particular language is not important).
  • a formal language such as XML (or a modeling schema based thereon), UML, C#, and so on (the particular language is not important).
  • a model unambiguously communicates the operational knowledge of the IT system to all interested parties, such as IT administrators, system operators, system architects, developers, testers, etc. It can be used as a basis to drive an agreement about what an IT system should do and how it should function. Different stakeholders can review the model and agree or disagree with expectations for the IT system.
  • Such a model can be used to actually configure a system in the real world.
  • a well declared model can be used to periodically check whether the real world system is in compliance with the model and various invariants that it may capture.
  • proposed changes to the IT system can be validated against the model (and therefore the knowledge and policies that the model embodies) before they are applied to the IT system. Being based on a language, a model can be easily interpreted, compiled, manipulated, richly visualized, and so on.
  • FIG. 1 shows a community 50 having operational knowledge, a model 52 , and an IT system 54 .
  • the operational knowledge is embodied or captured in a model 52 .
  • the model 52 can be used to configure, validate, understand, etc., the IT system 54 .
  • the model 52 is separate from and independent of the IT system 54 itself.
  • the model 52 reflects the desired or preferred state of the IT system 54 .
  • the model 52 may model types of information found in the real world IT system 54 (e.g., servers, applications, etc.), and it may model that information not necessarily as it is, but rather as it should be.
  • the model 52 captures a desired state of configuration and can allow a correlation between what the IT system 54 is and what it should be.
  • a language is used to declare a model of an IT System in a way that includes information pertinent to deployment and/or ongoing operations.
  • the model is like a blueprint of an IT system.
  • a model 52 / 68 can capture the structure of an IT system, that is, the various pieces of the IT system, and how they relate to each other (e.g., a web application communicates with a catalog DB, a catalog DB is hosted on SQL, etc.).
  • Model 68 may model any or all layers of an IT system.
  • a model such as model 68 may declare any types of applications 70 , application hosts 72 , network components and operating systems 74 , and even hardware 76 .
  • Applications 70 might be data access clients, or information worker productivity tools, or network-type applications coded in Java or ASP.NET.
  • Application hosts 72 might be any web servers, or Internet Information Server in worker process isolation mode, to name a few examples.
  • Network components 74 might be as simple as a data network, but can be any component for networking.
  • Operating systems 74 might be Windows based, Unix based, virtualized operating systems, or others.
  • Hardware 76 is also unlimited, but might include typical computer components such as peripheral devices, memory, CPUs, storage, RAID configurations, etc.
  • constraints or invariants a set of rules or policies that should or must remain true for the system to be considered optimal or operational (e.g., a host customer transaction DB must be on an SQL cluster, each DFS instance must have at least three servers, at least two targets must exist for each link, the targets for a link should be hosted on distinct file servers, etc.).
  • FIG. 3 shows one use of a model of an IT system.
  • a system administrator 90 might submit a model update request 92 against a model 94 .
  • the request 92 can be validated 96 against the model 94 , and if all of the rules, constraints, or invariants of the model 94 remain satisfied, the model 94 may be updated with the request 92 .
  • An updated model 98 can then be used, for example, to drive adapters 100 that provide a bridge between the updated model 98 and a real world IT system 102 .
  • adapters 100 For example, there might be an adapter for SQL servers, and that adapter might implement a policy or constraint in the updated model 98 by changing configuration parameters of an SQL server in the real world IT system 102 .
  • a model can have many other uses.
  • FIG. 4 shows a process for declaring a model.
  • a person generating the model defines 120 types for the components/classes, relationships, and constraints of an IT system. Then the person tailors 122 the types to model or mirror the knowledge of policies or aspects of operating the IT system. The types are stored 124 in the typing syntax of a language being used to declare the model. Further details follow.
  • FIG. 5 shows a declarative model 140 .
  • the model 140 can be generated as with the process of FIG. 4 .
  • a designer generating the model 140 may start by choosing some particular language 142 .
  • the language 142 should have a type system 144 including rules and syntax 144 for declaring and using types and a type checking algorithm 146 (a typechecker) for ensuring that source code has no typing violations.
  • a type system is the component of a typed language that keeps track of the types of variables and, in general, the types of expressions in the language.
  • a type system can describe whether a program or code is well behaved or well formed.
  • a type system may involve other aspects such as scoping rules, type equivalence, and so on.
  • a type system should be enforceable; type declarations should be capable of being statically checked to some extent.
  • a type system is useful for modeling operational knowledge of an IT system because types express static (as opposed to algorithmic) knowledge about things. It should be noted that a typechecker or type checking algorithm 146 is helpful for using a declarative model in various ways, it is not necessary for actually building a declarative model.
  • the human designer may gather all of the available operational knowledge 148 that is desired to be modeled. This might involve obtaining knowledge from people 150 , or from documents 152 , 154 .
  • Document 152 might be an informal document such as an email, a loosely maintained “operation policies” document, etc.
  • Document 154 might be a more formal document, such as an IBM Redbook, an ITIL (IT Infrastructure Library) publication, some manual of institutional IT policies, a document from a software publisher indicating preferred ways of configuring or installing an application, and so on.
  • the designer may proceed by declaring or defining 120 types for the components/classes, relationships, and constraints of an IT system.
  • Types of classes/components and relationships form the software and hardware building blocks for models of IT systems. Some types may be value types, which are predefined types such as Integers, strings, booleans, enumerations, etc. Class or component types typically represent basic systems and resources and may have properties that capture invariant state that is to be modeled and maintained. Constraint types operate on or between properties that capture invariant requirements.
  • a relationship type represents a semantic relationship between two or more classes.
  • a relationship type can represent any arbitrary relationship including “communication between”, “reference to”, “hosting of/on”, “delegation”, “interaction of a particular kind”, “what objects another object can contain”, “which endpoints can be connected together”, “what environments can host a particular object”, and so on.
  • Containment types of relationships can be used as a basic building block to define the containment structure of a model.
  • a relationship type may have properties to represent invariant state associated with the relationship, and a relationship may be constrained.
  • Composite or complex types may be used to build complex, multipart types.
  • a composite type may be convenient to model real-world systems (or sub-systems) and may typically (but not always) include details regarding scale and deployment of a system.
  • a composite type may contain (by reference or value) objects of any class type, to represent the system's resources.
  • a composite type may contain connectors of any relationship type, to represent relationships between the composite's objects.
  • a composite type may also contain constraints or rules on or between objects that capture the invariant requirements (or preferences) of the composite.
  • a composite type is a contextualized composition of classes and relationships along with desired state, structure, constraints, and behavior.
  • constraints may also be defined.
  • a constraint represents an invariant for instances (objects) of a given class or relationship (connection) type. Constraints can constrain values or structure.
  • a constraint is typically a boolean expression that has access to properties/roles/ . . . etc.
  • a constraint can usually be evaluated as being either true or false, where an evaluation of false indicates that the constraint is violated or its recommendation is not satisfied.
  • the designer Given the types that can be defined 120 by a person designing the model 140 , and given the language 142 and operational knowledge 148 , the designer defines the types of classes, relationships, constraints, and/or composites that will be needed to model an IT system. The designer tailors 122 the types to model or capture the operational knowledge 148 . Details of how this is performed will become more apparent as examples are discussed with reference to FIGS. 6-12 . The process to this point is a design process; types can be defined 120 and tailored 122 any number of ways; pencil and paper, modeling tools, etc.
  • the types when the types are finalized they are stored 124 , in the typing syntax 144 of the language 142 , as declarations of types of classes (or components or values) 156 , declarations of types of relationships 158 , declarations of constraints 160 that constrain the model 140 , and declarations of composite types 162 .
  • the model 140 and its type definitions or declarations 156 - 162 may be stored 124 as one or more electronic files or documents in any computer readable media such as magnetic media, optical media, volatile or non-volatile memory, and so on.
  • the model 140 might be transformed, for example by compilation, into machine code, byte code, intermediary code, or the like.
  • FIG. 6 shows another representation of a model.
  • Model 180 represents a desired e-commerce web system.
  • Some of the class types are: web application 182 , worker process isolation 184 , customer transaction database 186 , SQL server (cluster) 188 , catalog database 190 , and SQL server (standard) 192 .
  • Some of the relationship types are: host dependency 194 , 196 , 198 , and communication 200 , 202 .
  • a number of operational constraints 204 are also captured by the model 180 .
  • Some of the relationships may have numerosity invariants.
  • communication relationship 200 has a numerosity invariant 206 that one entity must be at each end of the relationship 200 .
  • Some of the classes also have numerosity invariants (see the upper right hand corners of the boxes representing classes 182 - 192 ).
  • SQL server (standard) 192 may be one or more occurrences (“[1 . . . *]”) of the same.
  • FIG. 7 shows code 220 defining various relationship types and class types used in the example in FIG. 6 .
  • the type declarations have some construct or information indicating that they are type declarations and indicating the kind of type that is being declared, e.g., “RelationshipType”, which indicates a type of relationship is being declared, or “ClassType”, which indicates a type of class is being declared.
  • RelationshipType which indicates a type of relationship is being declared
  • ClassType which indicates a type of class is being declared.
  • Most of the types and properties thereof declared in the FIG. 7 are self-explanatory. As will be seen, these base types can serve as parts of more complex composite types.
  • FIGS. 8-10 show code 222 , 224 , 226 declaring a complex class type that captures operational knowledge of an e-commerce web site.
  • the parts and relations declared as parts and connections of the eCommerceSite complex class are types defined in FIG. 7 .
  • the eCommerceSite captures several operational aspects or policies. It specifies numerosities of its constituents. It also specifies connectors between parts, as well as end points and roles.
  • FIG. 10 shows some other operational knowledge in the form of constraints of the eCommerceSite type.
  • a constraint named WorkerProcessMustBeEnabled is defined to require that all IIS6 webserver parts (see FIG. 8 ) must have their WorkerProcessEnabled property set to true.
  • FIG. 11 shows example 228 , 230 of operational policies in the form of rules or constraints.
  • webapp objects of the eCommerceSite class are defined to have no more than 1,000 users per application.
  • the constraint is categorized as being recommended for performance.
  • Constraints or rules can be fashioned from almost any piece of information. Furthermore, constraints can be built up as boolean expressions that can be evaluated as being true or false. Logical operators such as “all of”, “none of”, and the like may be used to construct these expressions. Complex multi-operator expressions can be constructed.
  • Constraints can be typed as either strict constraints or advisory constraints, however, the constraints are otherwise declared in the same way. Other types of constraints or invariants can also be defined, so, for example, constraints can be validated based on their type.
  • policies of a desired IT system being modeled are able to be established using declarative constructs and without requiring the construction of algorithmic or behavioral code.
  • examples are coded in XML, other languages can be used.
  • declarations in the style of C# could as easily be used, and even if behavior in the form of executable statements is included in such code, the declarative code (type declarations) can be considered logically separate from such behavioral code.
  • the model's validity can be tested (using type checking, rule testing, invariant testing, etc.) without regard for any behavior that might incidentally be included in the model's code.
  • FIG. 12 shows examples 232 , 234 of derivation by restriction or extension.
  • the operational knowledge captured in a model can be reused and refined through derivation.
  • Derivation by restriction can be used to specialize the knowledge captured in an existing model.
  • the model in the case of the model for the eCommerce site, the model can be reused (restrictively derived) to define a model for a fault-tolerant eCommerce site that has at least two web servers and at least two catalog servers, so that it is resilient against the failure of one web server or one catalog database server.
  • a base model can also be derived by extension.
  • Derivation by extension can be used to extend the knowledge captured in a model.
  • the eCommerce site model can be extended to define the model for an online music store that has media servers in addition to web servers and database servers.
  • a remote computer may store an example of the process described as software.
  • a local or terminal computer may access the remote computer and download a part or all of the software to run the program.
  • the local computer may download pieces of the software as needed, or distributively process by executing some software instructions at the local terminal and some at the remote computer (or computer network).
  • all or a portion of the software instructions may be carried out by a dedicated circuit, such as a DSP, programmable logic array, or the like.

Abstract

Modeling operational policies of operating a business's or institution's actual or planned IT system. The IT system may include components such as applications, application hosts, one or more networks or components thereof, hardware, and interrelationships between the components. The IT system is to be operated in accordance with operational policies that govern existence or numerosity of components, how the components are interrelated, how the components and interrelationships are configured, and/or manual or automated processes for managing and maintaining the IT system. The modeling may involve generating code that conforms to a language by declaring abstractions using types that correspond to the components of the IT system, by declaring types of interrelationships that correspond to the interrelationships of the IT system, and by defining constraints upon and between the abstract types, where the constraints correspond to operational policies of operating the IT system.

Description

    BACKGROUND
  • The IT (Information Technology) systems owned and operated by various businesses and institutions can be highly complex. A typical IT system may entail multiple computers with numerous pieces of interconnected software on each computer. The deployment, configuration, and management of these IT systems is manually intensive and is accomplished through ad-hoc combinations of human experience, communal knowledge, a collection of unrelated software tools, and documents that are often incomplete, out of date, hard to locate when needed, or difficult to understand. The manually intense operation of IT systems is often the cause of malfunctions and sub-optimally performing systems. Changes to IT systems are also typically managed informally, for example through email messages. If an IT system has, for example, a 3-tier application and a fix or change needs to be applied, there is no convenient way to determine whether the fix or change is valid or whether it will break the IT system. Such changes may be preceded by extensive testing. As an IT system becomes more complex, the ad hoc approach breaks down; information is not fully shared or becomes stale, inefficiencies and mistakes increase, etc. In sum, modern complex IT systems are managed using techniques that have changed slowly and have not improved with the increases in complexity of IT systems. There is no way to standardize the configuration of IT systems. This lack of standardization and lack of improvement in IT system management continues to expose businesses, institutions, and other enterprises to substantial risks and costs.
  • Absent standardized configuration tools and models, there is no sure or easy way to check whether the operational policies and preferences of an IT system are being met. There is no flexibility; changes and extensions of the IT system are difficult to validate. There are no systems by which some predefined components can be “programmed” to model or capture operational policy. Many of the problems mentioned above could be alleviated if there were ways to capture and formalize the operational knowledge of an IT system, that is, the knowledge associated with the desired configuration environment and operation of an IT system.
  • SUMMARY
  • The following summary is included only to introduce some concepts discussed in the Detailed Description below. This summary is not comprehensive and is not intended to delineate the scope of protectable subject matter, which is set forth by the claims presented at the end.
  • Operational policies for operating a business's or institution's actual or planned IT system may be modeled. The IT system may include components such as applications, application hosts, one or more networks or components thereof, hardware, and interrelationships between the components. The IT system is to be operated in accordance with operational policies that govern existence or numerosity of components, how the components are interrelated, how the components and interrelationships are configured, and/or manual or automated processes for managing and maintaining the IT system. The modeling may involve generating code that conforms to a language by declaring abstractions using types that correspond to the components of the IT system, by declaring types of interrelationships that correspond to the interrelationships of the IT system, and by defining constraints upon and between the types, where the constraints correspond to policies of operating the IT system.
  • Many of the attendant features will be more readily appreciated by referring to the following detailed description considered in connection with the accompanying drawings.
  • DESCRIPTION OF THE DRAWINGS
  • Like reference numerals are used to designate like parts in the accompanying Drawings.
  • FIG. 1 shows a community having operational knowledge, a model, and an IT system.
  • FIG. 2 shows layers representable by a model.
  • FIG. 3 shows one use of a model of an IT system.
  • FIG. 4 shows a process for declaring a model.
  • FIG. 5 shows a declarative model.
  • FIG. 6 shows another representation of a model.
  • FIG. 7 shows code defining various relationship types and class types used in the example in FIG. 6.
  • FIGS. 8-10 show code declaring a complex class type that captures operational knowledge of an e-commerce web site.
  • FIG. 11 shows examples of operational policies in the form of rules or constraints.
  • FIG. 12 shows examples of derivation by restriction or extension.
  • DETAILED DESCRIPTION
  • Embodiments discussed herein relate to capturing operational knowledge of an IT system in a model by using a formal language. More specifically, a declarative model captures the operational knowledge of an IT system—information pertaining to the configuration environment, the policies, and the ongoing operation and management of an IT system. Such a knowledge-capturing declarative model is formed using the typing system of a formal language, such as XML (or a modeling schema based thereon), UML, C#, and so on (the particular language is not important).
  • Once established, such a model can have many uses. A model unambiguously communicates the operational knowledge of the IT system to all interested parties, such as IT administrators, system operators, system architects, developers, testers, etc. It can be used as a basis to drive an agreement about what an IT system should do and how it should function. Different stakeholders can review the model and agree or disagree with expectations for the IT system. Such a model can be used to actually configure a system in the real world. Furthermore, a well declared model can be used to periodically check whether the real world system is in compliance with the model and various invariants that it may capture. Also, proposed changes to the IT system can be validated against the model (and therefore the knowledge and policies that the model embodies) before they are applied to the IT system. Being based on a language, a model can be easily interpreted, compiled, manipulated, richly visualized, and so on.
  • FIG. 1 shows a community 50 having operational knowledge, a model 52, and an IT system 54. The operational knowledge is embodied or captured in a model 52. The model 52 can be used to configure, validate, understand, etc., the IT system 54. Notably, the model 52 is separate from and independent of the IT system 54 itself. The model 52 reflects the desired or preferred state of the IT system 54. In other words, although the model 52 is independent of the real world, it may model types of information found in the real world IT system 54 (e.g., servers, applications, etc.), and it may model that information not necessarily as it is, but rather as it should be. In sum, the model 52 captures a desired state of configuration and can allow a correlation between what the IT system 54 is and what it should be.
  • As mentioned, a language is used to declare a model of an IT System in a way that includes information pertinent to deployment and/or ongoing operations. The model is like a blueprint of an IT system. As seen in FIG. 2, a model 52/68 can capture the structure of an IT system, that is, the various pieces of the IT system, and how they relate to each other (e.g., a web application communicates with a catalog DB, a catalog DB is hosted on SQL, etc.). Model 68 may model any or all layers of an IT system. A model such as model 68 may declare any types of applications 70, application hosts 72, network components and operating systems 74, and even hardware 76. Applications 70 might be data access clients, or information worker productivity tools, or network-type applications coded in Java or ASP.NET. Application hosts 72 might be any web servers, or Internet Information Server in worker process isolation mode, to name a few examples. Network components 74 might be as simple as a data network, but can be any component for networking. Operating systems 74 might be Windows based, Unix based, virtualized operating systems, or others. Hardware 76 is also unlimited, but might include typical computer components such as peripheral devices, memory, CPUs, storage, RAID configurations, etc.
  • A model of an IT system also captures constraints or invariants—a set of rules or policies that should or must remain true for the system to be considered optimal or operational (e.g., a host customer transaction DB must be on an SQL cluster, each DFS instance must have at least three servers, at least two targets must exist for each link, the targets for a link should be hosted on distinct file servers, etc.).
  • FIG. 3 shows one use of a model of an IT system. A system administrator 90 might submit a model update request 92 against a model 94. The request 92 can be validated 96 against the model 94, and if all of the rules, constraints, or invariants of the model 94 remain satisfied, the model 94 may be updated with the request 92. An updated model 98 can then be used, for example, to drive adapters 100 that provide a bridge between the updated model 98 and a real world IT system 102. For example, there might be an adapter for SQL servers, and that adapter might implement a policy or constraint in the updated model 98 by changing configuration parameters of an SQL server in the real world IT system 102. As mentioned, a model can have many other uses.
  • FIG. 4 shows a process for declaring a model. First, a person generating the model defines 120 types for the components/classes, relationships, and constraints of an IT system. Then the person tailors 122 the types to model or mirror the knowledge of policies or aspects of operating the IT system. The types are stored 124 in the typing syntax of a language being used to declare the model. Further details follow.
  • FIG. 5 shows a declarative model 140. The model 140 can be generated as with the process of FIG. 4. A designer generating the model 140 may start by choosing some particular language 142. The language 142 should have a type system 144 including rules and syntax 144 for declaring and using types and a type checking algorithm 146 (a typechecker) for ensuring that source code has no typing violations. A type system is the component of a typed language that keeps track of the types of variables and, in general, the types of expressions in the language. A type system can describe whether a program or code is well behaved or well formed. A type system may involve other aspects such as scoping rules, type equivalence, and so on. Finally, a type system should be enforceable; type declarations should be capable of being statically checked to some extent. A type system is useful for modeling operational knowledge of an IT system because types express static (as opposed to algorithmic) knowledge about things. It should be noted that a typechecker or type checking algorithm 146 is helpful for using a declarative model in various ways, it is not necessary for actually building a declarative model.
  • Returning to FIG. 5, the human designer may gather all of the available operational knowledge 148 that is desired to be modeled. This might involve obtaining knowledge from people 150, or from documents 152, 154. Document 152 might be an informal document such as an email, a loosely maintained “operation policies” document, etc. Document 154 might be a more formal document, such as an IBM Redbook, an ITIL (IT Infrastructure Library) publication, some manual of institutional IT policies, a document from a software publisher indicating preferred ways of configuring or installing an application, and so on.
  • Having chosen a language 142 and gathered operational knowledge 148, the designer may proceed by declaring or defining 120 types for the components/classes, relationships, and constraints of an IT system.
  • Types of classes/components and relationships form the software and hardware building blocks for models of IT systems. Some types may be value types, which are predefined types such as Integers, strings, booleans, enumerations, etc. Class or component types typically represent basic systems and resources and may have properties that capture invariant state that is to be modeled and maintained. Constraint types operate on or between properties that capture invariant requirements.
  • A relationship type represents a semantic relationship between two or more classes. A relationship type can represent any arbitrary relationship including “communication between”, “reference to”, “hosting of/on”, “delegation”, “interaction of a particular kind”, “what objects another object can contain”, “which endpoints can be connected together”, “what environments can host a particular object”, and so on. Containment types of relationships can be used as a basic building block to define the containment structure of a model. A relationship type may have properties to represent invariant state associated with the relationship, and a relationship may be constrained.
  • Composite or complex types may be used to build complex, multipart types. A composite type may be convenient to model real-world systems (or sub-systems) and may typically (but not always) include details regarding scale and deployment of a system. A composite type may contain (by reference or value) objects of any class type, to represent the system's resources. A composite type may contain connectors of any relationship type, to represent relationships between the composite's objects. A composite type may also contain constraints or rules on or between objects that capture the invariant requirements (or preferences) of the composite. In sum, a composite type is a contextualized composition of classes and relationships along with desired state, structure, constraints, and behavior.
  • Types of constraints may also be defined. A constraint represents an invariant for instances (objects) of a given class or relationship (connection) type. Constraints can constrain values or structure. A constraint is typically a boolean expression that has access to properties/roles/ . . . etc. A constraint can usually be evaluated as being either true or false, where an evaluation of false indicates that the constraint is violated or its recommendation is not satisfied.
  • Given the types that can be defined 120 by a person designing the model 140, and given the language 142 and operational knowledge 148, the designer defines the types of classes, relationships, constraints, and/or composites that will be needed to model an IT system. The designer tailors 122 the types to model or capture the operational knowledge 148. Details of how this is performed will become more apparent as examples are discussed with reference to FIGS. 6-12. The process to this point is a design process; types can be defined 120 and tailored 122 any number of ways; pencil and paper, modeling tools, etc. However, when the types are finalized they are stored 124, in the typing syntax 144 of the language 142, as declarations of types of classes (or components or values) 156, declarations of types of relationships 158, declarations of constraints 160 that constrain the model 140, and declarations of composite types 162. The model 140 and its type definitions or declarations 156-162 may be stored 124 as one or more electronic files or documents in any computer readable media such as magnetic media, optical media, volatile or non-volatile memory, and so on. Furthermore, the model 140 might be transformed, for example by compilation, into machine code, byte code, intermediary code, or the like.
  • FIG. 6 shows another representation of a model. Coded definitions of model 180 will be discussed with reference to FIGS. 7-12. Model 180 represents a desired e-commerce web system. Some of the class types are: web application 182, worker process isolation 184, customer transaction database 186, SQL server (cluster) 188, catalog database 190, and SQL server (standard) 192. Some of the relationship types are: host dependency 194, 196, 198, and communication 200, 202. As will be discussed, a number of operational constraints 204 are also captured by the model 180.
  • Some of the relationships may have numerosity invariants. For example, communication relationship 200 has a numerosity invariant 206 that one entity must be at each end of the relationship 200. Some of the classes also have numerosity invariants (see the upper right hand corners of the boxes representing classes 182-192). For example, SQL server (standard) 192 may be one or more occurrences (“[1 . . . *]”) of the same.
  • FIG. 7 shows code 220 defining various relationship types and class types used in the example in FIG. 6. Regardless of the language chosen for modeling, the type declarations have some construct or information indicating that they are type declarations and indicating the kind of type that is being declared, e.g., “RelationshipType”, which indicates a type of relationship is being declared, or “ClassType”, which indicates a type of class is being declared. Most of the types and properties thereof declared in the FIG. 7 are self-explanatory. As will be seen, these base types can serve as parts of more complex composite types.
  • FIGS. 8-10 show code 222, 224, 226 declaring a complex class type that captures operational knowledge of an e-commerce web site. The parts and relations declared as parts and connections of the eCommerceSite complex class are types defined in FIG. 7. The eCommerceSite captures several operational aspects or policies. It specifies numerosities of its constituents. It also specifies connectors between parts, as well as end points and roles. FIG. 10 shows some other operational knowledge in the form of constraints of the eCommerceSite type. A constraint named WorkerProcessMustBeEnabled is defined to require that all IIS6 webserver parts (see FIG. 8) must have their WorkerProcessEnabled property set to true. This does not actually set the properties of webserver members of e-commerce instances, rather it declares a desired constraint on the e-commerce type; that instances of e-commerce types will not be valid if all of their worker processes are not enabled. Another constraint specifies that all transactionSqlServers must have their authentication mode (AuthenticationMode) set to “Windows”.
  • FIG. 11 shows example 228, 230 of operational policies in the form of rules or constraints. In example 228, webapp objects of the eCommerceSite class are defined to have no more than 1,000 users per application. In example 230, the constraint is categorized as being recommended for performance.
  • Constraints or rules can be fashioned from almost any piece of information. Furthermore, constraints can be built up as boolean expressions that can be evaluated as being true or false. Logical operators such as “all of”, “none of”, and the like may be used to construct these expressions. Complex multi-operator expressions can be constructed. A set of boolean expressions can be in the universe of expressions defined roughly by: expression=expression <operator> expression, or expression=term; where operators are things such as math operators, boolean operators, and so on, where terms can be any of the types defined in the model (e.g. relationships, classes, etc.), or properties of the types, or constants, or even global information such as dates, times, or settings of the main model itself. See C#, .Net, or Java for similar definitions of boolean expressions. Thus, almost any type of operational constraint of an IT system can be modeled. Constraints can be typed as either strict constraints or advisory constraints, however, the constraints are otherwise declared in the same way. Other types of constraints or invariants can also be defined, so, for example, constraints can be validated based on their type.
  • In view of the discussion and examples above, it should be clear that policies of a desired IT system being modeled (an e-commerce web system) are able to be established using declarative constructs and without requiring the construction of algorithmic or behavioral code. Furthermore, although the examples are coded in XML, other languages can be used. For example, declarations in the style of C# could as easily be used, and even if behavior in the form of executable statements is included in such code, the declarative code (type declarations) can be considered logically separate from such behavioral code. In other words, the model's validity can be tested (using type checking, rule testing, invariant testing, etc.) without regard for any behavior that might incidentally be included in the model's code.
  • FIG. 12 shows examples 232, 234 of derivation by restriction or extension. The operational knowledge captured in a model can be reused and refined through derivation. Derivation by restriction can be used to specialize the knowledge captured in an existing model. As seen in example 232, in the case of the model for the eCommerce site, the model can be reused (restrictively derived) to define a model for a fault-tolerant eCommerce site that has at least two web servers and at least two catalog servers, so that it is resilient against the failure of one web server or one catalog database server. A base model can also be derived by extension. Derivation by extension can be used to extend the knowledge captured in a model. As seen in example 234, the eCommerce site model can be extended to define the model for an online music store that has media servers in addition to web servers and database servers.
  • In conclusion, those skilled in the art will realize that storage devices utilized to store program instructions can be distributed across a network. For example a remote computer may store an example of the process described as software. A local or terminal computer may access the remote computer and download a part or all of the software to run the program. Alternatively the local computer may download pieces of the software as needed, or distributively process by executing some software instructions at the local terminal and some at the remote computer (or computer network). Those skilled in the art will also realize that by utilizing conventional techniques known to those skilled in the art, all or a portion of the software instructions may be carried out by a dedicated circuit, such as a DSP, programmable logic array, or the like.
  • All of the embodiments and features discussed above can be realized in the form of information stored in volatile or non-volatile computer or device readable medium. This is deemed to include at least media such as CD-ROM, magnetic media, flash ROM, etc., storing machine executable instructions, or source code, or any other information that can be used to enable a computing device to perform the various embodiments. This is also deemed to include at least volatile memory such as RAM storing information such as CPU instructions during execution of a program carrying out an embodiment.

Claims (20)

1. A method, the method comprising:
generating a model of an IT system that models policies for deploying, configuring, and operating the IT system, the model comprising type declarations in the typing syntax of a declarative language, where the type declarations together model the policies for configuring and operating the IT system, and where the type declarations declare types of classes/components of the IT system, types of relationships between classes/components of the IT system, and constraints of the IT system; and
storing the model in computer readable medium.
2. A method according to claim 1, wherein the constraints comprise expressions comprising operators operating on components of the IT system and/or relationships of the IT system, where the expressions can be evaluated for truth to determine whether the constraint is satisfied.
3. A method according to claim 2, where the declarative language has an expression syntax for constructing expressions, and the expressions that comprise the constraints are in a form complying with the expression syntax.
4. A method according to claim 1, wherein the constraints model constraints of operating, deploying, and configuring the IT system.
5. A method according to claim 1, further comprising:
passing an instance of the stored model to an implementation of the language that comprises at least a type checking algorithm and that verifies whether the instance satisfies the policies of the model.
6. A method according to claim 1, wherein the types of classes/components comprise types of hosts, types of servers, and types of applications, and wherein the types of relationships comprise hosting relationships, dependency relationships, delegation relationships, and communications relationships.
7. A method according to claim 1, wherein a new model is derived from the model by adding a declaration that either extends the model with a new declaration or that restricts the model by restricting a type declared in the model.
8. One or more computer-readable medium storing a definition of a model of an IT system, the definition comprising:
source or compiled code of a declarative language, the source or compiled code comprising:
declarations of types software and hardware components, where the types of components are declared to have properties that model policies of operating the IT system;
declarations of types of relationships between components, where the types of relationships are declared to have properties that model policies of operating the IT system; and
declarations of constraints on the relationships and components, where the constraints constrain combinations of relationships and components in a way that models policies of operating the IT system.
9. One or more computer-readable medium according to claim 8, where the definition further comprises restrictive derivations of that extend or refine the policies of operating the IT system.
10. One or more computer-readable medium according to claim 8, where the definition specifies invariant aspects of the IT system that must be satisfied for the IT system.
11. One or more computer-readable medium according to 8, further storing:
information indicating a state of the IT system; and
a component for using the definition to determine whether changes to the state of the IT system would violate the policies of operating the IT system.
12. One or more computer-readable medium according to claim 8, wherein some of the constraints further comprise information indicating classifications of the constraints.
13. One or more computer-readable medium according to claim 8, further storing a definition of a second model derived from the model by adding a declaration that either extends the model with a new declaration or that restricts the model by restricting a type declared in the model.
14. One or more computer-readable medium according to claim 8, wherein the declarations of the constraints comprise expressions comprising operators operating on components and/or relationships, where the expressions are susceptible to truth evaluation.
15. A method of modeling operational policies of operating a business's or institution's actual or planned IT system, where the IT system comprises components comprising applications, application hosts, one or more networks or components thereof, hardware, and interrelationships between the components, and the IT system is to be operated in accordance with operational policies that govern existence or numerosity of components, how the components are interrelated, how the components and interrelationships are configured, and manual or automated processes for managing and maintaining the IT system, the method comprising:
generating code that conforms to a language by:
declaring types of classes that correspond to the components of the IT system;
declaring types of interrelationships that correspond to the interrelationships of the IT system; and
defining constraints upon and between the types, where the constraints correspond to the operational policies of operating the IT system; and
wherein the code is independent of the IT system.
16. A method according to claim 15, wherein the types are declared with portions of declarative code in accordance with syntax and semantics of a typing system of the language.
17. A method according to claim 16, wherein the constraints comprise expressions that are within the universe of boolean expressions defined by the language.
18. A method according to claim 17, wherein the constraints constrain some of the abstract types such that instances of the abstract types can be validated against the constraints.
19. A method according to claim 15, further comprising automatically determining whether instances of the declared types satisfy operational policies modeled by the types.
20. A method according to claim 15, further comprising automatically determining whether a proposed modification to an instance of one of the types would violate the operational policies.
US11/266,156 2005-11-02 2005-11-02 Modeling IT operations/policies Active 2030-01-18 US7941309B2 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
US11/266,156 US7941309B2 (en) 2005-11-02 2005-11-02 Modeling IT operations/policies
EP06816260A EP1949275A4 (en) 2005-11-02 2006-10-03 Modeling it operations/policies
PCT/US2006/038856 WO2007055839A1 (en) 2005-11-02 2006-10-03 Modeling it operations/policies
CNA2006800401458A CN101297293A (en) 2005-11-02 2006-10-03 Modeling IT operations/policies
KR1020087009148A KR20080057288A (en) 2005-11-02 2006-10-03 Modeling it operations/policies
JP2008538891A JP5671207B2 (en) 2005-11-02 2006-10-03 IT operation / policy modeling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/266,156 US7941309B2 (en) 2005-11-02 2005-11-02 Modeling IT operations/policies

Publications (2)

Publication Number Publication Date
US20070112847A1 true US20070112847A1 (en) 2007-05-17
US7941309B2 US7941309B2 (en) 2011-05-10

Family

ID=38023567

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/266,156 Active 2030-01-18 US7941309B2 (en) 2005-11-02 2005-11-02 Modeling IT operations/policies

Country Status (6)

Country Link
US (1) US7941309B2 (en)
EP (1) EP1949275A4 (en)
JP (1) JP5671207B2 (en)
KR (1) KR20080057288A (en)
CN (1) CN101297293A (en)
WO (1) WO2007055839A1 (en)

Cited By (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080104389A1 (en) * 2006-10-31 2008-05-01 Jon Duane Warden Computer system model generation with tracking of actual computer system configuration
US20080270411A1 (en) * 2007-04-26 2008-10-30 Microsoft Corporation Distributed behavior controlled execution of modeled applications
US20090006062A1 (en) * 2007-06-29 2009-01-01 Microsoft Corporation Progressively implementing declarative models in distributed systems
US20090006063A1 (en) * 2007-06-29 2009-01-01 Microsoft Corporation Tuning and optimizing distributed systems with declarative models
US20090055838A1 (en) * 2007-08-23 2009-02-26 Microsoft Corporation Monitoring distributed applications
US20090113457A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Performing requested commands for model-based applications
US20090113437A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Translating declarative models
US20090112559A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Model-driven, repository-based application monitoring system
US20090113379A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Modeling and managing heterogeneous applications
US20090112932A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Visualizing key performance indicators for model-based applications
US20090113292A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Flexibly editing heterogeneous documents
US20090112873A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Processing model-based commands for distributed applications
US20090113407A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Managing software lifecycle
US20090172668A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Conditional computer runtime control of an information technology environment based on pairing constructs
US20090171706A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Computer pattern system environment supporting business resiliency
US20090172461A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Conditional actions based on runtime conditions of a computer system environment
US20090172687A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Management of computer events in a computer environment
US20090172674A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Managing the computer collection of information in an information technology environment
US20090171703A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Use of multi-level state assessment in computer business environments
US20090172671A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Adaptive computer sequencing of actions
US20090171704A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Management based on computer dynamically adjusted discrete phases of event correlation
US20090171705A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Defining and using templates in configuring information technology environments
US20090172769A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Programmatic validation in an information technology environment
US20090172460A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Defining a computer recovery process that matches the scope of outage
US20090172670A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Dynamic generation of processes in computing environments
US20090171730A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Non-disruptively changing scope of computer business applications based on detected changes in topology
US20090172689A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Adaptive business resiliency computer system for information technology environments
US20090171732A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Non-disruptively changing a computing environment
US20090171731A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Use of graphs in managing computing environments
US20090172149A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Real-time information technology environments
US20090172669A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Use of redundancy groups in runtime computer management of business applications
US20090171707A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Recovery segments for computer business applications
US20090171708A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Using templates in a computing environment
US7669235B2 (en) 2004-04-30 2010-02-23 Microsoft Corporation Secure domain join for computing devices
US7684964B2 (en) 2003-03-06 2010-03-23 Microsoft Corporation Model and system state synchronization
US7689676B2 (en) 2003-03-06 2010-03-30 Microsoft Corporation Model-based policy application
US7711121B2 (en) 2000-10-24 2010-05-04 Microsoft Corporation System and method for distributed management of shared computers
US7778422B2 (en) 2004-02-27 2010-08-17 Microsoft Corporation Security associations for devices
US7792931B2 (en) 2003-03-06 2010-09-07 Microsoft Corporation Model-based system provisioning
US7797147B2 (en) 2005-04-15 2010-09-14 Microsoft Corporation Model-based system monitoring
US7941309B2 (en) 2005-11-02 2011-05-10 Microsoft Corporation Modeling IT operations/policies
US8365185B2 (en) 2007-12-28 2013-01-29 International Business Machines Corporation Preventing execution of processes responsive to changes in the environment
US8375244B2 (en) 2007-12-28 2013-02-12 International Business Machines Corporation Managing processing of a computing environment during failures of the environment
US20130091486A1 (en) * 2011-10-07 2013-04-11 Microsoft Corporation Generating a compliance data model for it control
US8489728B2 (en) 2005-04-15 2013-07-16 Microsoft Corporation Model-based system monitoring
US8549513B2 (en) 2005-06-29 2013-10-01 Microsoft Corporation Model-based virtual system provisioning
US20140040299A1 (en) * 2012-08-03 2014-02-06 Cisco Technology, Inc. Automated Method of Detecting Pattern Matches between Converged Infrastructure Models and an Operating Converged Infrastructure
US8990810B2 (en) 2007-12-28 2015-03-24 International Business Machines Corporation Projecting an effect, using a pairing construct, of execution of a proposed action on a computing environment
US9317682B1 (en) * 2012-12-07 2016-04-19 Hrl Laboratories, Llc Library-based method for information flow integrity enforcement and robust information flow policy development
US9558459B2 (en) 2007-12-28 2017-01-31 International Business Machines Corporation Dynamic selection of actions in an information technology environment
US10073706B2 (en) 2010-06-25 2018-09-11 Oracle International Corporation Method and system for performing application server configuration using configuration groups
US10366232B1 (en) * 2015-10-02 2019-07-30 Hrl Laboratories, Llc Language-based missing function call detection
US20220138327A1 (en) * 2020-11-04 2022-05-05 Wipro Limited System and method for managing security risk of information technology systems in an enterprise

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7970746B2 (en) * 2006-06-13 2011-06-28 Microsoft Corporation Declarative management framework
US8055739B2 (en) * 2008-09-09 2011-11-08 International Business Machines Corporation Sharing performance data between different information technology product/ solution deployments
US20140059514A1 (en) 2008-11-14 2014-02-27 Adobe Systems Incorporated Methods and Systems Utilizing Behavioral Data Models
CN103995913A (en) * 2014-03-18 2014-08-20 中国电子科技集团公司第十研究所 Open hierarchical design method for complex electronic system
EP3216177B1 (en) 2014-11-06 2021-04-14 Hewlett Packard Enterprise Development LP Network policy graphs
WO2017014770A1 (en) 2015-07-22 2017-01-26 Hewlett Packard Enterprise Development Lp Adding metadata associated with a composite network policy
US10812342B2 (en) 2017-04-28 2020-10-20 Hewlett Packard Enterprise Development Lp Generating composite network policy
US11100009B2 (en) 2020-01-03 2021-08-24 Bank Of America Corporation Intelligent detection and ejection of unused application components

Citations (93)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4424414A (en) * 1978-05-01 1984-01-03 Board Of Trustees Of The Leland Stanford Junior University Exponentiation cryptographic apparatus and method
US5490276A (en) * 1991-03-18 1996-02-06 Echelon Corporation Programming language structures for use in a network for communicating, sensing and controlling information
US5495610A (en) * 1989-11-30 1996-02-27 Seer Technologies, Inc. Software distribution system to build and distribute a software release
US5499357A (en) * 1993-05-28 1996-03-12 Xerox Corporation Process for configuration management
US5724508A (en) * 1995-03-09 1998-03-03 Insoft, Inc. Apparatus for collaborative computing
US5867706A (en) * 1996-01-26 1999-02-02 International Business Machines Corp. Method of load balancing across the processors of a server
US5872928A (en) * 1995-02-24 1999-02-16 Cabletron Systems, Inc. Method and apparatus for defining and enforcing policies for configuration management in communications networks
US5872914A (en) * 1995-08-31 1999-02-16 International Business Machines Corporation Method and apparatus for an account managed object class model in a distributed computing environment
US5878220A (en) * 1994-11-21 1999-03-02 Oracle Corporation Method and apparatus for storing and transferring data on a network
US6012113A (en) * 1994-03-24 2000-01-04 Multi-Tech Systems, Inc. Method for connecting a plurality of communication applications with an actual communication port by emulating a plurality of virtual modems
US6035405A (en) * 1997-12-22 2000-03-07 Nortel Networks Corporation Secure virtual LANs
US6041054A (en) * 1997-09-24 2000-03-21 Telefonaktiebolaget Lm Ericsson Efficient transport of internet protocol packets using asynchronous transfer mode adaptation layer two
US6178529B1 (en) * 1997-11-03 2001-01-23 Microsoft Corporation Method and system for resource monitoring of disparate resources in a server cluster
US6182275B1 (en) * 1998-01-26 2001-01-30 Dell Usa, L.P. Generation of a compatible order for a computer system
US6185308B1 (en) * 1997-07-07 2001-02-06 Fujitsu Limited Key recovery system
US6192401B1 (en) * 1997-10-21 2001-02-20 Sun Microsystems, Inc. System and method for determining cluster membership in a heterogeneous distributed system
US6195355B1 (en) * 1997-09-26 2001-02-27 Sony Corporation Packet-Transmission control method and packet-transmission control apparatus
US6208649B1 (en) * 1998-03-11 2001-03-27 Cisco Technology, Inc. Derived VLAN mapping technique
US6208345B1 (en) * 1998-04-15 2001-03-27 Adc Telecommunications, Inc. Visual data integration system and method
US6209099B1 (en) * 1996-12-18 2001-03-27 Ncr Corporation Secure data processing method and system
US6336171B1 (en) * 1998-12-23 2002-01-01 Ncr Corporation Resource protection in a cluster environment
US6336138B1 (en) * 1998-08-25 2002-01-01 Hewlett-Packard Company Template-driven approach for generating models on network services
US6338112B1 (en) * 1997-02-21 2002-01-08 Novell, Inc. Resource management in a clustered computer system
US6341356B1 (en) * 1999-03-25 2002-01-22 International Business Machines Corporation System for I/O path load balancing and failure which can be ported to a plurality of operating environments
US20020008280A1 (en) * 1998-01-05 2002-01-24 Armacost Michael D. High performance, low power vertical integrated CMOS devices
US20020009079A1 (en) * 2000-06-23 2002-01-24 Jungck Peder J. Edge adapter apparatus and method
US20020010771A1 (en) * 2000-05-24 2002-01-24 Davide Mandato Universal QoS adaptation framework for mobile multimedia applications
US20020022952A1 (en) * 1998-03-26 2002-02-21 David Zager Dynamic modeling of complex networks and prediction of impacts of faults therein
US6351685B1 (en) * 1999-11-05 2002-02-26 International Business Machines Corporation Wireless communication between multiple intelligent pickers and with a central job queue in an automated data storage library
US6353806B1 (en) * 1998-11-23 2002-03-05 Lucent Technologies Inc. System level hardware simulator and its automation
US6360265B1 (en) * 1998-07-08 2002-03-19 Lucent Technologies Inc. Arrangement of delivering internet protocol datagrams for multimedia services to the same server
US20020038421A1 (en) * 2000-09-27 2002-03-28 Nec Corporation Encrypted file system, encrypted file retrieval method, and computer-readable medium
US6505244B1 (en) * 1999-06-29 2003-01-07 Cisco Technology Inc. Policy engine which supports application specific plug-ins for enforcing policies in a feedback-based, adaptive data network
US20030008712A1 (en) * 2001-06-04 2003-01-09 Playnet, Inc. System and method for distributing a multi-client game/application over a communications network
US20030009559A1 (en) * 2001-07-09 2003-01-09 Naoya Ikeda Network system and method of distributing accesses to a plurality of server apparatus in the network system
US20030014644A1 (en) * 2001-05-02 2003-01-16 Burns James E. Method and system for security policy management
US6510509B1 (en) * 1999-03-29 2003-01-21 Pmc-Sierra Us, Inc. Method and apparatus for high-speed network rule processing
US6510154B1 (en) * 1995-11-03 2003-01-21 Cisco Technology, Inc. Security system for network address translation systems
US20030026426A1 (en) * 2001-08-02 2003-02-06 Wright Michael D. Wireless bridge for roaming in network environment
US20030028642A1 (en) * 2001-08-03 2003-02-06 International Business Machines Corporation Managing server resources for hosted applications
US20030028770A1 (en) * 2001-04-18 2003-02-06 Litwin Louis Robert Method for providing security on a powerline-modem network
US6519615B1 (en) * 1996-10-11 2003-02-11 Sun Microsystems, Inc. Method and system for leasing storage
US20030041142A1 (en) * 2001-08-27 2003-02-27 Nec Usa, Inc. Generic network monitoring tool
US20030041139A1 (en) * 2001-08-14 2003-02-27 Smartpipes, Incorporated Event management for a remote network policy management system
US20030041159A1 (en) * 2001-08-17 2003-02-27 David Tinsley Systems and method for presenting customizable multimedia presentations
US6529953B1 (en) * 1999-12-17 2003-03-04 Reliable Network Solutions Scalable computer network resource monitoring and location system
US20030046615A1 (en) * 2000-12-22 2003-03-06 Alan Stone System and method for adaptive reliability balancing in distributed programming networks
US20030051049A1 (en) * 2001-08-15 2003-03-13 Ariel Noy Network provisioning in a distributed network management architecture
US20030056063A1 (en) * 2001-09-17 2003-03-20 Hochmuth Roland M. System and method for providing secure access to network logical storage partitions
US6539494B1 (en) * 1999-06-17 2003-03-25 Art Technology Group, Inc. Internet server session backup apparatus
US20040002878A1 (en) * 2002-06-28 2004-01-01 International Business Machines Corporation Method and system for user-determined authentication in a federated environment
US6675308B1 (en) * 2000-05-09 2004-01-06 3Com Corporation Methods of determining whether a network interface card entry within the system registry pertains to physical hardware or to a virtual device
US6678821B1 (en) * 2000-03-23 2004-01-13 E-Witness Inc. Method and system for restricting access to the private key of a user in a public key infrastructure
US6678835B1 (en) * 1999-06-10 2004-01-13 Alcatel State transition protocol for high availability units
US6681262B1 (en) * 2002-05-06 2004-01-20 Infinicon Systems Network data flow optimization
US6684335B1 (en) * 1999-08-19 2004-01-27 Epstein, Iii Edwin A. Resistance cell architecture
US6691168B1 (en) * 1998-12-31 2004-02-10 Pmc-Sierra Method and apparatus for high-speed network rule processing
US6691148B1 (en) * 1998-03-13 2004-02-10 Verizon Corporate Services Group Inc. Framework for providing quality of service requirements in a distributed object-oriented computer system
US6691165B1 (en) * 1998-11-10 2004-02-10 Rainfinity, Inc. Distributed server cluster for controlling network traffic
US6694436B1 (en) * 1998-05-22 2004-02-17 Activcard Terminal and system for performing secure electronic transactions
US6701363B1 (en) * 2000-02-29 2004-03-02 International Business Machines Corporation Method, computer program product, and system for deriving web transaction performance metrics
US20040049365A1 (en) * 2002-09-11 2004-03-11 International Business Machines Corporation Methods and apparatus for impact analysis and problem determination
US20040049509A1 (en) * 2002-09-11 2004-03-11 International Business Machines Corporation Methods and apparatus for managing dependencies in distributed systems
US20040054791A1 (en) * 2002-09-17 2004-03-18 Krishnendu Chakraborty System and method for enforcing user policies on a web server
US20040059812A1 (en) * 2000-12-14 2004-03-25 Shmuel Assa Topology information system for a managed world
US20050008001A1 (en) * 2003-02-14 2005-01-13 John Leslie Williams System and method for interfacing with heterogeneous network data gathering tools
US6845160B1 (en) * 1998-11-12 2005-01-18 Fuji Xerox Co., Ltd. Apparatus and method for depositing encryption keys
US20050021742A1 (en) * 2003-03-31 2005-01-27 System Management Arts, Inc. Method and apparatus for multi-realm system modeling
US6854069B2 (en) * 2000-05-02 2005-02-08 Sun Microsystems Inc. Method and system for achieving high availability in a networked computer system
US6853841B1 (en) * 2000-10-25 2005-02-08 Sun Microsystems, Inc. Protocol for a remote control device to enable control of network attached devices
US6856591B1 (en) * 2000-12-15 2005-02-15 Cisco Technology, Inc. Method and system for high reliability cluster management
US6862613B1 (en) * 2000-01-10 2005-03-01 Sun Microsystems, Inc. Method and apparatus for managing operations of clustered computer systems
US20050055435A1 (en) * 2003-06-30 2005-03-10 Abolade Gbadegesin Network load balancing with connection manipulation
US6868062B1 (en) * 2000-03-28 2005-03-15 Intel Corporation Managing data traffic on multiple ports
US6868454B1 (en) * 1999-05-06 2005-03-15 Fujitsu Limited Distributed-object development system and computer-readable recording medium recorded with program for making computer execute distributed-object development
US6983317B1 (en) * 2000-02-28 2006-01-03 Microsoft Corporation Enterprise management system
US6985956B2 (en) * 2000-11-02 2006-01-10 Sun Microsystems, Inc. Switching system
US6986133B2 (en) * 2000-04-14 2006-01-10 Goahead Software Inc. System and method for securely upgrading networked devices
US6990666B2 (en) * 2002-03-18 2006-01-24 Surgient Inc. Near on-line server
US20060025985A1 (en) * 2003-03-06 2006-02-02 Microsoft Corporation Model-Based system management
US20060025984A1 (en) * 2004-08-02 2006-02-02 Microsoft Corporation Automatic validation and calibration of transaction-based performance models
US20060034263A1 (en) * 2003-03-06 2006-02-16 Microsoft Corporation Model and system state synchronization
US7003562B2 (en) * 2001-03-27 2006-02-21 Redseal Systems, Inc. Method and apparatus for network wide policy-based analysis of configurations of devices
US7003574B1 (en) * 2000-11-01 2006-02-21 Microsoft Corporation Session load balancing and use of VIP as source address for inter-cluster traffic through the use of a session identifier
US20060048017A1 (en) * 2004-08-30 2006-03-02 International Business Machines Corporation Techniques for health monitoring and control of application servers
US7012919B1 (en) * 2000-04-19 2006-03-14 Caspian Networks, Inc. Micro-flow label switching
US20070006177A1 (en) * 2005-05-10 2007-01-04 International Business Machines Corporation Automatic generation of hybrid performance models
US7162509B2 (en) * 2003-03-06 2007-01-09 Microsoft Corporation Architecture for distributed computing system and automated design, deployment, and management of distributed applications
US7162427B1 (en) * 1999-08-20 2007-01-09 Electronic Data Systems Corporation Structure and method of modeling integrated business and information technology frameworks and architecture in support of a business
US7181731B2 (en) * 2000-09-01 2007-02-20 Op40, Inc. Method, system, and structure for distributing and executing software and data on different network and computer devices, platforms, and environments
US7315801B1 (en) * 2000-01-14 2008-01-01 Secure Computing Corporation Network security modeling system and method
US7333000B2 (en) * 2004-11-12 2008-02-19 Afco Systems Development, Inc. Tracking system and method for electrically powered equipment
US7653903B2 (en) * 2005-03-25 2010-01-26 Sony Corporation Modular imaging download system

Family Cites Families (451)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4200770A (en) 1977-09-06 1980-04-29 Stanford University Cryptographic apparatus and method
US4218582A (en) 1977-10-06 1980-08-19 The Board Of Trustees Of The Leland Stanford Junior University Public key cryptographic apparatus and method
US4405829A (en) 1977-12-14 1983-09-20 Massachusetts Institute Of Technology Cryptographic communications system and method
EP0272836B1 (en) 1986-12-22 1994-03-02 AT&T Corp. Controlled dynamic load balancing for a multiprocessor system
US5031089A (en) 1988-12-30 1991-07-09 United States Of America As Represented By The Administrator, National Aeronautics And Space Administration Dynamic resource allocation scheme for distributed heterogeneous computer systems
US5396635A (en) 1990-06-01 1995-03-07 Vadem Corporation Power conservation apparatus having multiple power reduction levels dependent upon the activity of the computer system
JPH0488489A (en) 1990-08-01 1992-03-23 Internatl Business Mach Corp <Ibm> Character recognizing device and method using generalized half conversion
ATE194237T1 (en) 1990-09-17 2000-07-15 Cabletron Systems Inc METHOD FOR ISOLATING A NETWORK FAULT
JPH04287290A (en) 1990-11-20 1992-10-12 Imra America Inc Hough transformation picture processor
DE69228621T2 (en) 1991-02-25 1999-07-22 Hewlett Packard Co Object-oriented distributed computer system
AU1645092A (en) 1991-03-18 1992-10-21 Echelon Corporation Binder interface structure
US6115393A (en) 1991-04-12 2000-09-05 Concord Communications, Inc. Network monitoring
IL99923A0 (en) 1991-10-31 1992-08-18 Ibm Israel Method of operating a computer in a network
AU668553B2 (en) 1992-03-20 1996-05-09 At & T Corporation Remotely initiated telemetry calling system
US5371852A (en) 1992-10-14 1994-12-06 International Business Machines Corporation Method and apparatus for making a cluster of computers appear as a single host on a network
JPH0754489B2 (en) 1993-02-22 1995-06-07 日本電気株式会社 OSI system environment definition check method
US5557774A (en) 1993-03-22 1996-09-17 Hitachi, Ltd. Method for making test environmental programs
US7043407B2 (en) 1997-03-10 2006-05-09 Trilogy Development Group, Inc. Method and apparatus for configuring systems
US5686940A (en) 1993-12-24 1997-11-11 Rohm Co., Ltd. Display apparatus
US5668995A (en) 1994-04-22 1997-09-16 Ncr Corporation Method and apparatus for capacity planning for multiprocessor computer systems in client/server environments
DE69535013T2 (en) 1994-10-27 2006-12-28 Intarsia Software LLC, Las Vegas Copyright data management system
EP0715241B1 (en) 1994-10-27 2004-01-14 Mitsubishi Corporation Apparatus for data copyright management system
US5802590A (en) 1994-12-13 1998-09-01 Microsoft Corporation Method and system for providing secure access to computer resources
CA2138302C (en) 1994-12-15 1999-05-25 Michael S. Fortinsky Provision of secure access to external resources from a distributed computing environment
US5758351A (en) 1995-03-01 1998-05-26 Sterling Software, Inc. System and method for the creation and use of surrogate information system objects
US6073183A (en) 1995-03-31 2000-06-06 Intel Corporation Transparent communication with multiple devices over a single serial or parallel port of a computer
US5867713A (en) 1995-04-05 1999-02-02 International Business Machines Corporation Committing an install plan object for the network installation of application programs
JPH08305609A (en) 1995-04-28 1996-11-22 Oki Electric Ind Co Ltd Program test method and device
US5774668A (en) 1995-06-07 1998-06-30 Microsoft Corporation System for on-line service in which gateway computer uses service map which includes loading condition of servers broadcasted by application servers for load balancing
US5895499A (en) 1995-07-03 1999-04-20 Sun Microsystems, Inc. Cross-domain data transfer using deferred page remapping
JP4251669B2 (en) 1995-07-14 2009-04-08 ソニー株式会社 Data processing method and apparatus
US5917730A (en) 1995-08-17 1999-06-29 Gse Process Solutions, Inc. Computer implemented object oriented visualization system and method
US5774689A (en) 1995-09-22 1998-06-30 Bell Atlantic Network Services, Inc. Network configuration management system for digital communication networks
US6047323A (en) 1995-10-19 2000-04-04 Hewlett-Packard Company Creation and migration of distributed streams in clusters of networked computers
US5684800A (en) 1995-11-15 1997-11-04 Cabletron Systems, Inc. Method for establishing restricted broadcast groups in a switched network
US5801970A (en) 1995-12-06 1998-09-01 Martin Marietta Corporation Model-based feature tracking system
AU734747B2 (en) 1996-01-31 2001-06-21 Ipsilon Networks, Inc. Improved method and apparatus for dynamically shifting between routing and switching packets in a transmission network
US5898830A (en) 1996-10-17 1999-04-27 Network Engineering Software Firewall providing enhanced network security and user transparency
JPH09244940A (en) 1996-03-12 1997-09-19 Hitachi Ltd Method for managing distributed computer resource
US5768271A (en) 1996-04-12 1998-06-16 Alcatel Data Networks Inc. Virtual private network
US6085238A (en) 1996-04-23 2000-07-04 Matsushita Electric Works, Ltd. Virtual LAN system
US5748958A (en) 1996-04-30 1998-05-05 International Business Machines Corporation System for utilizing batch requests to present membership changes to process groups
US5845124A (en) 1996-05-01 1998-12-01 Ncr Corporation Systems and methods for generating and displaying a symbolic representation of a network model
DE69738095T2 (en) 1996-06-07 2008-05-29 Nippon Telegraph And Telephone Corp. Method and system for controlling a VLAN
FR2749681B1 (en) 1996-06-10 1998-07-10 Bull Sa CIRCUIT FOR TRANSFERRING DATA BETWEEN REMOTE MEMORIES AND COMPUTER COMPRISING SUCH A CIRCUIT
KR100204029B1 (en) 1996-06-19 1999-06-15 이계철 Allocation method of virtual link at atm switching system
US6434598B1 (en) 1996-07-01 2002-08-13 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server graphical user interface (#9) framework in an interprise computing framework system
US5822531A (en) 1996-07-22 1998-10-13 International Business Machines Corporation Method and system for dynamically reconfiguring a cluster of computer systems
US5796830A (en) 1996-07-29 1998-08-18 International Business Machines Corporation Interoperable cryptographic key recovery system
US5774660A (en) 1996-08-05 1998-06-30 Resonate, Inc. World-wide-web server with delayed resource-binding for resource-based load balancing on a distributed resource multi-node network
US5818937A (en) 1996-08-12 1998-10-06 Ncr Corporation Telephone tone security device
US5930798A (en) 1996-08-15 1999-07-27 Predicate Logic, Inc. Universal data measurement, analysis and control system
US5918017A (en) 1996-08-23 1999-06-29 Internatioinal Business Machines Corp. System and method for providing dynamically alterable computer clusters for message routing
US5948055A (en) 1996-08-29 1999-09-07 Hewlett-Packard Company Distributed internet monitoring system and method
US6236365B1 (en) 1996-09-09 2001-05-22 Tracbeam, Llc Location of a mobile station using a plurality of commercial wireless infrastructures
US6237020B1 (en) 1996-10-01 2001-05-22 International Business Machines Corporation Task-oriented automatic distribution of software
JPH10124343A (en) 1996-10-16 1998-05-15 Ricoh Co Ltd Device and method for simulating model, device and method for preparing model, and information storage medium
GB2318486B (en) 1996-10-16 2001-03-28 Ibm Data communications system
US5790895A (en) 1996-10-18 1998-08-04 Compaq Computer Corporation Modem sharing
GB2318479B (en) 1996-10-21 2001-04-04 Northern Telecom Ltd Problem model for alarm correlation
US5905872A (en) 1996-11-05 1999-05-18 At&T Corp. Method of transferring connection management information in world wideweb requests and responses
US5784463A (en) 1996-12-04 1998-07-21 V-One Corporation Token distribution, registration, and dynamic configuration of user entitlement for an application level security system and method
US5938732A (en) 1996-12-09 1999-08-17 Sun Microsystems, Inc. Load balancing and failover of network services
CA2274665C (en) 1996-12-13 2009-06-02 Maves International Software, Inc. Method, system and data structures for computer software application development and execution
US5845277A (en) 1996-12-19 1998-12-01 Mci Communications Corporation Production of statistically-based network maps
US6272523B1 (en) 1996-12-20 2001-08-07 International Business Machines Corporation Distributed networking using logical processes
US6424992B2 (en) 1996-12-23 2002-07-23 International Business Machines Corporation Affinity-based router and routing method
US6112243A (en) 1996-12-30 2000-08-29 Intel Corporation Method and apparatus for allocating tasks to remote networked processors
JPH10208056A (en) 1997-01-16 1998-08-07 Honda Motor Co Ltd Line detection method
US5826015A (en) 1997-02-20 1998-10-20 Digital Equipment Corporation Method and apparatus for secure remote programming of firmware and configurations of a computer over a network
US5958009A (en) 1997-02-27 1999-09-28 Hewlett-Packard Company System and method for efficiently monitoring quality of service in a distributed processing environment
JPH10240576A (en) 1997-02-28 1998-09-11 Sony Corp Verification device and method
US6067580A (en) 1997-03-11 2000-05-23 International Business Machines Corporation Integrating distributed computing environment remote procedure calls with an advisory work load manager
US6104716A (en) 1997-03-28 2000-08-15 International Business Machines Corporation Method and apparatus for lightweight secure communication tunneling over the internet
US5968126A (en) 1997-04-02 1999-10-19 Switchsoft Systems, Inc. User-based binding of network stations to broadcast domains
WO1998045990A1 (en) 1997-04-04 1998-10-15 Ascend Communications, Inc. High speed packet scheduling method and apparatus
CA2202572C (en) 1997-04-14 2004-02-10 Ka Lun Eddie Law A scaleable web server and method of efficiently managing multiple servers
US6065058A (en) 1997-05-09 2000-05-16 International Business Machines Corp. Dynamic push filtering based on information exchanged among nodes in a proxy hierarchy
US6266721B1 (en) 1997-05-13 2001-07-24 Micron Electronics, Inc. System architecture for remote access and control of environmental management
US6167438A (en) 1997-05-22 2000-12-26 Trustees Of Boston University Method and system for distributed caching, prefetching and replication
US6578077B1 (en) 1997-05-27 2003-06-10 Novell, Inc. Traffic monitoring tool for bandwidth management
US6236729B1 (en) 1997-06-06 2001-05-22 Hitachi, Ltd. Key recovery method and system
US6070243A (en) 1997-06-13 2000-05-30 Xylan Corporation Deterministic user authentication service for communication network
US6108699A (en) 1997-06-27 2000-08-22 Sun Microsystems, Inc. System and method for modifying membership in a clustered distributed computer system and updating system configuration
US6389464B1 (en) 1997-06-27 2002-05-14 Cornet Technology, Inc. Device management system for managing standards-compliant and non-compliant network elements using standard management protocols and a universal site server which is configurable from remote locations via internet browser technology
US6049528A (en) 1997-06-30 2000-04-11 Sun Microsystems, Inc. Trunking ethernet-compatible networks
FR2765702B1 (en) 1997-07-02 2001-07-06 Bull Sa INFORMATION PROCESSING SYSTEM ARCHITECTURE
US6144959A (en) 1997-08-18 2000-11-07 Novell, Inc. System and method for managing user accounts in a communication network
US6233610B1 (en) 1997-08-27 2001-05-15 Northern Telecom Limited Communications network having management system architecture supporting reuse
US5960371A (en) 1997-09-04 1999-09-28 Schlumberger Technology Corporation Method of determining dips and azimuths of fractures from borehole images
US6141749A (en) 1997-09-12 2000-10-31 Lucent Technologies Inc. Methods and apparatus for a computer network firewall with stateful packet filtering
US6385644B1 (en) 1997-09-26 2002-05-07 Mci Worldcom, Inc. Multi-threaded web based user inbox for report management
EP0907145A3 (en) 1997-10-03 2003-03-26 Nippon Telegraph and Telephone Corporation Method and equipment for extracting image features from image sequence
JPH11110256A (en) 1997-10-06 1999-04-23 Toshiba Corp Device and method for debugging program, and computer readable recording medium recorded with the method for the same
US6427171B1 (en) 1997-10-14 2002-07-30 Alacritech, Inc. Protocol processing stack for use with intelligent network interface device
US5999712A (en) 1997-10-21 1999-12-07 Sun Microsystems, Inc. Determining cluster membership in a distributed computer system
US6047325A (en) 1997-10-24 2000-04-04 Jain; Lalit Network device for supporting construction of virtual local area networks on arbitrary local and wide area computer networks
US6134594A (en) 1997-10-28 2000-10-17 Microsoft Corporation Multi-user, multiple tier distributed application architecture with single-user access control of middle tier objects
US6088734A (en) 1997-11-12 2000-07-11 International Business Machines Corporation Systems methods and computer program products for controlling earliest deadline first scheduling at ATM nodes
US6125447A (en) 1997-12-11 2000-09-26 Sun Microsystems, Inc. Protection domains to provide security in a computer system
WO1999030514A2 (en) 1997-12-12 1999-06-17 Alcatel Usa Sourcing, L.P. Network management
US6370584B1 (en) 1998-01-13 2002-04-09 Trustees Of Boston University Distributed routing
US6086618A (en) 1998-01-26 2000-07-11 Microsoft Corporation Method and computer program product for estimating total resource usage requirements of a server application in a hypothetical user configuration
US6484261B1 (en) 1998-02-17 2002-11-19 Cisco Technology, Inc. Graphical network security policy management
US6496187B1 (en) 1998-02-17 2002-12-17 Sun Microsystems, Inc. Graphics system configured to perform parallel sample to pixel calculation
US6442557B1 (en) 1998-02-27 2002-08-27 Prc Inc. Evaluation of enterprise architecture model including relational database
US6076108A (en) 1998-03-06 2000-06-13 I2 Technologies, Inc. System and method for maintaining a state for a user session using a web system having a global session server
TW374965B (en) 1998-03-17 1999-11-21 Winbond Electronics Corp Method of processing of transmission of confidential data and the network system
US6098093A (en) 1998-03-19 2000-08-01 International Business Machines Corp. Maintaining sessions in a clustered server environment
JPH11275068A (en) 1998-03-20 1999-10-08 Fujitsu Ltd Key management server, terminal equipment for chat system, chat system and recording medium
US6236901B1 (en) 1998-03-31 2001-05-22 Dell Usa, L.P. Manufacturing system and method for assembly of computer systems in a build-to-order environment
WO1999052237A1 (en) 1998-04-03 1999-10-14 Vertical Networks Inc. System and method for transmitting voice and data using intelligent bridged tdm and packet buses
US6118785A (en) 1998-04-07 2000-09-12 3Com Corporation Point-to-point protocol with a signaling channel
US6466985B1 (en) 1998-04-10 2002-10-15 At&T Corp. Method and apparatus for providing quality of service using the internet protocol
US6059842A (en) 1998-04-14 2000-05-09 International Business Machines Corp. System and method for optimizing computer software and hardware
US6317438B1 (en) 1998-04-14 2001-11-13 Harold Herman Trebes, Jr. System and method for providing peer-oriented control of telecommunications services
US6226627B1 (en) * 1998-04-17 2001-05-01 Fuji Xerox Co., Ltd. Method and system for constructing adaptive and resilient software
US6898791B1 (en) 1998-04-21 2005-05-24 California Institute Of Technology Infospheres distributed object system
US6167052A (en) 1998-04-27 2000-12-26 Vpnx.Com, Inc. Establishing connectivity in networks
US6308174B1 (en) 1998-05-05 2001-10-23 Nortel Networks Limited Method and apparatus for managing a communications network by storing management information about two or more configuration states of the network
US6311144B1 (en) 1998-05-13 2001-10-30 Nabil A. Abu El Ata Method and apparatus for designing and analyzing information systems using multi-layer mathematical models
US20020049573A1 (en) 1998-05-13 2002-04-25 El Ata Nabil A. Abu Automated system and method for designing model based architectures of information systems
US6269076B1 (en) 1998-05-28 2001-07-31 3Com Corporation Method of resolving split virtual LANs utilizing a network management system
JP3617770B2 (en) 1998-05-29 2005-02-09 株式会社日立製作所 Network management system and network management method
US6947987B2 (en) 1998-05-29 2005-09-20 Ncr Corporation Method and apparatus for allocating network resources and changing the allocation based on dynamic workload changes
US6259448B1 (en) 1998-06-03 2001-07-10 International Business Machines Corporation Resource model configuration and deployment in a distributed computer network
US6311217B1 (en) 1998-06-04 2001-10-30 Compaq Computer Corporation Method and apparatus for improved cluster administration
GB2338154B (en) 1998-06-05 2003-01-29 3Com Technologies Ltd System for providing fair access for vlans to a shared transmission medium
CA2301736C (en) 1998-06-19 2007-03-06 Unisphere Solutions, Inc. Method and system for encapsulating/decapsulating data on a per channel basis in hardware
US6427163B1 (en) 1998-07-10 2002-07-30 International Business Machines Corporation Highly scalable and highly available cluster system management scheme
US6226788B1 (en) 1998-07-22 2001-05-01 Cisco Technology, Inc. Extensible network management system
US6438100B1 (en) 1998-08-07 2002-08-20 Alcatel Canada Inc. Method and apparatus for routing server redundancy in a network having carrier scale internetworking
US6466932B1 (en) 1998-08-14 2002-10-15 Microsoft Corporation System and method for implementing group policy
US6266707B1 (en) 1998-08-17 2001-07-24 International Business Machines Corporation System and method for IP network address translation and IP filtering with dynamic address resolution
US6473791B1 (en) 1998-08-17 2002-10-29 Microsoft Corporation Object load balancing
US6717949B1 (en) 1998-08-31 2004-04-06 International Business Machines Corporation System and method for IP network address translation using selective masquerade
US6327622B1 (en) 1998-09-03 2001-12-04 Sun Microsystems, Inc. Load balancing in a network environment
US6311270B1 (en) 1998-09-14 2001-10-30 International Business Machines Corporation Method and apparatus for securing communication utilizing a security processor
US6324571B1 (en) 1998-09-21 2001-11-27 Microsoft Corporation Floating single master operation
US6418554B1 (en) 1998-09-21 2002-07-09 Microsoft Corporation Software implementation installer mechanism
US6253230B1 (en) 1998-09-22 2001-06-26 International Business Machines Corporation Distributed scalable device for selecting a server from a server cluster and a switched path to the selected server
US6167383A (en) 1998-09-22 2000-12-26 Dell Usa, Lp Method and apparatus for providing customer configured machines at an internet site
US6546553B1 (en) 1998-10-02 2003-04-08 Microsoft Corporation Service installation on a base function and provision of a pass function with a service-free base function semantic
US6230312B1 (en) 1998-10-02 2001-05-08 Microsoft Corporation Automatic detection of per-unit location constraints
US6728885B1 (en) 1998-10-09 2004-04-27 Networks Associates Technology, Inc. System and method for network access control using adaptive proxies
US6570875B1 (en) 1998-10-13 2003-05-27 Intel Corporation Automatic filtering and creation of virtual LANs among a plurality of switch ports
US6038322A (en) 1998-10-20 2000-03-14 Cisco Technology, Inc. Group key distribution
CA2287813C (en) 1998-10-22 2005-03-29 At&T Corp. System and method for network load balancing
US6286052B1 (en) 1998-12-04 2001-09-04 Cisco Technology, Inc. Method and apparatus for identifying network data traffic flows and for applying quality of service treatments to the flows
US6393485B1 (en) 1998-10-27 2002-05-21 International Business Machines Corporation Method and apparatus for managing clustered computer systems
US6212559B1 (en) 1998-10-28 2001-04-03 Trw Inc. Automated configuration of internet-like computer networks
US6272522B1 (en) 1998-11-17 2001-08-07 Sun Microsystems, Incorporated Computer data packet switching and load balancing system using a general-purpose multiprocessor architecture
US6330605B1 (en) 1998-11-19 2001-12-11 Volera, Inc. Proxy cache cluster
US6154543A (en) 1998-11-25 2000-11-28 Hush Communications Anguilla, Inc. Public key cryptosystem with roaming user capability
US6393456B1 (en) 1998-11-30 2002-05-21 Microsoft Corporation System, method, and computer program product for workflow processing using internet interoperable electronic messaging with mime multiple content type
US7058704B1 (en) 1998-12-01 2006-06-06 Network Appliance, Inc.. Method and apparatus for implementing a service-level agreement
US6108702A (en) 1998-12-02 2000-08-22 Micromuse, Inc. Method and apparatus for determining accurate topology features of a network
US6243746B1 (en) 1998-12-04 2001-06-05 Sun Microsystems, Inc. Method and implementation for using computer network topology objects
US6570847B1 (en) 1998-12-31 2003-05-27 At&T Corp. Method and system for network traffic rate control based on fractional tokens
US6393474B1 (en) 1998-12-31 2002-05-21 3Com Corporation Dynamic policy management apparatus and method using active network devices
US6628671B1 (en) 1999-01-19 2003-09-30 Vtstarcom, Inc. Instant activation of point-to point protocol (PPP) connection using existing PPP state
US6449650B1 (en) 1999-02-01 2002-09-10 Redback Networks Inc. Methods and apparatus for deploying quality of service policies on a data communication network
JP3765949B2 (en) 1999-02-17 2006-04-12 富士通株式会社 Object-oriented software development support apparatus and development support method
US6377996B1 (en) 1999-02-18 2002-04-23 International Business Machines Corporation System for seamless streaming of data stored on a network of distributed primary and target servers using segmentation information exchanged among all servers during streaming
US6829770B1 (en) 1999-02-23 2004-12-07 Microsoft Corporation Object connectivity through loosely coupled publish and subscribe events
US6470464B2 (en) 1999-02-23 2002-10-22 International Business Machines Corporation System and method for predicting computer system performance and for making recommendations for improving its performance
US6549934B1 (en) 1999-03-01 2003-04-15 Microsoft Corporation Method and system for remote access to computer devices via client managed server buffers exclusively allocated to the client
US6760775B1 (en) 1999-03-05 2004-07-06 At&T Corp. System, method and apparatus for network service load and reliability management
JP2000268012A (en) 1999-03-12 2000-09-29 Nec Corp Method and device for distributing load in client server system
US6578144B1 (en) 1999-03-23 2003-06-10 International Business Machines Corporation Secure hash-and-sign signatures
US6442713B1 (en) 1999-03-30 2002-08-27 International Business Machines Corporation Cluster node distress signal
US6782408B1 (en) 1999-03-30 2004-08-24 International Business Machines Corporation Controlling a number of instances of an application running in a computing environment
US6801949B1 (en) 1999-04-12 2004-10-05 Rainfinity, Inc. Distributed server cluster with graphical user interface
US6839348B2 (en) 1999-04-30 2005-01-04 Cisco Technology, Inc. System and method for distributing multicasts in virtual local area networks
US6564261B1 (en) 1999-05-10 2003-05-13 Telefonaktiebolaget Lm Ericsson (Publ) Distributed system to intelligently establish sessions between anonymous users over various networks
US6757744B1 (en) 1999-05-12 2004-06-29 Unisys Corporation Distributed transport communications manager with messaging subsystem for high-speed communications between heterogeneous computer systems
US6971072B1 (en) 1999-05-13 2005-11-29 International Business Machines Corporation Reactive user interface control based on environmental sensing
US7089530B1 (en) 1999-05-17 2006-08-08 Invensys Systems, Inc. Process control configuration system with connection validation and configuration
US6425126B1 (en) 1999-05-19 2002-07-23 International Business Machines Corporation Apparatus and method for synchronizing software between computers
US6470332B1 (en) 1999-05-19 2002-10-22 Sun Microsystems, Inc. System, method and computer program product for searching for, and retrieving, profile attributes based on other target profile attributes and associated profiles
US6957186B1 (en) 1999-05-27 2005-10-18 Accenture Llp System method and article of manufacture for building, managing, and supporting various components of a system
US6631141B1 (en) 1999-05-27 2003-10-07 Ibm Corporation Methods, systems and computer program products for selecting an aggregator interface
GB9912494D0 (en) 1999-05-28 1999-07-28 Hewlett Packard Co Configuring computer systems
US6968371B1 (en) 1999-06-23 2005-11-22 Clearwire Corporation Design for scalable network management systems
US6665714B1 (en) 1999-06-30 2003-12-16 Emc Corporation Method and apparatus for determining an identity of a network device
US6466984B1 (en) 1999-07-02 2002-10-15 Cisco Technology, Inc. Method and apparatus for policy-based management of quality of service treatments of network data traffic flows by integrating policies with application programs
US6549516B1 (en) 1999-07-02 2003-04-15 Cisco Technology, Inc. Sending instructions from a service manager to forwarding agents on a need to know basis
US6367010B1 (en) 1999-07-02 2002-04-02 Postx Corporation Method for generating secure symmetric encryption and decryption
US6584499B1 (en) 1999-07-09 2003-06-24 Lsi Logic Corporation Methods and apparatus for performing mass operations on a plurality of managed devices on a network
US6823299B1 (en) 1999-07-09 2004-11-23 Autodesk, Inc. Modeling objects, systems, and simulations by establishing relationships in an event-driven graph in a computer implemented graphics system
US20010020228A1 (en) 1999-07-09 2001-09-06 International Business Machines Corporation Umethod, system and program for managing relationships among entities to exchange encryption keys for use in providing access and authorization to resources
US6480955B1 (en) 1999-07-09 2002-11-12 Lsi Logic Corporation Methods and apparatus for committing configuration changes to managed devices prior to completion of the configuration change
US6820042B1 (en) 1999-07-23 2004-11-16 Opnet Technologies Mixed mode network simulator
JP3656716B2 (en) 1999-07-27 2005-06-08 株式会社日立製作所 Service management system
US6466978B1 (en) 1999-07-28 2002-10-15 Matsushita Electric Industrial Co., Ltd. Multimedia file systems using file managers located on clients for managing network attached storage devices
US6601233B1 (en) 1999-07-30 2003-07-29 Accenture Llp Business components framework
EP1076279A1 (en) 1999-08-13 2001-02-14 Hewlett-Packard Company Computer platforms and their methods of operation
US6813778B1 (en) 1999-08-16 2004-11-02 General Instruments Corporation Method and system for downloading and managing the enablement of a list of code objects
US6597956B1 (en) 1999-08-23 2003-07-22 Terraspring, Inc. Method and apparatus for controlling an extensible computing system
US6779016B1 (en) 1999-08-23 2004-08-17 Terraspring, Inc. Extensible computing system
US6587876B1 (en) 1999-08-24 2003-07-01 Hewlett-Packard Development Company Grouping targets of management policies
US6370573B1 (en) 1999-08-31 2002-04-09 Accenture Llp System, method and article of manufacture for managing an environment of a development architecture framework
US7139999B2 (en) 1999-08-31 2006-11-21 Accenture Llp Development architecture framework
US6256773B1 (en) 1999-08-31 2001-07-03 Accenture Llp System, method and article of manufacture for configuration management in a development architecture framework
US7103185B1 (en) 1999-12-22 2006-09-05 Cisco Technology, Inc. Method and apparatus for distributing and updating private keys of multicast group managers using directory replication
JP3773716B2 (en) 1999-09-13 2006-05-10 富士通株式会社 Graphical user interface display device and recording medium storing program for causing computer to execute processing in the device
US6598223B1 (en) 1999-10-06 2003-07-22 Dell Usa, L.P. Method and system for installing and testing build-to-order components in a defined configuration computer system
US6738736B1 (en) 1999-10-06 2004-05-18 Accenture Llp Method and estimator for providing capacacity modeling and planning
US6654796B1 (en) 1999-10-07 2003-11-25 Cisco Technology, Inc. System for managing cluster of network switches using IP address for commander switch and redirecting a managing request via forwarding an HTTP connection to an expansion switch
US7404175B2 (en) 2000-10-10 2008-07-22 Bea Systems, Inc. Smart generator
JP4001698B2 (en) 1999-10-14 2007-10-31 富士通株式会社 Load balancing system
US6487622B1 (en) 1999-10-28 2002-11-26 Ncr Corporation Quorum arbitrator for a high availability system
US6654782B1 (en) 1999-10-28 2003-11-25 Networks Associates, Inc. Modular framework for dynamically processing network events using action sets in a distributed computing environment
JP3463803B2 (en) 1999-11-09 2003-11-05 松下電器産業株式会社 Cluster server device
US6609148B1 (en) 1999-11-10 2003-08-19 Randy Salo Clients remote access to enterprise networks employing enterprise gateway servers in a centralized data center converting plurality of data requests for messaging and collaboration into a single request
AU1481901A (en) 1999-11-10 2001-06-06 Peter Badovinatz A decision based system for managing distributed resources and modeling the global optimization problem
US6829639B1 (en) 1999-11-15 2004-12-07 Netvision, Inc. Method and system for intelligent global event notification and control within a distributed computing environment
US6615256B1 (en) 1999-11-29 2003-09-02 Microsoft Corporation Quorum resource arbiter within a storage network
US6598077B2 (en) 1999-12-06 2003-07-22 Warp Solutions, Inc. System and method for dynamic content routing
US6304972B1 (en) 2000-01-03 2001-10-16 Massachusetts Institute Of Technology Secure software system and related techniques
US7069432B1 (en) 2000-01-04 2006-06-27 Cisco Technology, Inc. System and method for providing security in a telecommunication network
US6769008B1 (en) 2000-01-10 2004-07-27 Sun Microsystems, Inc. Method and apparatus for dynamically altering configurations of clustered computer systems
US6493715B1 (en) 2000-01-12 2002-12-10 International Business Machines Corporation Delivery of configuration change in a group
US6754716B1 (en) 2000-02-11 2004-06-22 Ensim Corporation Restricting communication between network devices on a common network
US7093005B2 (en) 2000-02-11 2006-08-15 Terraspring, Inc. Graphical editor for defining and creating a computer system
AU2001241503A1 (en) 2000-02-18 2001-08-27 Cedere Corporation Auto control of network monitoring and simulation
DE60011990T2 (en) 2000-02-22 2005-07-07 Telefonaktiebolaget Lm Ericsson (Publ) Method and device in a communication network
US7155490B1 (en) 2000-03-01 2006-12-26 Freewebs Corporation System and method for providing a web-based operating system
US7506034B2 (en) 2000-03-03 2009-03-17 Intel Corporation Methods and apparatus for off loading content servers through direct file transfer from a storage center to an end-user
JP3790655B2 (en) 2000-03-06 2006-06-28 富士通株式会社 Label switch network system
US6601101B1 (en) 2000-03-15 2003-07-29 3Com Corporation Transparent access to network attached devices
US6748447B1 (en) 2000-04-07 2004-06-08 Network Appliance, Inc. Method and apparatus for scalable distribution of information in a distributed network
US6718361B1 (en) 2000-04-07 2004-04-06 Network Appliance Inc. Method and apparatus for reliable and scalable distribution of data files in distributed networks
US7403901B1 (en) 2000-04-13 2008-07-22 Accenture Llp Error and load summary reporting in a health care solution environment
US6904458B1 (en) 2000-04-26 2005-06-07 Microsoft Corporation System and method for remote management
US6640303B1 (en) 2000-04-28 2003-10-28 Ky Quy Vu System and method for encryption using transparent keys
US7054943B1 (en) 2000-04-28 2006-05-30 International Business Machines Corporation Method and apparatus for dynamically adjusting resources assigned to plurality of customers, for meeting service level agreements (slas) with minimal resources, and allowing common pools of resources to be used across plural customers on a demand basis
US7047279B1 (en) 2000-05-05 2006-05-16 Accenture, Llp Creating collaborative application sharing
AU2001259605B2 (en) 2000-05-09 2006-02-02 Solutia Inc. Functional fluid compositions containing epoxide acid scavengers
US7222147B1 (en) 2000-05-20 2007-05-22 Ciena Corporation Processing network management data in accordance with metadata files
US6671699B1 (en) 2000-05-20 2003-12-30 Equipe Communications Corporation Shared database usage in network devices
JP3457259B2 (en) 2000-05-30 2003-10-14 日本電信電話株式会社 Provider switching communication method and device
US6801937B1 (en) 2000-05-31 2004-10-05 International Business Machines Corporation Method, system and program products for defining nodes to a cluster
US7418489B2 (en) 2000-06-07 2008-08-26 Microsoft Corporation Method and apparatus for applying policies
US6742020B1 (en) 2000-06-08 2004-05-25 Hewlett-Packard Development Company, L.P. System and method for managing data flow and measuring service in a storage network
US6718379B1 (en) 2000-06-09 2004-04-06 Advanced Micro Devices, Inc. System and method for network management of local area networks having non-blocking network switches configured for switching data packets between subnetworks based on management policies
US6928482B1 (en) 2000-06-29 2005-08-09 Cisco Technology, Inc. Method and apparatus for scalable process flow load balancing of a multiplicity of parallel packet processors in a digital communication network
FR2811179B1 (en) 2000-06-30 2002-09-27 Thomson Csf METHOD FOR ROUTING IP FRAME BETWEEN USERS OF A VARIABLE GRAPH NETWORK
EP1297446B1 (en) 2000-07-05 2005-09-21 Ernst &amp; Young LLP Method and apparatus for providing computer services
US6971063B1 (en) 2000-07-28 2005-11-29 Wireless Valley Communications Inc. System, method, and apparatus for portable design, deployment, test, and optimization of a communication network
US7366755B1 (en) 2000-07-28 2008-04-29 International Business Machines Corporation Method and apparatus for affinity of users to application servers
US6609213B1 (en) 2000-08-10 2003-08-19 Dell Products, L.P. Cluster-based system and method of recovery from server failures
US6823373B1 (en) 2000-08-11 2004-11-23 Informatica Corporation System and method for coupling remote data stores and mobile devices via an internet based server
DE60031266T2 (en) 2000-08-17 2007-04-19 Sun Microsystems, Inc., Palo Alto Method and system for load balancing
US6820121B1 (en) 2000-08-24 2004-11-16 International Business Machines Corporation Methods systems and computer program products for processing an event based on policy rules using hashing
US6976269B1 (en) 2000-08-29 2005-12-13 Equinix, Inc. Internet co-location facility security system
JP2002084302A (en) 2000-09-06 2002-03-22 Nippon Telegr & Teleph Corp <Ntt> Method and apparatus for communication by network
US6973622B1 (en) 2000-09-25 2005-12-06 Wireless Valley Communications, Inc. System and method for design, tracking, measurement, prediction and optimization of data communication networks
US7058826B2 (en) 2000-09-27 2006-06-06 Amphus, Inc. System, architecture, and method for logical server and other network devices in a dynamically configurable multi-server network environment
US7069204B1 (en) 2000-09-28 2006-06-27 Cadence Design System, Inc. Method and system for performance level modeling and simulation of electronic systems having both hardware and software elements
US7272653B2 (en) 2000-09-28 2007-09-18 International Business Machines Corporation System and method for implementing a clustered load balancer
US6944759B1 (en) 2000-09-29 2005-09-13 Hewlett-Packard Development Company, L.P. Automatic system configuration management
US6976079B1 (en) 2000-09-29 2005-12-13 International Business Machines Corporation System and method for upgrading software in a distributed computer system
KR20020026751A (en) * 2000-10-02 2002-04-12 류지영 Method of constructing server systems via on-line
US7047518B2 (en) 2000-10-04 2006-05-16 Bea Systems, Inc. System for software application development and modeling
AU2002215311A1 (en) 2000-10-05 2002-04-15 Wind River Systems, Inc. A system and method for implementing multi-level network drivers
US7606898B1 (en) 2000-10-24 2009-10-20 Microsoft Corporation System and method for distributed management of shared computers
US6886038B1 (en) 2000-10-24 2005-04-26 Microsoft Corporation System and method for restricting data transfers and managing software components of distributed computers
US6915338B1 (en) 2000-10-24 2005-07-05 Microsoft Corporation System and method providing automatic policy enforcement in a multi-computer service application
US7093288B1 (en) 2000-10-24 2006-08-15 Microsoft Corporation Using packet filters and network virtualization to restrict network communications
US7113900B1 (en) 2000-10-24 2006-09-26 Microsoft Corporation System and method for logical modeling of distributed computer systems
US6907395B1 (en) 2000-10-24 2005-06-14 Microsoft Corporation System and method for designing a logical model of a distributed computer system and deploying physical resources according to the logical model
US6769060B1 (en) 2000-10-25 2004-07-27 Ericsson Inc. Method of bilateral identity authentication
US6754816B1 (en) 2000-10-26 2004-06-22 Dell Products L.P. Scalable environmental data calculation method customized by system configuration
US20020083146A1 (en) 2000-10-31 2002-06-27 Glenn Ferguson Data model for automated server configuration
US8250570B2 (en) 2000-10-31 2012-08-21 Hewlett-Packard Development Company, L.P. Automated provisioning framework for internet site servers
US7124289B1 (en) 2000-10-31 2006-10-17 Opsware Inc. Automated provisioning framework for internet site servers
US7313614B2 (en) 2000-11-02 2007-12-25 Sun Microsystems, Inc. Switching system
US7089293B2 (en) 2000-11-02 2006-08-08 Sun Microsystems, Inc. Switching system method for discovering and accessing SCSI devices in response to query
US7028307B2 (en) 2000-11-06 2006-04-11 Alcatel Data management framework for policy management
US7027412B2 (en) 2000-11-10 2006-04-11 Veritas Operating Corporation System for dynamic provisioning of secure, scalable, and extensible networked computer environments
US20040073443A1 (en) 2000-11-10 2004-04-15 Gabrick John J. System for automating and managing an IP environment
US6785707B2 (en) 2000-11-14 2004-08-31 Bitfone Corp. Enhanced multimedia mobile content delivery and message system using cache management
US7046680B1 (en) 2000-11-28 2006-05-16 Mci, Inc. Network access system including a programmable access device having distributed service control
US7089281B1 (en) 2000-12-08 2006-08-08 Sun Microsystems, Inc. Load balancing in a dynamic session redirector
US20020075844A1 (en) 2000-12-15 2002-06-20 Hagen W. Alexander Integrating public and private network resources for optimized broadband wireless access and method
US7421505B2 (en) 2000-12-21 2008-09-02 Noatak Software Llc Method and system for executing protocol stack instructions to form a packet for causing a computing device to perform an operation
US7225441B2 (en) 2000-12-27 2007-05-29 Intel Corporation Mechanism for providing power management through virtualization
JP2002354006A (en) 2001-05-24 2002-12-06 Oki Electric Ind Co Ltd Network system for duplicate address
US6581000B2 (en) 2001-01-04 2003-06-17 Carnegie Mellon University Position location system and method
US20020090089A1 (en) 2001-01-05 2002-07-11 Steven Branigan Methods and apparatus for secure wireless networking
US6996588B2 (en) 2001-01-08 2006-02-07 International Business Machines Corporation Efficient application deployment on dynamic clusters
US7213231B1 (en) 2001-01-11 2007-05-01 Cisco Technology, Inc. Cross-spectrum application model for dynamic computing environments in software lifecycle
US6963981B1 (en) 2001-01-29 2005-11-08 Akamai Technologies, Inc. Method and apparatus for remote installation of an operating system over a network connection
CN1368694A (en) 2001-02-01 2002-09-11 安德华科技股份有限公司 Method and system for dynamically discriminating job entity
US7383329B2 (en) 2001-02-13 2008-06-03 Aventail, Llc Distributed cache for state transfer operations
US20020152086A1 (en) 2001-02-15 2002-10-17 Smith Ned M. Method and apparatus for controlling a lifecycle of an electronic contract
US7246351B2 (en) 2001-02-20 2007-07-17 Jargon Software System and method for deploying and implementing software applications over a distributed network
EP1241447A1 (en) 2001-03-13 2002-09-18 Matsushita Electric Industrial Co., Ltd. Information terminal and cartographic information providing system
JP2002271312A (en) 2001-03-14 2002-09-20 Hitachi Ltd Disclosed key managing method
US7069337B2 (en) 2001-03-20 2006-06-27 Mci, Inc. Policy-based synchronization of per-class resources between routers in a data network
US7050961B1 (en) 2001-03-21 2006-05-23 Unisys Corporation Solution generation method for thin client sizing tool
US7028228B1 (en) 2001-03-28 2006-04-11 The Shoregroup, Inc. Method and apparatus for identifying problems in computer networks
US7076633B2 (en) 2001-03-28 2006-07-11 Swsoft Holdings, Ltd. Hosting service providing platform system and method
US20020156900A1 (en) 2001-03-30 2002-10-24 Brian Marquette Protocol independent control module
US20020198995A1 (en) 2001-04-10 2002-12-26 International Business Machines Corporation Apparatus and methods for maximizing service-level-agreement profits
GB2374687A (en) 2001-04-19 2002-10-23 Ibm Managing configuration changes in a data processing system
US7152109B2 (en) 2001-04-20 2006-12-19 Opsware, Inc Automated provisioning of computing networks according to customer accounts using a network database data model
US7231430B2 (en) 2001-04-20 2007-06-12 Egenera, Inc. Reconfigurable, virtual processing system, cluster, network and method
US6836750B2 (en) 2001-04-23 2004-12-28 Hewlett-Packard Development Company, L.P. Systems and methods for providing an automated diagnostic audit for cluster computer systems
US6895534B2 (en) 2001-04-23 2005-05-17 Hewlett-Packard Development Company, L.P. Systems and methods for providing automated diagnostic services for a cluster computer system
US7058858B2 (en) 2001-04-23 2006-06-06 Hewlett-Packard Development Company, L.P. Systems and methods for providing automated diagnostic services for a cluster computer system
US7194439B2 (en) 2001-04-30 2007-03-20 International Business Machines Corporation Method and system for correlating job accounting information with software license information
US6816897B2 (en) 2001-04-30 2004-11-09 Opsware, Inc. Console mapping tool for automated deployment and management of network devices
US7131123B2 (en) 2001-04-30 2006-10-31 Opsware Inc. Automated provisioning of computing networks using a network database model
US7543066B2 (en) 2001-04-30 2009-06-02 International Business Machines Corporation Method and apparatus for maintaining session affinity across multiple server groups
US7013462B2 (en) 2001-05-10 2006-03-14 Hewlett-Packard Development Company, L.P. Method to map an inventory management system to a configuration management system
US20020184327A1 (en) 2001-05-11 2002-12-05 Major Robert Drew System and method for partitioning address space in a proxy cache server cluster
US20020171690A1 (en) 2001-05-15 2002-11-21 International Business Machines Corporation Method and system for scaling a graphical user interface (GUI) widget based on selection pointer proximity
US7134122B1 (en) 2001-05-31 2006-11-07 Oracle International Corporation One click deployment
US6735596B2 (en) 2001-06-07 2004-05-11 Guy Charles Corynen Computer method and user interface for decision analysis and for global system optimization
US6968551B2 (en) 2001-06-11 2005-11-22 John Hediger System and user interface for generation and processing of software application installation instructions
US20020188941A1 (en) 2001-06-12 2002-12-12 International Business Machines Corporation Efficient installation of software packages
US6944678B2 (en) 2001-06-18 2005-09-13 Transtech Networks Usa, Inc. Content-aware application switch and methods thereof
JP2003006170A (en) 2001-06-20 2003-01-10 Hitachi Ltd Method for performing program in environment of plural computers
EP1410196B1 (en) 2001-06-22 2019-08-07 AVEVA Software, LLC Installing supervisory process control and manufacturing software from a remote location and maintaining configuration data links in a run-time environment
US6965800B2 (en) 2001-06-29 2005-11-15 National Instruments Corporation System of measurements experts and method for generating high-performance measurements software drivers
US7082464B2 (en) 2001-07-06 2006-07-25 Juniper Networks, Inc. Network management system
JP2003030424A (en) 2001-07-10 2003-01-31 Aioi Insurance Co Ltd Method and device for automatically systematizing insurance business
US7409420B2 (en) 2001-07-16 2008-08-05 Bea Systems, Inc. Method and apparatus for session replication and failover
US7055149B2 (en) 2001-07-25 2006-05-30 Lenovo (Singapore) Pte Ltd. Method and apparatus for automating software upgrades
US6922791B2 (en) 2001-08-09 2005-07-26 Dell Products L.P. Failover system and method for cluster environment
JP2003058698A (en) 2001-08-09 2003-02-28 Ricoh Co Ltd It environment optimization system, and program and recording medium actualizing function of the same system
US7367028B2 (en) 2001-08-14 2008-04-29 National Instruments Corporation Graphically deploying programs on devices in a system
US7159125B2 (en) 2001-08-14 2007-01-02 Endforce, Inc. Policy engine for modular generation of policy for a flat, per-device database
US7043393B2 (en) 2001-08-15 2006-05-09 National Instruments Corporation System and method for online specification of measurement hardware
US6823382B2 (en) 2001-08-20 2004-11-23 Altaworks Corporation Monitoring and control engine for multi-tiered service-level management of distributed web-application servers
US6880002B2 (en) 2001-09-05 2005-04-12 Surgient, Inc. Virtualized logical server cloud providing non-deterministic allocation of logical attributes of logical servers to physical resources
CA2357087C (en) 2001-09-06 2009-07-21 Cognos Incorporated Deployment manager for organizing and deploying an application in a distributed computing environment
US6973620B2 (en) 2001-09-06 2005-12-06 International Business Machines Corporation Method and apparatus for providing user support based on contextual information
US6980978B2 (en) 2001-09-07 2005-12-27 International Business Machines Corporation Site integration management system for operational support service in an internet data center
IL160981A0 (en) 2001-09-26 2004-08-31 Interact Devices Inc System and method for communicating media signals
US7769823B2 (en) 2001-09-28 2010-08-03 F5 Networks, Inc. Method and system for distributing requests for content
WO2003029963A2 (en) 2001-09-28 2003-04-10 Codagen Technologies Corp. A system and method for managing architectural layers within a software model
US7140000B2 (en) 2001-10-09 2006-11-21 Certusoft Knowledge oriented programming
US7309498B2 (en) 2001-10-10 2007-12-18 Belenkaya Bronislava G Biodegradable absorbents and methods of preparation
US7257817B2 (en) 2001-10-16 2007-08-14 Microsoft Corporation Virtual network with adaptive dispatcher
US7200665B2 (en) 2001-10-17 2007-04-03 Hewlett-Packard Development Company, L.P. Allowing requests of a session to be serviced by different servers in a multi-server data service system
EP1307018B1 (en) 2001-10-24 2006-10-11 Sun Microsystems, Inc. Load balancing unit and method of its operation
US7035930B2 (en) 2001-10-26 2006-04-25 Hewlett-Packard Development Company, L.P. Method and framework for generating an optimized deployment of software applications in a distributed computing environment using layered model descriptions of services and servers
US7194616B2 (en) 2001-10-27 2007-03-20 International Business Machines Corporation Flexible temporary capacity upgrade/downgrade in a computer system without involvement of the operating system
US7024451B2 (en) 2001-11-05 2006-04-04 Hewlett-Packard Development Company, L.P. System and method for maintaining consistent independent server-side state among collaborating servers
US20030126464A1 (en) 2001-12-04 2003-07-03 Mcdaniel Patrick D. Method and system for determining and enforcing security policy in a communication session
US7305556B2 (en) 2001-12-05 2007-12-04 Canon Kabushiki Kaisha Secure printing with authenticated printer key
US7188364B2 (en) 2001-12-20 2007-03-06 Cranite Systems, Inc. Personal virtual bridged local area networks
US7506058B2 (en) 2001-12-28 2009-03-17 International Business Machines Corporation Method for transmitting information across firewalls
US7188335B1 (en) 2001-12-28 2007-03-06 Trilogy Development Group, Inc. Product configuration using configuration patterns
US6965668B2 (en) 2002-01-08 2005-11-15 Sbc Services, Inc. Method and system for presenting billing information according to a customer-defined hierarchal structure
US20030138105A1 (en) 2002-01-18 2003-07-24 International Business Machines Corporation Storing keys in a cryptology device
US7412502B2 (en) 2002-04-18 2008-08-12 International Business Machines Corporation Graphics for end to end component mapping and problem-solving in a network environment
US7568019B1 (en) * 2002-02-15 2009-07-28 Entrust, Inc. Enterprise management system for normalization, integration and correlation of business measurements with application and infrastructure measurements
US6954930B2 (en) 2002-02-19 2005-10-11 International Business Machines Corporation Remote validation of installation input data
US7254634B1 (en) 2002-03-08 2007-08-07 Akamai Technologies, Inc. Managing web tier session state objects in a content delivery network (CDN)
US7257584B2 (en) 2002-03-18 2007-08-14 Surgient, Inc. Server file management
US20030214908A1 (en) 2002-03-19 2003-11-20 Anurag Kumar Methods and apparatus for quality of service control for TCP aggregates at a bottleneck link in the internet
US6968535B2 (en) 2002-03-21 2005-11-22 Sun Microsystems, Inc. Service mapping method of enterprise application modeling and development for multi-tier service environments
US20030217263A1 (en) 2002-03-21 2003-11-20 Tsutomu Sakai System and method for secure real-time digital transmission
US7099936B2 (en) 2002-03-29 2006-08-29 International Business Machines Corporation Multi-tier service level agreement method and system
WO2003088599A1 (en) 2002-04-12 2003-10-23 Nokia Corporation Policy-based qos management in multi-radio access networks
US7379982B2 (en) 2002-04-15 2008-05-27 Bassam Tabbara System and method for custom installation of an operating system on a remote client
US7120797B2 (en) 2002-04-24 2006-10-10 Microsoft Corporation Methods for authenticating potential members invited to join a group
US7117158B2 (en) 2002-04-25 2006-10-03 Bilcare, Inc. Systems, methods and computer program products for designing, deploying and managing interactive voice response (IVR) systems
US7130881B2 (en) 2002-05-01 2006-10-31 Sun Microsystems, Inc. Remote execution model for distributed application launch and control
US8611363B2 (en) 2002-05-06 2013-12-17 Adtran, Inc. Logical port system and method
US7203911B2 (en) 2002-05-13 2007-04-10 Microsoft Corporation Altering a display on a viewing device based upon a user proximity to the viewing device
US20030225563A1 (en) 2002-05-30 2003-12-04 Gonos Dan G. Capacity planning
US7376125B1 (en) 2002-06-04 2008-05-20 Fortinet, Inc. Service processing switch
US6888807B2 (en) 2002-06-10 2005-05-03 Ipr Licensing, Inc. Applying session services based on packet flows
US20050193103A1 (en) 2002-06-18 2005-09-01 John Drabik Method and apparatus for automatic configuration and management of a virtual private network
JP4118092B2 (en) 2002-06-19 2008-07-16 株式会社ルネサステクノロジ Storage device and information processing device
US6801528B2 (en) 2002-07-03 2004-10-05 Ericsson Inc. System and method for dynamic simultaneous connection to multiple service providers
JP2004038872A (en) * 2002-07-08 2004-02-05 Toshiba Corp Method and program for changing policy of client equipment and client system in distributed processing system
US7210143B2 (en) 2002-07-17 2007-04-24 International Business Machines Corporation Deployment of applications in a multitier compute infrastructure
KR20040008275A (en) * 2002-07-18 2004-01-31 주식회사 메리언텍 Data Processing System For Operation Cost Of Communication Network
US20040078787A1 (en) 2002-07-19 2004-04-22 Michael Borek System and method for troubleshooting, maintaining and repairing network devices
US7191344B2 (en) 2002-08-08 2007-03-13 Authenex, Inc. Method and system for controlling access to data stored on a data storage device
US7143420B2 (en) 2002-08-29 2006-11-28 Sun Microsystems, Inc. Strategic technology architecture roadmap
US7275156B2 (en) 2002-08-30 2007-09-25 Xerox Corporation Method and apparatus for establishing and using a secure credential infrastructure
US7072822B2 (en) 2002-09-30 2006-07-04 Cognos Incorporated Deploying multiple enterprise planning models across clusters of application servers
US20040073795A1 (en) 2002-10-10 2004-04-15 Jablon David P. Systems and methods for password-based connection
US20040125403A1 (en) 2002-10-16 2004-07-01 Xerox Corporation. Method and apparatus for enabling distributed subscription services, supplies maintenance, and device-independent service implementation
EP1426919A1 (en) 2002-12-02 2004-06-09 Sony International (Europe) GmbH Method for operating a display device
US7933983B2 (en) 2002-12-17 2011-04-26 Hewlett-Packard Development Company, L.P. Method and system for performing load balancing across control planes in a data center
US7480907B1 (en) 2003-01-09 2009-01-20 Hewlett-Packard Development Company, L.P. Mobile services network for update of firmware/software in mobile handsets
US7478385B2 (en) 2003-01-17 2009-01-13 National Instruments Corporation Installing software using programmatic component dependency analysis
US7436965B2 (en) 2003-02-19 2008-10-14 Microsoft Corporation Optical out-of-band key distribution
KR100963612B1 (en) 2003-02-21 2010-06-15 텔레콤 이탈리아 소시에떼 퍼 아찌오니 Method and system for managing network access device using a smart card
EP1599793B1 (en) 2003-02-24 2015-10-21 Oracle International Corporation System and method for server load balancing and server affinity
US7069553B2 (en) 2003-03-03 2006-06-27 Computer Associates Think, Inc. Universal deployment tool
US7152157B2 (en) 2003-03-05 2006-12-19 Sun Microsystems, Inc. System and method for dynamic resource configuration using a dependency graph
US7689676B2 (en) 2003-03-06 2010-03-30 Microsoft Corporation Model-based policy application
US7765501B2 (en) 2003-03-06 2010-07-27 Microsoft Corporation Settings and constraints validation to enable design for operations
JP2004272909A (en) * 2003-03-06 2004-09-30 Microsoft Corp Verification of system at designing
US7350186B2 (en) 2003-03-10 2008-03-25 International Business Machines Corporation Methods and apparatus for managing computing deployment in presence of variable workload
US7386721B1 (en) 2003-03-12 2008-06-10 Cisco Technology, Inc. Method and apparatus for integrated provisioning of a network device with configuration information and identity certification
US6987838B2 (en) 2003-04-16 2006-01-17 Entrisphere, Inc. System and method for deploying new equipment and services in conjunction with a legacy provisioning system
US20040220792A1 (en) * 2003-04-30 2004-11-04 Gallanis Peter Thomas Performance modeling for information systems
US7603442B2 (en) 2003-06-20 2009-10-13 Microsoft Corporation Method and system for maintaining service dependency relationships in a computer system
US7590736B2 (en) 2003-06-30 2009-09-15 Microsoft Corporation Flexible network load balancing
US7567504B2 (en) 2003-06-30 2009-07-28 Microsoft Corporation Network load balancing with traffic routing
US7636917B2 (en) 2003-06-30 2009-12-22 Microsoft Corporation Network load balancing with host status information
US7613822B2 (en) 2003-06-30 2009-11-03 Microsoft Corporation Network load balancing with session information
US7146353B2 (en) 2003-07-22 2006-12-05 Hewlett-Packard Development Company, L.P. Resource allocation for multiple applications
WO2005022416A1 (en) 2003-08-21 2005-03-10 The Trustees Of Columbia University In The City Of New York Methods and systems for autonomously managing a network
US7127625B2 (en) 2003-09-04 2006-10-24 Hewlett-Packard Development Company, L.P. Application management based on power consumption
US7313573B2 (en) 2003-09-17 2007-12-25 International Business Machines Corporation Diagnosis of equipment failures using an integrated approach of case based reasoning and reliability analysis
US7318216B2 (en) 2003-09-24 2008-01-08 Tablecode Software Corporation Software application development environment facilitating development of a software application
US20050102510A1 (en) 2003-10-10 2005-05-12 Bea Systems, Inc. Delegation in a distributed security system
US20050080811A1 (en) 2003-10-10 2005-04-14 Cendura Corporation Configuration management architecture
US7237267B2 (en) 2003-10-16 2007-06-26 Cisco Technology, Inc. Policy-based network security management
US7765540B2 (en) 2003-10-23 2010-07-27 Microsoft Corporation Use of attribution to describe management information
US7103874B2 (en) 2003-10-23 2006-09-05 Microsoft Corporation Model-based management of computer systems and distributed applications
US6968291B1 (en) 2003-11-04 2005-11-22 Sun Microsystems, Inc. Using and generating finite state machines to monitor system status
US20050102513A1 (en) 2003-11-10 2005-05-12 Nokia Corporation Enforcing authorized domains with domain membership vouchers
US20050102154A1 (en) 2003-11-12 2005-05-12 Dodd Ryan A. Method, computer useable medium, and system for enterprise resource management
JP2005155729A (en) 2003-11-21 2005-06-16 Toyota Motor Corp Hydraulic control device for belt type continuously variable transmission
US7778888B2 (en) * 2003-12-11 2010-08-17 International Business Machines Corporation Method for dynamically and automatically setting up offerings for IT services
EP1550969A3 (en) 2003-12-11 2005-08-31 International Business Machines Corporation Method and system for dynamically and automatically set-up offerings for IT-services
US7478381B2 (en) 2003-12-15 2009-01-13 Microsoft Corporation Managing software updates and a software distribution service
US20050138416A1 (en) 2003-12-19 2005-06-23 Microsoft Corporation Object model for managing firewall services
US7278273B1 (en) 2003-12-30 2007-10-09 Google Inc. Modular data center
US7231410B1 (en) 2004-03-10 2007-06-12 Qlogic, Corporation Revision control system for large-scale systems management
US7302608B1 (en) 2004-03-31 2007-11-27 Google Inc. Systems and methods for automatic repair and replacement of networked machines
US20050246529A1 (en) 2004-04-30 2005-11-03 Microsoft Corporation Isolated persistent identity storage for authentication of computing devies
US7484237B2 (en) 2004-05-13 2009-01-27 Hewlett-Packard Development Company, L.P. Method and apparatus for role-based security policy management
US8095959B2 (en) 2004-05-27 2012-01-10 Hewlett-Packard Development Company, L.P. Method and system for integrating policies across systems
US7571082B2 (en) * 2004-06-22 2009-08-04 Wells Fargo Bank, N.A. Common component modeling
US7506338B2 (en) 2004-08-30 2009-03-17 International Business Machines Corporation Method and apparatus for simplifying the deployment and serviceability of commercial software environments
JP4799419B2 (en) 2004-10-20 2011-10-26 富士通株式会社 Setting program, setting method, and setting device
US9043781B2 (en) 2004-12-03 2015-05-26 International Business Machines Corporation Algorithm for automated enterprise deployments
US7730183B2 (en) 2005-01-13 2010-06-01 Microsoft Corporation System and method for generating virtual networks
US20060161879A1 (en) 2005-01-18 2006-07-20 Microsoft Corporation Methods for managing standards
US7552208B2 (en) 2005-01-18 2009-06-23 Microsoft Corporation Methods for managing capacity
US7624086B2 (en) 2005-03-04 2009-11-24 Maxsp Corporation Pre-install compliance system
US20060235664A1 (en) 2005-04-15 2006-10-19 Microsoft Corporation Model-based capacity planning
US7797147B2 (en) 2005-04-15 2010-09-14 Microsoft Corporation Model-based system monitoring
US7350068B2 (en) 2005-04-22 2008-03-25 International Business Machines Corporation Server blade network boot method that minimizes required network bandwidth
US7743373B2 (en) 2005-05-06 2010-06-22 International Business Machines Corporation Method and apparatus for managing software catalog and providing configuration for installation
US7512942B2 (en) 2005-08-24 2009-03-31 International Business Machines Corporation Model-driven software deployment in an application server
US7941309B2 (en) 2005-11-02 2011-05-10 Microsoft Corporation Modeling IT operations/policies
US7587453B2 (en) 2006-01-05 2009-09-08 International Business Machines Corporation Method and system for determining application availability

Patent Citations (99)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4424414A (en) * 1978-05-01 1984-01-03 Board Of Trustees Of The Leland Stanford Junior University Exponentiation cryptographic apparatus and method
US5495610A (en) * 1989-11-30 1996-02-27 Seer Technologies, Inc. Software distribution system to build and distribute a software release
US5490276A (en) * 1991-03-18 1996-02-06 Echelon Corporation Programming language structures for use in a network for communicating, sensing and controlling information
US6353861B1 (en) * 1991-03-18 2002-03-05 Echelon Corporation Method and apparatus for treating a logical programming expression as an event in an event-driven computer environment
US5499357A (en) * 1993-05-28 1996-03-12 Xerox Corporation Process for configuration management
US6012113A (en) * 1994-03-24 2000-01-04 Multi-Tech Systems, Inc. Method for connecting a plurality of communication applications with an actual communication port by emulating a plurality of virtual modems
US5878220A (en) * 1994-11-21 1999-03-02 Oracle Corporation Method and apparatus for storing and transferring data on a network
US5872928A (en) * 1995-02-24 1999-02-16 Cabletron Systems, Inc. Method and apparatus for defining and enforcing policies for configuration management in communications networks
US5724508A (en) * 1995-03-09 1998-03-03 Insoft, Inc. Apparatus for collaborative computing
US6195091B1 (en) * 1995-03-09 2001-02-27 Netscape Communications Corporation Apparatus for collaborative computing
US5872914A (en) * 1995-08-31 1999-02-16 International Business Machines Corporation Method and apparatus for an account managed object class model in a distributed computing environment
US6510154B1 (en) * 1995-11-03 2003-01-21 Cisco Technology, Inc. Security system for network address translation systems
US5867706A (en) * 1996-01-26 1999-02-02 International Business Machines Corp. Method of load balancing across the processors of a server
US6519615B1 (en) * 1996-10-11 2003-02-11 Sun Microsystems, Inc. Method and system for leasing storage
US6209099B1 (en) * 1996-12-18 2001-03-27 Ncr Corporation Secure data processing method and system
US6353898B1 (en) * 1997-02-21 2002-03-05 Novell, Inc. Resource management in a clustered computer system
US6338112B1 (en) * 1997-02-21 2002-01-08 Novell, Inc. Resource management in a clustered computer system
US6185308B1 (en) * 1997-07-07 2001-02-06 Fujitsu Limited Key recovery system
US6041054A (en) * 1997-09-24 2000-03-21 Telefonaktiebolaget Lm Ericsson Efficient transport of internet protocol packets using asynchronous transfer mode adaptation layer two
US6195355B1 (en) * 1997-09-26 2001-02-27 Sony Corporation Packet-Transmission control method and packet-transmission control apparatus
US6192401B1 (en) * 1997-10-21 2001-02-20 Sun Microsystems, Inc. System and method for determining cluster membership in a heterogeneous distributed system
US6178529B1 (en) * 1997-11-03 2001-01-23 Microsoft Corporation Method and system for resource monitoring of disparate resources in a server cluster
US6035405A (en) * 1997-12-22 2000-03-07 Nortel Networks Corporation Secure virtual LANs
US20020008280A1 (en) * 1998-01-05 2002-01-24 Armacost Michael D. High performance, low power vertical integrated CMOS devices
US6182275B1 (en) * 1998-01-26 2001-01-30 Dell Usa, L.P. Generation of a compatible order for a computer system
US6208649B1 (en) * 1998-03-11 2001-03-27 Cisco Technology, Inc. Derived VLAN mapping technique
US6691148B1 (en) * 1998-03-13 2004-02-10 Verizon Corporate Services Group Inc. Framework for providing quality of service requirements in a distributed object-oriented computer system
US20020022952A1 (en) * 1998-03-26 2002-02-21 David Zager Dynamic modeling of complex networks and prediction of impacts of faults therein
US6208345B1 (en) * 1998-04-15 2001-03-27 Adc Telecommunications, Inc. Visual data integration system and method
US6694436B1 (en) * 1998-05-22 2004-02-17 Activcard Terminal and system for performing secure electronic transactions
US6360265B1 (en) * 1998-07-08 2002-03-19 Lucent Technologies Inc. Arrangement of delivering internet protocol datagrams for multimedia services to the same server
US6336138B1 (en) * 1998-08-25 2002-01-01 Hewlett-Packard Company Template-driven approach for generating models on network services
US6691165B1 (en) * 1998-11-10 2004-02-10 Rainfinity, Inc. Distributed server cluster for controlling network traffic
US6845160B1 (en) * 1998-11-12 2005-01-18 Fuji Xerox Co., Ltd. Apparatus and method for depositing encryption keys
US6353806B1 (en) * 1998-11-23 2002-03-05 Lucent Technologies Inc. System level hardware simulator and its automation
US6336171B1 (en) * 1998-12-23 2002-01-01 Ncr Corporation Resource protection in a cluster environment
US6691168B1 (en) * 1998-12-31 2004-02-10 Pmc-Sierra Method and apparatus for high-speed network rule processing
US6341356B1 (en) * 1999-03-25 2002-01-22 International Business Machines Corporation System for I/O path load balancing and failure which can be ported to a plurality of operating environments
US6510509B1 (en) * 1999-03-29 2003-01-21 Pmc-Sierra Us, Inc. Method and apparatus for high-speed network rule processing
US6868454B1 (en) * 1999-05-06 2005-03-15 Fujitsu Limited Distributed-object development system and computer-readable recording medium recorded with program for making computer execute distributed-object development
US6678835B1 (en) * 1999-06-10 2004-01-13 Alcatel State transition protocol for high availability units
US6539494B1 (en) * 1999-06-17 2003-03-25 Art Technology Group, Inc. Internet server session backup apparatus
US6505244B1 (en) * 1999-06-29 2003-01-07 Cisco Technology Inc. Policy engine which supports application specific plug-ins for enforcing policies in a feedback-based, adaptive data network
US6684335B1 (en) * 1999-08-19 2004-01-27 Epstein, Iii Edwin A. Resistance cell architecture
US7162427B1 (en) * 1999-08-20 2007-01-09 Electronic Data Systems Corporation Structure and method of modeling integrated business and information technology frameworks and architecture in support of a business
US6351685B1 (en) * 1999-11-05 2002-02-26 International Business Machines Corporation Wireless communication between multiple intelligent pickers and with a central job queue in an automated data storage library
US6529953B1 (en) * 1999-12-17 2003-03-04 Reliable Network Solutions Scalable computer network resource monitoring and location system
US6862613B1 (en) * 2000-01-10 2005-03-01 Sun Microsystems, Inc. Method and apparatus for managing operations of clustered computer systems
US7315801B1 (en) * 2000-01-14 2008-01-01 Secure Computing Corporation Network security modeling system and method
US6983317B1 (en) * 2000-02-28 2006-01-03 Microsoft Corporation Enterprise management system
US6701363B1 (en) * 2000-02-29 2004-03-02 International Business Machines Corporation Method, computer program product, and system for deriving web transaction performance metrics
US6678821B1 (en) * 2000-03-23 2004-01-13 E-Witness Inc. Method and system for restricting access to the private key of a user in a public key infrastructure
US6868062B1 (en) * 2000-03-28 2005-03-15 Intel Corporation Managing data traffic on multiple ports
US6986133B2 (en) * 2000-04-14 2006-01-10 Goahead Software Inc. System and method for securely upgrading networked devices
US7012919B1 (en) * 2000-04-19 2006-03-14 Caspian Networks, Inc. Micro-flow label switching
US6854069B2 (en) * 2000-05-02 2005-02-08 Sun Microsystems Inc. Method and system for achieving high availability in a networked computer system
US6675308B1 (en) * 2000-05-09 2004-01-06 3Com Corporation Methods of determining whether a network interface card entry within the system registry pertains to physical hardware or to a virtual device
US20020010771A1 (en) * 2000-05-24 2002-01-24 Davide Mandato Universal QoS adaptation framework for mobile multimedia applications
US20020009079A1 (en) * 2000-06-23 2002-01-24 Jungck Peder J. Edge adapter apparatus and method
US7181731B2 (en) * 2000-09-01 2007-02-20 Op40, Inc. Method, system, and structure for distributing and executing software and data on different network and computer devices, platforms, and environments
US20020038421A1 (en) * 2000-09-27 2002-03-28 Nec Corporation Encrypted file system, encrypted file retrieval method, and computer-readable medium
US6853841B1 (en) * 2000-10-25 2005-02-08 Sun Microsystems, Inc. Protocol for a remote control device to enable control of network attached devices
US7003574B1 (en) * 2000-11-01 2006-02-21 Microsoft Corporation Session load balancing and use of VIP as source address for inter-cluster traffic through the use of a session identifier
US6985956B2 (en) * 2000-11-02 2006-01-10 Sun Microsystems, Inc. Switching system
US20040059812A1 (en) * 2000-12-14 2004-03-25 Shmuel Assa Topology information system for a managed world
US6856591B1 (en) * 2000-12-15 2005-02-15 Cisco Technology, Inc. Method and system for high reliability cluster management
US20030046615A1 (en) * 2000-12-22 2003-03-06 Alan Stone System and method for adaptive reliability balancing in distributed programming networks
US7003562B2 (en) * 2001-03-27 2006-02-21 Redseal Systems, Inc. Method and apparatus for network wide policy-based analysis of configurations of devices
US20030028770A1 (en) * 2001-04-18 2003-02-06 Litwin Louis Robert Method for providing security on a powerline-modem network
US20030014644A1 (en) * 2001-05-02 2003-01-16 Burns James E. Method and system for security policy management
US20030008712A1 (en) * 2001-06-04 2003-01-09 Playnet, Inc. System and method for distributing a multi-client game/application over a communications network
US20030009559A1 (en) * 2001-07-09 2003-01-09 Naoya Ikeda Network system and method of distributing accesses to a plurality of server apparatus in the network system
US20030026426A1 (en) * 2001-08-02 2003-02-06 Wright Michael D. Wireless bridge for roaming in network environment
US7174379B2 (en) * 2001-08-03 2007-02-06 International Business Machines Corporation Managing server resources for hosted applications
US20030028642A1 (en) * 2001-08-03 2003-02-06 International Business Machines Corporation Managing server resources for hosted applications
US20030041139A1 (en) * 2001-08-14 2003-02-27 Smartpipes, Incorporated Event management for a remote network policy management system
US20030051049A1 (en) * 2001-08-15 2003-03-13 Ariel Noy Network provisioning in a distributed network management architecture
US20030041159A1 (en) * 2001-08-17 2003-02-27 David Tinsley Systems and method for presenting customizable multimedia presentations
US20030041142A1 (en) * 2001-08-27 2003-02-27 Nec Usa, Inc. Generic network monitoring tool
US20030056063A1 (en) * 2001-09-17 2003-03-20 Hochmuth Roland M. System and method for providing secure access to network logical storage partitions
US6990666B2 (en) * 2002-03-18 2006-01-24 Surgient Inc. Near on-line server
US6681262B1 (en) * 2002-05-06 2004-01-20 Infinicon Systems Network data flow optimization
US20040002878A1 (en) * 2002-06-28 2004-01-01 International Business Machines Corporation Method and system for user-determined authentication in a federated environment
US20040049365A1 (en) * 2002-09-11 2004-03-11 International Business Machines Corporation Methods and apparatus for impact analysis and problem determination
US20040049509A1 (en) * 2002-09-11 2004-03-11 International Business Machines Corporation Methods and apparatus for managing dependencies in distributed systems
US20040054791A1 (en) * 2002-09-17 2004-03-18 Krishnendu Chakraborty System and method for enforcing user policies on a web server
US20050008001A1 (en) * 2003-02-14 2005-01-13 John Leslie Williams System and method for interfacing with heterogeneous network data gathering tools
US7162509B2 (en) * 2003-03-06 2007-01-09 Microsoft Corporation Architecture for distributed computing system and automated design, deployment, and management of distributed applications
US20060037002A1 (en) * 2003-03-06 2006-02-16 Microsoft Corporation Model-based provisioning of test environments
US20060034263A1 (en) * 2003-03-06 2006-02-16 Microsoft Corporation Model and system state synchronization
US20060031248A1 (en) * 2003-03-06 2006-02-09 Microsoft Corporation Model-based system provisioning
US20060025985A1 (en) * 2003-03-06 2006-02-02 Microsoft Corporation Model-Based system management
US20050021742A1 (en) * 2003-03-31 2005-01-27 System Management Arts, Inc. Method and apparatus for multi-realm system modeling
US20050055435A1 (en) * 2003-06-30 2005-03-10 Abolade Gbadegesin Network load balancing with connection manipulation
US20060025984A1 (en) * 2004-08-02 2006-02-02 Microsoft Corporation Automatic validation and calibration of transaction-based performance models
US20060048017A1 (en) * 2004-08-30 2006-03-02 International Business Machines Corporation Techniques for health monitoring and control of application servers
US7333000B2 (en) * 2004-11-12 2008-02-19 Afco Systems Development, Inc. Tracking system and method for electrically powered equipment
US7653903B2 (en) * 2005-03-25 2010-01-26 Sony Corporation Modular imaging download system
US20070006177A1 (en) * 2005-05-10 2007-01-04 International Business Machines Corporation Automatic generation of hybrid performance models

Cited By (94)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7711121B2 (en) 2000-10-24 2010-05-04 Microsoft Corporation System and method for distributed management of shared computers
US7739380B2 (en) 2000-10-24 2010-06-15 Microsoft Corporation System and method for distributed management of shared computers
US7890951B2 (en) 2003-03-06 2011-02-15 Microsoft Corporation Model-based provisioning of test environments
US7684964B2 (en) 2003-03-06 2010-03-23 Microsoft Corporation Model and system state synchronization
US7689676B2 (en) 2003-03-06 2010-03-30 Microsoft Corporation Model-based policy application
US7890543B2 (en) 2003-03-06 2011-02-15 Microsoft Corporation Architecture for distributed computing system and automated design, deployment, and management of distributed applications
US7886041B2 (en) 2003-03-06 2011-02-08 Microsoft Corporation Design time validation of systems
US7792931B2 (en) 2003-03-06 2010-09-07 Microsoft Corporation Model-based system provisioning
US8122106B2 (en) 2003-03-06 2012-02-21 Microsoft Corporation Integrating design, deployment, and management phases for systems
US7778422B2 (en) 2004-02-27 2010-08-17 Microsoft Corporation Security associations for devices
US7669235B2 (en) 2004-04-30 2010-02-23 Microsoft Corporation Secure domain join for computing devices
US8489728B2 (en) 2005-04-15 2013-07-16 Microsoft Corporation Model-based system monitoring
US7797147B2 (en) 2005-04-15 2010-09-14 Microsoft Corporation Model-based system monitoring
US9811368B2 (en) 2005-06-29 2017-11-07 Microsoft Technology Licensing, Llc Model-based virtual system provisioning
US9317270B2 (en) 2005-06-29 2016-04-19 Microsoft Technology Licensing, Llc Model-based virtual system provisioning
US8549513B2 (en) 2005-06-29 2013-10-01 Microsoft Corporation Model-based virtual system provisioning
US10540159B2 (en) 2005-06-29 2020-01-21 Microsoft Technology Licensing, Llc Model-based virtual system provisioning
US7941309B2 (en) 2005-11-02 2011-05-10 Microsoft Corporation Modeling IT operations/policies
US20080104389A1 (en) * 2006-10-31 2008-05-01 Jon Duane Warden Computer system model generation with tracking of actual computer system configuration
US7743244B2 (en) * 2006-10-31 2010-06-22 Hewlett-Packard Development Company, L.P. Computer system model generation with tracking of actual computer system configuration
US20080270411A1 (en) * 2007-04-26 2008-10-30 Microsoft Corporation Distributed behavior controlled execution of modeled applications
US8024396B2 (en) 2007-04-26 2011-09-20 Microsoft Corporation Distributed behavior controlled execution of modeled applications
US8239505B2 (en) 2007-06-29 2012-08-07 Microsoft Corporation Progressively implementing declarative models in distributed systems
US20090006063A1 (en) * 2007-06-29 2009-01-01 Microsoft Corporation Tuning and optimizing distributed systems with declarative models
US20090006062A1 (en) * 2007-06-29 2009-01-01 Microsoft Corporation Progressively implementing declarative models in distributed systems
US20110179151A1 (en) * 2007-06-29 2011-07-21 Microsoft Corporation Tuning and optimizing distributed systems with declarative models
US8099494B2 (en) * 2007-06-29 2012-01-17 Microsoft Corporation Tuning and optimizing distributed systems with declarative models
US7970892B2 (en) * 2007-06-29 2011-06-28 Microsoft Corporation Tuning and optimizing distributed systems with declarative models
US8230386B2 (en) 2007-08-23 2012-07-24 Microsoft Corporation Monitoring distributed applications
US20090055838A1 (en) * 2007-08-23 2009-02-26 Microsoft Corporation Monitoring distributed applications
US20090112873A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Processing model-based commands for distributed applications
US7974939B2 (en) 2007-10-26 2011-07-05 Microsoft Corporation Processing model-based commands for distributed applications
US20110219383A1 (en) * 2007-10-26 2011-09-08 Microsoft Corporation Processing model-based commands for distributed applications
US8099720B2 (en) 2007-10-26 2012-01-17 Microsoft Corporation Translating declarative models
US8181151B2 (en) 2007-10-26 2012-05-15 Microsoft Corporation Modeling and managing heterogeneous applications
US8225308B2 (en) 2007-10-26 2012-07-17 Microsoft Corporation Managing software lifecycle
US8306996B2 (en) 2007-10-26 2012-11-06 Microsoft Corporation Processing model-based commands for distributed applications
US8443347B2 (en) 2007-10-26 2013-05-14 Microsoft Corporation Translating declarative models
US20090113407A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Managing software lifecycle
US20090113292A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Flexibly editing heterogeneous documents
US20090112932A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Visualizing key performance indicators for model-based applications
US20090113379A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Modeling and managing heterogeneous applications
US7814198B2 (en) 2007-10-26 2010-10-12 Microsoft Corporation Model-driven, repository-based application monitoring system
US20090112559A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Model-driven, repository-based application monitoring system
US20090113437A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Translating declarative models
US20090113457A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Performing requested commands for model-based applications
US7926070B2 (en) 2007-10-26 2011-04-12 Microsoft Corporation Performing requested commands for model-based applications
US20090172460A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Defining a computer recovery process that matches the scope of outage
US20090171703A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Use of multi-level state assessment in computer business environments
US7958393B2 (en) 2007-12-28 2011-06-07 International Business Machines Corporation Conditional actions based on runtime conditions of a computer system environment
US20090171708A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Using templates in a computing environment
US20090171707A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Recovery segments for computer business applications
US20090172669A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Use of redundancy groups in runtime computer management of business applications
US20090172149A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Real-time information technology environments
US20090171731A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Use of graphs in managing computing environments
US20090171732A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Non-disruptively changing a computing environment
US20090172689A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Adaptive business resiliency computer system for information technology environments
US20090171730A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Non-disruptively changing scope of computer business applications based on detected changes in topology
US20090172670A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Dynamic generation of processes in computing environments
US20090172769A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Programmatic validation in an information technology environment
US20090171705A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Defining and using templates in configuring information technology environments
US20090171704A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Management based on computer dynamically adjusted discrete phases of event correlation
US20090172671A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Adaptive computer sequencing of actions
US8326910B2 (en) 2007-12-28 2012-12-04 International Business Machines Corporation Programmatic validation in an information technology environment
US8341014B2 (en) 2007-12-28 2012-12-25 International Business Machines Corporation Recovery segments for computer business applications
US8346931B2 (en) 2007-12-28 2013-01-01 International Business Machines Corporation Conditional computer runtime control of an information technology environment based on pairing constructs
US8365185B2 (en) 2007-12-28 2013-01-29 International Business Machines Corporation Preventing execution of processes responsive to changes in the environment
US8375244B2 (en) 2007-12-28 2013-02-12 International Business Machines Corporation Managing processing of a computing environment during failures of the environment
US20090172668A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Conditional computer runtime control of an information technology environment based on pairing constructs
US8428983B2 (en) 2007-12-28 2013-04-23 International Business Machines Corporation Facilitating availability of information technology resources based on pattern system environments
US20110093853A1 (en) * 2007-12-28 2011-04-21 International Business Machines Corporation Real-time information technology environments
US8447859B2 (en) * 2007-12-28 2013-05-21 International Business Machines Corporation Adaptive business resiliency computer system for information technology environments
US20090172674A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Managing the computer collection of information in an information technology environment
US20090172687A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Management of computer events in a computer environment
US20090171706A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Computer pattern system environment supporting business resiliency
US8677174B2 (en) 2007-12-28 2014-03-18 International Business Machines Corporation Management of runtime events in a computer environment using a containment region
US8682705B2 (en) 2007-12-28 2014-03-25 International Business Machines Corporation Information technology management based on computer dynamically adjusted discrete phases of event correlation
US8751283B2 (en) 2007-12-28 2014-06-10 International Business Machines Corporation Defining and using templates in configuring information technology environments
US8763006B2 (en) 2007-12-28 2014-06-24 International Business Machines Corporation Dynamic generation of processes in computing environments
US8775591B2 (en) 2007-12-28 2014-07-08 International Business Machines Corporation Real-time information technology environments
US8782662B2 (en) 2007-12-28 2014-07-15 International Business Machines Corporation Adaptive computer sequencing of actions
US8826077B2 (en) 2007-12-28 2014-09-02 International Business Machines Corporation Defining a computer recovery process that matches the scope of outage including determining a root cause and performing escalated recovery operations
US8868441B2 (en) 2007-12-28 2014-10-21 International Business Machines Corporation Non-disruptively changing a computing environment
US8990810B2 (en) 2007-12-28 2015-03-24 International Business Machines Corporation Projecting an effect, using a pairing construct, of execution of a proposed action on a computing environment
US9558459B2 (en) 2007-12-28 2017-01-31 International Business Machines Corporation Dynamic selection of actions in an information technology environment
US20090172461A1 (en) * 2007-12-28 2009-07-02 International Business Machines Corporation Conditional actions based on runtime conditions of a computer system environment
US10073706B2 (en) 2010-06-25 2018-09-11 Oracle International Corporation Method and system for performing application server configuration using configuration groups
US9183528B2 (en) * 2011-10-07 2015-11-10 Microsoft Technology Licensing, Llc Generating a compliance data model for IT control
US20130091486A1 (en) * 2011-10-07 2013-04-11 Microsoft Corporation Generating a compliance data model for it control
US20140040299A1 (en) * 2012-08-03 2014-02-06 Cisco Technology, Inc. Automated Method of Detecting Pattern Matches between Converged Infrastructure Models and an Operating Converged Infrastructure
US9317682B1 (en) * 2012-12-07 2016-04-19 Hrl Laboratories, Llc Library-based method for information flow integrity enforcement and robust information flow policy development
US10366232B1 (en) * 2015-10-02 2019-07-30 Hrl Laboratories, Llc Language-based missing function call detection
US20220138327A1 (en) * 2020-11-04 2022-05-05 Wipro Limited System and method for managing security risk of information technology systems in an enterprise
US11675911B2 (en) * 2020-11-04 2023-06-13 Wipro Limited System and method for managing security risk of information technology systems in an enterprise

Also Published As

Publication number Publication date
WO2007055839A1 (en) 2007-05-18
CN101297293A (en) 2008-10-29
JP5671207B2 (en) 2015-02-18
US7941309B2 (en) 2011-05-10
JP2009515252A (en) 2009-04-09
EP1949275A4 (en) 2010-04-14
KR20080057288A (en) 2008-06-24
EP1949275A1 (en) 2008-07-30

Similar Documents

Publication Publication Date Title
US7941309B2 (en) Modeling IT operations/policies
López‐Pintado et al. Caterpillar: a business process execution engine on the Ethereum blockchain
US10896195B2 (en) Automatic generation of smart contracts
US10901955B2 (en) Smart contract input mapping
US10896149B2 (en) Composition operators for smart contract
US8538786B2 (en) Method, system and program product for generating an implementation of a business rule including a volatile portion
US8417658B2 (en) Deployment pattern realization with models of computing environments
US20120159434A1 (en) Code clone notification and architectural change visualization
JP2004272907A (en) Distributed computing system and architecture for automated design and development and management of distributed application
JP2004272908A (en) Method for integrating phase of design, development and management of system
US10268970B2 (en) Method, system and program product for generating an implementation of business rules linked to an upper layer business model
US8126693B2 (en) Method and system for modeling, validating and automatically resolving goals and dependencies between elements within a topology
US8126692B2 (en) Method and system for modeling, validating and automatically resolving goals and dependencies between elements within a topology
Guida et al. Supporting reuse of smart contracts through service orientation and assisted development
de Gouw et al. On the modeling of optimal and automatized cloud application deployment
Dai Formal design analysis framework: an aspect-oriented architectural framework
Annett Working with Legacy Systems: A practical guide to looking after and maintaining the systems we inherit
US8112370B2 (en) Classification and policy management for software components
Sunyaev et al. Design of good information systems architectures
Zhang et al. Trustworthiness requirement‐oriented software process modeling
Zhou Functional requirements and non-functional requirements: a survey
Liu et al. Systematic security analysis for service-oriented software architectures
Lano et al. Introduction to Software Architecture: Innovative Design using Clean Architecture and Model-Driven Engineering
de Gouw et al. Journal of Logical and Algebraic Methods in Programming
Hess Evaluating Domain-Driven Design for Refactoring Existing Information Systems

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION,WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DUBLISH, PRATUL;TABBARA, BASSAM;OUTHRED, GEOFFREY H.;AND OTHERS;SIGNING DATES FROM 20060127 TO 20060201;REEL/FRAME:017117/0023

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:DUBLISH, PRATUL;TABBARA, BASSAM;OUTHRED, GEOFFREY H.;AND OTHERS;SIGNING DATES FROM 20060127 TO 20060201;REEL/FRAME:017117/0023

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034543/0001

Effective date: 20141014

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 12