Self-organizing Methods and Models for Software Development

Size: px
Start display at page:

Download "Self-organizing Methods and Models for Software Development"

Transcription

1 Self-organizing Methods and Models for Software Development Daniel J. Dubois Advisor: Prof. Elisabetta Di Nitto CoAdvisor: Prof. Raffaela Mirandola Tutor: Prof. Gianpaolo Cugola Milan February 17 th, 011 Motivation Context: Dynamic and distributed software architectures Changing environment and requirements Pervasive Computing Examples Problem: Find efficient adaptation strategies to deal with the complexity of such architectures Existing Solutions (1/) Top-down adaptation approaches Adding one or more adaptation layers on top of the system elements Higher layers issue decisions for the lower layers Advantages Efficient for small and medium systems Deterministic and optimal Disadvantages Scalability issues due to complexity Difficult to deal with uncertainty Existing Solutions (/) Bottom-up adaptation approaches Adaptation emerges through simple decisions made by elements at the lower levels Inspired by natural phenomena Also known as Self-organization Advantages Simple coordination Scalable Fault tolerant Disadvantages Non-determinism Less guarantees Difficult to engineer 3 4 1

2 Research Hypotheses Assumptions: Complex distributed software architectures High number of elements at the same hierarchical level High uncertainty and dynamism No elements alone are essential RH1: Usefulness of Self-organization Self-organization is an efficient approach to address selected classes of problems under the aforementioned assumptions RH: Engineering Real Self-organizing Systems The self-organization design guidelines we propose simplify the adoption of self-organizing approaches in real systems Approach to Demonstrate Research Hypothesis 1 Study and analyze selected recurrent problems in distributed software architectures: Load Balancing problems Energy reduction problems Publish/Subscribe middleware optimization problems self organizing algor Problem 1: Decentralized Heterogeneous Load-balancing algorithm [SASO08, Bionetics08] 9 0 Self-Aggregation Load Balancing % load % load 100% load Problem : Energy Optimization in a Self-organizing Data Center [SOAR10] hibernated 7% load 7% load 7 8

3 Problem 3: Traffic Reduction in a Content-based Publish-subscribe System [ICAC09] Publish: Subscribe: sport Broker Broker 1 Broker 3 After Self-organization: 1 saved message Publish: Subscribe: sport Broker Broker 1 Broker 3 Approach to Demonstrate Research Hypothesis Study a common software engineering approach for designing self-organizing software: Identify commonalities in self-organizing algorithms in terms of principles Reference architecture and transposition of the principles into design patterns Design guidelines and validation approaches self organizing algor.? integration software engineering 9 10 Self-organization Principles Reference Architecture Derived from the observation of natural phenomena. They may be composed together and translated into real deployable algorithms. Most important evolutionary principles: Noise a strategy of errors Emergence a team is better than the sum of its individuals Evolution natural selection Most important communication principles: Diffusion gossiping is not necessarily a bad habit Stigmergy leave a note and I ll read it

4 Design Pattern for Diffusion (1/) Creating Self-org Algorithms for Software Systems [SEAMS09, GIIS09] Identify principles/algorithms: Analyze the problem/requirements. Choose the principles/algorithms that are most suitable for that class of problem Creating Self-org Algorithms for Software Systems [SEAMS09, GIIS09] Building Model: Compose and instantiate principles/ algorithms identified so far. Prove that the model satisfies its requirements. Example of Model Construction and Validation: The Load Balancing case Abstract Model construction: Graph representation Transformation rules (may be nondeterministic) Expressed using TRIO language (first-order temporal logic) Considered validation alternatives: Automatic Model Checking on the TRIO model Monte Carlo Simulations

5 Creating Self-org Algorithms for Software Systems [SEAMS09, GIIS09] Example of Use of Reference Architecture: Publish-subscribe Traffic Optimization Case Implementation: Translate the model into a deployable form. Use the reference architecture. Use self-organizing design patterns based on the principles. Advantages Code reusability. Separation between self-organizing aspects and application logic 17 Creating Self-org Algorithms for Software Systems [SEAMS09, GIIS09] Identify and solve problems not captured by the model: Race conditions. Component synchronization. Frequency of iterations. Amount of communication. Conclusions In this thesis we explore the problem of applying selforganization techniques to solve problems in distributed software architectures. Algorithmic contributions: Distributed Decentralized Load Balancing in Heterogeneous Networks. Overlay Self-organization for Traffic Reduction in Public- Subscribe Systems. Energy Optimization in a Self-organizing data center. Methodological contributions: A method for modeling self-organizing software based on the self-organizing principles. Examples of application of such method for implementing a self-organization algorithm in a real software architecture. 19 0

6 Next Steps Future challenges: Find optimal ways to self-calibrate self-organizing algorithms to reduce the needs of human-assisted preliminary simulations. Specialize the principles and the design patterns. Collect design patterns into a library and make them available in existing CASE tools and in ready-to-use parameterizable implementations. Extend the work with additional real case studies to support the validation of the patterns. Investigate more on the validation techniques for selforganization. Publications Related to this Work (1) International Conferences 1. [Bionetics07] E. Di Nitto, D. J. Dubois, R. Mirandola Self-aggregation algorithms for autonomic systems. In Bionetics 07, Budapest, Hungary.. [Autonomics07] D. Devescovi, E. Di Nitto, D. J. Dubois, R. Mirandola Selforganization algorithms for autonomic systems in the SelfLet approach. In Autonomics 07, Rome, Italy. 3. [SASO08] E. Di Nitto, D. J. Dubois, R. Mirandola, F. Saffre, R. Tateson Self- Aggregation techniques for Load Balancing in Distributed Systems. In SASO 08 (short paper), Venice, Italy. 4. [Bionetics08] E. Di Nitto, D. J. Dubois, R. Mirandola Applying selfaggregation to Load Balancing: Experimental results. In Bionetics 08, Hyogo, Japan.. [ICAC09] E. Di Nitto, D. J. Dubois, R. Mirandola Overlay self-organization for traffic reduction in multi-broker publish-subscribe systems. In ICAC 09 (short paper), Barcelona, Spain. 6. [ICSS10] D. J. Dubois, C. Nikolaou, M. Voskakis A Model Transformation for Increasing Value in Service Networks through Intangible Value Exchanges 7. [Bionetics10] B. A. Caprarescu, N. M. Calcavecchia, E. Di Nitto, D. J. Dubois SOS Cloud: Self-organizing Services in the Cloud in Bionetics 10 (work in progress paper), Boston, USA. 1 Publications Related to this Work () Workshops and Doctoral Symposium 8. [SEAMS09] E. Di Nitto, D. J. Dubois, R. Mirandola On Exploiting Decentralized Bio-inspired Self-organization Algorithms to Develop Real Systems. In SEAMS 09 (ICSE Workshop), Vancouver, Canada. 9. [GIIS09] D. J. Dubois Bio-inspired Self-organization Methods and Models for Software Development, GIIS Doctoral Symposium, Salerno, Italy. Book chapters 10. [SOAR10] D. Barbagallo, E. Di Nitto, D. J. Dubois, R. Mirandola A Bioinspired Algorithm for Energy Optimization in a Self-organizing Data Center. Self-organizing Architectures, Springer, [ARTDECO10] N. M. Calcavecchia, E. Di Nitto, D. J. Dubois, C. Ghezzi, V. Mazza, M. Rossi Complex Autonomic Systems for Networked Enterprises: Mechanisms, Solutions and Design Approaches. Adaptive infrastructures for DECentralized Organizations, 010 (to appear). QUESTIONS 3 4 6

7 Design Pattern for Diffusion (1/) ADDITIONAL SLIDES 6 Design Pattern for Diffusion (/) Design Pattern for Stigmergy (1/) 7 8 7

8 Design Pattern for Stigmergy (/) Design Pattern for Evolutionary Principles (1/) 9 30 Design Pattern for Evolutionary Principles (/) 31 8

Daniel J. Dubois. curriculum vitae. Current Position. Employment History. Education

Daniel J. Dubois. curriculum vitae. Current Position. Employment History. Education Daniel J. Dubois curriculum vitae Via Golgi 42 20133 Milano, Italy +39 02 2399 3678 +39 02 2399 3764 daniel@dubois.it http://www.danieldubois.org Current Position 02/2011 present Teaching and Research

More information

Applying Self-Aggregation to Load Balancing: Experimental Results

Applying Self-Aggregation to Load Balancing: Experimental Results Applying Self-Aggregation to Load Balancing: Experimental Results Elisabetta Di Nitto, Daniel J. Dubois, Raffaela Mirandola Politecnico di Milano Piazza Leonardo da Vinci, 32 2133 Milano, Italy (dinitto,dubois,mirandola)@elet.polimi.it

More information

Load Balancing Strategy of Cloud Computing based on Artificial Bee

Load Balancing Strategy of Cloud Computing based on Artificial Bee Load Balancing Strategy of Cloud Computing based on Artificial Bee Algorithm 1 Jing Yao*, 2 Ju-hou He 1 *, Dept. of Computer Science Shaanxi Normal University Xi'an, China, ruirui8718@163.com 2, Dept.

More information

A Bio-Inspired Algorithm for Energy Optimization in a Self-organizing Data Center

A Bio-Inspired Algorithm for Energy Optimization in a Self-organizing Data Center A Bio-Inspired Algorithm for Energy Optimization in a Self-organizing Data Center Donato Barbagallo, Elisabetta Di Nitto, Daniel J. Dubois, and Raffaela Mirandola Politecnico di Milano, Dipartimento di

More information

Can Global Software Engineering and Service Oriented Architectures benefit from each other?

Can Global Software Engineering and Service Oriented Architectures benefit from each other? Can Global Software Engineering and Service Oriented Architectures benefit from each other? Elisabetta Di Nitto DeepSE group Dip.to di Elettronica e Informazione Politecnico di Milano dinitto@elet.polimi.it

More information

Designing Self-Organizing Software with a Design Pattern Catalog: A Case Study

Designing Self-Organizing Software with a Design Pattern Catalog: A Case Study Designing Self-Organizing Software with a Design Pattern Catalog: A Case Study Paul L. Snyder, Giuseppe Valetto Drexel University Department of Computer Science Philadelphia, Pennsylvania, USA Jose Luis

More information

Autonomic IoT Systems Realizing Self-* Properties in IoT Systems

Autonomic IoT Systems Realizing Self-* Properties in IoT Systems Autonomic IoT Systems Realizing Self-* Properties in IoT Systems Noor Bajunaid nbajunai@masonlive.gmu.edu CS 788 Fall 2015 1 IoT and CPS The internet of things is known as giving any object the ability

More information

From Self-Organising Mechanisms to Design Patterns

From Self-Organising Mechanisms to Design Patterns Self-aware Pervasive Service Ecosystems From Self-Organising Mechanisms to Design Patterns University of Geneva Giovanna.Dimarzo@unige.ch 1 Outline Motivation: Spatial Structures and Services Self-Organising

More information

Software engineering self-adaptive web-based information systems - Current research topics

Software engineering self-adaptive web-based information systems - Current research topics Software engineering self-adaptive web-based information systems - Current research topics vangel.ajanovski@finki.ukim.mk Faculty of Computer Sciences and Engineering (FCSE) Ss Cyril and Methodius University,

More information

Distributed Database for Environmental Data Integration

Distributed Database for Environmental Data Integration Distributed Database for Environmental Data Integration A. Amato', V. Di Lecce2, and V. Piuri 3 II Engineering Faculty of Politecnico di Bari - Italy 2 DIASS, Politecnico di Bari, Italy 3Dept Information

More information

Performance aware open-world software in a 3-layer architecture

Performance aware open-world software in a 3-layer architecture Performance aware open-world software in a 3-layer architecture Diego Perez-Palacin, Universidad de Zaragoza, Spain José Merseguer, Universidad de Zaragoza, Spain Simona Bernardi, Università di Torino,

More information

Server Consolidation in Clouds through Gossiping

Server Consolidation in Clouds through Gossiping Server Consolidation in Clouds through Gossiping Moreno Marzolla, Ozalp Babaoglu, Fabio Panzieri Università di Bologna, Dipartimento di Scienze dell Informazione Mura A. Zamboni 7, I-40127 Bologna, Italy

More information

A Survey Study on Monitoring Service for Grid

A Survey Study on Monitoring Service for Grid A Survey Study on Monitoring Service for Grid Erkang You erkyou@indiana.edu ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide

More information

Simple Use Case Evaluation Method Determining an EHR Integration Platform Design

Simple Use Case Evaluation Method Determining an EHR Integration Platform Design Original Article en17 Simple Use Case Evaluation Method Determining an EHR Integration Platform Design Daniel Krsička 1, Milan Šárek 2 1 First Faculty of Medicine, Charles University in Prague, Czech Republic

More information

QoS Resource Management for Cloud Federations

QoS Resource Management for Cloud Federations QoS Resource Management for Cloud Federations Gaetano F. Anastasi National Council of Research (CNR), Pisa, Italy Pisa, June 16th, 2014 gaetano.anastasi@isti.cnr.it QoS Management for Cloud Federations

More information

Distributed systems. Distributed Systems Architectures

Distributed systems. Distributed Systems Architectures Distributed systems Distributed Systems Architectures Virtually all large computer-based systems are now distributed systems. Information processing is distributed over several computers rather than confined

More information

Evolution of Peer-to-Peer Systems

Evolution of Peer-to-Peer Systems EE 657 Lecture 9 on Sept. 28, 2007 Evolution of Peer-to-Peer Systems Peer-To-Peer Computing: Part 1 : P2P Platforms, Overlay Networks, and Gnutella Prof. kai Hwang University of Southern California Taylor

More information

A Systems of Systems. The Internet of Things. perspective on. Johan Lukkien. Eindhoven University

A Systems of Systems. The Internet of Things. perspective on. Johan Lukkien. Eindhoven University A Systems of Systems perspective on The Internet of Things Johan Lukkien Eindhoven University System applications platform In-vehicle network network Local Control Local Control Local Control Reservations,

More information

MULTI AGENT-BASED DISTRIBUTED DATA MINING

MULTI AGENT-BASED DISTRIBUTED DATA MINING MULTI AGENT-BASED DISTRIBUTED DATA MINING REECHA B. PRAJAPATI 1, SUMITRA MENARIA 2 Department of Computer Science and Engineering, Parul Institute of Technology, Gujarat Technology University Abstract:

More information

Masters in Information Technology

Masters in Information Technology Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101

More information

PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE

PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE TIGRAN HAKOBYAN SUJAL PATEL VANDANA MURALI INTRODUCTION Common Object Request

More information

Autonomic Services for Browsing the World

Autonomic Services for Browsing the World Autonomic Services for Browsing the World F. Zambonelli & The Outline Future pervasive computing scenarios The Browsing the World concept Key research challenges Our current researches directions Overlay

More information

Outline. Definitions. Course schedule

Outline. Definitions. Course schedule SENG480A/CSC576A Topics in Software Engineering Software Development, Architecture & Evolution Lectures, Sep 17, 20, 2001 Hausi A. Müller University of Victoria Outline Assignment 1 due Sep 27 Last week

More information

A Reference Architecture for Self-organizing Service-oriented Computing

A Reference Architecture for Self-organizing Service-oriented Computing A Reference Architecture for Self-organizing Service-oriented Computing Lei Liu, Stefan Thanheiser, Hartmut Schmeck Institute for Applied Informatics und Formal Description Methods (AIFB) Karlsruhe Institute

More information

Lightweight Service-Based Software Architecture

Lightweight Service-Based Software Architecture Lightweight Service-Based Software Architecture Mikko Polojärvi and Jukka Riekki Intelligent Systems Group and Infotech Oulu University of Oulu, Oulu, Finland {mikko.polojarvi,jukka.riekki}@ee.oulu.fi

More information

Chapter Outline. Chapter 2 Distributed Information Systems Architecture. Middleware for Heterogeneous and Distributed Information Systems

Chapter Outline. Chapter 2 Distributed Information Systems Architecture. Middleware for Heterogeneous and Distributed Information Systems Prof. Dr.-Ing. Stefan Deßloch AG Heterogene Informationssysteme Geb. 36, Raum 329 Tel. 0631/205 3275 dessloch@informatik.uni-kl.de Chapter 2 Architecture Chapter Outline Distributed transactions (quick

More information

Module 1: Introduction to Computer System and Network Validation

Module 1: Introduction to Computer System and Network Validation Module 1: Introduction to Computer System and Network Validation Module 1, Slide 1 What is Validation? Definition: Valid (Webster s Third New International Dictionary) Able to effect or accomplish what

More information

Costs and Benefits of Reputation Management Systems

Costs and Benefits of Reputation Management Systems Costs and Benefits of Reputation Management Systems Roberto G. Cascella University of Trento Dipartimento di Ingegneria e Scienza dell Informazione Via Sommarive 14, I-381 Povo (TN), Italy cascella@disi.unitn.it

More information

Flexible Distributed Business Process Management. Vinod Muthusamy

Flexible Distributed Business Process Management. Vinod Muthusamy Flexible Distributed Business Process Management by Vinod Muthusamy A thesis submitted in conformity with the requirements for the degree of Doctor of Philosophy Graduate Department of Electrical and Computer

More information

Towards the Magic Green Broker Jean-Louis Pazat IRISA 1/29. Jean-Louis Pazat. IRISA/INSA Rennes, FRANCE MYRIADS Project Team

Towards the Magic Green Broker Jean-Louis Pazat IRISA 1/29. Jean-Louis Pazat. IRISA/INSA Rennes, FRANCE MYRIADS Project Team Towards the Magic Green Broker Jean-Louis Pazat IRISA 1/29 Jean-Louis Pazat IRISA/INSA Rennes, FRANCE MYRIADS Project Team Towards the Magic Green Broker Jean-Louis Pazat IRISA 2/29 OUTLINE Clouds and

More information

Effective Virtual Machine Scheduling in Cloud Computing

Effective Virtual Machine Scheduling in Cloud Computing Effective Virtual Machine Scheduling in Cloud Computing Subhash. B. Malewar 1 and Prof-Deepak Kapgate 2 1,2 Department of C.S.E., GHRAET, Nagpur University, Nagpur, India Subhash.info24@gmail.com and deepakkapgate32@gmail.com

More information

Grid Computing FUNDAMENTALS OF. Theory, Algorithms and Technologies. Frederic Magoules. Edited by. CRC Press

Grid Computing FUNDAMENTALS OF. Theory, Algorithms and Technologies. Frederic Magoules. Edited by. CRC Press FUNDAMENTALS OF Grid Computing Theory, Algorithms and Technologies Edited by Frederic Magoules CRC Press Taylor & Francis Group Boca Raton London NewYork CRC Press is an imprint of the Taylor 8t Francis

More information

Analysis of an Artificial Hormone System (Extended abstract)

Analysis of an Artificial Hormone System (Extended abstract) c 2013. This is the author s version of the work. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purpose or for creating

More information

Self-economy in Cloud Data Centers: Statistical Assignment and Migration of Virtual Machines

Self-economy in Cloud Data Centers: Statistical Assignment and Migration of Virtual Machines Self-economy in Cloud Data Centers: Statistical Assignment and Migration of Virtual Machines Carlo Mastroianni 1, Michela Meo 2, and Giuseppe Papuzzo 1 1 ICAR-CNR, Rende (CS), Italy {mastroianni,papuzzo}@icar.cnr.it

More information

CLEVER: a CLoud-Enabled Virtual EnviRonment

CLEVER: a CLoud-Enabled Virtual EnviRonment CLEVER: a CLoud-Enabled Virtual EnviRonment Francesco Tusa Maurizio Paone Massimo Villari Antonio Puliafito {ftusa,mpaone,mvillari,apuliafito}@unime.it Università degli Studi di Messina, Dipartimento di

More information

Cloud Computing. Cloud computing:

Cloud Computing. Cloud computing: Cloud computing: Cloud Computing A model of data processing in which high scalability IT solutions are delivered to multiple users: as a service, on a mass scale, on the Internet. Network services offering:

More information

A Self-Organizing Crash-Resilient Topology Management System for Content-Based Publish/Subscribe

A Self-Organizing Crash-Resilient Topology Management System for Content-Based Publish/Subscribe A Self-Organizing Crash-Resilient Topology Management System for Content-Based Publish/Subscribe R. Baldoni, R. Beraldi, L. Querzoni and A. Virgillito Dipartimento di Informatica e Sistemistica Università

More information

Politecnico di Milano Advanced Network Technologies Laboratory

Politecnico di Milano Advanced Network Technologies Laboratory Politecnico di Milano Advanced Network Technologies Laboratory Energy and Mobility: Scalable Solutions for the Mobile Data Explosion Antonio Capone TIA 2012 GreenTouch Open Forum June 6, 2012 Energy consumption

More information

Convergence of Distributed Simulation Architectures Using DDS

Convergence of Distributed Simulation Architectures Using DDS NADS-2012-MKT-CORPORATE-EN-V1.5 Convergence of Distributed Simulation Architectures Using DDS OMG TECHNICAL MEETING SPECIAL EVENT Data Distribution Service Information Day March 20th 2013. Reston, Virginia

More information

Contents. 1010 Huntcliff, Suite 1350, Atlanta, Georgia, 30350, USA http://www.nevatech.com

Contents. 1010 Huntcliff, Suite 1350, Atlanta, Georgia, 30350, USA http://www.nevatech.com Sentinet Overview Contents Overview... 3 Architecture... 3 Technology Stack... 4 Features Summary... 6 Repository... 6 Runtime Management... 6 Services Virtualization and Mediation... 9 Communication and

More information

Building Web-based Infrastructures for Smart Meters

Building Web-based Infrastructures for Smart Meters Building Web-based Infrastructures for Smart Meters Andreas Kamilaris 1, Vlad Trifa 2, and Dominique Guinard 2 1 University of Cyprus, Nicosia, Cyprus 2 ETH Zurich and SAP Research, Switzerland Abstract.

More information

Object Management Group Cloud Computing Standards

Object Management Group Cloud Computing Standards Object Management Group Cloud Computing Standards Building a Multi-View Specification James Odell Co-Chair, OMG A&D TF and SOA SIG Ralph W. Thrash OMG Contributor Building Cloud Computing Standards 7/13/2009

More information

SURVEY ON THE ALGORITHMS FOR WORKFLOW PLANNING AND EXECUTION

SURVEY ON THE ALGORITHMS FOR WORKFLOW PLANNING AND EXECUTION SURVEY ON THE ALGORITHMS FOR WORKFLOW PLANNING AND EXECUTION Kirandeep Kaur Khushdeep Kaur Research Scholar Assistant Professor, Department Of Cse, Bhai Maha Singh College Of Engineering, Bhai Maha Singh

More information

Event-based middleware services

Event-based middleware services 3 Event-based middleware services The term event service has different definitions. In general, an event service connects producers of information and interested consumers. The service acquires events

More information

Author. Ginés Dólera Tormo. Advisors Dr. Félix Gómez Mármol (NEC Laboratories Europe) Prof. Dr. Gregorio Martínez Pérez (University of Murcia)

Author. Ginés Dólera Tormo. Advisors Dr. Félix Gómez Mármol (NEC Laboratories Europe) Prof. Dr. Gregorio Martínez Pérez (University of Murcia) Systems with Faculty of Computer Science ENHANCING USER CENTRIC IDENTITY MANAGEMENT SYSTEMS WITH REPUTATION MODELS IN DISTRIBUTED ENVIRONMENTS Author Advisors Dr. Félix Gómez Mármol (NEC Laboratories Europe)

More information

DRAFT. 1 Proposed System. 1.1 Abstract

DRAFT. 1 Proposed System. 1.1 Abstract Doctoral Thesis Proposal A language-level approach to distributed computation with weak synchronization and its application to cloud and edge computing environments. Christopher Meiklejohn Université catholique

More information

Towards service awareness and autonomic features in a SIPenabled

Towards service awareness and autonomic features in a SIPenabled features in a SIP-enabled network 1 Towards service awareness and autonomic features in a SIPenabled network Guillaume Delaire Laurent Walter Goix Giuseppe Valetto Telecom Italia Lab Outline 2 Context

More information

GIOVANNI MATTEO FUMAROLA

GIOVANNI MATTEO FUMAROLA GIOVANNI MATTEO FUMAROLA Personal Details NAME CITIZENSHIP E-MAIL HOMEPAGE ADDRESS CURRENT Giovanni Matteo Fumarola Italian giovanni.fumarola@gmail.com http://giovannifumarola.altervista.it Via Crispiano

More information

Reflections about Mobile Agents and Software Engineering

Reflections about Mobile Agents and Software Engineering Reflections about Mobile gents and Software Engineering Gian Pietro Picco Dipartimento di Elettronica e Informazione Politecnico, Italy picco@elet.polimi.it http://www.elet.polimi.it/~picco Motivation

More information

A distributed system is defined as

A distributed system is defined as A distributed system is defined as A collection of independent computers that appears to its users as a single coherent system CS550: Advanced Operating Systems 2 Resource sharing Openness Concurrency

More information

Resource Management and Scheduling. Mechanisms in Grid Computing

Resource Management and Scheduling. Mechanisms in Grid Computing Resource Management and Scheduling Mechanisms in Grid Computing Edgar Magaña Perdomo Universitat Politècnica de Catalunya Network Management Group Barcelona, Spain emagana@nmg.upc.edu http://nmg.upc.es/~emagana/

More information

Enterprise Service Bus

Enterprise Service Bus Introduction to Enterprise Service Bus DISTRIBUTED SYSTEMS RESEARCH GROUP http://nenya.ms.mff.cuni.cz CHARLES UNIVERSITY PRAGUE Faculty of Mathematics and Physics What s the problem? o deploy disparate

More information

Environments, Services and Network Management for Green Clouds

Environments, Services and Network Management for Green Clouds Environments, Services and Network Management for Green Clouds Carlos Becker Westphall Networks and Management Laboratory Federal University of Santa Catarina MARCH 3RD, REUNION ISLAND IARIA GLOBENET 2012

More information

Network Virtualization: A Tutorial

Network Virtualization: A Tutorial Network Virtualization: A Tutorial George N. Rouskas Department of Computer Science North Carolina State University http://rouskas.csc.ncsu.edu/ Network Virtualization: A Tutorial OFC 2012, March 2012

More information

Optimizing Configuration and Application Mapping for MPSoC Architectures

Optimizing Configuration and Application Mapping for MPSoC Architectures Optimizing Configuration and Application Mapping for MPSoC Architectures École Polytechnique de Montréal, Canada Email : Sebastien.Le-Beux@polymtl.ca 1 Multi-Processor Systems on Chip (MPSoC) Design Trends

More information

Technology to Control Hybrid Computer Systems

Technology to Control Hybrid Computer Systems INFORMATION TECHNOLOGY Hynomics (formerly HyBrithms Corporation, formerly Sagent Corporation) Technology to Control Hybrid Computer Systems Businesses and industries, both large and small, increasingly

More information

Tutorial Proposal for MONAMI 2012 Operating Heterogeneous Wireless Networks with SON (Self-Organizing Networks)

Tutorial Proposal for MONAMI 2012 Operating Heterogeneous Wireless Networks with SON (Self-Organizing Networks) Tutorial Proposal for MONAMI 2012 Operating Heterogeneous Wireless Networks with SON (Self-Organizing Networks) Objectives Dr. Henning Sanneck, Lars Christoph Schmelz Providing a comprehensive introduction

More information

A computational model for MapReduce job flow

A computational model for MapReduce job flow A computational model for MapReduce job flow Tommaso Di Noia, Marina Mongiello, Eugenio Di Sciascio Dipartimento di Ingegneria Elettrica e Dell informazione Politecnico di Bari Via E. Orabona, 4 70125

More information

THE ORGANISATION. Senior Management Major end users (divisions) Information Systems Department

THE ORGANISATION. Senior Management Major end users (divisions) Information Systems Department THE ORGANISATION Senior Management Major end users (divisions) Information Systems Department Technology Hardware Software Information Systems Specialists CIO Managers Systems analysts Systems designers

More information

Bio-inspired mechanisms for efficient and adaptive network security

Bio-inspired mechanisms for efficient and adaptive network security Bio-inspired mechanisms for efficient and adaptive network security Falko Dressler Computer Networks and Communication Systems University of Erlangen-Nuremberg, Germany dressler@informatik.uni-erlangen.de

More information

Self-Aware Software and Systems Engineering: A Vision and Research Roadmap

Self-Aware Software and Systems Engineering: A Vision and Research Roadmap Self-Aware Software and Engineering: A Vision and Research Roadmap Samuel Kounev Institute for Program Structures and Data Organization (IPD) Karlsruhe Institute of Technology (KIT) 76131 Karlsruhe, Germany

More information

Service-Oriented Architectures

Service-Oriented Architectures Architectures Computing & 2009-11-06 Architectures Computing & SERVICE-ORIENTED COMPUTING (SOC) A new computing paradigm revolving around the concept of software as a service Assumes that entire systems

More information

Copyright. Network and Protocol Simulation. What is simulation? What is simulation? What is simulation? What is simulation?

Copyright. Network and Protocol Simulation. What is simulation? What is simulation? What is simulation? What is simulation? Copyright Network and Protocol Simulation Michela Meo Maurizio M. Munafò Michela.Meo@polito.it Maurizio.Munafo@polito.it Quest opera è protetta dalla licenza Creative Commons NoDerivs-NonCommercial. Per

More information

November 3-4, 2015. The BioMA platform and applications. European Project n 613817 Workshop November 3 rd 2015. Marcello Donatelli (CREA)

November 3-4, 2015. The BioMA platform and applications. European Project n 613817 Workshop November 3 rd 2015. Marcello Donatelli (CREA) European Project n 613817 Workshop November 3 rd 2015 The BioMA platform and applications Marcello Donatelli (CREA) November 3-4, 2015 Outline Do we need a modelling framework? What is BioMA? BioMA applications

More information

A Model-Driven Approach for Developing Self-Adaptive Pervasive Systems

A Model-Driven Approach for Developing Self-Adaptive Pervasive Systems A Model-Driven Approach for Developing Self-Adaptive Pervasive Systems Carlos Cetina, Pau Giner, Joan Fons and Vicente Pelechano Research Center on Software Production Methods Universidad Politécnica de

More information

BPM in Cloud Architectures: Business Process Management with SLAs and Events

BPM in Cloud Architectures: Business Process Management with SLAs and Events BPM in Cloud Architectures: Business Process Management with SLAs and Events Vinod Muthusamy and Hans-Arno Jacobsen University of Toronto 1 Introduction Applications are becoming increasingly distributed

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION Internet has revolutionized the world. There seems to be no limit to the imagination of how computers can be used to help mankind. Enterprises are typically comprised of hundreds

More information

G-Lab: A Future Generation Internet Research Platform

G-Lab: A Future Generation Internet Research Platform Institute of Computer Science Department of Distributed Systems Prof. G-Lab: A Future Generation Internet Research Platform www3.informatik.uni-wuerzburg.de Institute of Computer Science University of

More information

Sacha Dubois RED HAT TRENDS AND TECHNOLOGY PATH TO AN OPEN HYBRID CLOUD AND DEVELOPER AGILITY. Solution Architect Infrastructure

Sacha Dubois RED HAT TRENDS AND TECHNOLOGY PATH TO AN OPEN HYBRID CLOUD AND DEVELOPER AGILITY. Solution Architect Infrastructure RED HAT TRENDS AND TECHNOLOGY PATH TO AN OPEN HYBRID CLOUD AND DEVELOPER AGILITY Sacha Dubois Solution Architect Infrastructure sadubois@redhat.com 13. März 2015 - Seite 1 / 25 I.T. CHALLENGES 13. März

More information

Reinforcement Learning of Task Plans for Real Robot Systems

Reinforcement Learning of Task Plans for Real Robot Systems Reinforcement Learning of Task Plans for Real Robot Systems Pedro Tomás Mendes Resende pedro.resende@ist.utl.pt Instituto Superior Técnico, Lisboa, Portugal October 2014 Abstract This paper is the extended

More information

OCR LEVEL 2 CAMBRIDGE TECHNICAL

OCR LEVEL 2 CAMBRIDGE TECHNICAL Cambridge TECHNICALS OCR LEVEL 2 CAMBRIDGE TECHNICAL CERTIFICATE/DIPLOMA IN IT UNDERSTANDING CLOUD COMPUTING L/505/5652 LEVEL 2 UNIT 30 GUIDED LEARNING HOURS: 60 UNIT CREDIT VALUE: 10 Understanding cloud

More information

An Overview of CORBA-Based Load Balancing

An Overview of CORBA-Based Load Balancing An Overview of CORBA-Based Load Balancing Jian Shu, Linlan Liu, Shaowen Song, Member, IEEE Department of Computer Science Nanchang Institute of Aero-Technology,Nanchang, Jiangxi, P.R.China 330034 dylan_cn@yahoo.com

More information

8 Conclusion and Future Work

8 Conclusion and Future Work 8 Conclusion and Future Work This chapter concludes this thesis and provides an outlook on future work in the area of mobile ad hoc networks and peer-to-peer overlay networks 8.1 Conclusion Due to the

More information

IRATI - Investigating RINA as an Alternative to TCP/IP

IRATI - Investigating RINA as an Alternative to TCP/IP Títol de la presentació de powerpoint IRATI - Investigating RINA as an Alternative to TCP/IP FIRE Engineering Workshop, Ghent, Belgium November 6th, 2012 Sergi Figuerola Project coordinator Director @

More information

IaaS Federation. Contrail project. IaaS Federation! Objectives and Challenges! & SLA management in Federations 5/23/11

IaaS Federation. Contrail project. IaaS Federation! Objectives and Challenges! & SLA management in Federations 5/23/11 Cloud Computing (IV) s and SPD Course 19-20/05/2011 Massimo Coppola IaaS! Objectives and Challenges! & management in s Adapted from two presentations! by Massimo Coppola (CNR) and Lorenzo Blasi (HP) Italy)!

More information

Application of Adaptive Probing for Fault Diagnosis in Computer Networks 1

Application of Adaptive Probing for Fault Diagnosis in Computer Networks 1 Application of Adaptive Probing for Fault Diagnosis in Computer Networks 1 Maitreya Natu Dept. of Computer and Information Sciences University of Delaware, Newark, DE, USA, 19716 Email: natu@cis.udel.edu

More information

3rd International Symposium on Big Data and Cloud Computing Challenges (ISBCC-2016) March 10-11, 2016 VIT University, Chennai, India

3rd International Symposium on Big Data and Cloud Computing Challenges (ISBCC-2016) March 10-11, 2016 VIT University, Chennai, India 3rd International Symposium on Big Data and Cloud Computing Challenges (ISBCC-2016) March 10-11, 2016 VIT University, Chennai, India Call for Papers Cloud computing has emerged as a de facto computing

More information

Critical Interdependent Infrastructures modeling, simulation and analysis

Critical Interdependent Infrastructures modeling, simulation and analysis Born in Roma, ITALY August 7th, 1973. Home: Via Francesco di Benedetto, 204 00173 Roma, ITALY Mobile: +39 320 4269 517 +39 347 9374 437 Office: Dipartimento di Informatica Sistemi e Prod. Università di

More information

Fundamental Concepts and Models

Fundamental Concepts and Models Fundamental Concepts and Models 1 1. Roles and Boundaries Could provider The organization that provides the cloud based IT resources Cloud consumer An organization (or a human) that has a formal contract

More information

Key Challenges in Cloud Computing to Enable Future Internet of Things

Key Challenges in Cloud Computing to Enable Future Internet of Things The 4th EU-Japan Symposium on New Generation Networks and Future Internet Future Internet of Things over "Clouds Tokyo, Japan, January 19th, 2012 Key Challenges in Cloud Computing to Enable Future Internet

More information

Using Peer to Peer Dynamic Querying in Grid Information Services

Using Peer to Peer Dynamic Querying in Grid Information Services Using Peer to Peer Dynamic Querying in Grid Information Services Domenico Talia and Paolo Trunfio DEIS University of Calabria HPC 2008 July 2, 2008 Cetraro, Italy Using P2P for Large scale Grid Information

More information

Resource Management on Computational Grids

Resource Management on Computational Grids Univeristà Ca Foscari, Venezia http://www.dsi.unive.it Resource Management on Computational Grids Paolo Palmerini Dottorato di ricerca di Informatica (anno I, ciclo II) email: palmeri@dsi.unive.it 1/29

More information

Structure-less Content-Based Routing in Mobile Ad Hoc Networks

Structure-less Content-Based Routing in Mobile Ad Hoc Networks Structure-less Content-Based Routing in Mobile Ad Hoc Networks Roberto BALDONI Roberto BERALDI Gianpaolo CUGOLA + Matteo MIGLIAVACCA + Leonardo QUERZONI Università di Roma La Sapienza Via Salaria 3, I-9

More information

How To Understand The Power Of Icdn

How To Understand The Power Of Icdn MobiArch 2014 R-iCDN: an Approach Supporting Flexible Content Routing for ISP-operated CDN Song Ci High Performance Network Lab, Institute of Acoustics, Chinese Academy of Sciences Outline I. Background

More information

On the Placement of Management and Control Functionality in Software Defined Networks

On the Placement of Management and Control Functionality in Software Defined Networks On the Placement of Management and Control Functionality in Software Defined Networks D.Tuncer et al. Department of Electronic & Electrical Engineering University College London, UK ManSDN/NfV 13 November

More information

SELFNET - Framework for Self-Organized Network Management in Virtualised and Software Defined Networks

SELFNET - Framework for Self-Organized Network Management in Virtualised and Software Defined Networks SELFNET - Framework for Self-Organized Network Management in Virtualised and Software Defined Networks SELFNET Project Jose M. Alcaraz Calero & Qi Wang, University of the West of Scotland Technical Coordinators

More information

QoS-driven Web Services Selection in Autonomic Grid Environments. Danilo Ardagna Gabriele Giunta Nunzio Ingraffia Raffaela Mirandola Barbara Pernici

QoS-driven Web Services Selection in Autonomic Grid Environments. Danilo Ardagna Gabriele Giunta Nunzio Ingraffia Raffaela Mirandola Barbara Pernici QoS-driven Web Services Selection in Autonomic Grid Environments Danilo Ardagna Gabriele Giunta Nunzio Ingraffia Raffaela Mirandola Barbara Pernici Introduction In SOA, complex applications can be composed

More information

Extending the Internet of Things to IPv6 with Software Defined Networking

Extending the Internet of Things to IPv6 with Software Defined Networking Extending the Internet of Things to IPv6 with Software Defined Networking Abstract [WHITE PAPER] Pedro Martinez-Julia, Antonio F. Skarmeta {pedromj,skarmeta}@um.es The flexibility and general programmability

More information

Continual Verification of Non-Functional Properties in Cloud-Based Systems

Continual Verification of Non-Functional Properties in Cloud-Based Systems Continual Verification of Non-Functional Properties in Cloud-Based Systems Invited Paper Radu Calinescu, Kenneth Johnson, Yasmin Rafiq, Simos Gerasimou, Gabriel Costa Silva and Stanimir N. Pehlivanov Department

More information

Project Evolution & Estimation :cash flow forecasting, cost benefit evolution techniques, risk evolution, Cost benefit analysis

Project Evolution & Estimation :cash flow forecasting, cost benefit evolution techniques, risk evolution, Cost benefit analysis Project Evolution & Estimation :cash flow forecasting, cost benefit evolution techniques, risk evolution, Cost benefit analysis EA Cost-benefit Analysis A standard way to assess the economic benefits Two

More information

Content Delivery Network (CDN) and P2P Model

Content Delivery Network (CDN) and P2P Model A multi-agent algorithm to improve content management in CDN networks Agostino Forestiero, forestiero@icar.cnr.it Carlo Mastroianni, mastroianni@icar.cnr.it ICAR-CNR Institute for High Performance Computing

More information

Digital libraries of the future and the role of libraries

Digital libraries of the future and the role of libraries Digital libraries of the future and the role of libraries Donatella Castelli ISTI-CNR, Pisa, Italy Abstract Purpose: To introduce the digital libraries of the future, their enabling technologies and their

More information

1 st Symposium on Colossal Data and Networking (CDAN-2016) March 18-19, 2016 Medicaps Group of Institutions, Indore, India

1 st Symposium on Colossal Data and Networking (CDAN-2016) March 18-19, 2016 Medicaps Group of Institutions, Indore, India 1 st Symposium on Colossal Data and Networking (CDAN-2016) March 18-19, 2016 Medicaps Group of Institutions, Indore, India Call for Papers Colossal Data Analysis and Networking has emerged as a de facto

More information

Big Data Processing with Google s MapReduce. Alexandru Costan

Big Data Processing with Google s MapReduce. Alexandru Costan 1 Big Data Processing with Google s MapReduce Alexandru Costan Outline Motivation MapReduce programming model Examples MapReduce system architecture Limitations Extensions 2 Motivation Big Data @Google:

More information

Relational Databases in the Cloud

Relational Databases in the Cloud Contact Information: February 2011 zimory scale White Paper Relational Databases in the Cloud Target audience CIO/CTOs/Architects with medium to large IT installations looking to reduce IT costs by creating

More information

Scalable Internet/Scalable Storage. Seif Haridi KTH/SICS

Scalable Internet/Scalable Storage. Seif Haridi KTH/SICS Scalable Internet/Scalable Storage Seif Haridi KTH/SICS Interdisk: The Big Idea 2 Interdisk: The Big Idea I: 3 Interdisk: The Big Idea I: Internet is global data communication 4 Interdisk: The Big Idea

More information

Topic : Cloud Computing Architecture. Presented by 侯 柏 丞. 朱 信 昱

Topic : Cloud Computing Architecture. Presented by 侯 柏 丞. 朱 信 昱 Topic : Cloud Computing Architecture Presented by 侯 柏 丞. 朱 信 昱 Paper survey CCOA:Cloud Computing Open Architecture 2009 IEEE International Conference on Web Services Service-Oriented Cloud Computing Architecture

More information

Organization of Multi-Agent Systems: An Overview

Organization of Multi-Agent Systems: An Overview International Journal of Intelligent Information Systems 2015; 4(3): 46-57 Published online June 26, 2015 (http://www.sciencepublishinggroup.com/j/ijiis) doi: 10.11648/j.ijiis.20150403.11 ISSN: 2328-7675

More information

2. Research and Development on the Autonomic Operation. Control Infrastructure Technologies in the Cloud Computing Environment

2. Research and Development on the Autonomic Operation. Control Infrastructure Technologies in the Cloud Computing Environment R&D supporting future cloud computing infrastructure technologies Research and Development on Autonomic Operation Control Infrastructure Technologies in the Cloud Computing Environment DEMPO Hiroshi, KAMI

More information

Software Defined Cloud Security Architectures

Software Defined Cloud Security Architectures Software Defined Cloud Security Architectures Roy Campbell October 8 th 2014, AFRL, Rome, NY Towards Assured Clouds: Our Approach Concerns Software Defined Networks Virtual Machines and Virtualization

More information