Integration of Heterogeneous Data Sources in Smart Grid based on Summary Schema Model

Size: px
Start display at page:

Download "Integration of Heterogeneous Data Sources in Smart Grid based on Summary Schema Model"

Transcription

1 Integration of Heterogeneous Data Sources in Smart Grid based on Summary Schema Model Foroogh Sedighi Department of Computer Engineering Niroo Research Institute Tehran, Iran Mahshid Helali Moghadam Department of Computer Engineering Niroo Research Institute, University of Kashan Tehran, Iran Abstract The modern infrastructure of electric grid known as smart grid is based on advanced communication and information technologies. The concept of data integration between heterogeneous data sources of smart grid reveals some challenges. The focus of this paper is on data integration as one of the major challenges in IT infrastructure of smart grid. In this paper, a semantic-based hierarchical integration model based on Summary Schema Model (SSM) has been proposed. The proposed model aims to optimize the cost of query in distributed heterogeneous databases. We represent how implementing a multidatabase system based on a Summary Schema Model would help to address and resolve data integration issues in IT infrastructure of smart grid. The analysis shows that the SSMbased integration model reduces the query response time compared to classic schema integration model. IndexTerms smart grid, heterogeneous databases, data integration, summary schema model I. INTRODUCTION The smart grid is defined as the integration of power, communications and information technologies in order to enhance the traditional electric power system into a modern and more intelligent one [1].The smart grid consists of a set of interrelated systems that are different in terms of their infrastructure, information system that they use, and also the geographic regions where they are located [1, 2]. The focus of information technology interoperability is to provide interoperability and data integration among developed systems that are totally independent and isolated from each other in the IT infrastructure of smart grid [1, 3]. In fact, in this context there are several issues such as site autonomy, differences in data representation including differences in names, structure and, abstraction that should be taken into consideration [4, 5]. In other words, there are several heterogeneous software systems in this context that are represented as heterogeneous distributed databases. Because of autonomy and heterogeneity of the software systems in IT infrastructure of smart grid, data integration becomes a big challenge. In the context of multidatabases, there are different solutions for data integration which can be categorized as following: Global Schema (Schema Integration): In this approach a global schema will be created and is going to be used as a mean in order to resolve global functions and provide a uniform view of shared data to locate and access distributed heterogeneous data sources [6-9]. Multidatabase Language: In this approach global schema does not exist. The system is not user friendly and if the user needs data, should directly communicate with the site to get data [8]. Summary Schema Model: Transparency and a kind of global schema exist in this model. The creation of the global schema can be automatic. The size of meta-data is also much smaller comparing to Schema Integration approach [8, 10]. One of the key requirements to achieve benefits of smart grid is data integration [4]. In this paper, the main contribution is to propose a proper solution for data integration of heterogeneous databases in IT infrastructure of smart grid. One of the most important domains of the smart grid is distribution domain which includes a high variety of heterogeneous software systems. Considering the variety and heterogeneity of software systems in distribution domain of smart grid, the main focus of this paper is put on data integration in IT infrastructure of distribution domain and a hierarchical integration model based on Summary Schema Model has been proposed. The rest of this paper is organized as follow. Section II describes the works proposed by different authors in the context of data integration in the smart grid. Section III provides an overview of IT infrastructure of distribution domain and briefs the need of interoperability between involved systems and data integration in this domain. In section IV, the principles of data integration in multiple heterogeneous databases are presented. Section V introduces the proposed hierarchical integration model and discusses about the query processing in this model. In section VI, a discussion on the reasons to apply this model for data integration in IT infrastructure of distribution domain and related analysis is provided. Finally, Section VII concludes the paper and presents the future works. II. RELATED WORK Modern information and communication technology (ICT) play an important role in smart grid. So that, database systems which are essential parts of ICT are also indispensable components of smart grid. Storing, retrieving and processing data in smart grid can all be done through using database systems. Since, autonomy and heterogeneity are the main /16/$ IEEE 88

2 factors of these systems, thus generating an appropriate information integration model has become a challenging issue. In [2] and [11] several challenging issues of information integration in the scope of smart grid were addressed and explained. The challenges of data integration and accessibility of information in applications from heterogeneous distributed organizations were investigated. In [12] a framework based on cloud computing for information management in smart grid called Smart-Frame was presented. The intention was to generate a hierarchical structure which provides flexibility, scalability and also security. In [13] the context of cloud computing for information management in smart grid was used. It proposed a paradigm called Cloud Service based SG Information Management (CSSGIM). CSSGIM improves the level of information integration and also reduces the operational cost. A framework for the development of a distributed real-time event-based software infrastructure by designing an event-driven middleware was provided in [3]. The intention was to achieve interoperability among heterogeneous systems and simplify data access in the context of smart grid. In addition to solutions mentioned above, some have gone through data integration in smart grid through using the semantic context of shared data. In [14] (S 2 )In-architecture for semantic-based integration of data services was proposed. The goal was integration of multiple types of data services in smart grid to achieve automation in the communication processes. A cloud-based software platform using a semantic information integration pipeline was built in [15]. The pipeline provided semantic annotation for data context enrichment. By this, data from different sources and different types could be managed. The focus of [16] was also on data integration in the smart grid context. For this purpose, an open data model representation integrated with SOA (Service Oriented Architecture) was proposed. XML and web services were used in this model for data exchange in a uniform and standard format. So, despite heterogeneity of components in smart grid, the level of interactivity improved. In another work [17], the role of SOA in data integration in the context of smart grid was discussed. This paper aims at providing an appropriate solution for data integration of heterogeneous systems which suites the smart grid context and meets the requirements such as keeping the local autonomy of systems, scalability, decreasing the average of search time which are of great importance to information integration in IT infrastructure of smart grid. III. IT INFRASTRUCTURE OF DISTRIBUTION DOMAIN IN SMART GRID As mentioned before, there is a variety of software systems which are represented as data sources in IT infrastructure of distribution domain. This context is a peer to peer platform which is fully distributed and each data source has its own database management. In the following, a brief description of major software applications involved in IT infrastructure of distribution domain [1] along with the need to provide interoperability among these applications is provided. Distribution Management System (DMS): Performs and manages all control functions and operations related to distribution grid. Outage Management System (OMS): Manages the records of outages and is useful for detecting and analyzing the outages. Geographical Information System (GIS): Contains geographical data of the distribution electrical components. AMI Head End System (AHE): A head-end system receives the stream of meter data brought back to the utility through the AMI. Asset Management System: Manages the equipment and the applied operations on them. Each software system in IT infrastructure of smart grid can be presented as a preexisting data source which is managed by a database management system. These databases run on heterogeneous platforms and may be completely different from each other in terms of their structure, local constraints, information representation that they use, and also their geographic regions. In other words, autonomy (degree of a database independency) and heterogeneity of databases are two fundamental factors that should be taken into account in finding a solution to provide information integration and interoperability between heterogeneous databases. IV. APPROACHES IN DESIGNING MULTIDATABASE SYSTEMS There are three different approaches to design and implement a multidatabase system. In the following a brief description of each approach is provided. A. Global Schema Approach There are two different phases involving in data integration in Global Schema approach. These phases are as follows: Schema integration: In the Global Schema approach a global schema is built on top of local schemas. Result integration: when a query is submitted to the global schema, it is decomposed to a set of subqueries posed to local resources. Integration of partial results generated from sub-queries is to combine them in order to provide the result in a uniform format. In this approach, for each local database any heterogeneity among local schemas in terms of semantic and syntactic should be resolved. In Global Schema approach, transparency exists and user does not need to be knowledgeable about the whole system [8, 9]. The challenges related to this approach are as following [18]: To handle semantic of data and form a global schema, human should be involved. Any change at local schema should also be reflected in global schema. This means massive computation. A huge database of gathered data from different local databases will be generated to form a global schema. B. Multidatabase Language Approach In this approach, global schema does not exist. The intention is to solve some of the discussed challenges related to the Global Schema approach such as the amount of required knowledge, computation requirements, storage and etc. In 89

3 multidatabase language approach, defining a common name space or language for all schemas is essential. User makes a request based on a common language which is knowledgeable about. Since the local site may not be familiar with the language, a translator has been put at each site. The translator translates the common language to the local language. Transparency of the first approach does not exist here. This means that if the user needs specific information, should directly communicate with the sites that contain that information. So, user should be knowledgeable about the whole system [8, 18]. C. Summary Schema Model Summary Schema Model is a solution that does not carry difficulties of the first two approaches. The main intention in this approach is to automate the identification of entities that are similar in semantics but have different representations. Summary Schema Model is a hierarchical relational structure. To build this structure, by using a standard dictionary, the linguistic relationships among existing terms in each node will be defined. At each level, the upper node captures semantics of the information at the lower level [8, 19]. The advantages of using this approach are listed as follows [20]: Transparency exists in this approach. So, user does not need to know where data is located. The approach is user friendly because the system is dealing with semantics. Performing global integration is automated. Generated meta-data in this approach is much smaller than global schema approach. Less storage is required. V. PROPOSED HIERARCHICAL INTEGRATION MODEL In this section, a hierarchical integration model based on Summary Schema Model has been proposed. The main intention of applying this model is to integrate the independent software systems of IT infrastructure of smart grid with no change in any of them and thus save their investment in existing different parts of their systems. The proposed model is shown in Fig.1. It has been applied to some parts of the main heterogeneous databases in the IT infrastructure of distribution domain. As shown in Fig.1, at the lowest level, there are physical databases that are to be integrated. In Fig.1, we have five data sources entitled DMS, OMS, GIS, AHE and Asset Management System with relations entitled Equipe-Loc, OutageRecord, Add-Component, Meter- Event and Device-App_Function and the contents of these relations. Summary schema is built on top of the local databases based on the thesaurus. Each node in this model contains the semantic contents of its lower level nodes. Each node consists of a set of access terms form schema. The relation between access terms can be shown as synonyms, hypernyms (terms with more abstraction) and hyponyms (terms with less abstraction). By mapping access terms at lower levels to their related hypernyms, a summary schema node will be generated [8, 10]. The operational flow of our proposed model is provided as follows: In the 1 st level of the proposed model, we have local databases with the characteristics shown in Table 1. In the 2 nd level, we have head nodes with the attributes presented in Table 2. In the 3 rd level, there are head nodes with the attributes shown in Table 3. In the 4 th level, we have head nodes with the attributes presented in Table 4. A. Query Processing In the Proposed Model In classic Global Schema approach, the query submitted to the global schema, is decomposed to a set of sub-queries posed to local resources. Then, partial results generated from local resources should be combined to generate the final result. Therefore, query processing in Global Schema approach consists of two phases of query decomposition and partial results integration. Traversing the integration steps is a highly computation-intensive process [18, 6]. Query processing in Summary Scheme Model follows a completely different scheme. Once a query is submitted to a node in SSM model, if the location of required data and access terms that would be used is clear, it is considered as an explicit query and will be processed locally. Otherwise, it is known as an inexplicit or imprecise query. When an imprecise query is initiated, it will be connected to a node. Each node contains some information. The content of query and content of the information in the requested node will be compared semantically. In case of semantic similarity, it is clear that real relevant data exists in the lower level of the requested node. So, the query should move down in the hierarchy till it reaches the physical data. In case of no similarity between content of the query and content of the node where the request is initiated, the request should move up in the hierarchy till it reaches the root. Finally, if no matches is found in the root, it can be concluded that required information does not exist in that information system [8].The query processing in SSM model does not involve the computation-intensive phases of query decomposition and results integration, therefore the total cost of query resolution is expected to be less than the Global Schema approach. The cost of a query in SSM can be measured as the number of message exchanges between the nodes until the query is resolved. The expected value for the cost of query in SSM can be measured as follows: ) (1) Where C i is the cost of query in node "i" and 1/ number of nodes is the probability of selecting node "i". In SSM, calculating the cost of query is location-dependent. This means that, the cost of query depends on where the query has been initiated. Assume a sample hierarchy built on some of the heterogeneous data sources in IT infrastructure of distribution domain of smart grid, presented in Fig. 2 and Fig. 3. It contains 20 nodes including 10 local database schemas and 10 summary schemas. Assume two different plans for an imprecise query which the origin node for the first plan is node 3 and the origin node for the second plan is node 8. The destination node for both plans is node

4 KEY: { Schema Content }, DB = database name, R = Relation name, A = Attribute name In Fig. 2 and Fig. 3, the search and return path for an imprecise query initiating in two different nodes (plan A and B) have been shown. The cost of query (number of exchanged messages) for plan A is 12 while the cost of query for plan B is 7. It can be shown that the upper bound of C i (the cost of query at node i) is 4n where "n" is the length of semantic hierarchy. Figure 4 displays the length of search path for an imprecise query initiating in different origin nodes in the sample hierarchy. It is assumed that node 10 is the destination node. As shown in Fig. 4, the closer to the destination node the query initiates, the search path would be shorter. Consequently the cost of query would become less. By considering the processing time of messages in nodes and the messages transfer time between nodes, we can calculate the query response time for node "i" as follows. (2) Where Data Transfer Time is the required time to transfer the messages in both search and return paths. The data transfer time for each message is calculated as follows: (3) Assuming that the processing time of each node is 0.1s, the size of query is 1KB, the size of the result is 1MB, and the bandwidth of the connecting link between nodes is 100Mb/s. Figure 5 represents the query response time initiating in different origin nodes. Fig. 1 The proposed model on some parts of five heterogeneous data sources VI. DISCUSSION The IT infrastructure of smart grid is a geographically distributed environment comprising a variety of highly heterogeneous data sources with local autonomies. The data communication between distributed systems in the smart grid is based on a fully distributed peer-to-peer platform and each system has its own data resource and can communicate with other systems. In the smart grid, there is a large amount of distributed data in various data sources known as software systems which need to be integrated to provide the information management and interoperability. In the IT infrastructure of smart grid the scalability is an important factor which facilitates the possibility of joining new software applications to the system domain. The need of reducing query response time in data communication between different heterogeneous systems is also an important requirement that should be considered. Regarding this issues, this smart grid environment requires an efficient solution for data integration to resolve information management and functional interoperability. The proposed integration model can be a proper solution to meet the mentioned requirements of the smart grid environment. Since, it is shown that it benefits from following advantages: Reduces the total storage requirements. Provides the possibility of automatic creation of the global schema Reduces the search path and consequently query response time 91

5 Keep the autonomy of the local databases In addition to above features, according to the conformity between the hierarchical structure of the proposed model and the inheritance relation hierarchy of the concepts in CIM, we TABLE 1 the characteristics of the leaf nodes Node 1.A (DMS) Node 1.B (OMS) Node 1.C (GIS) Node 1.D (AHE) Node 1.E (Asset Management System) Node 3.A Node 3.B Position Disconnector Breaker Protected Switch Region Reason Type of Outage Start and End Date and Time Cartesian coordinate Substation Switch Load Breaker Meter ID Power Up/Down Date and Time Site Device ID Date and Time of TABLE 3 the 3 rd level nodes Geographical Information Conducting Equipment Container Equipment PlacementSite Incident Operation Incident Time Operation Time Testimony Meter Identifier Description Represents the position of the distribution components in the electrical dispatching grid Represents a specific outage in a specific region caused by a specific reason along with its start and end date and time. Represents the Cartesian coordinate of components. Represents the occurrence of a power-up/down event in a specific meter and at a specific date and time. Represents the type of function which has been applied on a specific device at a specific date and time. Hypernym Location Equipment Area Event Event Time Symptom Device can take advantage of using CIM concepts to build a thesaurus for the hierarchical structure of the parts related to electrical entities. Node 2.A Node 2.B Node 2.C Node 4.A TABLE 2 the 2 nd level nodes Position Region Disconnector Breaker Protected Switch Substation Region Site Type of Outage Power Up/Down Start and End Date and Time Date and Time Reason Meter ID Device ID Date and Time of TABLE 4 the 4 th level nodes Location Area Equipment Event Event Time Symptom Hypernym Geographical Information Conducting Equipment Container Equipment Placement Incident Incident Time Testimony Meter Identifier Identifier Operation Operation Time Hypernym Situation Asset Occurrence Time Fundamental Cause Fig. 2 The search path in plan A Search path: 3, 12, 17, 20, 19, 16, 10 Return path: 10, 16, 19, 18, 17, 12, 3 Search path: 8, 15, 19, 16, 10 Return path: 10, 16, 15, 8 Fig. 3 The search path in plan B VII. CONCLUSION In this study, a hierarchical data integration model for heterogeneous data sources in IT infrastructure of distribution domain in smart grid was proposed. The proposed integration model is a Summary Schema Model which was adapted to the data context of smart grid in distribution domain. The proposed integration model uses the semantic relations hierarchy to build an abstract view of shared data. Regarding the use of CIM as interoperable and common concepts for applications implementation in smart grid, the SSM-based model is able to use the CIM hierarchical relations to build the integration 92

6 hierarchy. Therefore, the proposed approach provides a standard integration model based on the common concepts of the smart grid. This paper proposes a SSM-based integration model which is flexible to the local autonomy issues of the heterogeneous systems and is highly scalable. It reduces significantly the required storage for storing the global schema. The analysis of cost of query and query processing time shows that the proposed SSM-based integration model improves the cost of query and the query processing time compared to the classic global schema approach. Extending the proposed data integration model to support the security issues including data access controls and authentication issues in smart grid may be the directions for future studies. Fig. 4 The search path for different origin nodes (Destination node "10") REFERENCES [1] D. G. Photovoltaics and E. Storage, "IEEE Guide for Smart Grid Interoperability of Energy Technology and Information Technology Operation with the Electric Power System (EPS), End-Use Applications, and Loads," [2] Z. Fan, P. Kulkarni, S. Gormus, C. Efthymiou, G. Kalogridis, M. Sooriyabandara, et al., "Smart grid communications: Overview of research challenges, solutions, and standardization activities," IEEE Communications Surveys & Tutorials, vol. 15, pp , [3] E. Patti, A. L. A. Syrri, M. Jahn, P. Mancarella, A. Acquaviva, and E. Macii, "Distributed software infrastructure for general purpose services in smart grid," IEEE Transactions on Smart Grid, vol. 7, pp , [4] A. Ipakchi, "Implementing the smart grid: enterprise information integration," in GridWise Grid-Interop Forum, 2007, pp [5] Z. Aung, "Database systems for the smart grid," in Smart Grids, ed: Springer, 2013, pp [6] A. Calì, D. Calvanese, G. De Giacomo, and M. Lenzerini, "Data integration under integrity constraints," in Seminal Contributions to Information Systems Engineering, ed: Springer, 2013, pp [7] C. Y. Ko, "Three approaches to a multidatabase system," in Proceedings of Philippine Somputer Science Congress, [8] S. Ngamsuriyaroj, A. R. Hurson, and T. F. Keefe, "Authorization model for summary schemas model," inproceedings of International Database Engineering and Applications Symposium, 2002, pp [9] M. T. Özsu and P. Valduriez, Principles of distributed database systems: Springer Science & Business Media, [10] Y. Jiao and A. R. Hurson, "Mobile agents and energy-efficient multidatabase design," in 18th International Conference on Advanced Information Networking and Applications, 2004, pp Fig. 5 The query response time for different origin nodes (Destination node 10 ) [11] Z. Bojkovic and B. Bakmaz, "Smart grid communications architecture: a survey and challenges," Proceedings of the 11th International coriference on Applied Computer and Applied Computational Science (ACACOS), pp , [12] J. Baek, Q. H. Vu, J. K. Liu, X. Huang, and Y. Xiang, "A secure cloud computing based framework for big data information management of smart grid," IEEE transactions on cloud computing, vol. 3, pp , [13] X. Fang, S. Misra, G. Xue, and D. Yang, "Managing smart grid information in the cloud: opportunities, model, and applications," IEEE network, vol. 26, pp , [14] S. Rohjans, "A standard-compliant ICT-architecture for semantic data service integration in smart grids," in Innovative Smart Grid Technologies, IEEE PES, 2013, pp [15] Y. Simmhan, S. Aman, A. Kumbhare, R. Liu, S. Stevens, Q. Zhou, et al., "Cloud-based software platform for big data analytics in smart grids," Computing in Science & Engineering, vol. 15, pp , [16] R. Malarvizhi and S. Kalyani, "SOA based open data model for information integration in smart grid," in Fifth International Conference on Advanced Computing, 2013, pp [17] G. A. Pagani and M. Aiello, "Service Orientation and the Smart Grid state and trends," Service Oriented Computing and Applications, vol. 6, pp , [18] M. Bright, A. R. Hurson, and S. Pakzad, "Automated resolution of semantic heterogeneity in multidatabases," ACM Transactions on Database Systems (TODS), vol. 19, pp , [19] M. Ongtang, A. R. Hurson, Y. Jiao, and T. E. Potok, "Agentbased transactions management for mobile multidatabase," in Third IEEE International Conference on Wireless and Mobile Computing, Networking and Communications (WiMob 2007), 2007, pp [20] J. B. Lim and A. R. Hurson, "Transaction processing in a mobile, multi-database environment," Multimedia Tools and Applications, vol. 15, pp ,

Transactional Agents for Pervasive Computing

Transactional Agents for Pervasive Computing Transactional Agents for Pervasive Computing Machigar Ongtang Dept. of Computer Science and Engineering, Pennsylvania State University ongtang@cse.psu.edu Ali R. Hurson Computer Science Dept., Missouri

More information

A data-driven framework for archiving and exploring social media data

A data-driven framework for archiving and exploring social media data A data-driven framework for archiving and exploring social media data Qunying Huang and Chen Xu Yongqi An, 20599957 Oct 18, 2016 Introduction Social media applications are widely deployed in various platforms

More information

Scalable Hybrid Search on Distributed Databases

Scalable Hybrid Search on Distributed Databases Scalable Hybrid Search on Distributed Databases Jungkee Kim 1,2 and Geoffrey Fox 2 1 Department of Computer Science, Florida State University, Tallahassee FL 32306, U.S.A., jungkkim@cs.fsu.edu, 2 Community

More information

Grid Modernization Challenges for the Integrated Grid

Grid Modernization Challenges for the Integrated Grid Grid Modernization Challenges for the Integrated Grid Mark McGranaghan VP, Distribution and Utilization Electric Power Research Institute Wednesday 21 JUN 2017 PowerTech 2017 Manchester The Vision An Integrated

More information

Mobile and Heterogeneous databases

Mobile and Heterogeneous databases Mobile and Heterogeneous databases Heterogeneous Distributed Databases Transaction Processing A.R. Hurson Computer Science Missouri Science & Technology 1 Note, this unit will be covered in two lectures.

More information

CIM/E Oriented Graph Database Model Architecture and Parallel Network Topology Processing

CIM/E Oriented Graph Database Model Architecture and Parallel Network Topology Processing CIM/E Oriented Graph Model Architecture and Parallel Network Topology Processing Zhangxin Zhou a, b, Chen Yuan a, Ziyan Yao a, Jiangpeng Dai a, Guangyi Liu a, Renchang Dai a, Zhiwei Wang a, and Garng M.

More information

EPRI Research Overview IT/Security Focus. Power Delivery & Energy Utilization Sector From Generator Bus Bar to End Use

EPRI Research Overview IT/Security Focus. Power Delivery & Energy Utilization Sector From Generator Bus Bar to End Use EPRI Research Overview IT/Security Focus November 29, 2012 Mark McGranaghan VP, Power Delivery and Utilization Power Delivery & Energy Utilization Sector From Generator Bus Bar to End Use Transmission

More information

New research on Key Technologies of unstructured data cloud storage

New research on Key Technologies of unstructured data cloud storage 2017 International Conference on Computing, Communications and Automation(I3CA 2017) New research on Key Technologies of unstructured data cloud storage Songqi Peng, Rengkui Liua, *, Futian Wang State

More information

A CORBA-based Multidatabase System - Panorama Project

A CORBA-based Multidatabase System - Panorama Project A CORBA-based Multidatabase System - Panorama Project Lou Qin-jian, Sarem Mudar, Li Rui-xuan, Xiao Wei-jun, Lu Zheng-ding, Chen Chuan-bo School of Computer Science and Technology, Huazhong University of

More information

Knowledge Discovery Services and Tools on Grids

Knowledge Discovery Services and Tools on Grids Knowledge Discovery Services and Tools on Grids DOMENICO TALIA DEIS University of Calabria ITALY talia@deis.unical.it Symposium ISMIS 2003, Maebashi City, Japan, Oct. 29, 2003 OUTLINE Introduction Grid

More information

Wireless Sensor Networks and Advanced Metering Infrastructure Deployment in Smart Grid

Wireless Sensor Networks and Advanced Metering Infrastructure Deployment in Smart Grid Wireless Sensor Networks and Advanced Metering Infrastructure Deployment in Smart Grid O. M. Longe, K. Ouahada, H. C. Ferreira, S. Rimer Dept. of Electrical & Electronics Engineering Science, University

More information

Enabling Seamless Sharing of Data among Organizations Using the DaaS Model in a Cloud

Enabling Seamless Sharing of Data among Organizations Using the DaaS Model in a Cloud Enabling Seamless Sharing of Data among Organizations Using the DaaS Model in a Cloud Addis Mulugeta Ethiopian Sugar Corporation, Addis Ababa, Ethiopia addismul@gmail.com Abrehet Mohammed Omer Department

More information

The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries

The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries The Semantics of Semantic Interoperability: A Two-Dimensional Approach for Investigating Issues of Semantic Interoperability in Digital Libraries EunKyung Chung, eunkyung.chung@usm.edu School of Library

More information

Construction and Application of Cloud Data Center in University

Construction and Application of Cloud Data Center in University International Conference on Logistics Engineering, Management and Computer Science (LEMCS 2014) Construction and Application of Cloud Data Center in University Hong Chai Institute of Railway Technology,

More information

Available online at ScienceDirect. Procedia Computer Science 103 (2017 )

Available online at   ScienceDirect. Procedia Computer Science 103 (2017 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 103 (2017 ) 505 510 XIIth International Symposium «Intelligent Systems», INTELS 16, 5-7 October 2016, Moscow, Russia Network-centric

More information

Distribution and Integration Technologies

Distribution and Integration Technologies Distribution and Integration Technologies Distributed Architectures Patterns and Styles 1 Distributed applications infrastructure ISP intranet wireless backbone desktop computer: server: laptops: tablets:

More information

THE conventional notion of timely and reliable access to

THE conventional notion of timely and reliable access to 1330 IEEE TRANSACTIONS ON KNOWLEDGE AND DATA ENGINEERING, VOL. 14, NO. 6, NOVEMBER/DECEMBER 2002 Transaction Processing in Mobile, Heterogeneous Database Systems James B. Lim and A.R. Hurson Abstract As

More information

Mobile and Heterogeneous databases Security. A.R. Hurson Computer Science Missouri Science & Technology

Mobile and Heterogeneous databases Security. A.R. Hurson Computer Science Missouri Science & Technology Mobile and Heterogeneous databases Security A.R. Hurson Computer Science Missouri Science & Technology 1 Note, this unit will be covered in two lectures. In case you finish it earlier, then you have the

More information

Enterprise Multimedia Integration and Search

Enterprise Multimedia Integration and Search Enterprise Multimedia Integration and Search José-Manuel López-Cobo 1 and Katharina Siorpaes 1,2 1 playence, Austria, 2 STI Innsbruck, University of Innsbruck, Austria {ozelin.lopez, katharina.siorpaes}@playence.com

More information

RESTful CIM using the Open Data Protocol

RESTful CIM using the Open Data Protocol RESTful CIM using the Open Data Protocol Alan McMorran B.Eng Ph.D!1 CIM Exchanges!2 CIM Data Exchange The exchange of data using CIM has traditionally been used in two primary ways: Full Model exchange

More information

Volt/VAR Control Options and How to Leverage AMI Data

Volt/VAR Control Options and How to Leverage AMI Data By Tom Helmer, Executive Consultant and Joseph Sottnik, P.E., Project Manager, Black & Veatch Published in the August 2012 issue of PowerGrid International Energy efficiency and operational optimization

More information

A Bottom-up Strategy for Query Decomposition

A Bottom-up Strategy for Query Decomposition A Bottom-up Strategy for Query Decomposition Le Thi Thu Thuy, Doan Dai Duong, Virendrakumar C. Bhavsar and Harold Boley Faculty of Computer Science, University of New Brunswick Fredericton, New Brunswick,

More information

Research on the Interoperability Architecture of the Digital Library Grid

Research on the Interoperability Architecture of the Digital Library Grid Research on the Interoperability Architecture of the Digital Library Grid HaoPan Department of information management, Beijing Institute of Petrochemical Technology, China, 102600 bjpanhao@163.com Abstract.

More information

Version 11

Version 11 The Big Challenges Networked and Electronic Media European Technology Platform The birth of a new sector www.nem-initiative.org Version 11 1. NEM IN THE WORLD The main objective of the Networked and Electronic

More information

The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access

The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access The onprom Toolchain for Extracting Business Process Logs using Ontology-based Data Access Diego Calvanese, Tahir Emre Kalayci, Marco Montali, and Ario Santoso KRDB Research Centre for Knowledge and Data

More information

Chapter 3. Design of Grid Scheduler. 3.1 Introduction

Chapter 3. Design of Grid Scheduler. 3.1 Introduction Chapter 3 Design of Grid Scheduler The scheduler component of the grid is responsible to prepare the job ques for grid resources. The research in design of grid schedulers has given various topologies

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

The Replication Technology in E-learning Systems

The Replication Technology in E-learning Systems Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 28 (2011) 231 235 WCETR 2011 The Replication Technology in E-learning Systems Iacob (Ciobanu) Nicoleta Magdalena a *

More information

Mobile and Heterogeneous databases

Mobile and Heterogeneous databases Mobile and Heterogeneous databases Heterogeneous Distributed Databases Query Processing A.R. Hurson Computer Science Missouri Science & Technology 1 Note, this unit will be covered in two lectures. In

More information

WBEM Web-based Enterprise Management

WBEM Web-based Enterprise Management 1 WBEM Web-based Enterprise Management Outline What is Enterprise Management? What are the drivers in Enterprise Mgt.? Distributed Management Technology Forum (DMTF) Web Based Enterprise Management (WBEM)

More information

Boundary control : Access Controls: An access control mechanism processes users request for resources in three steps: Identification:

Boundary control : Access Controls: An access control mechanism processes users request for resources in three steps: Identification: Application control : Boundary control : Access Controls: These controls restrict use of computer system resources to authorized users, limit the actions authorized users can taker with these resources,

More information

The Infrastructure Management Imperative. Smart Grid Infrastructure Management Challenges and Solutions

The Infrastructure Management Imperative. Smart Grid Infrastructure Management Challenges and Solutions The Infrastructure Management Imperative Smart Grid Infrastructure Management Challenges and Solutions Which is most important Infrastructure, applications or the user experience? They all are. There is

More information

Revolution or Evolution of SCADA, EMS, MMS and DMS Systems. Definitely, Maybe. Stipe Fustar June 16, 2009

Revolution or Evolution of SCADA, EMS, MMS and DMS Systems. Definitely, Maybe. Stipe Fustar June 16, 2009 Revolution or Evolution of SCADA, EMS, MMS and DMS Systems Definitely, Maybe Stipe Fustar June 16, 2009 State of the Utility Industry A lot of Hype and positive energy around Smart Grid Initiative and

More information

International Jmynal of Intellectual Advancements and Research in Engineering Computations

International Jmynal of Intellectual Advancements and Research in Engineering Computations www.ijiarec.com ISSN:2348-2079 DEC-2015 International Jmynal of Intellectual Advancements and Research in Engineering Computations VIRTUALIZATION OF DISTIRIBUTED DATABASES USING XML 1 M.Ramu ABSTRACT Objective

More information

Introduction to Distributed Systems

Introduction to Distributed Systems Introduction to Distributed Systems Other matters: review of the Bakery Algorithm: why can t we simply keep track of the last ticket taken and the next ticvket to be called? Ref: [Coulouris&al Ch 1, 2]

More information

What You Should Know About Communication Systems: Business Strategies and Options

What You Should Know About Communication Systems: Business Strategies and Options Doug Voda, PPMV Global Segment Leader for Smart Grid February 2015 NRECA TechAdvantage What You Should Know About Communication Systems: Business Strategies and Options The visionary Smart Grid Five Pillars

More information

A COMPARATIVE STUDY IN DYNAMIC JOB SCHEDULING APPROACHES IN GRID COMPUTING ENVIRONMENT

A COMPARATIVE STUDY IN DYNAMIC JOB SCHEDULING APPROACHES IN GRID COMPUTING ENVIRONMENT A COMPARATIVE STUDY IN DYNAMIC JOB SCHEDULING APPROACHES IN GRID COMPUTING ENVIRONMENT Amr Rekaby 1 and Mohamed Abo Rizka 2 1 Egyptian Research and Scientific Innovation Lab (ERSIL), Egypt 2 Arab Academy

More information

A Data Collecting and Caching Mechanism for Gateway Middleware in the Web of Things

A Data Collecting and Caching Mechanism for Gateway Middleware in the Web of Things A Data Collecting and Caching Mechanism for Gateway Middleware in the Web of Things Xuchao Chang, Chunhong Zhang, Li Sun Beijing University of Posts and Telecommunications, Beijing, 100876, China E-mail:

More information

Well Lifecycle: Workflow Automation

Well Lifecycle: Workflow Automation 2017 Well Lifecycle: Workflow Automation STEVE COOPER, PRESIDENT This document is the property of EnergyIQ and may not be distributed either in part or in whole without the prior written consent of EnergyIQ.

More information

A Novel Information Exchange Model in IT Infrastructure of Smart Grid

A Novel Information Exchange Model in IT Infrastructure of Smart Grid Research Journal of Applied Sciences, Engineering and Technology 6(23): 4399-4404, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: February 06, 2013 Accepted: March

More information

An Approach to Resolve Data Model Heterogeneities in Multiple Data Sources

An Approach to Resolve Data Model Heterogeneities in Multiple Data Sources Edith Cowan University Research Online ECU Publications Pre. 2011 2006 An Approach to Resolve Data Model Heterogeneities in Multiple Data Sources Chaiyaporn Chirathamjaree Edith Cowan University 10.1109/TENCON.2006.343819

More information

Information Integration

Information Integration Information Integration Part 1: Basics of Relational Database Theory Werner Nutt Faculty of Computer Science Master of Science in Computer Science A.Y. 2012/2013 Integration in Data Management: Evolution

More information

Design and Implementation of Networked CNC Machine DNC System in. Colleges and Universities Based on Internet Plus

Design and Implementation of Networked CNC Machine DNC System in. Colleges and Universities Based on Internet Plus 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) Design and Implementation of Networked CNC Machine DNC System in Colleges and Universities Based

More information

Architecture of Cache Investment Strategies

Architecture of Cache Investment Strategies Architecture of Cache Investment Strategies Sanju Gupta The Research Scholar, The IIS University, Jaipur khandelwalsanjana@yahoo.com Abstract - Distributed database is an important field in database research

More information

SOLUTION ARCHITECTURE AND TECHNICAL OVERVIEW. Decentralized platform for coordination and administration of healthcare and benefits

SOLUTION ARCHITECTURE AND TECHNICAL OVERVIEW. Decentralized platform for coordination and administration of healthcare and benefits SOLUTION ARCHITECTURE AND TECHNICAL OVERVIEW Decentralized platform for coordination and administration of healthcare and benefits ENABLING TECHNOLOGIES Blockchain Distributed ledgers Smart Contracts Relationship

More information

Integrating Data Sources Using A Standardized Global Dictionary

Integrating Data Sources Using A Standardized Global Dictionary Chapter 16 Integrating Data Sources Using A Standardized Global Dictionary Ramon Lawrence and Ken Barker * Department of Computer Science, University of Manitoba, Canada * Department of Computer Science,

More information

A GML SCHEMA MAPPING APPROACH TO OVERCOME SEMANTIC HETEROGENEITY IN GIS

A GML SCHEMA MAPPING APPROACH TO OVERCOME SEMANTIC HETEROGENEITY IN GIS A GML SCHEMA MAPPING APPROACH TO OVERCOME SEMANTIC HETEROGENEITY IN GIS Manoj Paul, S. K. Ghosh School of Information Technology, Indian Institute of Technology, Kharagpur 721302, India - (mpaul, skg)@sit.iitkgp.ernet.in

More information

Model-Based Social Networking Over Femtocell Environments

Model-Based Social Networking Over Femtocell Environments Proc. of World Cong. on Multimedia and Computer Science Model-Based Social Networking Over Femtocell Environments 1 Hajer Berhouma, 2 Kaouthar Sethom Ben Reguiga 1 ESPRIT, Institute of Engineering, Tunis,

More information

5G Revolution & Service security in Korea

5G Revolution & Service security in Korea 5G Revolution & Service security in Korea 2018.03.19. Jae Hoon Nah 5G Standardization timeline Standards development & deployment Source: IHS 2 Usage scenario for 5G (ITU-R) 3 Potential opportunities of

More information

Ontology-based Model Transformation

Ontology-based Model Transformation Ontology-based Model Transformation Stephan Roser Advisor: Bernhard Bauer Progamming of Distributed Systems Institute of Computer Science, University of Augsburg, Germany [roser,bauer]@informatik.uni-augsburg.de

More information

A SPATIAL AND TEMPORAL DATA INTEGRATION METHOD FOR HETEROGENEOUS DATABASE ENVIRONMENTS

A SPATIAL AND TEMPORAL DATA INTEGRATION METHOD FOR HETEROGENEOUS DATABASE ENVIRONMENTS A SPATIAL AND TEMPORAL DATA INTEGRATION METHOD FOR HETEROGENEOUS DATABASE ENVIRONMENTS NAOKI ISHIBASHI YOSHIHIDE HOSOKAWA YASUSHI KIYOKI Graduate School of Media Institute of Information Sciences Faculty

More information

«Computer Science» Requirements for applicants by Innopolis University

«Computer Science» Requirements for applicants by Innopolis University «Computer Science» Requirements for applicants by Innopolis University Contents Architecture and Organization... 2 Digital Logic and Digital Systems... 2 Machine Level Representation of Data... 2 Assembly

More information

Chapter 13 XML: Extensible Markup Language

Chapter 13 XML: Extensible Markup Language Chapter 13 XML: Extensible Markup Language - Internet applications provide Web interfaces to databases (data sources) - Three-tier architecture Client V Application Programs Webserver V Database Server

More information

Development of a Smart Power Meter for AMI Based on ZigBee Communication

Development of a Smart Power Meter for AMI Based on ZigBee Communication Development of a Smart Power Meter for AMI Based on ZigBee Communication Shang-Wen Luan Jen-Hao Teng Member IEEE Department of Electrical Engineering, I-Shou University, Kaohsiung, Taiwan Abstract: Many

More information

An Object-Oriented HLA Simulation Study

An Object-Oriented HLA Simulation Study BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 15, No 5 Special Issue on Control in Transportation Systems Sofia 2015 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.1515/cait-2015-0022

More information

Integrating Distributed Resources into Distribution Planning and Operations R&D Priorities

Integrating Distributed Resources into Distribution Planning and Operations R&D Priorities Integrating Distributed Resources into Distribution Planning and Operations R&D Priorities Mark McGranaghan Jason Taylor Electric Power Research Institute CIRED Workshop 2016 Helsinki Theme 2: Resilient

More information

Workforce Mobility Through Augmented Reality The Next Level in the Enhanced Worker Information Platform Technology

Workforce Mobility Through Augmented Reality The Next Level in the Enhanced Worker Information Platform Technology Workforce Mobility Through Augmented Reality The Next Level in the Enhanced Worker Information Platform Technology John J. Simmins Technical Executive Norman McCollough Technical Leader ICT Informational

More information

An Archiving System for Managing Evolution in the Data Web

An Archiving System for Managing Evolution in the Data Web An Archiving System for Managing Evolution in the Web Marios Meimaris *, George Papastefanatos and Christos Pateritsas * Institute for the Management of Information Systems, Research Center Athena, Greece

More information

T&D Challenges and Opportunities

T&D Challenges and Opportunities T&D Challenges and Opportunities Mark McGranaghan Vice President, Power Delivery and Utilization Alberta Power Industry Consortium November 5, 2014 Tomorrow s Power System (vision) The Integrated Grid

More information

Semantic Modeling with the CIM. 28 February 2012 Terry Saxton

Semantic Modeling with the CIM. 28 February 2012 Terry Saxton Semantic Modeling with the CIM 28 February 2012 Terry Saxton 1 Presentation Contents NIST Smart Grid Roadmap and CIM CIM as a semantic model Genius and uniqueness of CIM standards Business drivers for

More information

A Model-driven approach to NLP programming with UIMA

A Model-driven approach to NLP programming with UIMA A Model-driven approach to NLP programming with UIMA Alessandro Di Bari, Alessandro Faraotti, Carmela Gambardella, and Guido Vetere IBM Center for Advanced Studies of Trento Piazza Manci, 1 Povo di Trento

More information

Course 7. Reusability, interoperability. S. Motogna - Software Quality

Course 7. Reusability, interoperability. S. Motogna - Software Quality Course 7 Reusability, interoperability Reusability Reusability Definition: Extent to which a program can be used in other applications - related to the packaging and scope of the functions that programs

More information

Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data

Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data 46 Next-generation IT Platforms Delivering New Value through Accumulation and Utilization of Big Data

More information

Nowadays data-intensive applications play a

Nowadays data-intensive applications play a Journal of Advances in Computer Engineering and Technology, 3(2) 2017 Data Replication-Based Scheduling in Cloud Computing Environment Bahareh Rahmati 1, Amir Masoud Rahmani 2 Received (2016-02-02) Accepted

More information

A Distributed Media Service System Based on Globus Data-Management Technologies1

A Distributed Media Service System Based on Globus Data-Management Technologies1 A Distributed Media Service System Based on Globus Data-Management Technologies1 Xiang Yu, Shoubao Yang, and Yu Hong Dept. of Computer Science, University of Science and Technology of China, Hefei 230026,

More information

Increazing interactivity in IPTV using MPEG-21 descriptors

Increazing interactivity in IPTV using MPEG-21 descriptors Increazing interactivity in IPTV using MPEG-21 descriptors Christos-Nikolaos Anagnostopoulos 1, George Tsekouras 1, Damianos Gavalas 1, Daphne Economou 1 and Ioannis Psoroulas 2 1 University of the Aegean,

More information

Database Heterogeneity

Database Heterogeneity Database Heterogeneity Lecture 13 1 Outline Database Integration Wrappers Mediators Integration Conflicts 2 1 1. Database Integration Goal: providing a uniform access to multiple heterogeneous information

More information

Network Based Hard/Soft Information Fusion Network Architecture/SOA J. Rimland

Network Based Hard/Soft Information Fusion Network Architecture/SOA J. Rimland Network Based Hard/Soft Information Fusion Network Architecture/SOA J. Rimland Objectives: Develop, demonstrate and evaluate an information architecture, cyber-infrastructure, data standards and tools

More information

A Survey Paper on Grid Information Systems

A Survey Paper on Grid Information Systems B 534 DISTRIBUTED SYSTEMS A Survey Paper on Grid Information Systems Anand Hegde 800 North Smith Road Bloomington Indiana 47408 aghegde@indiana.edu ABSTRACT Grid computing combines computers from various

More information

Utility Operations & Best Practices The CIM: What it is and how it s being used

Utility Operations & Best Practices The CIM: What it is and how it s being used Utility Operations & Best Practices The CIM: What it is and how it s being used Ricardo Lopez Sr. Product Manager Itron Enterprise Edition Meter Data Management The CIM What It Is and How It s Being Used

More information

Resolving Load Balancing Issue of Grid Computing through Dynamic Approach

Resolving Load Balancing Issue of Grid Computing through Dynamic Approach Resolving Load Balancing Issue of Grid Computing through Dynamic Er. Roma Soni M-Tech Student Dr. Kamal Sharma Prof. & Director of E.C.E. Deptt. EMGOI, Badhauli. Er. Sharad Chauhan Asst. Prof. in C.S.E.

More information

ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT

ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT ADAPTIVE AND DYNAMIC LOAD BALANCING METHODOLOGIES FOR DISTRIBUTED ENVIRONMENT PhD Summary DOCTORATE OF PHILOSOPHY IN COMPUTER SCIENCE & ENGINEERING By Sandip Kumar Goyal (09-PhD-052) Under the Supervision

More information

Grid Resources Search Engine based on Ontology

Grid Resources Search Engine based on Ontology based on Ontology 12 E-mail: emiao_beyond@163.com Yang Li 3 E-mail: miipl606@163.com Weiguang Xu E-mail: miipl606@163.com Jiabao Wang E-mail: miipl606@163.com Lei Song E-mail: songlei@nudt.edu.cn Jiang

More information

Demonstration of the UPGRID project urban network of the future

Demonstration of the UPGRID project urban network of the future Demonstration of the UPGRID project urban network of the future SŁAWOMIR NOSKE, DOMINIK FALKOWSKI ENERGA-OPERATOR SA e-mail: {slawomir.noske/dominik.falkowski}@energa.pl 1. Introduction Sustainable development,

More information

Simulating a Finite State Mobile Agent System

Simulating a Finite State Mobile Agent System Simulating a Finite State Mobile Agent System Liu Yong, Xu Congfu, Chen Yanyu, and Pan Yunhe College of Computer Science, Zhejiang University, Hangzhou 310027, P.R. China Abstract. This paper analyzes

More information

IEC Implementation Profiles for IEC 61968

IEC Implementation Profiles for IEC 61968 IEC 61968-100 Implementation Profiles for IEC 61968 Overview CIM University UCAIug Summit New Orleans, LA 22 October 2012 Agenda Introduction A look at the purpose, scope and key terms and definitions.

More information

Enabling Smart Energy as a Service via 5G Mobile Network advances

Enabling Smart Energy as a Service via 5G Mobile Network advances NR 5 Enabling Smart Energy as a Service via 5G Mobile Network advances 5G-PPP Phase 2 at EuCNC Oulu Fiorentino Giampaolo giampaolo.fiorentino@eng.it SCOPE MOTIVATION NR 5 Insights behind... The state of

More information

Applying the Component Paradigm to AUTOSAR Basic Software

Applying the Component Paradigm to AUTOSAR Basic Software Applying the Component Paradigm to AUTOSAR Basic Software Dietmar Schreiner Vienna University of Technology Institute of Computer Languages, Compilers and Languages Group Argentinierstrasse 8/185-1, A-1040

More information

DISCERN SGAM Visio Template User Guide

DISCERN SGAM Visio Template User Guide Distributed Intelligence for Cost-Effective and Reliable Distribution Network Operation DISCERN SGAM Visio Template User Guide Author: OFFIS Date: 22.04.2016 www.discern.eu The research leading to these

More information

Distributed Implementation of a Self-Organizing. Appliance Middleware

Distributed Implementation of a Self-Organizing. Appliance Middleware Distributed Implementation of a Self-Organizing Appliance Middleware soc-eusai 2005 Conference of Smart Objects & Ambient Intelligence October 12th-14th 2005 Grenoble, France Oral Session 6 - Middleware

More information

Max-1: Algorithm for Constructing Tree Topology for heterogeneous networks for Peer-To-Peer Live Video Streaming

Max-1: Algorithm for Constructing Tree Topology for heterogeneous networks for Peer-To-Peer Live Video Streaming International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:16 No:04 14 : Algorithm for Constructing Topology for heterogeneous networks for Peer-To-Peer Live Video Streaming Ammar Waysi AlTuhafi

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 9, September-2016 ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 9, September-2016 ISSN ISSN 2229-5518 1044 Communication Requirements and Analysis of UMTS Based Smart Grids Distribution Networks Dr. Rajaa Aldeen Abd Khalid, Teba Adil Jihad Abstract- A smart grid (SG), an enhancement of the

More information

EPRI Smart Grid R&D Overview

EPRI Smart Grid R&D Overview EPRI Smart Grid R&D Overview September 5 th 2008 Erfan Ibrahim, Ph. D. Technical Executive CIO Initiative Lead Electric Power Research Institute (EPRI) Electric Power Research Institute Collaboration..Technical

More information

Smart Grid Architecture Committee (SGAC) Standard Review IEC Suite of Standards White Paper November 2011

Smart Grid Architecture Committee (SGAC) Standard Review IEC Suite of Standards White Paper November 2011 Smart Grid Architecture Committee (SGAC) Standard Review IEC 61850 Suite of Standards White Paper November 2011 Standard Name IEC 61850 Suite of standards Communication networks and systems for power utility

More information

Comparison of Online Record Linkage Techniques

Comparison of Online Record Linkage Techniques International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-0056 Volume: 02 Issue: 09 Dec-2015 p-issn: 2395-0072 www.irjet.net Comparison of Online Record Linkage Techniques Ms. SRUTHI.

More information

The InfoLibrarian Metadata Appliance Automated Cataloging System for your IT infrastructure.

The InfoLibrarian Metadata Appliance Automated Cataloging System for your IT infrastructure. Metadata Integration Appliance Times have changed and here is modern solution that delivers instant return on your investment. The InfoLibrarian Metadata Appliance Automated Cataloging System for your

More information

Requirements Engineering for Enterprise Systems

Requirements Engineering for Enterprise Systems Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Requirements Engineering for Enterprise Systems

More information

Managing the Emerging Semantic Risks

Managing the Emerging Semantic Risks The New Information Security Agenda: Managing the Emerging Semantic Risks Dr Robert Garigue Vice President for information integrity and Chief Security Executive Bell Canada Page 1 Abstract Today all modern

More information

ICT-SHOK Project Proposal: PROFI

ICT-SHOK Project Proposal: PROFI ICT-SHOK Project Proposal: PROFI Full Title: Proactive Future Internet: Smart Semantic Middleware Overlay Architecture for Declarative Networking ICT-SHOK Programme: Future Internet Project duration: 2+2

More information

Semantic Exploitation of Engineering Models: An Application to Oilfield Models

Semantic Exploitation of Engineering Models: An Application to Oilfield Models Semantic Exploitation of Engineering Models: An Application to Oilfield Models Laura Silveira Mastella 1,YamineAït-Ameur 2,Stéphane Jean 2, Michel Perrin 1, and Jean-François Rainaud 3 1 Ecole des Mines

More information

Transforming Utility Grid Operations with the Internet of Things

Transforming Utility Grid Operations with the Internet of Things Solution Brief Internet of Things Energy Industry Transforming Utility Grid Operations with the Internet of Things Access key process data in real time to increase situational awareness of grid operations.

More information

Chapter 2 Communication for Control in Heterogeneous Power Supply

Chapter 2 Communication for Control in Heterogeneous Power Supply Chapter 2 Communication for Control in Heterogeneous Power Supply The need to modernize the power grid infrastructure, and governments commitment for a cleaner environment, is driving the move towards

More information

Assignment 5. Georgia Koloniari

Assignment 5. Georgia Koloniari Assignment 5 Georgia Koloniari 2. "Peer-to-Peer Computing" 1. What is the definition of a p2p system given by the authors in sec 1? Compare it with at least one of the definitions surveyed in the last

More information

HERA: Automatically Generating Hypermedia Front- Ends for Ad Hoc Data from Heterogeneous and Legacy Information Systems

HERA: Automatically Generating Hypermedia Front- Ends for Ad Hoc Data from Heterogeneous and Legacy Information Systems HERA: Automatically Generating Hypermedia Front- Ends for Ad Hoc Data from Heterogeneous and Legacy Information Systems Geert-Jan Houben 1,2 1 Eindhoven University of Technology, Dept. of Mathematics and

More information

API, DEVOPS & MICROSERVICES

API, DEVOPS & MICROSERVICES API, DEVOPS & MICROSERVICES RAPID. OPEN. SECURE. INNOVATION TOUR 2018 April 26 Singapore 1 2018 Software AG. All rights reserved. For internal use only THE NEW ARCHITECTURAL PARADIGM Microservices Containers

More information

An Evolutive and Multilingual CIM Ontology Management System

An Evolutive and Multilingual CIM Ontology Management System Available online at www.sciencedirect.com Energy Procedia 12 (2011) 18 26 ICSGCE 2011: 27 30 September 2011, Chengdu, China An Evolutive and Multilingual CIM Ontology Management System Lan Wang *, Akira

More information

ON MOBILE CLOUD FOR SMART CITY APPLICATIONS

ON MOBILE CLOUD FOR SMART CITY APPLICATIONS ON MOBILE CLOUD FOR SMART CITY APPLICATIONS T.Kamesh 1, Dr.M.Nithya 2,Dr.K.Sasikala 3 1 KAMESH.T/Department of Computer Science & Engineering/VMKV Engineering College Salem/TamilNadu/India 2d Dr.NITHYA.M/

More information

Stylus Studio Case Study: FIXML Working with Complex Message Sets Defined Using XML Schema

Stylus Studio Case Study: FIXML Working with Complex Message Sets Defined Using XML Schema Stylus Studio Case Study: FIXML Working with Complex Message Sets Defined Using XML Schema Introduction The advanced XML Schema handling and presentation capabilities of Stylus Studio have valuable implications

More information

Part I: Future Internet Foundations: Architectural Issues

Part I: Future Internet Foundations: Architectural Issues Part I: Future Internet Foundations: Architectural Issues Part I: Future Internet Foundations: Architectural Issues 3 Introduction The Internet has evolved from a slow, person-to-machine, communication

More information

A Lightweight Language for Software Product Lines Architecture Description

A Lightweight Language for Software Product Lines Architecture Description A Lightweight Language for Software Product Lines Architecture Description Eduardo Silva, Ana Luisa Medeiros, Everton Cavalcante, Thais Batista DIMAp Department of Informatics and Applied Mathematics UFRN

More information