HybridCuts: A Scheme Combining Decomposition and Cutting for Packet Classification

Size: px
Start display at page:

Download "HybridCuts: A Scheme Combining Decomposition and Cutting for Packet Classification"

Transcription

1 HybridCuts: A Scheme Combining Decomposition and Cutting for Packet Classification Wenjun Li Xianfeng Li School of Electronic and Computer Engineering (ECE) Peking University IEEE Hot Interconnects 21 San Jose, CA, August 21-22, 2013

2 Outline Background HybridCuts Evaluation Conclusion School of ECE, Peking University 2

3 PART I: Background School of ECE, Peking University 3

4 Packet Classification Key for policy enforcement in packet forwarding Router / Firewall Incoming Packet Outgoing Packet Forwarding Engine Header Fibre Optics Flow Classification Fibre Optics Header Classifier (Rule Database) Predicate Action Payload Payload # SA DA SP DP Prot Action r / [1,65534] [1,65534] TCP accept r / /24 80 [1,65534] UDP accept r 3 * * * * * discard School of ECE, Peking University 4

5 Why Yet Another Paper? A well established problem without Well established solutions Algorithmic: Desired but speed/memory inefficient Architectural: Fast but expensive, power hungry, poor scalability and suffer from range expansion School of ECE, Peking University 5

6 Recent Efforts on Algo. Solutions EffiCuts [SIGCOMM 10] Reduction by Separation Equal-dense cutting, etc C B A D C G F B E A D F E Pros Reduction on memory consumption Cons Increase on #memory accesses G School of ECE, Peking University 6

7 Better Solutions? Rule separation: the right direction Better separations (with less rule groups) + Better cuttings (by exploiting characteristics) School of ECE, Peking University 7

8 A Little Review... Decomposition Cutting Y R1 R2 R Packet P 4 Y R4 X R5 Root R6 Node R2, R5 R3, R5 R6 X R1, R2 R4 School of ECE, Peking University 8

9 PART II: HybridCuts School of ECE, Peking University 9

10 Original Rule Set HybridCuts A two-stage scheme 1 st Stage 2 nd Stage Decomposition Cutting SA-subset DA-subset SP-subset DP-subset Big-subset Decision Tree SA Decision Tree DA Decision Tree SP Decision Tree DP Decision Tree Big Preprocessing && Constructing search structure School of ECE, Peking University 10

11 Observations (1) Very few big rules! Threshold: (SA,DA,SP,DP) School of ECE, Peking University 11

12 Observation (2) R14 R7 R14 R8 R9 R10 R11 R13 X-Subset R6 Y R8 R5 R9 R10 R4 R11 Decomposition X R7 R12 R3 R13 R6 Y R5 R1 R2 R12 R4 Y-Subset X Y R3 R1 R2 X School of ECE, Peking University 12

13 Match Aggregation Packet Header Priority Selector Packet Header Decomposition Search in SA Rules matching SA Traditional Decomposition Search in DA Search in SP Search in DP Rules matching DA Rules matching SP Rules matching DP Highest Priority Rule Search in Prot Rules matching Prot SA-subset tree Best matching in SA-subset Improved Decomposition DA-subset tree SP-subset tree Best matching in DA-subset Best matching in SP-subset Highest Priority Rule DP-subset tree Best matching in DP-subset Big-subset tree Best matching in Big-subset School of ECE, Peking University 13

14 FiCuts: Fixed intelligent Cuttings Cut 2 Cut 0 R14 R14 Y R8 X R9 R10 Root (Cut 0) (Y-Cuts:2) R11 R13 R12 Cut 0 Cut 1 HiCutsàFiCuts Simpler but more efficient Y R8 X R9 Root (Cut 0) (X-Cuts:4) R10 R11 R13 R12 Leaf 1 R12 Node 1 (Cut 1) (Y-Cuts:2) Leaf 2 R8 R9 R11 R13 Leaf 3 R8 R9 Node 2 (Cut 2) (X-Cuts:2) Leaf 4 R10 R11 R14 Leaf 1 R8 Leaf 2 R9 Leaf 3 R10 Leaf 4 R11 R12 R13 R14 School of ECE, Peking University 14

15 A hybrid FiCuts + HyperCuts When to switch to HyperCuts? Subspace becomes small, and rule replication becomes intense A threshold to trigger the FiCut=>HyperCuts switching School of ECE, Peking University 15

16 Effectiveness (1) 14 à36 rules R8 R5 R6 R7 R10 R11 R14 R9 R4 R3 R13 Y Root R1 R2 R12 X Node1 Node2 Node3 Node4 Leaf1 R1,2 Leaf2 R2 Leaf3 R3,8 Leaf4 R3,9 Leaf5 R2 Leaf6 R2,12 Leaf7 R4 Leaf8 R11,13 Leaf9 R5,8 Leaf10 R9 Node5 Leaf11 R6,7 Leaf12 R10 Leaf13 R11 Node6 Node7 Leaf14 R6,8 Leaf15 R6 Leaf16 R8 Leaf17 R7 Leaf18 R6,10 Leaf19 R6,10 Leaf20 R7 Leaf21 R7 Leaf22 R6,11 Leaf23 R11 Leaf24 R7 Leaf25 R14 HyperCuts School of ECE, Peking University 16

17 Effectiveness (2) 14 à14 rules X_FiCuts 0 R14 R6 R7 R8 R9 R10 R11 HyperCuts 0_Y R5 R13 Y R4 Y_FiCuts 0 R12 Y R1 R3 R2 X Root (X_FiCuts 0) (Cuts:4) HyperCuts 0_X X Root (Y_FiCuts 0) (Cuts:4) Leaf 1 R8 Leaf 2 R9 Leaf 3 R10 Node 1 (HyperCuts 0) (X-Cuts:2) (Y-Cuts:2) Leaf 1 R1 Leaf 2 R3 R4 Leaf 3 R5 Leaf 4 R6 R7 Leaf 4 R11 (PushUp) Leaf 5 R11 R12 R13 Leaf 6 R11 Leaf 7 R11 R14 Y-Subset HybridCuts X-Subset School of ECE, Peking University 17

18 Optimization Can be smaller? 5à3 subsets Threshold: (SA,DA) School of ECE, Peking University 18

19 PART III: Evaluation School of ECE, Peking University 19

20 Experimental Setup Tested with A publicly available rule set from Washington University Used the ACL & FW & IPC 1K, 10K ClassBench Generate ACL & FW & IPC 100K Compared with HyperCuts && EffiCuts Primary metrics Memory consumption (Bytes/rule) Number of memory accesses Open Source for HybridCuts School of ECE, Peking University 20

21 Memory Consumption HyperCuts EffiCuts HybridCuts 1.00E+07 Bytes per rule 1.00E E E E E E E+00 ACL_1K ACL_10K ACL_100K FW_1K FW_10K FW_100K IPC_1K IPC_10K IPC_100K School of ECE, Peking University 21

22 Memory Accesses HyperCuts EffiCuts HybridCuts 120 Overall Memory Accesses ACL_1K ACL_10K ACL_100K FW_1K FW_10K FW_100K IPC_1K IPC_10K IPC_100K School of ECE, Peking University 22

23 More Insights The sizes of subsets The sizes of trees SA_SIZE DA_SIZE BIG_SIZE SA_MEM DA_MEM BIG_MEM 100% 100% 90% 90% 80% 80% 70% 70% 60% 60% 50% 50% 40% 40% 30% 30% 20% 20% 10% 10% 0% ACL_1K ACL_10K ACL_100K FW_1K FW_10K FW_100K IPC_1K IPC_10K IPC_100K 0% ACL_1K ACL_10K ACL_100K FW_1K FW_10K FW_100K IPC_1K IPC_10K IPC_100K School of ECE, Peking University 23

24 Potential Gain with Parallelization Overall #memory accesses Worst-case tree height 0 ACL_1K ACL_10K ACL_100K FW_1K FW_10K FW_100K IPC_1K IPC_10K IPC_100K School of ECE, Peking University 24

25 PART V: Conclusion School of ECE, Peking University 25

26 Conclusion HybridCuts: decomposition + cutting New observations A new rule set decomposition A hybrid One- + Multi- dimensional cutting Future Works OpenFlow Software-hardware combined, e.g., FPGA Combine with TCAM School of ECE, Peking University 26

27 Thank you! Web:

Professor Dr. Gholamreza Nakhaeizadeh. Professor Dr. Gholamreza Nakhaeizadeh

Professor Dr. Gholamreza Nakhaeizadeh. Professor Dr. Gholamreza Nakhaeizadeh Statistic Methods in in Data Mining Business Understanding Data Understanding Data Preparation Deployment Modelling Evaluation Data Mining Process (Part 2) 2) Professor Dr. Gholamreza Nakhaeizadeh Professor

More information

Outline. Background Performed evaluations. General experiences Future work. ATAM Experiences. Architecture used in 3O3P project SA-AFL architecture

Outline. Background Performed evaluations. General experiences Future work. ATAM Experiences. Architecture used in 3O3P project SA-AFL architecture Xiaohong Jin Pia Stoll Mariana Olsson Corporate Research ABB ATAM Experiences ABB AB, Corporate Research - 1 3/29/2005 Outline Background Performed evaluations Architecture used in 3O3P project SA-AFL

More information

David A. Ostrowski Global Data Insights and Analytics

David A. Ostrowski Global Data Insights and Analytics Big Data Drive: Supporting Product Analytics at Ford Motor through the employment of Big Data technologies David A. Ostrowski Global Data Insights and Analytics Page 1 Agenda Introduction Projects Fuel

More information

Journal of Emerging Trends in Computing and Information Sciences

Journal of Emerging Trends in Computing and Information Sciences Pothole Detection Using Android Smartphone with a Video Camera 1 Youngtae Jo *, 2 Seungki Ryu 1 Korea Institute of Civil Engineering and Building Technology, Korea E-mail: 1 ytjoe@kict.re.kr, 2 skryu@kict.re.kr

More information

HIGH VOLTAGE vs. LOW VOLTAGE: POTENTIAL IN MILITARY SYSTEMS

HIGH VOLTAGE vs. LOW VOLTAGE: POTENTIAL IN MILITARY SYSTEMS 2013 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM POWER AND MOBILITY (P&M) MINI-SYMPOSIUM AUGUST 21-22, 2013 TROY, MICHIGAN HIGH VOLTAGE vs. LOW VOLTAGE: POTENTIAL IN MILITARY SYSTEMS

More information

Vehicle Diagnostics and Service Concepts Success Factors in the After Sales for e-mobility

Vehicle Diagnostics and Service Concepts Success Factors in the After Sales for e-mobility Vehicle Diagnostics and Service Concepts Success Factors in the After Sales for e-mobility Dr. Pio Torre Flores, Director, Bosch 1 Agenda at Bosch Challenges for Vehicle Diagnostics Future Diagnostic Solutions

More information

Module-Integrated Power Electronics for Solar Photovoltaics. Robert Pilawa-Podgurski Power Affiliates Program 33rd Annual Review Friday, May 4th 2012

Module-Integrated Power Electronics for Solar Photovoltaics. Robert Pilawa-Podgurski Power Affiliates Program 33rd Annual Review Friday, May 4th 2012 Module-Integrated Power Electronics for Solar Photovoltaics Robert Pilawa-Podgurski Power Affiliates Program 33rd Annual Review Friday, May 4th 2012 Solar Photovoltaic System Challenges Solar Photovoltaic

More information

Transforming the US Electric Grid

Transforming the US Electric Grid Driving economic growth, innovation, and workforce development Transforming the US Electric Grid Supply Network Demand Traditional Generation (Coal, Gas, Nuclear, Hydro) Solar Wind Biomass Energy Storage

More information

Power Pack Testing at Environment Canada s Testing Facilities Heavy-Duty Vehicle and Engine Greenhouse Gas Emission Regulations

Power Pack Testing at Environment Canada s Testing Facilities Heavy-Duty Vehicle and Engine Greenhouse Gas Emission Regulations Power Pack Testing at Environment Canada s Testing Facilities Heavy-Duty Vehicle and Engine Greenhouse Gas Emission Regulations San Francisco, CA, USA October 22, 2013. Outline Background Heavy-Duty Vehicle

More information

What s Cooking. Bernd Wiswedel KNIME KNIME.com AG. All Rights Reserved.

What s Cooking. Bernd Wiswedel KNIME KNIME.com AG. All Rights Reserved. What s Cooking Bernd Wiswedel KNIME 2017 KNIME.com AG. All Rights Reserved. Outline KNIME as an open (source) platform What s Cooking Speech Recognition H2O Integration Cloud Connectors & Offerings Guided

More information

China Intelligent Connected Vehicle Technology Roadmap 1

China Intelligent Connected Vehicle Technology Roadmap 1 China Intelligent Connected Vehicle Technology Roadmap 1 Source: 1. China Automotive Engineering Institute, , Oct. 2016 1 Technology Roadmap 1 General

More information

Sponsors. Rob Parkinson. Technical Head - Driveline and Transmission Systems Ricardo UK Ltd

Sponsors. Rob Parkinson. Technical Head - Driveline and Transmission Systems Ricardo UK Ltd Sponsors Rob Parkinson Technical Head - Driveline and Transmission Systems Ricardo UK Ltd Rapid identification of transmission layouts for lowest vehicle energy consumption Rob Parkinson Technical Head,

More information

Poster ID-22 Use Robotics to Simulate Self- Driving Taxi

Poster ID-22 Use Robotics to Simulate Self- Driving Taxi Poster ID-22 Use Robotics to Simulate Self- Driving Taxi Mason Chen, Austina Xu, and Nikita Patel Morrill Learning Center, San Jose, CA 1 Abstract Self-driving car performance is of great research interests

More information

Transforming Transforming Advanced transformer control and monitoring with TEC

Transforming Transforming Advanced transformer control and monitoring with TEC Transforming Transforming Advanced transformer control and monitoring with TEC Lars Jonsson Getting the most out of electrical equipment is vital to energy enterprises in today s increasingly deregulated

More information

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM 2011 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) MINI-SYMPOSIUM AUGUST 9-11 DEARBORN, MICHIGAN INTELLIGENT ENERGY MANAGEMENT IN

More information

MODELLING FOR ENERGY MANAGEMENT A SHIPYARD S PERSPECTIVE EDWARD SCIBERRAS & ERIK-JAN BOONEN

MODELLING FOR ENERGY MANAGEMENT A SHIPYARD S PERSPECTIVE EDWARD SCIBERRAS & ERIK-JAN BOONEN MODELLING FOR ENERGY MANAGEMENT A SHIPYARD S PERSPECTIVE EDWARD SCIBERRAS & ERIK-JAN BOONEN HISTORY 1927 DAMEN IS ESTABLISHED BY BROTHERS JAN & RIEN 1969 K. DAMEN TAKES OVER & INTRODUCES STANDARDISATION

More information

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM. DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited.

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM. DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM 1 Report Documentation Page Form Approved OMB No. 0704-0188 Public reporting burden for the collection of information is estimated to average

More information

Hardware-In-the-Loop (HIL) Testbed for Evaluating Connected Vehicle Applications

Hardware-In-the-Loop (HIL) Testbed for Evaluating Connected Vehicle Applications Hardware-In-the-Loop (HIL) Testbed for Evaluating Connected Vehicle Applications Department of Mechanical Engineering University of Minnesota Project Members : Mohd Azrin Mohd Zulkefli Pratik Mukherjee

More information

EU-MIDT. Implementation Policy Committee MIDT/IPC/ Best Practise Guide for the Periodic Audit and Enforcement of Tachograph Workshops

EU-MIDT. Implementation Policy Committee MIDT/IPC/ Best Practise Guide for the Periodic Audit and Enforcement of Tachograph Workshops EU-MIDT Implementation Policy Committee MIDT/IPC/022-2009 Best Practise Guide for the Periodic Audit and Enforcement of Tachograph Workshops PREPARED BY: Chris DORMAND / Colin MORRIS (United Kingdom) and

More information

What s cooking. Bernd Wiswedel KNIME.com AG. All Rights Reserved.

What s cooking. Bernd Wiswedel KNIME.com AG. All Rights Reserved. What s cooking Bernd Wiswedel 2016 KNIME.com AG. All Rights Reserved. Outline Continued development of all products, including KNIME Server KNIME Analytics Platform KNIME Big Data Extensions (discussed

More information

Test Bed 1 Energy Efficient Displacement-Controlled Hydraulic Hybrid Excavator

Test Bed 1 Energy Efficient Displacement-Controlled Hydraulic Hybrid Excavator Test Bed 1 Energy Efficient Displacement-Controlled Hydraulic Hybrid Excavator Enrique Busquets Monika Ivantysynova October 7, 2015 Maha Fluid Power Research Center Purdue University, West Lafayette, IN,

More information

ReRAM Technology, Versatility, and Readiness

ReRAM Technology, Versatility, and Readiness ReRAM Technology, Versatility, and Readiness Hagop Nazarian VP of Engineering & Cofounder Santa Clara, CA 1 Introduction to ReRAM ReRAM Technology Attributes Scalability Ease of integration with CMOS Architectural

More information

Optimal Vehicle to Grid Regulation Service Scheduling

Optimal Vehicle to Grid Regulation Service Scheduling Optimal to Grid Regulation Service Scheduling Christian Osorio Introduction With the growing popularity and market share of electric vehicles comes several opportunities for electric power utilities, vehicle

More information

Robust Fault Diagnosis in Electric Drives Using Machine Learning

Robust Fault Diagnosis in Electric Drives Using Machine Learning Robust Fault Diagnosis in Electric Drives Using Machine Learning ZhiHang Chen, Yi Lu Murphey, Senior Member, IEEE, Baifang Zhang, Hongbin Jia University of Michigan-Dearborn Dearborn, Michigan 48128, USA

More information

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION Montasir Abbas, Virginia Tech (with contributions from past and present VT-SCORES students, including: Zain Adam, Sahar

More information

Practical Resource Management in Power-Constrained, High Performance Computing

Practical Resource Management in Power-Constrained, High Performance Computing Practical Resource Management in Power-Constrained, High Performance Computing Tapasya Patki*, David Lowenthal, Anjana Sasidharan, Matthias Maiterth, Barry Rountree, Martin Schulz, Bronis R. de Supinski

More information

OPTIMAL POWER MANAGEMENT OF HYDROGEN FUEL CELL VEHICLES

OPTIMAL POWER MANAGEMENT OF HYDROGEN FUEL CELL VEHICLES OPTIMAL POWER MANAGEMENT OF HYDROGEN FUEL CELL VEHICLES Giuliano Premier Sustainable Environment Research Centre (SERC) Renewable Hydrogen Research & Demonstration Centre University of Glamorgan Baglan

More information

e-smart 2009 Low cost fault injection method for security characterization

e-smart 2009 Low cost fault injection method for security characterization e-smart 2009 Low cost fault injection method for security characterization Jean-Max Dutertre ENSMSE Assia Tria CEA-LETI Bruno Robisson CEA-LETI Michel Agoyan CEA-LETI Département SAS Équipe mixte CEA-LETI/ENSMSE

More information

Hydraulic Flywheel Accumulator for Mobile Energy Storage

Hydraulic Flywheel Accumulator for Mobile Energy Storage Hydraulic Flywheel Accumulator for Mobile Energy Storage Paul Cronk University of Minnesota October 14 th, 2015 I. Overview Outline I. Background on Mobile Energy Storage II. Hydraulic Flywheel Accumulator

More information

Recurring Revenue & Rate Increases

Recurring Revenue & Rate Increases Recurring Revenue & Rate Increases Presented By: Michael Marks, Co- Founder Perennial Software Table of Contents About this Track... 4 The Basics... 4 Recurring Revenue... 4 RMR Recurring Monthly Revenue...

More information

Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment

Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment Preetika Kulshrestha, Student Member, IEEE, Lei Wang, Student Member, IEEE, Mo-Yuen Chow,

More information

Fast Interference-Aware Scheduling of Multiple Wireless Chargers

Fast Interference-Aware Scheduling of Multiple Wireless Chargers Fast Interference-Aware Scheduling of Multiple Wireless Chargers Zhi Ma*, Jie Wu, Sheng Zhang*, and Sanglu Lu* *State Key Lab. for Novel Software Technology, Nanjing University, CN Center for Network Computing,

More information

Software for Data-Driven Battery Engineering. Battery Intelligence. AEC 2018 New York, NY. Eli Leland Co-Founder & Chief Product Officer 4/2/2018

Software for Data-Driven Battery Engineering. Battery Intelligence. AEC 2018 New York, NY. Eli Leland Co-Founder & Chief Product Officer 4/2/2018 Battery Intelligence Software for Data-Driven Battery Engineering Eli Leland Co-Founder & Chief Product Officer AEC 2018 New York, NY 4/2/2018 2 Company Snapshot Voltaiq is a Battery Intelligence software

More information

Performance of Batteries in Grid Connected Energy Storage Systems. June 2018

Performance of Batteries in Grid Connected Energy Storage Systems. June 2018 Performance of Batteries in Grid Connected Energy Storage Systems June 2018 PERFORMANCE OF BATTERIES IN GRID CONNECTED ENERGY STORAGE SYSTEMS Authors Laurie Florence, Principal Engineer, UL LLC Northbrook,

More information

GREEN TRANSPORT POLICY EVALUATION STUDY EVIA CONFERENCE, 05-6 DECEMBER 2016 IDC CONFERENCE CENTER, SANDTON

GREEN TRANSPORT POLICY EVALUATION STUDY EVIA CONFERENCE, 05-6 DECEMBER 2016 IDC CONFERENCE CENTER, SANDTON GREEN TRANSPORT POLICY EVALUATION STUDY EVIA CONFERENCE, 05-6 DECEMBER 2016 IDC CONFERENCE CENTER, SANDTON Phillip Gcina. Ninela Green Industries and Energy Efficiency Industrial Development Division National

More information

1. Historical background of I2C I2C from a hardware perspective Bus Architecture The Basic I2C Protocol...

1. Historical background of I2C I2C from a hardware perspective Bus Architecture The Basic I2C Protocol... Table of contents CONTENTS 1. Historical background of I2C... 16 2. I2C from a hardware perspective... 18 3. Bus Architecture... 22 3.1. Basic Terminology... 23 4. The Basic I2C Protocol... 24 4.1. Flowchart...

More information

Smart Grid Architecture for Comprehensive Dynamic Pricing for PHEVs

Smart Grid Architecture for Comprehensive Dynamic Pricing for PHEVs Smart Grid Architecture for Comprehensive Dynamic Pricing for PHEVs K.Anuja 1, P.Usha 2 Student, Associate professor anujakakarla@gmail.com, usha.himaja76@gmail.com Abstract Plug-in Hybrid Electric Vehicles

More information

Table of Contents. 1 Introduction. 2 Power System Requirements. Preface... xi

Table of Contents. 1 Introduction. 2 Power System Requirements. Preface... xi Power Requirements in Telecommunications Plant GR-513-CORE Table of Contents Table of Contents Preface............................................ xi 1 Introduction 1.1 Reasons for GR-513-CORE, Issue 2.........................

More information

sens.it HD we get your profit out of inflation! Professional Tire Management Integrated tire management with automated tire pressure monitoring

sens.it HD we get your profit out of inflation! Professional Tire Management Integrated tire management with automated tire pressure monitoring sens.it HD we get your profit out of inflation! Integrated tire management with automated tire pressure monitoring Professional Tire Management Make your fleet more effective! sens.it HD for professionals

More information

DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT

DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT 1 3 rd International Workshop on Software Engineering Challenges for the Smart Grid (SE4SG @ ICSE 14) DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT

More information

Integrated Operations Knut Hovda UiO, May 20th 2011 ABB Industry Examples Calculations and engineering software. ABB Group June 17, 2011 Slide 1

Integrated Operations Knut Hovda UiO, May 20th 2011 ABB Industry Examples Calculations and engineering software. ABB Group June 17, 2011 Slide 1 Integrated Operations Knut Hovda UiO, May 20th 2011 ABB Industry Examples Calculations and engineering software ABB Group June 17, 2011 Slide 1 Contents About the speaker Introduction to ABB Oil, Gas &

More information

Using cloud to develop and deploy advanced fault management strategies

Using cloud to develop and deploy advanced fault management strategies Using cloud to develop and deploy advanced fault management strategies next generation vehicle telemetry V 1.0 05/08/18 Abstract Vantage Power designs and manufactures technologies that can connect and

More information

Adaptive Cruise Control System Overview

Adaptive Cruise Control System Overview 5th Meeting of the U.S. Software System Safety Working Group April 12th-14th 2005 @ Anaheim, California USA 1 Introduction Adaptive Cruise System Overview Adaptive Cruise () is an automotive feature that

More information

Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding. September 25, 2009

Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding. September 25, 2009 Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding September 25, 2009 Proposed Solution to Mitigate Concerns Regarding AC Power Flow under Convergence Bidding Background

More information

Issue 23 draft for Nuvve

Issue 23 draft for Nuvve Issue 23 draft for Nuvve Contents Introduction... 1 Issue Framing:... 2 Key Questions / Considerations... 2 Key Questions... 2 Key Considerations for IOUs:... 3 Background Knowledge... 4 Additional Details:...

More information

ZT-USB Series User Manual

ZT-USB Series User Manual ZT-USB Series User Manual Warranty Warning Copyright All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year, beginning from the date of delivery

More information

The MathWorks Crossover to Model-Based Design

The MathWorks Crossover to Model-Based Design The MathWorks Crossover to Model-Based Design The Ohio State University Kerem Koprubasi, Ph.D. Candidate Mechanical Engineering The 2008 Challenge X Competition Benefits of MathWorks Tools Model-based

More information

Variable Speed Limit Pilot Project in BC

Variable Speed Limit Pilot Project in BC Variable Speed Limit Pilot Project in BC Road Safety Engineering Award Nomination Project Description and Road Safety Benefits British Columbia is unique in its challenges. The highways network has more

More information

The potential for insurance markets to reduce road trauma. Samantha Cockfield, Manager Road Safety

The potential for insurance markets to reduce road trauma. Samantha Cockfield, Manager Road Safety The potential for insurance markets to reduce road trauma Samantha Cockfield, Manager Road Safety Outline TAC at a glance Role in road safety Road trauma the strategy Key reduction measures safer roads

More information

Survey Report Informatica PowerCenter Express. Right-Sized Data Integration for the Smaller Project

Survey Report Informatica PowerCenter Express. Right-Sized Data Integration for the Smaller Project Survey Report Informatica PowerCenter Express Right-Sized Data Integration for the Smaller Project 1 Introduction The business department, smaller organization, and independent developer have been severely

More information

Intelligence in Substation Automation

Intelligence in Substation Automation Wolfgang Wimmer ABB Switzerland Intelligence in Substation Automation Summer Workshop of Swiss Chapter of IEEE PES, 05-06-02 ABB Switzerland AG - 1 - Contents ABB Switzerland AG - 2 - The role of Substation

More information

Enhancing Energy Efficiency of Database Applications Using SSDs

Enhancing Energy Efficiency of Database Applications Using SSDs Seminar Energy-Efficient Databases 29.06.2011 Enhancing Energy Efficiency of Database Applications Using SSDs Felix Martin Schuhknecht Motivation vs. Energy-Efficiency Seminar 29.06.2011 Felix Martin Schuhknecht

More information

Intelligent Infrastructure for Coordinated Control of a Self-Healing Power Grid

Intelligent Infrastructure for Coordinated Control of a Self-Healing Power Grid Intelligent Infrastructure for Coordinated Control of a Self-Healing Power Grid Khosrow Moslehi October 7, 2008 Insert image here IEEE Canada Electrical Power & Energy Conference 2008 Copyright ABB 10/9/2008

More information

Multi-level Feeder Queue Dispatch based Electric Vehicle Charging Model and its Implementation of Cloud-computing

Multi-level Feeder Queue Dispatch based Electric Vehicle Charging Model and its Implementation of Cloud-computing , pp.76-81 http://dx.doi.org/10.14257/astl.2016.137.14 Multi-level Feeder Queue Dispatch based Electric Vehicle Charging Model and its Implementation of Cloud-computing Wei Wang 1, Minghao Ai 2 Naishi

More information

PHEV Control Strategy Optimization Using MATLAB Distributed Computing: From Pattern to Tuning

PHEV Control Strategy Optimization Using MATLAB Distributed Computing: From Pattern to Tuning PHEV Control Strategy Optimization Using MATLAB Distributed Computing: From Pattern to Tuning MathWorks Automotive Conference 3 June, 2008 S. Pagerit, D. Karbowski, S. Bittner, A. Rousseau, P. Sharer Argonne

More information

Analysis and Design of the Super Capacitor Monitoring System of Hybrid Electric Vehicles

Analysis and Design of the Super Capacitor Monitoring System of Hybrid Electric Vehicles Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 90 94 Advanced in Control Engineering and Information Science Analysis and Design of the Super Capacitor Monitoring System of Hybrid

More information

Cloudprinter.com Integration

Cloudprinter.com Integration Documentation Cloudprinter.com Integration Page 1/ Cloudprinter.com Integration Description Integrating with a Cloudprinter.com has never been easier. Receiving orders, downloading artwork and signalling

More information

Outline. European Power System context. RES & Smart Grids. Highlighted projects. Conclusion & Discussion

Outline. European Power System context. RES & Smart Grids. Highlighted projects. Conclusion & Discussion Outline European Power System context RES & Smart Grids Highlighted projects Conclusion & Discussion / Electrical Engineering Department / Electrical Energy Systems Group 23-12-15 PAGE 1 European Power

More information

Field Programmable Gate Arrays a Case Study

Field Programmable Gate Arrays a Case Study Designing an Application for Field Programmable Gate Arrays a Case Study Bernd Däne www.tu-ilmenau.de/ra Bernd.Daene@tu-ilmenau.de de Technische Universität Ilmenau Topics 1. Introduction and Goals 2.

More information

Control System for a Diesel Generator and UPS

Control System for a Diesel Generator and UPS Control System for a Diesel Generator and UPS I. INTRODUCTION In recent years demand in the continuity of power supply in the local distributed areas is steadily increasing. Nowadays, more and more consumers

More information

Operations Research & Advanced Analytics 2015 INFORMS Conference on Business Analytics & Operations Research

Operations Research & Advanced Analytics 2015 INFORMS Conference on Business Analytics & Operations Research Simulation Approach for Aircraft Spare Engines & Engine Parts Planning Operations Research & Advanced Analytics 2015 INFORMS Conference on Business Analytics & Operations Research 1 Outline Background

More information

CRSM: Crowdsourcing based Road Surface Monitoring

CRSM: Crowdsourcing based Road Surface Monitoring CRSM: Crowdsourcing based Road Surface Monitoring Kongyang Chen 1, Mingming Lu 2, Guang Tan 1, and Jie Wu 3 1SIAT, Chinese Academy of Sciences, 2 Central South University 3Temple University Nov. 15 th,

More information

What s new. Bernd Wiswedel KNIME.com AG. All Rights Reserved.

What s new. Bernd Wiswedel KNIME.com AG. All Rights Reserved. What s new Bernd Wiswedel 2016 KNIME.com AG. All Rights Reserved. What s new 2+1 feature releases in the last year: (3.0), 3.1, 3.2 Changes documented online 2016 KNIME.com AG. All Rights Reserved. 2 What

More information

ReCoSoC Experimental Fault Injection based on the Prototyping of an AES Cryptosystem

ReCoSoC Experimental Fault Injection based on the Prototyping of an AES Cryptosystem ReCoSoC 2010 5th International Workshop on Reconfigurable Communication-centric Systems on Chip Experimental Fault Injection based on the Prototyping of an AES Cryptosystem Jean- Baptiste Rigaud Jean-Max

More information

Novel Algorithms for Induction Motor Efficiency Estimation

Novel Algorithms for Induction Motor Efficiency Estimation Novel Algorithms for Induction Motor Efficiency Estimation Environmental concerns as well as an increasing demand for energy are strong motives for further investment and research in demand side energy

More information

AGENT-BASED MICRO-STORAGE MANAGEMENT FOR THE SMART GRID. POWER AGENT: Salman Kahrobaee, Rasheed Rajabzadeh, Jordan Wiebe

AGENT-BASED MICRO-STORAGE MANAGEMENT FOR THE SMART GRID. POWER AGENT: Salman Kahrobaee, Rasheed Rajabzadeh, Jordan Wiebe AGENT-BASED MICRO-STORAGE MANAGEMENT FOR THE SMART GRID POWER AGENT: Salman Kahrobaee, Rasheed Rajabzadeh, Jordan Wiebe Source Vytelingum, P., T. D. Voice, S. D. Ramchurn, A. Rogers, and N. R. Jennings

More information

A DECISION-MAKING FRAMEWORK FOR PARKING RATES IN DOWNTOWN TACOMA, WA

A DECISION-MAKING FRAMEWORK FOR PARKING RATES IN DOWNTOWN TACOMA, WA A DECISION-MAKING FRAMEWORK FOR PARKING RATES IN DOWNTOWN TACOMA, WA Recommendation for Consideration PMATF (Draft February 21, 2013) There are key elements of parking management that, when managed in

More information

High-Speed High-Performance Model Predictive Control of Power Electronics Systems

High-Speed High-Performance Model Predictive Control of Power Electronics Systems High-Speed High-Performance Model Predictive Control of Power Electronics Systems S. MARIÉTHOZ, S. ALMÉR, A. DOMAHIDI, C. FISCHER, M. HERCEG, S. RICHTER, O. SCHULTES, M. MORARI Automatic Control Laboratory,

More information

PRO/CON: Should the government pay people to buy electric

PRO/CON: Should the government pay people to buy electric PRO/CON: Should the government pay people to buy electric cars? By McClatchy-Tribune, adapted by Newsela staff Jan. 09, 2014 5:00 AM Angie Vorhies plugs in the charging cord to her Nissan Leaf electric

More information

Electric Vehicle Cyber Research

Electric Vehicle Cyber Research Track 7 Vehicle Cyber Security Electric Vehicle Cyber Research Kenneth Rohde Idaho National Laboratory August 16, 2017 Tampa Convention Center Tampa, Florida INL/CON-17-42726 Background CAN Bus Security

More information

Claims - Addressing The Issues. SALTA Risk Mitigation Workshop April 1, 2009 Chicago, IL

Claims - Addressing The Issues. SALTA Risk Mitigation Workshop April 1, 2009 Chicago, IL Claims - Addressing The Issues SALTA Risk Mitigation Workshop April 1, 2009 Chicago, IL War Strategy & Battle Plan In war, opponents attempt to gain advantage through intelligence gathering and knowledge

More information

Expected Delay for Various Access Probabilities Access Probability Expected Delay (in broadcast units) A B C Flat (a) Skewed (b) Multi-disk (c)

Expected Delay for Various Access Probabilities Access Probability Expected Delay (in broadcast units) A B C Flat (a) Skewed (b) Multi-disk (c) Organization of Broadcast Data Source: [2]: S. Acharya, et al. Broadcast disks: data management for asymmetric communication environments," ACM SIGMOD International Conference on Management of Data (SIGMOD

More information

Impact of Reflectors on Solar Energy Systems

Impact of Reflectors on Solar Energy Systems Impact of Reflectors on Solar Energy Systems J. Rizk, and M. H. Nagrial Abstract The paper aims to show that implementing different types of reflectors in solar energy systems, will dramatically improve

More information

GMPT Approach to PWT Controls

GMPT Approach to PWT Controls Applicazioni e prospettive del controllo nei veicoli May 10, 2007 Politecnico di Milano Dipartimento di Elettronica e Informazione GMPT Approach to PWT Controls Alberto PISONI Diesel Controls Chief Engineer

More information

Energy Institute Hrvoje Požar on Smart Grid: Past activities and future directions

Energy Institute Hrvoje Požar on Smart Grid: Past activities and future directions Energy Institute Hrvoje Požar on Smart Grid: Past activities and future directions ENERGETSKI INSTITUT HRVOJE POŽAR Hrvoje Keko, dipl.ing. Workshop for Preparation of Croatian Technology Platform for Cooperative

More information

Onboard DC Grid. Jan Fredrik DP Conference 2011; Houston. for enhanced DP operation in ships

Onboard DC Grid. Jan Fredrik DP Conference 2011; Houston. for enhanced DP operation in ships Onboard Grid Jan Fredrik Hansen @ DP Conference 2011; Houston for enhanced DP operation in ships Traditional System Onboard Grid Up to 20% fuel saving potential Quicker and more dynamic system performance

More information

A Predictive Delay Fault Avoidance Scheme for Coarse Grained Reconfigurable Architecture

A Predictive Delay Fault Avoidance Scheme for Coarse Grained Reconfigurable Architecture A Predictive Fault Avoidance Scheme for Coarse Grained Reconfigurable Architecture Toshihiro Kameda 1 Hiroaki Konoura 1 Dawood Alnajjar 1 Yukio Mitsuyama 2 Masanori Hashimoto 1 Takao Onoye 1 hasimoto@ist.osaka

More information

Smart Grid A Reliability Perspective

Smart Grid A Reliability Perspective Khosrow Moslehi, Ranjit Kumar - ABB Network Management, Santa Clara, CA USA Smart Grid A Reliability Perspective IEEE PES Conference on Innovative Smart Grid Technologies, January 19-21, Washington DC

More information

Large Electric Motor Reliability: What Did the Studies Really Say? Howard W Penrose, Ph.D., CMRP President, MotorDoc LLC

Large Electric Motor Reliability: What Did the Studies Really Say? Howard W Penrose, Ph.D., CMRP President, MotorDoc LLC Large Electric Motor Reliability: What Did the Studies Really Say? Howard W Penrose, Ph.D., CMRP President, MotorDoc LLC One of the most frequently quoted studies related to electric motor reliability

More information

Assessing Feeder Hosting Capacity for Distributed Generation Integration

Assessing Feeder Hosting Capacity for Distributed Generation Integration 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2015 Grid of the Future Symposium Assessing Feeder Hosting Capacity for Distributed Generation Integration D. APOSTOLOPOULOU*,

More information

Demand Optimization. Jason W Black Nov 2, 2010 University of Notre Dame. December 3, 2010

Demand Optimization. Jason W Black Nov 2, 2010 University of Notre Dame. December 3, 2010 Demand Optimization Jason W Black (blackj@ge.com) Nov 2, 2010 University of Notre Dame 1 Background Demand response (DR) programs are designed to reduce peak demand by providing customers incentives to

More information

COTEVOS COncepts, capacities and methods for Testing EV systems and their interoperability within the Smartgrids

COTEVOS COncepts, capacities and methods for Testing EV systems and their interoperability within the Smartgrids IGREENGRID Conference on Scalability and Replicability COTEVOS COncepts, capacities and methods for Testing EV systems and their interoperability within the Smartgrids José Antonio López TECNALIA josea.lopez@tecnalia.com

More information

RECOMMENDATION: It is recommended that the City Council, following a public hearing, adopt the attached resolution which:

RECOMMENDATION: It is recommended that the City Council, following a public hearing, adopt the attached resolution which: DATE: July 16,2007 TO: FROM: SUBJECT: CITY COUNCIL CITY MANAGER CONSIDERATION OF ADOPTION OF NEW FEDERAL STANDARDS RELATING TO ELECTRIC UTILITIES UNDER THE PUBLIC UTILITIES REGULATORY POLICIES ACT AND

More information

Collaborative Mobile Charging: From Abstraction to Solution

Collaborative Mobile Charging: From Abstraction to Solution Collaborative Mobile Charging: From Abstraction to Solution Jie Wu Computer and Information Sciences Temple University Road Map 1.Need for Basic Research 2.Mobile Charging: State of the Art 3.How to Solve

More information

Real-Time Distributed Congestion Control for Electrical Vehicle Charging

Real-Time Distributed Congestion Control for Electrical Vehicle Charging Real-Time Distributed Congestion Control for Electrical Vehicle Charging (Invited Paper) O. Ardakanian David R. Cheriton School of Computer Science University of Waterloo oardakan@uwaterloo.ca C. Rosenberg

More information

LAPPING OR GRINDING? WHICH TECHNOLOGY IS THE RIGHT CHOICE IN THE AGE OF INDUSTRY 4.0?

LAPPING OR GRINDING? WHICH TECHNOLOGY IS THE RIGHT CHOICE IN THE AGE OF INDUSTRY 4.0? LAPPING OR GRINDING? WHICH TECHNOLOGY IS THE RIGHT CHOICE IN THE AGE OF INDUSTRY 4.0? Bevel gear transmissions for the automotive industry are subject to extremely stringent requirements. They must be

More information

PRODUCT RELIABILITY TESTING: Environmental, Mechanical and Packaging Case study: 19 Rackmount Switch

PRODUCT RELIABILITY TESTING: Environmental, Mechanical and Packaging Case study: 19 Rackmount Switch PRODUCT RELIABILITY TESTING: Environmental, Mechanical and Packaging Case study: 19 Rackmount Switch Herb Schueneman President & CEO Presenter Mike Brown Laboratory Manager Presenter June 2015 Overview

More information

Automatic Traffic Counter and Classifier Using TIRTL Technology

Automatic Traffic Counter and Classifier Using TIRTL Technology Automatic Traffic Counter and Classifier Using TIRTL Technology 1. Background The Infra-Red Traffic Logger (TIRTL) is a traffic surveillance system that is non-intrusive and capable of highly advanced

More information

Show me the money: making your SCADA data work for you

Show me the money: making your SCADA data work for you ENERGY Show me the money: making your SCADA data work for you SCADA-Based Condition Monitoring Philippe Brodeur, Eng., M. Eng. 02 February 2017 2017 CanWEA O&M Summit 1 DNV GL 2017 02 February 2017 SAFER,

More information

HYBRID POWER FOR TELECOM SITES

HYBRID POWER FOR TELECOM SITES HYBRID POWER FOR TELECOM SITES ARE YOU MAKING THE MOST OF YOUR ENERGY TO REDUCE OPEX? Energy costs can amount to 55-65% of total operating expenditure for mobile operators, yet many lack the tools they

More information

Fault Attacks Made Easy: Differential Fault Analysis Automation on Assembly Code

Fault Attacks Made Easy: Differential Fault Analysis Automation on Assembly Code Fault Attacks Made Easy: Differential Fault Analysis Automation on Assembly Code Jakub Breier, Xiaolu Hou and Yang Liu 10 September 2018 1 / 25 Table of Contents 1 Background and Motivation 2 Overview

More information

SHOULDER TO SHOULDER. The case for paralleling generator sets

SHOULDER TO SHOULDER. The case for paralleling generator sets SHOULDER TO SHOULDER The case for paralleling generator sets Your operation. Your decision. Cat expertise. Your Cat Dealer knows when multiple units make more sense than one. Power systems requirements

More information

Afghanistan Energy Study

Afghanistan Energy Study Afghanistan Energy Study Universal Access to Electricity Prepared by: KTH-dESA Dubai, 11 July 2017 A research initiative supported by: 1 Outline Day 1. Energy planning and GIS 1. Energy access for all:

More information

CONNECTED AUTOMATION HOW ABOUT SAFETY?

CONNECTED AUTOMATION HOW ABOUT SAFETY? CONNECTED AUTOMATION HOW ABOUT SAFETY? Bastiaan Krosse EVU Symposium, Putten, 9 th of September 2016 TNO IN FIGURES Founded in 1932 Centre for Applied Scientific Research Focused on innovation for 5 societal

More information

Virtual Power Plants Realising the value of distributed storage systems through and aggregation and integration

Virtual Power Plants Realising the value of distributed storage systems through and aggregation and integration Virtual Power Plants Realising the value of distributed storage systems through and aggregation and integration Martin Symes - Director of Sales, Australia and New Zealand AIE - Australian Institute of

More information

INTELLIGENT BALANCING OF SERIES CELLS USING A LOW PROCESSING POWER ALGORITHM

INTELLIGENT BALANCING OF SERIES CELLS USING A LOW PROCESSING POWER ALGORITHM U.P.B. Sci. Bull., Series C, Vol. 80, Iss. 3, 2018 ISSN 2286-3540 INTELLIGENT BALANCING OF SERIES CELLS USING A LOW PROCESSING POWER ALGORITHM Catalin BIBIRICA 1, Cristian SANDU 2, Lucian ENE 3, Mihai

More information

Fuzzy Architecture of Safety- Relevant Vehicle Systems

Fuzzy Architecture of Safety- Relevant Vehicle Systems Fuzzy Architecture of Safety- Relevant Vehicle Systems by Valentin Ivanov and Barys Shyrokau Automotive Engineering Department, Ilmenau University of Technology (Germany) 1 Content 1. Introduction 2. Fuzzy

More information

Copyright 2012 EMC Corporation. All rights reserved.

Copyright 2012 EMC Corporation. All rights reserved. 1 Transforming Storage: An EMC Overview Symmetrix storage systems Boštjan Zadnik Technology Consultant Bostjan.Zadnik@emc.com 2 Data Sources Are Expanding Source: 2011 IDC Digital Universe Study 3 Applications

More information

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM

ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM ANFIS CONTROL OF ENERGY CONTROL CENTER FOR DISTRIBUTED WIND AND SOLAR GENERATORS USING MULTI-AGENT SYSTEM Mr.SK.SHAREEF 1, Mr.K.V.RAMANA REDDY 2, Mr.TNVLN KUMAR 3 1PG Scholar, M.Tech, Power Electronics,

More information

Preface... xi. A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content...

Preface... xi. A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content... Contents Preface... xi A Word to the Practitioner... xi The Organization of the Book... xi Required Software... xii Accessing the Supplementary Content... xii Chapter 1 Introducing Partial Least Squares...

More information