IoT / practical usage

Size: px
Start display at page:

Download "IoT / practical usage"

Transcription

1 IoT Camp IoT / practical usage Ulm / Artiso

2 Agenda

3 How do you define IoT? * Clemens Vasters; Architect; Microsoft Azure

4 Smart Gadgets / Devices

5 Grid Renewables Oil/Gas/Coal Recovery and Distribution Points of Sale Restaurants Hotels Fuel Stations Patients Clinics Hospitals Nursing Homes Mobile Care Safety Security Comfort Lighting Automation Manufacturing Integration and Automation Remote Servicing Predictive and Reactive Maintenance Water Waste Pollution Control Fire Emergency Public Safety Law Enforcement Letters Packages Containers Tanks Bulkware Games Events Sports Television Streaming Traffic Buses Cars Trucks Trains Vessels Aircraft Bikes Smart Energy Smart Pro Services Smart Retail Smart Mobility Smart Logistics Smart Factory Smart Cities Smart Entertainment Smart Healthcare Smart Building Home Smart Systems?

6 Krones AG

7 Demo Time Krones AG

8 Devices Linux, Android, ios, RTO, Windows IoT Architecture Windows IoT Devices Azure IoT Cloud Services

9 MS Approach Software as a Service Azure IoT Suite SaaS Platform as a Service Storage Service Bus / EventHub Compute Analytics (NRT, HD-Insight) PaaS

10 Devices Linux, Android, ios, RTO, Windows Azure IoT Suite Windows IoT Devices Cloud Services Azure IoT

11 Communication Patterns Telemetry Ingest That s easy Ingest rate Storage Security Command That s not so easy Security Latency Scale Big Data Data in Motion

12 Communication Patterns Telemetry Ingest Let s do the math 6 X 20 = 120 machines sensors / machine sensors / production line

13 Communication Patterns Telemetry Ingest Let s do the math 120 X 4 = 480 sensors / production line production lines / plant sensors / plant

14 Communication Patterns Telemetry Ingest Let s do the math 480 X 60 = 1,728,000 sensors / plant telemetry ingests / minute ingests / hour

15 Communication Patterns Telemetry Ingest Let s do the math 1,728,000 X 50 = 86,400,000 ingests / hour e.g. customers On a 24/7 basis ingests / hour Hyper Scale is needed

16 Services Service Bus / Event Hub Overview Service Bus Production Line(s) Relay Queue Interactive Dashboard(s) Event Hub Topic Notification

17 Services Service Bus / Event Hub Partitions Event Hub Service Bus Production Line(s) * 1 Mio Producers * 1 GB/sec aggregated per EventHub Consumer Group Reader 1 Reader 1 Reader 2 Reader 2 Reader 3 Reader 3.. Interactive Dashboard(s) Throughput Units 1 MB/s writes 2 MB/s reads

18 Demo Time Creation / Ingest

19

20 Node.js Code var https = require('https'); var crypto = require('crypto'); var namespace = 'RobEichDevEventHub-ns'; var hubname ='demoeventhub'; var partitionkey = 'mytessel'; var eventhubaccesskeyname = 'EventHubKey'; var createdsas = 'SharedAccessSignature sr=https%3a%2f%2frobeichdeveventhub- Fmytessel%2Fmessages&sig=cmwmWeUD%2FBvXC %2FnzgPqbe1Kx4TB8NrksSZrOQK%2FjbaA%3D&se= &skn=EventHubKey'; // Payload to send var payload = '{\"Temperature\":\"37.0\",\"Humidity\":\"0.4\"}'; // Send the request to the Event Hub var options = { hostname: namespace + '.servicebus.windows.net', port: 443, path: '/' + hubname + '/publishers/' + partitionkey + '/messages', method: 'POST', headers: { 'Authorization': createdsas, 'Content-Length': payload.length, 'Content-Type': 'application/atom+xml;type=entry;charset=utf-8' } }; var req = https.request(options, function(res) { res.on('data', function(d) { process.stdout.write(d); }); }); req.on('error', function(e) { console.log('error'); console.error(e); }); req.write(payload); req.end();

21 Where are we? Ingest Egress

22 Egress / Transformation Analytics Data in Motion vs. Data at Rest Production Line(s) Service Bus Event Hub Storage Trend Calculation Dashboard(s) Telemetry Alarm Engine Data in Motion Data at Rest Data in Motion

23 Services Stream Analytics Production Line(s) Telemetry Service Bus Event Hub Stream Analytics Transform Temporal Joins Filter Aggregates Projections Time Windows Service Bus Event Hub Storage Enrich / Correlate Other Streams Data at Rest

24 Demo Time Stream Analytics

25

26 Where are we? Ingest Egress Analytics

27 Command & Control Production Line(s) Interactive Dashboard(s) Commands Secure & Low Latency 1:1; 1:n; n:m

28 Command & Control Production Line(s) Open Port Public IP / Dynamic DNS Command Dashboard(s)

29 Command & Control VPN Production Line(s) Dashboard(s) Command

30 Command & Control Service Assisted Communication Public address Full defendable Server platform Production Line(s) Cloud Dashboard(s) Outbound Connection Service Gateway Command No active listening (unlike VPN) Device initiated, outbound connections (like VPN) Automatic Port Mapping (like VPN) No open inbound ports; minimized attack surface

31 Command & Control Service Assisted Communication Building Blocks: Open Source Solutions: Azure Service Bus Queues, Azure Service BusTopic Subscriptions (Take care -> pricing, No. of clients) Azure Web Site + Redis Cache Nitrogen.Io Crossbar.Io

32 What is Crossbar.io?

33 Summary / Take Aways IoT & Microsoft Azure a perfect fit Azure Event Hub Azure Stream Analytics Azure Machine Learning Azure Storage Azure Sql Database End-To-End IoT Solution Microsoft IoT Suite

34 I

35 Cheat Sheet Code Snippets: Tessel 101: Arduino Yun 101: Crossbar.IO Slide Deck:

Hybrid Cloud Architectures for Operational Performance Management

Hybrid Cloud Architectures for Operational Performance Management Hybrid Cloud Architectures for Operational Performance Management Delbert Murphy Solution Architect / Data Scientist Microsoft Corporation GPDIS_2014.ppt 1 Delbert Murphy and Microsoft s Data Insights

More information

Enabling Manufacturing Transformation in a Connected World. John Shewchuk Technical Fellow DX

Enabling Manufacturing Transformation in a Connected World. John Shewchuk Technical Fellow DX Enabling Manufacturing Transformation in a Connected World John Shewchuk Technical Fellow DX Internet of Things What is the Internet of Things? The network of physical objects that contain embedded technology

More information

COMMUNITY OF MACHINES AND THE AGE OF NEXT INDUSTRIAL AUTOMATION

COMMUNITY OF MACHINES AND THE AGE OF NEXT INDUSTRIAL AUTOMATION COMMUNITY OF MACHINES AND THE AGE OF NEXT INDUSTRIAL AUTOMATION ALOK SRIVASTAVA LEAD ARCHITECT, INTERNET OF THINGS MICROSOFT CORPORATION Not a single day goes by when you don t hear about some new internet

More information

The Platform is the Planet

The Platform is the Planet The Platform is the Planet IoT Solutions in a Heterogeneous World Kevin Miller (kevin.miller@microsoft.com) Principal Program Manager, Azure IoT IoT Solutions Until Now Most earlier successful IoT deployments

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

Microsoft Azure for IT Professionals 55065A; 3 days

Microsoft Azure for IT Professionals 55065A; 3 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Microsoft Azure for IT Professionals 55065A; 3 days Course Description This

More information

Azure Data Lake Analytics

Azure Data Lake Analytics Azure Data Lake Analytics Compose and orchestrate data services at scale Fully managed service to support orchestration of data movement and processing Connect to relational or non-relational data

More information

Service Level Agreement for Windows Azure operated by 21Vianet

Service Level Agreement for Windows Azure operated by 21Vianet Service Level Agreement for Windows Azure operated by 21Vianet Last updated: November 2015 1. Introduction This Service Level Agreement for Windows Azure (this SLA ) is made by 21Vianet in connection with,

More information

MS 20532B - Developing Microsoft Azure Solutions

MS 20532B - Developing Microsoft Azure Solutions MS 20532B - Developing Microsoft Azure Solutions COURSE OVERVIEW: This course is designed for IT professionals looking to understand the Microsoft Azure Infrastructure components, including virtual machines,

More information

Harnessing the Power of the Microsoft Cloud for Deep Data Analytics

Harnessing the Power of the Microsoft Cloud for Deep Data Analytics 1 Harnessing the Power of the Microsoft Cloud for Deep Data Analytics Today's Focus How you can operate your business more efficiently and effectively by tapping into Cloud based data analytics solutions

More information

Devices & Services Strategy in Manufacturing - Realizing IoT and Case studies

Devices & Services Strategy in Manufacturing - Realizing IoT and Case studies Devices & Services Strategy in Manufacturing - Realizing IoT and Case studies July 15, 2014 Taketoshi Hamaguchi Sr. Group Manager Industry Solutions Microsoft Japan Forces to drive transformation in Manufacturing

More information

How To Understand The Power Of The Internet Of Things

How To Understand The Power Of The Internet Of Things Next Internet Evolution: Getting Big Data insights from the Internet of Things Internet of things are fast becoming broadly accepted in the world of computing and they should be. Advances in Cloud computing,

More information

Volume Licensing. Service Level Agreement for Microsoft Online Services August 5, 2015

Volume Licensing. Service Level Agreement for Microsoft Online Services August 5, 2015 Volume Licensing Service Level Agreement for Microsoft Online Services August 5, 2015 Microsoft Volume Licensing Service Level Agreement for Microsoft Online Services (Worldwide English, August 5, 2015)

More information

How Serious is Game Development?

How Serious is Game Development? Content 1. How serious is game development? 2. Windows Platform ecosystem 3. Key game development technologies on Windows 4. How to use platform features to grow rating 5. How to grow monetization 6. How

More information

Industrial Internet of Things Bears Fruit with Connected Services for Plant Assets and Fleet Migration

Industrial Internet of Things Bears Fruit with Connected Services for Plant Assets and Fleet Migration Industrial Internet of Things Bears Fruit with Connected Services for Plant Assets and Fleet Migration Peter Reynolds Director of Consulting ARC Advisory Group PReynolds@ARCweb.com Twitter @PeterDReynolds

More information

MS 10978A Introduction to Azure for Developers

MS 10978A Introduction to Azure for Developers MS 10978A Introduction to Azure for Developers Description: Days: 5 Prerequisites: This course offers students the opportunity to learn about Microsoft Azure development by taking an existing ASP.NET MVC

More information

Microsoft Research Windows Azure for Research Training

Microsoft Research Windows Azure for Research Training Copyright 2013 Microsoft Corporation. All rights reserved. Except where otherwise noted, these materials are licensed under the terms of the Apache License, Version 2.0. You may use it according to the

More information

Realizing the Benefits of Hybrid Cloud. Anand MS Cloud Solutions Architect Microsoft Asia Pacific

Realizing the Benefits of Hybrid Cloud. Anand MS Cloud Solutions Architect Microsoft Asia Pacific Realizing the Benefits of Hybrid Cloud Anand MS Cloud Solutions Architect Microsoft Asia Pacific Agenda Key drivers for Hybrid Cloud Unified Cloud Strategy Example Use Cases How to get there Hybrid Cloud:

More information

Microsoft Research Microsoft Azure for Research Training

Microsoft Research Microsoft Azure for Research Training Copyright 2014 Microsoft Corporation. All rights reserved. Except where otherwise noted, these materials are licensed under the terms of the Apache License, Version 2.0. You may use it according to the

More information

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions Course 20532A: Developing Microsoft Azure Solutions Page 1 of 7 Developing Microsoft Azure Solutions Course 20532A: 4 days; Instructor-Led Introduction This course is intended for students who have experience

More information

Developing Microsoft Azure Solutions 20532A; 5 days

Developing Microsoft Azure Solutions 20532A; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Developing Microsoft Azure Solutions 20532A; 5 days Course Description This

More information

Microsoft Azure Cloud oplossing als een extensie op mijn datacenter? Frederik Baert Solution Advisor

Microsoft Azure Cloud oplossing als een extensie op mijn datacenter? Frederik Baert Solution Advisor Microsoft Azure Cloud oplossing als een extensie op mijn datacenter? Frederik Baert Solution Advisor Mobile-first Cloud-first Cloud Platform Transform the datacenter 0 380.50 0 7.62.50 Unlock insight on

More information

Disrupting The Market: Predictive Analytics As A Service

Disrupting The Market: Predictive Analytics As A Service Disrupting The Market: Predictive Analytics As A Service 0 Problem 8.7 Billion Connected Devices 1 Growing 25% Annually What Does This Data Tell Us About Sensor Use? 1 Study conducted by Cisco 1 Solution

More information

Cloud Inspiration Day Azure Beyond Marketing Slides

Cloud Inspiration Day Azure Beyond Marketing Slides Cloud Inspiration Day Azure Beyond Marketing Slides Roel Van Hecke Solution Sales Licensing RealDolmen Azure Buying & Licensing Agenda Azure licensing How to buy Azure Pricing promos incentives Resources

More information

MOC 20413C: Designing and Implementing a Server Infrastructure

MOC 20413C: Designing and Implementing a Server Infrastructure MOC 20413C: Designing and Implementing a Server Infrastructure Course Overview This course provides students with the knowledge and skills to provide an enterprise solution that supports manual and automated

More information

Securely Connect, Network, Access, and Visualize Your Data

Securely Connect, Network, Access, and Visualize Your Data Securely Connect, Network, Access, and Visualize Your Data 1 Who is Skkynet? Skkynet is the Parent company of; - Cogent Real-Time Systems Established in 1994 Focus on Industrial Automation software Cogent

More information

Thing Big: How to Scale Your Own Internet of Things. Walter'Pernstecher'-'pernstec@amazon.de' Dr.'Markus'Schmidberger'-'schmidbe@amazon.

Thing Big: How to Scale Your Own Internet of Things. Walter'Pernstecher'-'pernstec@amazon.de' Dr.'Markus'Schmidberger'-'schmidbe@amazon. Thing Big: How to Scale Your Own Internet of Things Walter'Pernstecher'-'pernstec@amazon.de' Dr.'Markus'Schmidberger'-'schmidbe@amazon.de' Internet of Things is the network of physical objects or "things"

More information

MIT M2M ZU INDUSTRIE 4.0

MIT M2M ZU INDUSTRIE 4.0 MIT M2M ZU INDUSTRIE 4.0 Jürgen Hase Juergen.Hase@telekom.de Darmstadt, May 23, 2014 M2M // IMPACT ALONG MANY INDUSTRIES M2M ECOSYSTEM 8 5 4 7 6 2 1 9 3 1. Transport & Logistics 2. Vehicle Telematics 3.

More information

THE POWER OF THE CLOUD IS CLOSER THAN YOU THINK. Jeff Hoffmann Robert Peterson

THE POWER OF THE CLOUD IS CLOSER THAN YOU THINK. Jeff Hoffmann Robert Peterson THE POWER OF THE CLOUD IS CLOSER THAN YOU THINK Jeff Hoffmann Robert Peterson Agenda SWC Introduction What is the Cloud? What is Azure? Why Build Applications for Azure? Case Studies Converting an Application

More information

Internet of YOUR Things. Stefan Böhler TSP Datacenter

Internet of YOUR Things. Stefan Böhler TSP Datacenter Internet of YOUR Things Stefan Böhler TSP Datacenter Microsoft delivers on the Internet of Things Devices and assets Cloud and infrastructure Analytics Tools Drive Insights Devices A Agent 1010101001100011010101011101001101010101010011011101111011100101010000110101010111010011010

More information

Course 10978A Introduction to Azure for Developers

Course 10978A Introduction to Azure for Developers Course 10978A Introduction to Azure for Developers Duration: 40 hrs. Overview: About this Course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality

More information

Building a BI Solution in the Cloud

Building a BI Solution in the Cloud Building a BI Solution in the Cloud Stacia Varga, Principal Consultant Email: stacia@datainspirations.com Twitter: @_StaciaV_ 2 SQLSaturday #467 Sponsors Stacia (Misner) Varga Over 30 years of IT experience,

More information

The Internet of Things

The Internet of Things The Internet of Things Lucus Darnell Chief Innovation Evangelist @ T I B C O # D i g i t a l D i ff e r e n c e Everything is connected! Three Key Takeaways #1: The Internet of Things is exploding! #2:

More information

White Paper. How Streaming Data Analytics Enables Real-Time Decisions

White Paper. How Streaming Data Analytics Enables Real-Time Decisions White Paper How Streaming Data Analytics Enables Real-Time Decisions Contents Introduction... 1 What Is Streaming Analytics?... 1 How Does SAS Event Stream Processing Work?... 2 Overview...2 Event Stream

More information

Microsoft Power BI. Nov 21, 2015

Microsoft Power BI. Nov 21, 2015 Nov 21, 2015 Microsoft Power BI Biray Giray Practice Lead - Enterprise Architecture, Collaboration, ECM, Information Architecture and Governance getalbert.ca biray.giray@getalbert.ca Michael McKiernan

More information

Scaling Analysis Services in the Cloud

Scaling Analysis Services in the Cloud Our Sponsors Scaling Analysis Services in the Cloud by Gerhard Brückl gerhard@gbrueckl.at blog.gbrueckl.at About me Gerhard Brückl Working with Microsoft BI since 2006 Windows Azure / Cloud since 2013

More information

Linux A first-class citizen in Windows Azure. Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise

Linux A first-class citizen in Windows Azure. Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise Linux A first-class citizen in Windows Azure Bruno Terkaly bterkaly@microsoft.com Principal Software Engineer Mobile/Cloud/Startup/Enterprise 1 First, I am software developer (C/C++, ASM, C#, Java, Node.js,

More information

Ihr eigenes Internet der Dinge. Laura Geier IoT and Analytics Lead Microsoft Deutschland

Ihr eigenes Internet der Dinge. Laura Geier IoT and Analytics Lead Microsoft Deutschland Ihr eigenes Internet der Dinge Laura Geier IoT and Analytics Lead Microsoft Deutschland VALUE Advanced Analytics The broad industry term How can we make it happen? What will happen? Prescriptive Analytics

More information

Computer Security CS 426 Lecture 36. CS426 Fall 2010/Lecture 36 1

Computer Security CS 426 Lecture 36. CS426 Fall 2010/Lecture 36 1 Computer Security CS 426 Lecture 36 Perimeter Defense and Firewalls CS426 Fall 2010/Lecture 36 1 Announcements There will be a quiz on Wed There will be a guest lecture on Friday, by Prof. Chris Clifton

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

CNG IN A BOX: Cloud Based Enterprise Historian w\dash Boarding Solution for CNG Fueling Stations

CNG IN A BOX: Cloud Based Enterprise Historian w\dash Boarding Solution for CNG Fueling Stations CNG IN A BOX: Cloud Based Enterprise Historian w\dash Boarding Solution for CNG Fueling Stations Project: CNG in a BOX: Cloud Based Enterprise Historian w\dash boarding for CNG Fueling Stations. 1. INTRODUCTION

More information

KPiSync. By Larry McGhaw, Chief Technology Officer

KPiSync. By Larry McGhaw, Chief Technology Officer KPiSync By Larry McGhaw, Chief Technology Officer 1 Overview CONNX KPiSync is a Mobile Application to help users 'Visualize your Key Business Metrics on any device in real time'. The CONNX KPiSync solution

More information

Deploy. Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture

Deploy. Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture Apps and data source extensions with APIs Future white label, embed or integrate Power BI Deploy Intelligent

More information

Course 20532B: Developing Microsoft Azure Solutions

Course 20532B: Developing Microsoft Azure Solutions Course 20532B: Developing Microsoft Solutions Five Days, Instructor-Led About this Course This course is intended for students who have experience building vertically scaled applications. Students should

More information

day 1 2 Windows Azure Platform Overview... 2 Windows Azure Compute... 3 Windows Azure Storage... 3 day 2 5

day 1 2 Windows Azure Platform Overview... 2 Windows Azure Compute... 3 Windows Azure Storage... 3 day 2 5 Developers Workshop presented by MVP & v-tsp Damir Dobrić Chief Architect and Managing Developer daenet GmbH, Frankfurt / Main day 1 2 Windows Azure Platform Overview... 2 Windows Azure Compute... 3 Windows

More information

Chapter 11 Cloud Application Development

Chapter 11 Cloud Application Development Chapter 11 Cloud Application Development Contents Motivation. Connecting clients to instances through firewalls. Chapter 10 2 Motivation Some of the questions of interest to application developers: How

More information

Introduction to the Cloud OS Windows Azure Overview Visual Studio Tooling for Windows Azure Scenarios: Dev/Test Web Mobile Hybrid

Introduction to the Cloud OS Windows Azure Overview Visual Studio Tooling for Windows Azure Scenarios: Dev/Test Web Mobile Hybrid Introduction to the Cloud OS Windows Azure Overview Visual Studio Tooling for Windows Azure Scenarios: Dev/Test Web Mobile Hybrid Development Management Identity Data Virtualization All services

More information

BYOzzzz: Focusing on the Unsolved Challenges of Mobility, An Industry Perspective

BYOzzzz: Focusing on the Unsolved Challenges of Mobility, An Industry Perspective BYOzzzz: Focusing on the Unsolved Challenges of Mobility, An Industry Perspective Kit Colbert CTO, End-User Computing 2014 VMware Inc. All rights reserved. VMware: Addressing the Market From Data Center

More information

OVERVIEW OF MICROSOFT AZURE

OVERVIEW OF MICROSOFT AZURE Hybrid Cloud Solution to Increase Business Value CloudLink is a hybrid cloud solution that interacts with existing onpremises ERP systems. With the hybrid approach, we can leverage the on-premises software

More information

CLOUD COMPUTING & WINDOWS AZURE

CLOUD COMPUTING & WINDOWS AZURE CLOUD COMPUTING & WINDOWS AZURE WORKSHOP Overview This workshop is an introduction to cloud computing and specifically Microsoft s public cloud offering in Windows Azure. Windows Azure has been described

More information

Streaming Analytics A Framework for Innovation

Streaming Analytics A Framework for Innovation Streaming Analytics A Framework for Innovation Jan Humble Solutions Architect 1 Volume and Scale of Sensing Data Can you TURN IT ON? Can you Identify Insights in REAL-TIME? Can you REACT and ENGAGE in

More information

Architecting for the Internet of Things & Big Data

Architecting for the Internet of Things & Big Data Architecting for the Internet of Things & Big Data Robert Stackowiak, Oracle North America, VP Information Architecture & Big Data September 29, 2014 Safe Harbor Statement The following is intended to

More information

Design Patterns for Large Scale Data Movement. Aaron Lee aaron.lee@solacesystems.com

Design Patterns for Large Scale Data Movement. Aaron Lee aaron.lee@solacesystems.com Design Patterns for Large Scale Data Movement Aaron Lee aaron.lee@solacesystems.com Data Movement Patterns o The right solution depends on the problem you re solving Real-time or intermittent? Any weird

More information

Barracuda Load Balancer Online Demo Guide

Barracuda Load Balancer Online Demo Guide Barracuda Load Balancer Online Demo Guide Rev 1.3 October 04, 2012 Product Introduction The Barracuda Networks Load Balancer provides comprehensive IP load balancing capabilities to any IP-based application,

More information

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Course Description This course is intended for students who have experience building vertically scaled applications. Students should

More information

Introduction to Computer Security Benoit Donnet Academic Year 2015-2016

Introduction to Computer Security Benoit Donnet Academic Year 2015-2016 Introduction to Computer Security Benoit Donnet Academic Year 2015-2016 1 Agenda Networking Chapter 1: Firewalls Chapter 2: Proxy Chapter 3: Intrusion Detection System Chapter 4: Network Attacks Chapter

More information

The last 18 months. AutoScale. IaaS. BizTalk Services Hyper-V Disaster Recovery Support. Multi-Factor Auth. Hyper-V Recovery.

The last 18 months. AutoScale. IaaS. BizTalk Services Hyper-V Disaster Recovery Support. Multi-Factor Auth. Hyper-V Recovery. Offline Operations Traffic ManagerLarge Memory SKU SQL, SharePoint, BizTalk Images HDInsight Windows Phone Support Per Minute Billing HTML 5/CORS Android Support Custom Mobile API AutoScale BizTalk Services

More information

Exploring the options to deploy Microsoft SharePoint in the Cloud.

Exploring the options to deploy Microsoft SharePoint in the Cloud. Exploring the options to deploy Microsoft SharePoint in the Cloud. Carlos Camacho NWN Corporation Overview of Office 365 Overview of SharePoint Online Demo of SharePoint Online Admin Console Overview of

More information

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

Course 20533: Implementing Microsoft Azure Infrastructure Solutions Course 20533: Implementing Microsoft Azure Infrastructure Solutions Overview About this course This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

Building Future Proof and Future Ready Digital Enterprises with the power of convergence of Networks, Mobile, Analytics, Cloud, Security, Social and

Building Future Proof and Future Ready Digital Enterprises with the power of convergence of Networks, Mobile, Analytics, Cloud, Security, Social and Building Future Proof and Future Ready Digital Enterprises with the power of convergence of Networks, Mobile, Analytics, Cloud, Security, Social and Sensors (NMACS) Start Building the Future Building Future

More information

CXA 204 1I Basic Administration for Citrix XenApp 6

CXA 204 1I Basic Administration for Citrix XenApp 6 COURSE DESCRIPTION CXA 204 1I Basic Administration for Citrix XenApp 6 Basic Administration for Citrix XenApp 6 training course provides the foundation necessary for administrators to effectively centralize

More information

Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123. Instructor Manual

Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123. Instructor Manual Troubleshooting BlackBerry Enterprise Service 10 version 10.1.1 726-08745-123 Instructor Manual Published: 2013-07-02 SWD-20130702091645092 Contents Advance preparation...7 Required materials...7 Topics

More information

Tracking a Soccer Game with Big Data

Tracking a Soccer Game with Big Data Tracking a Soccer Game with Big Data QCon Sao Paulo - 2015 Asanka Abeysinghe Vice President, Solutions Architecture - WSO2,Inc 2 Story about soccer 3 and Big Data Outline Big Data and CEP Tracking a Soccer

More information

-50% +28% YoY. Roughly one quarter of SBs and one half of MBs plan to shift their budgets to more cloud spending over onpremise

-50% +28% YoY. Roughly one quarter of SBs and one half of MBs plan to shift their budgets to more cloud spending over onpremise Roughly one quarter of SBs and one half of MBs plan to shift their budgets to more cloud spending over onpremise spending $ -AMI -50% +28% YoY Reduction in Costs for SMBs moving to IaaS 1 Annual Recurring

More information

Firm Uses Internet Service Bus to Enable Smart Grid for Dynamic Energy Savings

Firm Uses Internet Service Bus to Enable Smart Grid for Dynamic Energy Savings Windows Azure Customer Solution Case Study Firm Uses Internet Service Bus to Enable Smart Grid for Dynamic Energy Savings Overview Country or Region: United States Industry: Utilities Customer Profile

More information

Flow Visualization Using MS-Excel

Flow Visualization Using MS-Excel Flow Visualization Using MS-Excel Visualization for the Common Man Presented by Lee Rock and Jay Brown US-CERT Analysts Einstein Program Background US-CERT Mission Einstein Program > Large volumes of traffic

More information

Big Data Use Cases Update

Big Data Use Cases Update Big Data Use Cases Update Sanat Joshi Industry Solutions Manufacturing Industries Business Unit 1 Data Explosion Web & social networks experienced it first Infographic by Go-gulf.com 2 Number Of Connected

More information

Network Agent Quick Start

Network Agent Quick Start Network Agent Quick Start Topic 50500 Network Agent Quick Start Updated 17-Sep-2013 Applies To: Web Filter, Web Security, Web Security Gateway, and Web Security Gateway Anywhere, v7.7 and 7.8 Websense

More information

Architecting Open source solutions on Azure. Nicholas Dritsas Senior Director, Microsoft Singapore

Architecting Open source solutions on Azure. Nicholas Dritsas Senior Director, Microsoft Singapore Learn. Connect. Explore. Architecting Open source solutions on Azure Nicholas Dritsas Senior Director, Microsoft Singapore Agenda Developing OSS Apps on Azure Customer case with OSS Apps Hadoop on Azure

More information

CAPTURING & PROCESSING REAL-TIME DATA ON AWS

CAPTURING & PROCESSING REAL-TIME DATA ON AWS CAPTURING & PROCESSING REAL-TIME DATA ON AWS @ 2015 Amazon.com, Inc. and Its affiliates. All rights reserved. May not be copied, modified, or distributed in whole or in part without the express consent

More information

Network Monitoring Comparison

Network Monitoring Comparison Network Monitoring Comparison vs Network Monitoring is essential for every network administrator. It determines how effective your IT team is at solving problems or even completely eliminating them. Even

More information

Configuring Windows Server 2008 Network Infrastructure

Configuring Windows Server 2008 Network Infrastructure Configuring Windows Server 2008 Network Infrastructure Course Number: 70-642 Certification Exam This course is preparation for the Microsoft Technical Specialist (TS) exam, Exam 70-642: TS: Windows Server

More information

Complex Event Processing (CEP) Why and How. Richard Hallgren BUGS 2013-05-30

Complex Event Processing (CEP) Why and How. Richard Hallgren BUGS 2013-05-30 Complex Event Processing (CEP) Why and How Richard Hallgren BUGS 2013-05-30 Objectives Understand why and how CEP is important for modern business processes Concepts within a CEP solution Overview of StreamInsight

More information

Hitachi Visualization. Twin Cities Public Safety Presentation

Hitachi Visualization. Twin Cities Public Safety Presentation Hitachi Visualization Twin Cities Public Safety Presentation Safer, Smarter, More Efficient Communities INTEGRATED REPORTING AND ANALYTICS: ACTIONABLE INSIGHT ENERGY UTILITY VEHICLE TRANSIT PUBLIC SAFETY

More information

See the wood for the trees

See the wood for the trees See the wood for the trees Dr. Harald Schöning Head of Research The world is becoming digital socienty government economy Digital Society Digital Government Digital Enterprise 2 Data is Getting Bigger

More information

The Impact of IoT for Building Service Contractors

The Impact of IoT for Building Service Contractors The Impact of IoT for Building Service Contractors info@thinglogix.com www.thinglogix.com 1 Table of Contents The Impact of IoT for Building Service Contractors 2. What is IoT? 3. Increase HVAC system

More information

Migrating SaaS Applications to Windows Azure

Migrating SaaS Applications to Windows Azure Migrating SaaS Applications to Windows Azure Lessons Learned 04.04.2012 Speaker Introduction Deepthi Raju Marketing Technology Services Deepthi joined Smartbridge in 2005 and has over twenty years of technology

More information

Virtual Privacy vs. Real Security

Virtual Privacy vs. Real Security Virtual Privacy vs. Real Security Certes Networks at a glance Leader in Multi-Layer Encryption Offices throughout North America, Asia and Europe Growing installed based with customers in 37 countries Developing

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Course Code: M20533 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing Microsoft Azure Infrastructure Solutions Overview This course is aimed at experienced IT Professionals who currently

More information

ARTICLE Cloud Computing more than a hype?

ARTICLE Cloud Computing more than a hype? Author: Klaus Hübschle Created on: August 2015 Version: 1.0 Content Most IT experts predict a promising future for cloud computing also in the automation industry. However, which are the applications where

More information

70-642 R4: Configuring Windows Server 2008 Network Infrastructure

70-642 R4: Configuring Windows Server 2008 Network Infrastructure 70-642 R4: Configuring Windows Server 2008 Network Infrastructure Course Introduction Chapter 01 - Understanding and Configuring IP Lesson: Introducing the OSI Model Understanding the Network Layers OSI

More information

Unified Security, ATP and more

Unified Security, ATP and more SYMANTEC Unified Security, ATP and more TAKE THE NEXT STEP Martin Werner PreSales Consultant, Symantec Switzerland AG MEET SWISS INFOSEC! 27.01.2016 Unified Security 2 Symantec Enterprise Security Users

More information

YOU VS THE SENSORS. Six Requirements for Visualizing the Internet of Things. Dan Potter Chief Marketing Officer, Datawatch Corporation

YOU VS THE SENSORS. Six Requirements for Visualizing the Internet of Things. Dan Potter Chief Marketing Officer, Datawatch Corporation YOU VS THE SENSORS Six Requirements for Visualizing the Internet of Things Dan Potter Chief Marketing Officer, Datawatch Corporation About Datawatch NASDAQ: DWCH Pioneer in real-time visual data discovery

More information

Enterprise IoT DevKit Hackathon Technical Resources. Mike Maas / Technical Evangelist (IoE) / DevNet mikemaas@cisco.

Enterprise IoT DevKit Hackathon Technical Resources. Mike Maas / Technical Evangelist (IoE) / DevNet mikemaas@cisco. Enterprise IoT DevKit Hackathon Technical Resources Mike Maas / Technical Evangelist (IoE) / DevNet mikemaas@cisco.com / @mike_maas Agenda EIoT Equipment Sensors Getting Connected Cisco PyUSB Resources

More information

AZP: Microsoft Azure Infrastructure for IT Professional

AZP: Microsoft Azure Infrastructure for IT Professional AZP: Microsoft Azure Infrastructure for IT Professional Objective: This course provides knowledge in Microsoft Azure, Microsoft s cloud computing platform. The course focuses on infrastructure implementation

More information

Network Visiblity and Performance Solutions Online Demo Guide

Network Visiblity and Performance Solutions Online Demo Guide Network Visiblity and Performance Solutions Online Demo Guide Organizations rely heavily upon their networks and their ability to deliver business services and information. Any degradation or interruption

More information

How to Grow and Transform your Security Program into the Cloud

How to Grow and Transform your Security Program into the Cloud How to Grow and Transform your Security Program into the Cloud Wolfgang Kandek Qualys, Inc. Session ID: SPO-207 Session Classification: Intermediate Agenda Introduction Fundamentals of Vulnerability Management

More information

Reference Architecture

Reference Architecture Reference Architecture Real-Time Event Processing with Microsoft Azure Abstract: The Reference Architecture for real-time event processing with Microsoft Azure provides a framework for designing and deploying

More information

Microsoft Azure Cloud for Solution Architects

Microsoft Azure Cloud for Solution Architects Microsoft Azure Cloud for Solution Architects Roy Kim @roykimtoronto roykimtoronto@gmail.com September 2015 About me 7+ years design and developing SharePoint solutions. 13+ career on the Microsoft technology

More information

Scalable Secure Remote Access Solutions

Scalable Secure Remote Access Solutions Scalable Secure Remote Access Solutions Jason Dely, CISSP Principal Security Consultant jdely@ra.rockwell.com Scott Friberg Solutions Architect Cisco Systems, Inc. sfriberg@cisco.com Jeffrey A. Shearer,

More information

Green Software Services From requirements to Business Models

Green Software Services From requirements to Business Models Green Software Services From requirements to Business Models Schahram Dustdar TU Wien Austria Distributed Systems Group dsg.tuwien.ac.at Smart Evolution People, Services,Things Smart Buildings and Energy

More information

Kaseya IT Automation Framework

Kaseya IT Automation Framework Kaseya Kaseya IT Automation Framework An Integrated solution designed for reducing complexity while increasing productivity for IT Professionals and Managed Service Providers. The powerful, web-based automation

More information

Demystifying the Cloud Computing 02.22.2012

Demystifying the Cloud Computing 02.22.2012 Demystifying the Cloud Computing 02.22.2012 Speaker Introduction Victor Lang Enterprise Technology Consulting Services Victor Lang joined Smartbridge in early 2003 as the company s third employee and currently

More information

Who s Endian? www.cloudrouter.dk

Who s Endian? www.cloudrouter.dk Who s Endian? Endian was founded in 2003 at Appiano, Italy, by a team of experienced network specialists and Linux enthusiasts. Endian s goal and path of development are immediately clear: creating sophisticated

More information

Pronto Cloud Controller The Next Generation Control

Pronto Cloud Controller The Next Generation Control Pronto Cloud Controller The Next Generation Control www.prontonetworks.com Cloud Managed Wi-Fi Cloud at its Best The Pronto Cloud Controller (PCC) is a next generation cloud Wi-Fi network configuration,

More information

Thank you for joining us today! The presentation will begin shortly. Thank you for your patience.

Thank you for joining us today! The presentation will begin shortly. Thank you for your patience. Thank you for joining us today! The presentation will begin shortly. Thank you for your patience. Copyright 2012-2015. SDNCentral LLC. All Rights Reserved September 11, 2015 Webinar Logistics Enable pop-ups

More information

Security for the Internet of Things

Security for the Internet of Things Security for the Internet of Things Moderated by: Robin Duke-Woolley Founder & CEO Beecham Research Sponsored by: Syed Zaeem Hosain Chief Technology Officer Aeris 16 December 2016 Security for the Internet

More information

Microsoft Azure for Your SAP Solutions. Speaker Name Date

Microsoft Azure for Your SAP Solutions. Speaker Name Date Microsoft Azure for Your SAP Solutions Speaker Name Date SAP on Azure Executive Summary SAP and Microsoft together Simplified infrastructure management, faster time-to-market, and lower costs Interoperability

More information

TELE.SINTESE. The Internet Of Things. The Next Evolution Of Computing. Dr. Fernando Martins. Presidente & Diretor Executivo, Intel Brasil

TELE.SINTESE. The Internet Of Things. The Next Evolution Of Computing. Dr. Fernando Martins. Presidente & Diretor Executivo, Intel Brasil The Internet Of Things The Next Evolution Of Computing Dr. Fernando Martins Presidente & Diretor Executivo, Intel Brasil Intel s Vision This decade we will create and extend computing technology to connect

More information

Source-Connect Network Configuration Last updated May 2009

Source-Connect Network Configuration Last updated May 2009 Source-Connect Network Configuration Last updated May 2009 For further support: Chicago: +1 312 706 5555 London: +44 20 7193 3700 support@source-elements.com This document is designed to assist IT/Network

More information