1 / 30

Toolkit for Creating Adaptable Distributed Applications

QuO. Toolkit for Creating Adaptable Distributed Applications. Joe Loyall, Rick Schantz, Rodrigo Vanegas, James Megquier, Mark Berman “ Adapt or perish, now as ever, is nature's inexorable imperative. ” – H. G. Wells Lunchtime Meeting October 23, 1998. QuO. Outline.

Télécharger la présentation

Toolkit for Creating Adaptable Distributed Applications

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. QuO Toolkit for Creating Adaptable Distributed Applications Joe Loyall, Rick Schantz, Rodrigo Vanegas, James Megquier, Mark Berman “Adapt or perish, now as ever, is nature's inexorable imperative.” – H. G. Wells Lunchtime Meeting October 23, 1998

  2. QuO Outline Background and motivation Overview of QuO technology The Toolkit project Demonstration

  3. CINC CINC Operations Planning Group CJTF Planners J2 Missions Centers of Gravity Task refinement Forces refinement Phases refinement COA evaluation COA selection IDB Crisis assessment OPS/ INTEL WORKSTATION TARGET TARGET COA Air COA eval eval Mar Missions COAs Strategy FLTCINC Maritime Planning Center JOINT FORCE MARITIME COMPONENT CMDR JOINT FORCE AIR COMPONENT CMDR Maritime & Air Campaign Assess ment Refinement & eval XIDB Refinement & eval Task refinement Integrated Target Priorities Forces refinement Schedule refinement COA evaluation CASES TARGET TMS CASES & HPC TARGET ACPT Target data / Weaponeering Master Target List TAMPS/ COMPASS ATO JFACC Combat Ops Rear-echelon Sim Center JMCIS IDB rehearse XIDB collaborative development APS/FLEX Target Nomination List Master Attack Plan Attack Plan Status to NATO OPS/INTEL WORKSTATION Air Tasking Order (ATO) APS/FLEX RAAP SHAPE Target Nomination List Weaponeering Large systems have become more distributed, yet many still have critical QoS requirements

  4. Distributed object middleware has emerged to solve heterogeneity and distribution problems Middleware makes programming distributed applications easier • Standard programming interfaces hide platform and system dependencies • Standard protocols, e.g., message formats, allow applications on different systems to interoperate • Middleware provides higher level, application oriented programming building blocks Simulation Applications Collaborative Planning Workflow IDL Distributed Object Middleware IDL IDL Host 1 Impl Host 2 Impl Host 2 Impl Hosts/Systems

  5. Wide-area distributed applications are still hard to build and maintain Current DOC middleware is not sufficiently transparent with respect to real-time, fault tolerance, and other non-functional issues, and does not sufficiently accommodate adaptive behavior • WANs are unpredictable, dynamic environments • The configurations for an application changes over time • Performance and system properties are buried under IDL’s functional interface so one can’t easily build an application that adapts to its changing environment and reuse code for a new environment • Programmers end up programming around the DOC middleware to achieve real-time performance, predictability, security, etc. Simulation Applications Collaborative Planning Workflow Distributed Object Middleware IDL IDL IDL Hosts/Systems

  6. Distributed object middleware with QoS extensions is a powerful abstraction on which to build applications Allows applications to specify both their functional requirements (IDL) and • QoS requirements and desires • strategies for controlling and measuring QoS • adaptation to react to changing QoS Opens up the implementation • provides interfaces for QoS specification, measurement, and control • supports application- and system-level adaptation Simulation Applications Collaborative Planning Workflow Distributed Object Middleware IDL IDL IDL QuO QuO QuO Hosts/Systems

  7. QuO Outline Background and motivation Overview of QuO technology The Toolkit project Demonstration

  8. QuO The Quality Objects (QuO) framework supports development of distributed applications with QoS The QuO framework provides • Separation of concerns between software functional properties and QoS needs • Standard middleware interfaces between application and QoS-provider layers • Facilities to enable application- and system-level adaptation • Consistent interfaces for QoS measurement and resource management Currently, QuO is being developed and used by four projects: • AQuA uses the QuO framework to manage dependability • DIRM uses the QuO framework to manage network bandwidth • OIT uses the QuO framework to manage survivability • QuOIn uses QuO to integrate the properties of real-time, availability, managed communication, and security

  9. Application Alternate Implementations Contract (operating regions) QuO applications specify, control, monitor, and adapt to QoS in the system Specification of operating regions, alternate implementations, and adaptation strategies using QuO’s QDL • Multiple layers of adaptation • managers and mechanisms can adapt to changes in the system • QuO contracts provide another layer of adaptation • Client and user can also adapt System Condition Objects • System condition objects monitor QoS in the system • system condition objects recognize changes in the system and notify the contracts that observe them • QuO contracts notify client programs, users, managers, and other system condition objects through transition behavior • Mechanisms and managers control QoS in the system • a layer below QuO that provides ORB-level services, such as managed communi-cation, replication, or security • contracts and delegates interface to these services through system condition objects Replication Mgr IDS Resource Reservation Manager ORB Network Servers

  10. Image Server System Condition Contract Simple QuO example application • Client displays images retrieved from a remote CORBA image server object • Unreliability of remote server and contention for bandwidth with other applications makes performance and reliability unpredictable • Capabilities built within the QuO framework improves performance and reliability • Quorum’s DIRM project uses QuO to control resource reservation, assuring bandwidth • Quorum’s AQuA project uses QuO to manage replication of the image server, improving reliability CORBA/IIOP QuO Kernel System Condition Image Store Java Applet Client

  11. Contract Contract Network QuO adds QoS control and measurement into the DOC remote method call Logical Method Call Application Developer Client Object SysCond SysCond Delegate Delegate SysCond SysCond SysCond Qosketeer SysCond SysCond ORB Proxy ORB Proxy Mechanism/Property Manager Mechanism Developer Specialized ORB Specialized ORB Client Network Server

  12. A QuO application contains additional components (from traditional DOC applications) • Contracts summarize the possible states of QoS in the system and behavior to trigger when QoS changes • Regions can be nested, representing different epochs at which QoS information becomes available, e.g., negotiated regions represent the levels of service a client expects to receive and a server expects to provide, while reality regions represent observed levels of service • Regions are defined by predicates over system condition objects • Transitions specify behavior to trigger when the active regions change • System condition objects are used to measure and control QoS • Provide interfaces to system resources, client and object expectations, mechanisms, managers, and specialized ORB functions • Changes in system condition objects observed by contracts can cause region transitions • Methods on system condition objects can be used to access QoS controls provided by resources, mechanisms, managers, and ORBs • Delegates provide local state for remote objects • Upon method call/return, delegate can check the current contract state and choose behavior based upon the current state of QoS • For example, delegate can choose between alternate methods, alternate remote object bindings, perform local processing of data, or simply pass the method call or return through

  13. = Expected Region = Reality Region Contracts summarize system conditions into negotiated and reality regions and define transitions between them • Negotiated regions represent the expected behavior of client and server objects, and reality regions represent observed system behaviors • Predicates using system condition objects determine which regions are valid • Transitions occur when a region becomes invalid and another becomes valid • Transitions might trigger adaptation by the client, object, ORB, or system Normal: Expected capacity >= 10 Degraded: Expected capacity < 10 Expected capacity >= 2 Unusable: Expected capacity < 2 As_expected: As_expected: As_expected: Measured capacity < 10 Measured capacity >= 2 Measured capacity >= 10 Measured capacity < 2 Extra_resources: Insufficient_resources: Extra_resources: Measured capacity >= 10 Measured capacity < 10 Measured capacity >= 2 Insufficient_resources: Measured capacity < 2

  14. The QuO Toolkit provides tools for building QuO applications CORBA IDL Contract Description Language (CDL) Code Generators Structure Description Language (SDL) Contracts Delegates QuO Runtime • Quality Description Languages (QDL) • Support the specification of QoS contracts (CDL), delegates and their adaptive behaviors (SDL), connection, creation, and initialization of QuO application components (TBD) • QuO includes code generators that parse QDL descriptions and generates Java and C++ code for contracts, delegates, creation, and initialization • QuO Runtime Kernel • Contract evaluator • Factory object which instantiates contract and system condition objects • System Condition Objects, implemented as CORBA objects

  15. Client-Side ORB QuO Gateway Control IIOP IIOP IIOP Glue QuO gateways support specialized communication protocols and below the ORB mechanisms • The QuO gateway enables insertion of below-the-ORB mechanisms and specialized network controls • The gateway translates IIOP messages into specialized communication protocols or network level controls • To the client-side, the QuO gateway looks like the remote ORB • To the object-side, the QuO gateway looks like the client’s ORB • The two ends of the gate-way are on the same LAN as the client/object • Currently, we have gate-ways that support Ensemble group communication, RSVP resource reservation, and IIOP over TCP/IP QuO Gateway Server-Side ORB Control Ensemble Group Comm. (AQuA) IIOP Glue RSVP resource res. (DIRM) IIOP over TCP/IP (default) WAN

  16. Architecture of a QuO application Application (C++ or Java) set client expectation QuO Runtime System (Java) Functional Delegate (C++ or Java) System Condition Objects Contract premethod postmethod ORB set object expectation system event

  17. A sample operating sequence of a QuO application 1) Client calls delegate 2) Delegate evaluates contract 3) Measurement system conditions are signaled 4) Contract snapshots value of system conditions 5) Contract is re-evaluated 6) Region transitions trigger callbacks 7) Current region is returned 8) If QoS is acceptable, delegate passes the call to the remote object 9) Remote object returns value 10) Contract is re-evaluated... 11) Return value given to client Client Client Code Connect Callback Reference 6 1 11 QuO Kernel 2 Contract Factory Delegate 5 7 10 4 3 8 Syscond Syscond Proxy 9 ORB ORB Network Control Manager QuO Kernel ORB SC SC Proxy Proxy Del. Contract Object

  18. QuO Outline Background and motivation Overview of QuO technology The Toolkit project Demonstration

  19. QuO The Toolkit for Creating Adaptable Distributed Applications • Funded under DARPA ITO’s Information Survivability, Survivability of Large Scale Systems program • Two main goals • Develop QuO Toolkit technology • Apply to and demonstrate in the area of survivability, e.g., intrusion detection, response, security • Current status • One year into three year project • Just delivered the first toolkit release, QuO v. 1.0 • Just starting work to apply QuO to survivability

  20. The QuO Toolkit provides tools for building QuO applications • Quality Description Languages (QDL) • Analogous to CORBA’s Interface Description Language (IDL) • Support the specification of • QoS contracts • delegates and their adaptive behaviors • connection, creation, and initialization of QuO application components • QuO includes code generators that parse QDL descriptions and generates Java and C++ code for contracts, delegates, creation, and initialization • QuO Runtime Kernel • Contract evaluator • Factory object which instantiates contract and system condition objects • System Condition Objects • Implemented as CORBA objects • We have a growing library of system condition objects for reuse

  21. QuO’s Quality Description Languages (QDL) • Contract Description Language (CDL) • expected regions of QoS • reality regions of QoS • transitions for adapting to changing levels of service • Structure Description Language (SDL) • behavior alternatives for remote objects and their delegates • alternate bindings and connection strategies • Others, in progress • Connection Description Language • Resource Description Language Implementation QDL IDL CDL SDL ... QDL + IDL Compiler QuO Runtime QuO application ORB

  22. typedef sequence<long> LongSeq; interface Targeting { long calculate_distance_to_target(in long xcoord, in long ycoord); long identify_target(in long xcoord, in long ycoord); }; CORBA IDL delegate behavior for Targeting and repl_contract is obj : bind Targeting with name SingleTargetingObject; group : bind Targeting with characteristics { Replicated = True }; call calculate_distance_to_target : region Available.Normal : pass to group; region Low_Cost.Normal : pass to obj; region Available.TooLow : throw AvailabilityDegraded; return calculate_distance_to_target : pass_through; default : pass_through end delegate behavior; Code Generators SDL QuO Runtime Delegate Contract CDL Quality Description Languages for specifying operating regions and adaptive behaviors contract Replication( syscond ValueSC ValueSCImpl ExpectedReplicas, callback AvailCB ClientCallback, syscond ValueSC ValueSCImpl Measured, syscond ReplSC ReplSCImpl ReplMgr ) is negotiated regions are region Low_Cost : ... region Available : when ClientExpectedReplicas > 1 => reality regions are region Low : when Measured < ExpectedReplicas => region Normal : when Measured > ExpectedReplicas => transitions are transition any->Low : ClientCallback.availability_degraded(); ... transitions are ... end Replication;

  23. CDL contract to control object replication contract Replication( syscond ValueSC ValueSCImpl ClientExpectedReplicas, callback AvailCB ClientCallback, syscond ValueSC ValueSCImpl MeasuredNumberReplicas, syscond ReplSC ReplSCImpl ReplMgr ) is negotiated regions are region Low_Cost : when ClientExpectedReplicas == 1 => reality regions are region Low : when MeasuredNumberReplicas < ClientExpectedReplicas => region Normal : when MeasuredNumberReplicas == ClientExpectedReplicas => region High : when MeasuredNumberReplicas > ClientExpectedReplicas => transitions are transitionany->Low : ClientCallback.availability_degraded(); transitionany->Normal : ClientCallback.availability_back_to_normal(); transition any->High : ClientCallback.resources_being_wasted(); end transitions; end reality regions; region Available : when ClientExpectedReplicas > 1 => reality regions are region Low : when MeasuredNumberReplicas < ClientExpectedReplicas => region Normal : when MeasuredNumberReplicas > ClientExpectedReplicas => transitions are transitionany->Low : ClientCallback.availability_degraded(); transitionany->Normal : ClientCallback.availability_back_to_normal(); end transitions; end reality regions; transitions are transition Low_Cost->Available : ReplMgr.adjust_degree_of_replication(ClientExpectedReplicas); transition Available->Low_Cost : ReplMgr.adjust_degree_of_replication(ClientExpectedReplicas); end transitions; end negotiated regions; end Replication;

  24. SDL code that supports choosing between replicated and non-replicated server objects delegate behavior forTargetingand Replication is callcalculate_distance_to_target : regionAvailable.Normal : passto calculate_distance_to_target_multicast; regionLow_Cost.Normal : passto calculate_distance_to_target_multicast; regionAvailable.Low : java_code { System.out.println(“Remote call would fail”); retval = -1; }; cplusplus_code { cerr << “Remote call would fail”); retval = -1; }; returncalculate_distance_to_target : pass_through; default: pass_through end delegate behavior; • SDL supports choosing between methods, run-time binding, and embedded Java or C++ code.

  25. Motivation for applying QuO to survivability • Large scale information systems are vulnerable to attack • Most large scale systems rely on a single implementation • Distributed object systems and wide-area networks offer increased chances of failure or attack • If applications had the ability to detect abnormal behavior indicating failures, intrusions, or attacks and adapt to avoid them, the applications would be more likely to survive hostile situations • Current distributed object systems do not provide the mechanisms and infrastructure necessary to support this

  26. Open Implementation Toolkit - Enabling Technologies for Building Adaptable, Survivable Systems • Allow objects, subsystems, and applications to specify alternate implementations, service requirements, constraints, and normal operating behavior of each implementation • Provide mechanisms for monitoring runtime behavior and system characteristics • Provide mechanisms for recognizing when implementations are operating outside their acceptable ranges, which might indicate intrusions, attacks, or failures • Support notifying system and application components of the anomalous behavior, dynamically selecting alternate behavior, and reconfiguring to avoid problem areas • Demonstrate and validate the toolkit in cooperation with other participants in the DARPA/ITO Survivability of Large Scale Systems program • Integrate results into the unified QuO framework Adaptive Application Alternate Implementations CORBA + QuO Broken Connection Server Server Corrupted Server Server

  27. QuO Toolkit support for intrusion detection • Encode normal behavior as regions in QuO contracts • applications operating outside the normal regions indicate potential intrusions • Encode known attack patterns as regions in QuO contracts • applications operating inside known attack regions indicate potential intrusions • Interface to existing and emerging intrusion detection systems (IDSs) • QuO provides a means (system condition objects) in which IDSs can interoperate among themselves and with other property managers • QuO’s system condition objects provide a single application level interface to all the different IDS interfaces • QuO supports the building of applications that run in different survivability modes, from paranoid to intrusion unaware, and can switch among these at runtime

  28. QuO Toolkit survivability partners • University of Illinois • UIUC has developed a dependability manager, Proteus • Timing and value faults recognized by Proteus are potential intrusions • In addition to fault recovery, Proteus collects information and notifies the QuO/application layer • Odyssey Research Associates • Performing research in computer immunology • Identify patterns of normal usage and recognize when a system is operating outside normal regions • MIT • Performing research in intrusion detection and building IDSs

  29. Where to find more information • QuO http://www.dist-systems.bbn.com/tech/QuO • The Toolkit project http://www.dist-systems.bbn.com/projects/OIT • Toolkit personnel http://www.dist-systems.bbn.com/people • To get the QuO Toolkit v. 1.0, send mail to jloyall@bbn.com mberman@bbn.com

  30. QuO Outline Background and motivation Overview of QuO technology The Toolkit project Demonstration

More Related