UxAS on sel4. John Backes, Rockwell Collins Dan DaCosta, Rockwell Collins

Size: px
Start display at page:

Download "UxAS on sel4. John Backes, Rockwell Collins Dan DaCosta, Rockwell Collins"

Transcription

1 UxAS on sel4 John Backes, Rockwell Collins Dan DaCosta, Rockwell Collins

2 What is UxAS? UxAS: Unmanned Systems Autonomy Services Collection of software modules that interconnect to automate mission-level decision making Task assignment Cooperative control Sensor steering Used to conduct experiments and demonstrations of cooperative control and human-machine teaming Services are deployed across multiple entities Task/Service Modeling 2

3 What would we like to prove about UxAS? Task/Service Modeling 3

4 What would we like to prove about UxAS? Safety properties Services do not throw exceptions Services implement their formal specification The vehicle stays within a safe flight envelope Multiple vehicles maintain safe separation Task/Service Modeling 3

5 What would we like to prove about UxAS? Safety properties Services do not throw exceptions Services implement their formal specification The vehicle stays within a safe flight envelope Multiple vehicles maintain safe separation Quality of service properties Messages are processed and delivered in a timely manner Task/Service Modeling 3

6 What would we like to prove about UxAS? Safety properties Services do not throw exceptions Services implement their formal specification The vehicle stays within a safe flight envelope Multiple vehicles maintain safe separation Quality of service properties Messages are processed and delivered in a timely manner Security properties Services cannot alter each other s state except through defined channels Only trusted commands are executed Services do not consume resources not allocated to them Task/Service Modeling 3

7 What would we like to prove about UxAS? Safety properties Services do not throw exceptions Services implement their formal specification The vehicle stays within a safe flight envelope Multiple vehicles maintain safe separation Quality of service properties Messages are processed and delivered in a timely manner Security properties Services cannot alter each other s state except through defined channels Only trusted commands are executed Services do not consume resources not allocated to them Task/Service Modeling 3

8 Problems with initial UxAS Task/Service Modeling 4

9 Problems with initial UxAS Services/Tasks written in C++ Not type safe and difficult to reason about formally Task/Service Modeling 4

10 Problems with initial UxAS Services/Tasks written in C++ Not type safe and difficult to reason about formally Services/Tasks are dispatched sporadically with no bounds on IAT Task/Service Modeling 4

11 Problems with initial UxAS Services/Tasks written in C++ Not type safe and difficult to reason about formally Services/Tasks are dispatched sporadically with no bounds on IAT Framework all runs on Linux (there are bugs) Task/Service Modeling 4

12 Problems with initial UxAS Services/Tasks written in C++ Not type safe and difficult to reason about formally Services/Tasks are dispatched sporadically with no bounds on IAT Framework all runs on Linux (there are bugs) All Services/Tasks run as threads within the same memory space Task/Service Modeling 4

13 Baseline UxAS Architecture All Services/Tasks run in untrusted Linux OS All Services/Tasks have equal priority and criticality ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION WAYPOINT MANAGER POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX Task/Service Modeling 5

14 Baseline UxAS Architecture All Services/Tasks run in untrusted Linux OS All Services/Tasks have equal priority and criticality ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION WAYPOINT MANAGER POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX Task/Service Modeling 5

15 Baseline UxAS Architecture All Services/Tasks run in untrusted Linux OS All Services/Tasks have equal priority and criticality ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION WAYPOINT MANAGER POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX Task/Service Modeling 5

16 Baseline UxAS Architecture All Services/Tasks run in untrusted Linux OS All Services/Tasks have equal priority and criticality ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION WAYPOINT MANAGER POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX Task/Service Modeling 6

17 Baseline UxAS Architecture All Services/Tasks run in untrusted Linux OS All Services/Tasks have equal priority and criticality ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION WAYPOINT MANAGER POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX Task/Service Modeling 6

18 Baseline UxAS Architecture All Services/Tasks run in untrusted Linux OS All Services/Tasks have equal priority and criticality ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION WAYPOINT MANAGER POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX Task/Service Modeling 6

19 Possible Solutions to fix UxAS Task/Service Modeling 7

20 Possible Solutions to fix UxAS Change how Services/Tasks are dispatch so system is schedulable Task/Service Modeling 7

21 Possible Solutions to fix UxAS Change how Services/Tasks are dispatch so system is schedulable Prove correctness of all UxAS Services/Tasks Task/Service Modeling 7

22 Possible Solutions to fix UxAS Change how Services/Tasks are dispatch so system is schedulable Prove correctness of all UxAS Services/Tasks Prove isolation and correctness of critical tasks so UxAS can meet minimal QoS Task/Service Modeling 7

23 Possible Solutions to fix UxAS Change how Services/Tasks are dispatch so system is schedulable Middleware group did this Prove correctness of all UxAS Services/Tasks Prove isolation and correctness of critical tasks so UxAS can meet minimal QoS Task/Service Modeling 7

24 Possible Solutions to fix UxAS Change how Services/Tasks are dispatch so system is schedulable Middleware group did this Prove correctness of all UxAS Services/Tasks Plausible with significant effort Prove isolation and correctness of critical tasks so UxAS can meet minimal QoS Task/Service Modeling 7

25 Possible Solutions to fix UxAS Change how Services/Tasks are dispatch so system is schedulable Middleware group did this Prove correctness of all UxAS Services/Tasks Plausible with significant effort Prove isolation and correctness of critical tasks so UxAS can meet minimal QoS This is what we worked on Task/Service Modeling 7

26 Key Technologies The sel4 Microkernel Formally verified microkernel maintained by Data61 Proof is from HOL specification down to the assembly Provides formally proven isolation between components Can be used as a hypervisor to host guest OS Requires specific x86 or ARM instruction sets Isabelle/HOL and AutoCorres Isabelle/HOL is an interactive theorem prover AutoCorres is an Isabelle/HOL extension that provides a framework for reasoning about C programs Task/Service Modeling 8

27 Key Technologies Task/Service Modeling 9

28 Key Technologies OSATE Trusted Build Resolute Assurance Case AGREE Behavioral Analysis SIM Architecture Models Architecture Translation Simulator Architecture Analysis A Assumption: Input < 20 Guarantee: Output < 2Input C Assumption: none Guarantee: Output = Input1 + Input2 B sel4 echronos Assumption: Input < 20 Assumption: Input < 10 Guarantee: Output < Input + 15 Guarantee: Output < 50 Kind/JKind Task/Service Modeling 9

29 Key Technologies OSATE Trusted Build Resolute Assurance Case AGREE Behavioral Analysis SIM Architecture Models Architecture Translation Simulator Architecture Analysis A Assumption: Input < 20 Guarantee: Output < 2Input C Assumption: none Guarantee: Output = Input1 + Input2 B sel4 echronos Assumption: Input < 20 Assumption: Input < 10 Guarantee: Output < Input + 15 Guarantee: Output < 50 Kind/JKind Task/Service Modeling 9

30 UxAS + sel4 Architecture ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION WAYPIONT MANAGER POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX Task/Service Modeling 10

31 UxAS + sel4 Architecture ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION WAYPIONT MANAGER POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX SEL4 Task/Service Modeling 10

32 UxAS + sel4 Architecture ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION WAYPIONT MANAGER POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX SEL4 Task/Service Modeling 10

33 UxAS + sel4 Architecture ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX SEL4 Task/Service Modeling 10

34 UxAS + sel4 Architecture ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX WAYPOINT MANAGER SEL4 Task/Service Modeling 10

35 UxAS + sel4 Architecture All Services/Tasks run in untrusted Linux Virtual Machine on top of sel4 Critical services run as isolated native sel4 Services/Tasks ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX WAYPOINT MANAGER SEL4 Task/Service Modeling 10

36 UxAS + sel4 Architecture All Services/Tasks run in untrusted Linux Virtual Machine on top of sel4 Critical services run as isolated native sel4 Services/Tasks ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX WAYPOINT MANAGER SEL4 Task/Service Modeling 11

37 UxAS + sel4 Architecture All Services/Tasks run in untrusted Linux Virtual Machine on top of sel4 Critical services run as isolated native sel4 Services/Tasks ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX WAYPOINT MANAGER SEL4 Task/Service Modeling 11

38 UxAS + sel4 Architecture All Services/Tasks run in untrusted Linux Virtual Machine on top of sel4 Critical services run as isolated native sel4 Services/Tasks ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX WAYPOINT MANAGER SEL4 Task/Service Modeling 11

39 AADL Specification Task/Service Modeling 12

40 AADL Specification Component Features Task/Service Modeling 12

41 AADL Specification Component Features Component Instances Task/Service Modeling 12

42 AADL Specification Component Features Component Instances Component Connections Task/Service Modeling 12

43 AADL Specification Component Features Component Instances Component Connections Component Configuration Task/Service Modeling 12

44 Demonstration Launch attack against UxAS Kill UxAS process Exhaust all resource in Linux Simulates malicious adversary Simulates latent bug in UxAS Service Task/Service Modeling 13

45 Demonstration Launch attack against UxAS Kill UxAS process Exhaust all resource in Linux Simulates malicious adversary Simulates latent bug in UxAS Service Demonstrate that system still maintains minimal QoS The waypoint manager continues to deliver waypoints to the autopilot Task/Service Modeling 13

46 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

47 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

48 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

49 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

50 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

51 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

52 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

53 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

54 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

55 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

56 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

57 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

58 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

59 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

60 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

61 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

62 Demonstration Mission Computer (sel4) Linux Virtual Machine Waypoint Serial Bus Comm Plan Assign FCC Route Planner Payload Asset Task/Service Modeling 14

63 Demonstration Mission Computer (sel4) Waypoint Serial Bus FCC Asset Task/Service Modeling 14

64 Demonstration Mission Computer (sel4) Waypoint Serial Bus FCC Asset Task/Service Modeling 14

65 Demonstration Mission Computer (sel4) Waypoint Serial Bus FCC Asset Task/Service Modeling 14

66 Demonstration Mission Computer (sel4) Waypoint Serial Bus FCC Asset Task/Service Modeling 14

67 Demonstration Mission Computer (sel4) Waypoint Serial Bus FCC Asset Task/Service Modeling 14

68 Demonstration Mission Computer (sel4) Waypoint Serial Bus FCC Asset Task/Service Modeling 14

69 Demonstration Mission Computer (sel4) Waypoint Serial Bus FCC Asset Task/Service Modeling 14

70 Demonstration Mission Computer (sel4) Waypoint Serial Bus FCC Asset Task/Service Modeling 14

71 Verification of Waypoint The purpose of the Waypoint is to send subsets of the mission s waypoints to the flight control computer Correctness means: The component never sends more waypoints than the autopilot can handle The component sends the next N waypoints whenever the autopilot reaches waypoint N/2 Task/Service Modeling 15

72 Verification of Waypoint The purpose of the Waypoint is to send subsets of the mission s waypoints to the flight control computer Correctness means: The component never sends more waypoints than the autopilot can handle The component sends the next N waypoints whenever the autopilot reaches waypoint N/2 Task/Service Modeling 15

73 Arguments for Task/Services and sel4 Argument Purpose: Examine ability of UxAS to return home Under normal behavior and failure Provide rationale/organization for benefits of sel4 Decomposed target UxAS service goal into sub-claims based on architectural components Virtual machine (VM) running tasks Waypoint manager (WM) running on sel4 kernel with VM Connection to Autopilot Autopilot running independently Task/Service Modeling 16

74 Future changes to architecture ROUTE PLANNER ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX WAYPOINT MANAGER SEL4 Task/Service Modeling 17

75 Future changes to architecture ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION POINT LINE AREA OVERWATCH PERSISTENT ISR UTILITIES: TIMING, LOGGING, CONVERSIONS, FABRIC: ZEROMQ, CMASI LINUX WAYPOINT MANAGER SEL4 Task/Service Modeling 17

76 Future changes to architecture ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION POINT LINE AREA UTILITIES: TIMING, LOGGING, CONVERSIONS, OVERWATCH PERSISTENT ISR ROUTE PLANNER FABRIC: ZEROMQ, CMASI WAYPOINT LINUX MANAGER SEL4 Task/Service Modeling 17

77 Future changes to architecture ASSIGNMENT OPT ZYRE: EXTERNAL COOPERATION POINT LINE AREA UTILITIES: TIMING, LOGGING, CONVERSIONS, OVERWATCH PERSISTENT ISR ROUTE PLANNER FABRIC: ZEROMQ, CMASI WAYPOINT LINUX MANAGER SEL4 Task/Service Modeling 17

78 Future changes to architecture ZYRE: EXTERNAL COOPERATION POINT LINE AREA UTILITIES: TIMING, LOGGING, CONVERSIONS, OVERWATCH PERSISTENT ISR ROUTE PLANNER FABRIC: ZEROMQ, CMASI WAYPOINT LINUX MANAGER SEL4 Task/Service Modeling 17

79 Future changes to architecture ZYRE: EXTERNAL COOPERATION POINT LINE AREA UTILITIES: TIMING, LOGGING, CONVERSIONS, OVERWATCH PERSISTENT ISR ASSIGNMENT OPT ROUTE PLANNER FABRIC: ZEROMQ, CMASI WAYPOINT LINUX MANAGER SEL4 Task/Service Modeling 17

80 Future changes to architecture ZYRE: EXTERNAL COOPERATION POINT LINE AREA UTILITIES: TIMING, LOGGING, CONVERSIONS, OVERWATCH PERSISTENT ISR ASSIGNMENT OPT ROUTE PLANNER FABRIC: ZEROMQ, CMASI WAYPOINT LINUX MANAGER SEL4 Task/Service Modeling 17

81 What would we like to prove about UxAS? Safety properties Services do not throw exceptions Services implement their formal specification The vehicle stays within a safe flight envelope Multiple vehicles maintain safe separation Quality of service properties Messages are processed and delivered in a timely manner Security properties Services cannot alter each other s state except through defined channels Only trusted commands are executed Services do not consume resources not allocated to them Task/Service Modeling 18

82 What would we like to prove about UxAS? Safety properties Services do not throw exceptions Services implement their formal specification The vehicle stays within a safe flight envelope Multiple vehicles maintain safe separation Quality of service properties Messages are processed and delivered in a timely manner Security properties Services cannot alter each other s state except through defined channels Only trusted commands are executed Services do not consume resources not allocated to them Task/Service Modeling 18

83 What would we like to prove about UxAS? Safety properties Services do not throw exceptions Services implement their formal specification The vehicle stays within a safe flight envelope Multiple vehicles maintain safe separation Quality of service properties Messages are processed and delivered in a timely manner Security properties Services cannot alter each other s state except through defined channels Only trusted commands are executed Services do not consume resources not allocated to them Task/Service Modeling 18

84 What would we like to prove about UxAS? Safety properties Services do not throw exceptions Services implement their formal specification The vehicle stays within a safe flight envelope Multiple vehicles maintain safe separation Quality of service properties Messages are processed and delivered in a timely manner Security properties Services cannot alter each other s state except through defined channels Only trusted commands are executed Services do not consume resources not allocated to them Task/Service Modeling 18

85 Questions? Find links to project description, code, and other research at: loonwerks.com Task/Service Modeling 19

A Holistic Look at Testing Autonomous Systems. 31 st Annual National Test and Evaluation Conference 3/3/2016

A Holistic Look at Testing Autonomous Systems. 31 st Annual National Test and Evaluation Conference 3/3/2016 A Holistic Look at ing Autonomous Systems 31 st Annual National and Evaluation Conference 3/3/2016 David Scheidt david.scheidt@jhuapl.edu Autonomous Systems Tele-operation Automatic Autonomous UXV UXV

More information

Application of Advanced Multi-Core Processor Technologies to Oceanographic Research

Application of Advanced Multi-Core Processor Technologies to Oceanographic Research DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Application of Advanced Multi-Core Processor Technologies to Oceanographic Research Mark R. Abbott 104 CEOAS Administration

More information

Collaboration Between Unmanned Aerial and Ground Vehicles. Dr. Daisy Tang

Collaboration Between Unmanned Aerial and Ground Vehicles. Dr. Daisy Tang Collaboration Between Unmanned Aerial and Ground Vehicles Dr. Daisy Tang Key Components Autonomous control of individual agent Collaborative system Mission planning Task allocation Communication Data fusion

More information

AGI Software for Space Mission Design, Analysis and Engineering

AGI Software for Space Mission Design, Analysis and Engineering AGI Software for Space Mission Design, Analysis and Engineering Content Concurrent Space Mission design process Lessons learned STK for SMAD Practical example Results Summary 2 of?? Space Mission Design

More information

Integrated Service Management

Integrated Service Management Integrated Service Management for Power servers As the world gets smarter, demands on the infrastructure will grow Smart traffic systems Smart Intelligent food oil field technologies systems Smart water

More information

Wanted: Agile Solution for Evolving Marketing Demands

Wanted: Agile Solution for Evolving Marketing Demands CA SE S TU DY Global Marketing and Branding Service Leader Deploys WSO2 ESB and WSO2 Identity Server to Integrate and Manage Authentication Across 20 Distinct Modules of its Cloud-Based Application Around

More information

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability December 2002 IBM Tivoli Monitoring solutions for performance and availability 2 Contents 2 Performance and availability monitoring 3 Tivoli Monitoring software 4 Resource models 6 Built-in intelligence

More information

Use of Controls Approaches for Verification, Validation and Certification of Distributed Mission Management Controls for Unmanned Systems

Use of Controls Approaches for Verification, Validation and Certification of Distributed Mission Management Controls for Unmanned Systems Use of Controls Approaches for Verification, Validation and Certification of Distributed Mission Management Controls for Unmanned Systems AFRL S5, 2017 Kayin Cannon (NGC), Prakash Sarathy(NGC), Irene Gregory(NASA

More information

Does ESL have a role in Verification? Nick Gatherer Engineering Manager Processor Division ARM

Does ESL have a role in Verification? Nick Gatherer Engineering Manager Processor Division ARM Does ESL have a role in Verification? Nick Gatherer Engineering Manager Processor Division ARM 1 Key Trends A typical verification challenge... big.little heterogeneous multicore APPS APPS Increasing complexity

More information

BUILDING A PRIVATE CLOUD

BUILDING A PRIVATE CLOUD INNOVATION CORNER BUILDING A PRIVATE CLOUD How Platform Computing s Platform ISF* Can Help MARK BLACK, CLOUD ARCHITECT, PLATFORM COMPUTING JAY MUELHOEFER, VP OF CLOUD MARKETING, PLATFORM COMPUTING PARVIZ

More information

Hybrid Cloud. Private and public clouds under a single service

Hybrid Cloud. Private and public clouds under a single service Hybrid Cloud Private and public clouds under a single service Combine the bespoke, costeffective nature of our private cloud with the latest technology and scalability of the public Azure platform and

More information

Advancing Weapons Capabilities in Multi-Domain Environments

Advancing Weapons Capabilities in Multi-Domain Environments Advancing Weapons Capabilities in Multi-Domain Environments March 28, 2017 Presented to: PSAR 2017 Presented by: RADM Mark Darrah PEO(U&W) NAVAIR Public Release 2017-201 Distribution Statement A - "Approved

More information

Building smart products: best practices for multicore software development

Building smart products: best practices for multicore software development IBM Software Rational Thought Leadership White Paper Building smart products: best practices for multicore software development 2 Building smart products: best practices for multicore software development

More information

Oracle Premier Support Get Ahead. Stay Ahead. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Oracle Premier Support Get Ahead. Stay Ahead. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle Premier Support Get Ahead. Stay Ahead. 1 DISCOVER ADOPT MAXIMIZE Support Best Practices 2 Support Best Practices Maximize Business Value DISCOVER Support Best Practices ADOPT My Oracle Support MAXIMIZE

More information

AeroVironment, Inc. Unmanned Aircraft Systems Overview. Background

AeroVironment, Inc. Unmanned Aircraft Systems Overview. Background AeroVironment, Inc. Unmanned Aircraft Systems Overview Background AeroVironment ( AV ) is a technology company with a 40-year history of practical innovation in the fields of unmanned aircraft systems

More information

Key Benefits. Overview. Field Service empowers companies to improve customer satisfaction, first time fix rates, and resource productivity.

Key Benefits. Overview. Field Service empowers companies to improve customer satisfaction, first time fix rates, and resource productivity. Field Service empowers companies to improve customer satisfaction, first time fix rates, and resource productivity. Microsoft delivers advanced scheduling, resource optimization and mobile enablement capabilities

More information

Using SAP with HP Virtualization and Partitioning

Using SAP with HP Virtualization and Partitioning Using SAP with HP Virtualization and Partitioning Introduction... 2 Overview of Virtualization and Partitioning Technologies... 2 Physical Servers... 2 Hard Partitions npars... 3 Virtual Partitions vpars...

More information

RPAS activities at Universitat Politècnica de València (UPV)

RPAS activities at Universitat Politècnica de València (UPV) Workshop Ongoing Postgraduate and PhD research in RPAS domain RPAS activities at Universitat Politècnica de València (UPV) Joan Vila Carbó Universitat Politècnica de Valencia (UPV) RPAS Activities at UPV

More information

Unikernel Monitors Extending Minimalism Outside of the Box

Unikernel Monitors Extending Minimalism Outside of the Box Unikernel Monitors Extending Minimalism Outside of the Box Dan Williams and Ricardo Koller, IBM Research USENIX HotCloud 2016 June 20, 2016, Denver, CO Minimalism is good Reduced attack surface Better

More information

Red Hat Open Shift Container Platform

Red Hat Open Shift Container Platform Red Hat Open Shift Container Platform Daniel.Froehlich@RedHat.com IT Must Evolve to Stay Ahead of Demands Containers package applications with dependencies and isolate the runtime Easy to deploy and portable

More information

Industrial Internet: Challenges & Opportunities. IOT/WebRTC. November 5, 2014 Dave Duggal, EnterpriseWeb

Industrial Internet: Challenges & Opportunities. IOT/WebRTC. November 5, 2014 Dave Duggal, EnterpriseWeb Industrial Internet: Challenges & Opportunities IOT/WebRTC November 5, 2014 Dave Duggal, EnterpriseWeb The IIC: 92 global leaders working together to drive transformational change IIC Founder Companies

More information

Engineering Services Outsourcing

Engineering Services Outsourcing Engineering Services Outsourcing Let L&T help improve your products, reduce your costs and get your products to market faster. Engineering Services Outsourcing brochure Gain a competitive edge with L&T

More information

Securing MapReduce Result Integrity via Verification-based Integrity Assurance Framework

Securing MapReduce Result Integrity via Verification-based Integrity Assurance Framework , pp.53-70 http://dx.doi.org/10.14257/ijgdc.2014.7.6.05 Securing MapReduce Result Integrity via Verification-based Integrity Assurance Framework Yongzhi Wang 1, Jinpeng Wei 2 and Yucong Duan 3 1,2 Floridia

More information

SunGard: Cloud Provider Capabilities

SunGard: Cloud Provider Capabilities SunGard: Cloud Provider Capabilities Production and Recovery Solutions for Mid-Sized Enterprises www.sungardas.com Agenda Our Mission Use Cases Cloud Strategy Why SunGard 2 Our Mission Enable mid-sized

More information

HP Cloud Maps for rapid provisioning of infrastructure and applications

HP Cloud Maps for rapid provisioning of infrastructure and applications Technical white paper HP Cloud Maps for rapid provisioning of infrastructure and applications Table of contents Executive summary 2 Introduction 2 What is an HP Cloud Map? 3 HP Cloud Map components 3 Enabling

More information

Operations Management Suite

Operations Management Suite PRICING AND LICENSING DATASHEET MARCH 2017 Delivered from Azure, Operations Management Suite (OMS) enables you to gain visibility and control with comprehensive operations management and security across

More information

This specific set of services is designed to support the operating of the SAP HANA on the Power Systems infrastructures.

This specific set of services is designed to support the operating of the SAP HANA on the Power Systems infrastructures. IBM Proactive Services Proactive Services Price Index 1. Subject The following document is a list of the available Proactive Services which can be purchased by Clients under the Proactive Services Framework

More information

What s New with the PlantPAx Distributed Control System

What s New with the PlantPAx Distributed Control System What s New with the PlantPAx Distributed Control System Copyright 2016 Rockwell Automation, Inc. All Rights Reserved. 1 PLANT-WIDE Control and Optimization SCALABLE and Modular SECURE Open and Information-enabled

More information

System Security Engineering and Program Protection Case Study for the Materiel Solution Analysis Phase Tutorial Exercises

System Security Engineering and Program Protection Case Study for the Materiel Solution Analysis Phase Tutorial Exercises System Security Engineering and Program Protection Case Study for the Materiel Solution Analysis Phase Tutorial Exercises Melinda Reed Office of the Deputy Assistant Secretary of Defense for Systems Engineering

More information

Introducing Microsoft Dynamics CRM

Introducing Microsoft Dynamics CRM Introducing Microsoft Dynamics CRM Which Organisations Use Microsoft Dynamics CRM? Top 10 Benefits of Microsoft Dynamics CRM Demonstrating Microsoft Dynamics CRM CRM Planning Resources www.preact.co.uk

More information

USING LINUX IN MEDICAL DEVICES: WHAT DEVELOPERS AND MANUFACTURERS NEED TO KNOW By Ken Herold, Engineering Specialist, Wind River

USING LINUX IN MEDICAL DEVICES: WHAT DEVELOPERS AND MANUFACTURERS NEED TO KNOW By Ken Herold, Engineering Specialist, Wind River USING LINUX IN MEDICAL DEVICES: WHAT DEVELOPERS AND MANUFACTURERS NEED TO KNOW By Ken Herold, Engineering Specialist, Wind River WHEN IT MATTERS, IT RUNS ON WIND RIVER EXECUTIVE OVERVIEW Linux is the operating

More information

IARPA: ADVANCED CYBER RESEARCH IN A CONNECTED WORLD DR. STACEY DIXON

IARPA: ADVANCED CYBER RESEARCH IN A CONNECTED WORLD DR. STACEY DIXON IARPA: ADVANCED CYBER RESEARCH IN A CONNECTED WORLD DR. STACEY DIXON 25 October 2016 Intelligence Advanced Research Projects Activity The Intelligence Community Central Intelligence Agency Defense Intelligence

More information

Jack Weast. Principal Engineer, Chief Systems Engineer. Automated Driving Group, Intel

Jack Weast. Principal Engineer, Chief Systems Engineer. Automated Driving Group, Intel Jack Weast Principal Engineer, Chief Systems Engineer Automated Driving Group, Intel From the Intel Newsroom 2 Levels of Automated Driving Courtesy SAE International Ref: J3061 3 Simplified End-to-End

More information

Performing UAV Mission Planning, Design, & Optimization

Performing UAV Mission Planning, Design, & Optimization Performing UAV Mission Planning, Design, & Optimization Russ Magazzu UAV Product Manager Pg 1 of 30 Agenda Unmanned aerial systems application areas capabilities STK 8 Aircraft Mission Modeler Pg 2 of

More information

POWER. OpenPOWER Foundation Overview. February Steve Fields IBM Distinguished Engineer Director of Power Systems Design

POWER. OpenPOWER Foundation Overview. February Steve Fields IBM Distinguished Engineer Director of Power Systems Design Open Foundation Overview February 2014 Steve Fields IBM Distinguished Engineer Director of Power Systems Design 1 Goal and Intent of Open Opening the architecture, providing ability to innovate across

More information

Attribute-Driven Design Method

Attribute-Driven Design Method 1 Attribute-Driven Design Method April 2014 Ying SHEN SSE, Tongji University 2 Lecture objectives This lecture will enable student to understand ADD steps design the architecture using ADD method 3 Architecture

More information

Business Process Management 2010

Business Process Management 2010 Business Process Management 2010 Ing. Federico Senese WebSphere Technical Specialist IBM Southwest Europe federico.senese@it.ibm.com About me: Federico Senese Joined IBM in 2000 after earning an University

More information

Application of Advanced Multi-Core Processor Technologies to Oceanographic Research

Application of Advanced Multi-Core Processor Technologies to Oceanographic Research DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Application of Advanced Multi-Core Processor Technologies to Oceanographic Research Mark R. Abbott 104 CEOAS Administration

More information

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED

UForge AppCenter 3.8. Introduction March Copyright 2018 FUJITSU LIMITED UForge AppCenter 3.8 Introduction March 2018 Copyright 2018 FUJITSU LIMITED Enterprise Cloud Application Journey 3 stages in transitioning legacy enterprise applications to cloud: Cloud-hosted applications:

More information

MontaVista Carrier Grade Express

MontaVista Carrier Grade Express MontaVista Carrier Grade Express MontaVista Linux Carrier Grade express (CGX), delivers Carrier Grade Linux reliability, security, and serviceability to embedded Internet of Things (IoT) devices along

More information

I D C M A R K E T S P O T L I G H T. S i l o s a n d Promote Business Ag i l i t y

I D C M A R K E T S P O T L I G H T. S i l o s a n d Promote Business Ag i l i t y I D C M A R K E T S P O T L I G H T E f f e c t i ve M u l ticloud Str ategies B reak Dow n S i l o s a n d Promote Business Ag i l i t y August 2016 Adapted from IDC's Multicloud Management Survey by

More information

Fixed Wing Survey Drone. Students:

Fixed Wing Survey Drone. Students: Fixed Wing Survey Drone Project Proposal Students: Ben Gorgan Danielle Johnson Faculty Advisor: Dr. Joseph A. Driscoll Date: November, 26 2013 1 Project Summary This project will develop an unmanned aerial

More information

Azure IoT Suite. Secure device connectivity and management. Data ingestion and command + control. Rich dashboards and visualizations

Azure IoT Suite. Secure device connectivity and management. Data ingestion and command + control. Rich dashboards and visualizations Azure IoT Suite Secure device connectivity and management Data ingestion and command + control Rich dashboards and visualizations Business workflow integration Move beyond building blocks with pre-configured

More information

Your Q is my Q Message Queue Security G. Geshev

Your Q is my Q Message Queue Security G. Geshev Your Q is my Q Message Queue Security G. Geshev PacSec 2014 Labs.mwrinfosecurity.com MWR Labs Labs.mwrinfosecurity.com MWR Labs 1 Introduction I m a Security Researcher at MWR InfoSecurity (UK) Research

More information

Advanced Support for Server Infrastructure Refresh

Advanced Support for Server Infrastructure Refresh Advanced Support for Server Infrastructure Refresh Transitioning to new server technology can deliver massive performance and availability improvements. However concerns about the migration process and

More information

Anticipate, Find, Fix, Track, Target, Engage, Assess Anything, Anytime, Anywhere Energized By Focused Long Term Challenge (FLTC) Plans

Anticipate, Find, Fix, Track, Target, Engage, Assess Anything, Anytime, Anywhere Energized By Focused Long Term Challenge (FLTC) Plans AF S&T Challenges for Responsive Space Colonel Rex R. Kiziah Materiel Wing Director, Space Vehicles Air Force Research Laboratory 1 Overview AFRL Focused Long Term Challenges (FLTCs) Responsive spacecraft

More information

Tough Math for Desktop TCO

Tough Math for Desktop TCO Top 6 reasons to use a Remote Desktop and RemoteApps Tough Math for Desktop TCO In their fight to reduce IT budgets, small- and medium-sized businesses have to answer one tough question: how do we reduce

More information

WHITE PAPER SPLUNK SOFTWARE AS A SIEM

WHITE PAPER SPLUNK SOFTWARE AS A SIEM SPLUNK SOFTWARE AS A SIEM Improve your security posture by using Splunk as your SIEM HIGHLIGHTS Splunk software can be used to build and operate security operations centers (SOC) of any size (large, med,

More information

Robotic Servicing of Geosynchronous Satellites (RSGS) Program Overview

Robotic Servicing of Geosynchronous Satellites (RSGS) Program Overview Robotic Servicing of Geosynchronous Satellites (RSGS) Program Overview Dr. Gordon Roesler Future In-Space Operations Colloquium June 15, 2016 Distribution Statement A. Cleared for public release, distribution

More information

How-to guide: Set up O365 Manager Plus in Azure

How-to guide: Set up O365 Manager Plus in Azure How-to guide: Set up O365 Manager Plus in Azure www.o365managerplus.com Contents 1. Summary ---------------------------------------------------------------------------------------- --- 3 2. About O365

More information

icharge PMS Middleware, Integration and Call Accounting

icharge PMS Middleware, Integration and Call Accounting icharge PMS Middleware, Integration and Call Accounting Superior communication is at the heart of every successful hotel. MITEL CONNECTED GUESTS The class leading Hospitality Applications Suite is transforming

More information

Extending Enterprise to the Edge

Extending Enterprise to the Edge Extending Enterprise to the Edge EXECUTIVE SUMMARY There is a lot of hype around the Internet of Things (IoT), especially with so many solution providers claiming to have end-to-end solutions. But when

More information

New Ways to Leverage Open Source

New Ways to Leverage Open Source #techsummitch New Ways to Leverage Open Source NEW DEMANDS NEW OPPORTUNITIES Open Source Projects Have Exploded + SUSE: What it Means to be Open Open Source Community Customers & Partners Committed to

More information

Trasformare il Business con Soluzioni Cloud

Trasformare il Business con Soluzioni Cloud Trasformare il Business con Soluzioni Cloud Marco Sebastiani Product Manager, IBM Tivoli Cloud Solutions 1 What is different about cloud computing? Without cloud computing With cloud computing Virtualized

More information

Microsoft FastTrack For Azure Service Level Description

Microsoft FastTrack For Azure Service Level Description ef Microsoft FastTrack For Azure Service Level Description 2017 Microsoft. All rights reserved. 1 Contents Microsoft FastTrack for Azure... 3 Eligible Solutions... 3 FastTrack for Azure Process Overview...

More information

Fixed-Wing Survey Drone. Students:

Fixed-Wing Survey Drone. Students: Fixed-Wing Survey Drone Functional Description and System Block Diagram Students: Ben Gorgan Danielle Johnson Faculty Advisor: Dr. Joseph A. Driscoll Date: October 1, 2013 Introduction This project will

More information

FUJITSU Software UForge AppCenter 3.8

FUJITSU Software UForge AppCenter 3.8 FUJITSU Software UForge AppCenter 3.8 Introduction Fujitsu Limited February 2018 0 Hybrid IT Challenges 1 Hybrid IT Challenges % Networking Single Pane of Glass for Monitoring and Management Application

More information

Cisco Workload Optimization Manager: Setup and Use Cases

Cisco Workload Optimization Manager: Setup and Use Cases Cisco Workload Optimization Manager: Setup and Use Cases 2017 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 49 Contents Introduction Minimum requirements

More information

IBM xseries 430. Versatile, scalable workload management. Provides unmatched flexibility with an Intel architecture and open systems foundation

IBM xseries 430. Versatile, scalable workload management. Provides unmatched flexibility with an Intel architecture and open systems foundation Versatile, scalable workload management IBM xseries 430 With Intel technology at its core and support for multiple applications across multiple operating systems, the xseries 430 enables customers to run

More information

Introducing FUJITSU Software Systemwalker Centric Manager V15.0

Introducing FUJITSU Software Systemwalker Centric Manager V15.0 Introducing FUJITSU Software Systemwalker Centric Manager V15.0 < Version 1.0 > November 2013 FUJITSU LIMITED Contents Integrated Monitoring Required in Virtualization/Server Integration Characteristics

More information

UgCS for DJI. User Manual. mobile companion version SPH Engineering

UgCS for DJI. User Manual. mobile companion version SPH Engineering mobile companion version 2.5 User Manual 2017 SPH Engineering www.ugcs.com Table of Contents 1. Preface... 3 2. Drone connection and first flight... 4 2.1. Getting ready... 4 2.2. First flight... 4 2.3.

More information

XCV

XCV Issue Q2/2016 XCV www.servicetechmag.com CONTAINERS AND CONTAINERIZATION APPLICATIONS AND SERVICES ON STEROIDS? BY ROGER STOFFERS Containerized Service Deployment by Roger Stoffers Big Data Adoption and

More information

Canopy IoT Platform BEYOND BASIC DEVICE MANAGEMENT

Canopy IoT Platform BEYOND BASIC DEVICE MANAGEMENT Canopy IoT Platform BEYOND BASIC DEVICE MANAGEMENT Canopy TM IoT Platform is the most advanced cloud solution for managing large networks of self-service devices, kiosks, vending machines and more. Go

More information

Architecture-led Incremental System Assurance (ALISA) Demonstration

Architecture-led Incremental System Assurance (ALISA) Demonstration Architecture-led Incremental System Assurance (ALISA) Demonstration Peter Feiler Software Engineering Institute Carnegie Mellon University Pittsburgh, PA 15213 [DISTRIBUTION STATEMENT A] This material

More information

Environmental Security Technology Certification Program (ESTCP) LARGE SCALE ENERGY STORAGE AND MICROGRIDS

Environmental Security Technology Certification Program (ESTCP) LARGE SCALE ENERGY STORAGE AND MICROGRIDS FY 2019 Federal Outside DoD Call for Proposals: Topic B9 January 9, 2018 Environmental Security Technology Certification Program (ESTCP) LARGE SCALE ENERGY STORAGE AND MICROGRIDS OBJECTIVE The U.S. Department

More information

"Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary

Charting the Course... MOC A: Architecting Microsoft Azure Solutions. Course Summary MOC 20535 A: Architecting Microsoft Course Summary Description This course is intended for architects who have experience building infrastructure and applications on the Microsoft platform. Students should

More information

Translate Integration Imperative into a solution Framework. A Solution Framework. August 1 st, Mumbai By Dharanibalan Gurunathan

Translate Integration Imperative into a solution Framework. A Solution Framework. August 1 st, Mumbai By Dharanibalan Gurunathan Translate Integration Imperative into a solution Framework A Solution Framework August 1 st, Mumbai By Dharanibalan Gurunathan Copyright IBM Corporation 2007 agenda 1 Introduction to solution framework

More information

SUSE Studio Extension for System z and the SUSE Appliance Program

SUSE Studio Extension for System z and the SUSE Appliance Program SUSE Studio Extension for System z and the SUSE Appliance Program IBM System z ISV Conference Call Frank Curran and Kay Tate May 12, 2011 www.novell.com/appliances Agenda 2 Appliance definition Appliance

More information

ProSupport Enterprise Suite. Support that accelerates your IT transformation

ProSupport Enterprise Suite. Support that accelerates your IT transformation ProSupport Enterprise Suite Support that accelerates your IT transformation 1 Comprehensive support for complex environments The enterprise landscape is changing rapidly, and the pressure to introduce

More information

Multi-Agent Model for Power System Simulation

Multi-Agent Model for Power System Simulation Multi-Agent Model for Power System Simulation A.A.A. ESMIN A.R. AOKI C.R. LOPES JR. G. LAMBERT-TORRES Institute of Electrical Engineering Federal School of Engineering at Itajubá Av. BPS, 1303 Itajubá/MG

More information

System of Systems and Live, Virtual, Constructive Test Capability

System of Systems and Live, Virtual, Constructive Test Capability System of Systems and Live, Virtual, Constructive Test Capability Global Capabilities Presented at AIAA 2012 Complex Aerospace Systems Exchange (CASE) Integration, Test, and Verification of Complex Systems:

More information

Avoid the Hype and Find Real Value in Devops and PaaS ABDUL KHALIQ GAFFAR

Avoid the Hype and Find Real Value in Devops and PaaS ABDUL KHALIQ GAFFAR Avoid the Hype and Find Real Value in Devops and PaaS ABDUL KHALIQ GAFFAR AGENDA DevOps: Problem statement, what, and why How to enable DevOps Cloud Architecture PaaS OpenShift How OpenShift Accelerates

More information

Validation, Verification and MER Case Study

Validation, Verification and MER Case Study Validation, Verification and MER Case Study Prof. Chris Johnson, School of Computing Science, University of Glasgow. johnson@dcs.gla.ac.uk http://www.dcs.gla.ac.uk/~johnson Introduction. Definitions and

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. The following is intended to outline our general product direction. It is intended for information

More information

C2-304 INTEGRATED INFORMATION SYSTEM FOR THE SIEPAC REGIONAL ELECTRICITY MARKET

C2-304 INTEGRATED INFORMATION SYSTEM FOR THE SIEPAC REGIONAL ELECTRICITY MARKET 21, rue d'artois, F-75008 Paris http://www.cigre.org C2-304 Session 2004 CIGRÉ INTEGRATED INFORMATION SYSTEM FOR THE SIEPAC REGIONAL ELECTRICITY MARKET RENATO CÉSPEDES *, KEMA (Colombia) LEON MADRID, KEMA

More information

SSL Payload Orbital Delivery System (PODS) FedEx to GTO/GEO

SSL Payload Orbital Delivery System (PODS) FedEx to GTO/GEO SSL Payload Orbital Delivery System (PODS) FedEx to GTO/GEO June 11th, 2014 For more information, contact: Al Tadros, SSL Email: alfred.tadros@sslmda.com Tel: (650) 714-0439 Cost-Effective, Frequent, Quick

More information

Single Euro Payments Area

Single Euro Payments Area Single Euro Payments Area Background The Single Euro Payments Area (SEPA) is a payment-integration initiative of the European Union for simplification of bank transfers. As of March 2012, SEPA consists

More information

CAPACITY MANAGEMENT in the MODERN DATA CENTER. TURBONOMIC white paper

CAPACITY MANAGEMENT in the MODERN DATA CENTER. TURBONOMIC white paper CAPACITY MANAGEMENT in the MODERN DATA CENTER TURBONOMIC white paper TURBONOMIC.com EXECUTIVE SUMMARY Capacity management as an operational discipline has existed since the advent of server-based computing,

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

Oracle Identity Manager 11g: Essentials

Oracle Identity Manager 11g: Essentials Oracle University Contact Us: 1.800.529.0165 Oracle Identity Manager 11g: Essentials Duration: 4 Days What you will learn Oracle Identity Manager 11g (11.1.1.3.0) is a highly flexible and scalable enterprise

More information

LEVERAGING YOUR VENDORS TO SUPPORT DATA INTEGRITY:

LEVERAGING YOUR VENDORS TO SUPPORT DATA INTEGRITY: LEVERAGING YOUR VENDORS TO SUPPORT DATA INTEGRITY: QUESTIONS TO ASK AND RESPONSIBILITIES TO DOCUMENT Heather Longden Boston Chapter Educational Meeting April 2018 About Waters Lab Informatics Separations

More information

Using an IEC Certified RTOS Kernel for Safety-Critical Systems

Using an IEC Certified RTOS Kernel for Safety-Critical Systems Using an IEC 61508-Certified RTOS Kernel for Safety-Critical Systems FTF China, August 2011 Bob Monkman Director, Business Development QNX Software Systems The Standards The Standards IEC 61508 Accreditation

More information

Service Management for the Mobile Mainframe Delivered via Cloud Lunch and Learn

Service Management for the Mobile Mainframe Delivered via Cloud Lunch and Learn Service Management for the Mobile Mainframe Delivered via Cloud Lunch and Learn Mike Baskey, DE, Cloud and Smarter Infrastructure IBM August 15, 2013 Session 14345 Mainframe applications increasingly used

More information

Oracle Real-Time Scheduler Benchmark

Oracle Real-Time Scheduler Benchmark An Oracle White Paper November 2012 Oracle Real-Time Scheduler Benchmark Demonstrates Superior Scalability for Large Service Organizations Introduction Large service organizations with greater than 5,000

More information

Plan, Deploy and Configure Microsoft InTune

Plan, Deploy and Configure Microsoft InTune Plan, Deploy and Configure Microsoft InTune 5 Day Course AUDIENCE IT Pros that have experience with Windows 10 use, deployment and management Experience with any optional ios or Android devices. FORMAT

More information

Dell Advanced Infrastructure Manager (AIM) Automating and standardizing cross-domain IT processes

Dell Advanced Infrastructure Manager (AIM) Automating and standardizing cross-domain IT processes Systems Automating and standardizing cross-domain IT processes By Hal Clark The combination of Dell Advanced Infrastructure Manager (AIM) and BMC Atrium Orchestrator enables the creation of automated,

More information

Direct to Phase II SBIR Topic SB Defense Against National Vulnerabilities in Public Data

Direct to Phase II SBIR Topic SB Defense Against National Vulnerabilities in Public Data FINAL REPORT Open Data Threat Contract: W911NF-14-C-0031 Period of Performance: March 13, 2014 January 31, 2017 Prepared for: Mr. Wade Shen (wade.shen@darpa.mil), DARPA Brian Sandberg (brian.sandberg.ctr@darpa.mil),

More information

Learn How To Implement Cloud on System z. Delivering and optimizing private cloud on System z with Integrated Service Management

Learn How To Implement Cloud on System z. Delivering and optimizing private cloud on System z with Integrated Service Management Learn How To Implement Cloud on System z Delivering and optimizing private cloud on System z with Integrated Service Mike Baskey, Distinguished Engineer, Tivoli z Architecture IBM August 9th, 2012 Session:

More information

Compliance driven Integrated circuit development based on ISO26262

Compliance driven Integrated circuit development based on ISO26262 Compliance driven Integrated circuit development based on ISO26262 Haridas Vilakathara Manikantan panchapakesan NXP Semiconductors, Bangalore Accellera Systems Initiative 1 Outline Functional safety basic

More information

UNMANNED SURFACE VESSEL (USV)

UNMANNED SURFACE VESSEL (USV) UNMANNED SURFACE VESSEL (USV) UNMANNED SURFACE VESSEL (USV) By using Arma-Tech Tactical Autonomous Control Kit (ATTACK), the vessel can operate independently or combined in swarm. Completely autonomously

More information

A Highly Customizable Blockchain Infrastructure

A Highly Customizable Blockchain Infrastructure 1 / 15 2 / 15 Abstract NULS is a blockchain that architecturally enables extendibility using smart contracts, modules and sub-chains. It is an open-source project that separates its features into customizable

More information

Best Practices for IT Service Management in 2017+

Best Practices for IT Service Management in 2017+ Best Practices for IT Service Management in 2017+ Branko Tadić ITSM Solution Executive IBM Hybrid Cloud Europe branko.tadic@rs.ibm.com 2016 IBM Corporation 2016 IBM Corporation 2016 IBM Corporation 2016

More information

The IoT Solutions Space: Edge-Computing IoT architecture, the FAR EDGE Project John Professor Athens Information

The IoT Solutions Space: Edge-Computing IoT architecture, the FAR EDGE Project John Professor Athens Information The IoT Solutions Space: Edge-Computing IoT architecture, the FAR EDGE Project John Soldatos (jsol@ait.gr, @jsoldatos), Professor Athens Information Technology Contributor: Solufy Blog (http://www.solufy.com/blog)

More information

Amazon WorkSpaces Cost Optimizer

Amazon WorkSpaces Cost Optimizer Amazon WorkSpaces Cost Optimizer AWS Implementation Guide Matt Juaire Joseph Seeley Tom Horton January 2017 Last updated: March 2017 (see revisions) Copyright (c) 2017 by Amazon.com, Inc. or its affiliates.

More information

PTC Case Study. numecent.com

PTC Case Study. numecent.com PTC PTC eliminates trial software abandon rates and increases conversion rates Company Profile PTC is a provider of Digital Engineering solutions. Company Size: Large Enterprise Industry: ISV Challenges

More information

The Future of C4ISR. Dr. Paul Zablocky CERDEC, Space & Terrestrial Communications Directorate Director (SES) 09 Apr 2014

The Future of C4ISR. Dr. Paul Zablocky CERDEC, Space & Terrestrial Communications Directorate Director (SES) 09 Apr 2014 DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. The Future of C4ISR 09 Apr 2014 Dr. Paul Zablocky CERDEC, Space & Terrestrial Communications Directorate Director (SES)

More information

Managing Data in Motion with the Connected Data Architecture

Managing Data in Motion with the Connected Data Architecture Managing in Motion with the Connected Architecture Dmitry Baev Director, Solutions Engineering Doing It Right SYMPOSIUM March 23-24, 2017 1 Hortonworks Inc. 2011 2016. All Rights Reserved 4 th Big & Business

More information

IBM Tivoli Endpoint Manager for Lifecycle Management

IBM Tivoli Endpoint Manager for Lifecycle Management IBM Endpoint Manager for Lifecycle Management A single-agent, single-console approach for endpoint management across the enterprise Highlights Manage hundreds of thousands of endpoints regardless of location,

More information

Human System Technologies Strategic Vectors

Human System Technologies Strategic Vectors Human System Technologies Strategic Vectors 15 th Annual Science & Technology Engineering Technology/ Defense Tech Exposition 8 April 2014 Integrity Service Excellence Dr. Morley Stone, Chief Scientist

More information

Developing Connected Products - What s needed? Driven to enable your success!

Developing Connected Products - What s needed? Driven to enable your success! Developing Connected Products - What s needed? Driven to enable your success! What s a Connected Product Smart, connected products are products, assets and other things embedded with processors, sensors,

More information