On the Standardization of Semantic Web Services-based Network Monitoring Operations
|
|
|
- Gervase Jennings
- 10 years ago
- Views:
Transcription
1 On the Standardization of Semantic Web Services-based Network Monitoring Operations ChenglingZhao^, ZihengLiu^, YanfengWang^ The Department of Information Techonlogy, HuaZhong Normal University; Wuhan, y anfengwang com Abstract. Web services have become an emerging XML-based approach in netw^ork management. And the combination of Web services and Semantic Web, in other w^ords, Semantic Web services, make it possible to add semantic manners to services and automate network monitoring.this paper focuses on the standardization of network monitoring operations from the Semantic Web services' point of view. During this course, we especially take into account the problems about parameter transmission and operation granularity, and present the considerations about these problems in detail. 1 Introduction Over many years, the Simple Network Management Protocol (SNMP) has become the most commonly used management protocol in IP network. However, these days, more focus is put on the XML-based approaches. And as one of the emerging XMLbased standards, Web services have been used in the network management. On the other hand, Semantic Web, known as the "Next Generation Internet", makes it possible to add semantic manners to services. Thus in this way, Semantic Web services can possibly automate network management. Several studies have focused on the use of Web services in network management [1-3]. Additionally, a few researches have paid attention to the function of Semantic Web, especially Ontology, in network management [4,5]. However, few studies have turn to the potential of Semantic Web services in network monitoring. And our study just focuses on the use of Semantic Web services in the network monitoring operation instead of monitoring information. The goal of this paper is then to explain how standardization of monitoring operation can be Please use the following format when citing this chapter: Zhao, C, Liu, Z., Wang, Y., 2007, in IFIP International Federation for Information Processing, Volume 252, Integration and Innovation Orient to E-Society Volume 2, eds. Wang, W., (Boston: Springer), pp
2 ChenglingZhaol, ZihengLiu2, Yanfeng Wang2 35 achieved for Semantic Web services by the means of semantic markup languages for Web services, such as OWL-S in our study. The organization of the paper is as follows. We will firstly present Semantic Web services background in Section 2, which is followed by Section 3 about the needs and the markup languages for standardization of network monitoring operations. With the OWL-S, we standardize Semantic Web services-based monitoring operations in Section 5, taking into account the parameter transmission and the operation granularity. We will conclude with Section 5, which gives a summary of this paper. 2 Background 2.1Web services and SOA Web services is developed and standardized by the World Wide Web Consortium (W3C), which gives the following definition [6]: "A Web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL). Other systems interact with the Web service in a manner prescribed by its description using SOAP-messages, typically conveyed using HTTP with an XML serialization in conjunction with other Web-related standards". The word "services" in Web services refers to a Service-Oriented Architecture (SOA) [7]. In fact, SOA is a recent development in distributed computing, in which applications call fiinctionality from other applications over a network. In an SOA, functionality is "published" on a network where two important capabilities are also provided - "discovery", the ability to find the functionality, and "binding", the ability to connect the functionality. So when considering a SOA, these three parts must be take into account, which are briefly presented as "publish", "find", and "bind". In the Web services Architecture, three important roles are Web service provider, Web service requester, and Web service register, which correspond to the "publish", "find", and "bind" aspects of a SOA. 2.2 Semantic Web As the "Next Generation Internet", the Semantic Web is a vision of the new architecture for the World Wide Web, characterized by the machine-accessible formal semantics added into traditional Web content. As Tim Bemers-Lee has presented, the Semantic Web is not a separate Web but an extension of the current one, in which information is given well-defined meaning, better enabling computers and people to work in cooperation [8]. The Semantic Web architecture put forward by Tim Bemers-Lee in the academe is depicted in Fig. 1.
3 36 On the Standardization of Semantic Web Services-based Network Monitoring Opera Text Mata data Trust Rules Ktrrz Proof Data Logic 3 Ontology vocabulary RDF+ RDF Schema XML+ NS+ XML Schema Unicode Fig 1. Semantic Web architecture URI Semantic Web services Semantic Web Services, as a new research paradigm, is generally defined as the augmentation of Web Service descriptions through Semantic Web annotations, to facilitate the higher automation of service discovery, composition, invocation, and monitoring in an open, unregulated, and often chaotic environment (that is, the Web) [9]. In fact. Semantic Web services represent an important step toward a new vision of the Semantic Web applied to Web services, in terms of utilizing, managing, and creating semantic markup languages for services. Some experts have argued that, the relationship between the Semantic Web and the current Web Service architecture depends on your viewpoint [9]. In the near term, the deployment of Web Services may be critical, and Semantic Web techniques can enhance the current service architecture. In the long run, however, the Semantic Web vision itself may become more interesting, with Web Services offering an ubiquitous infrastructure on which to build the next generation of deployed multi-agent systems. 3 Standardization for network monitoring 3.1 The needs In order to easily use Semantic Web services for network monitoring, there should be agreement on the monitoring information and operations. In other words, there is a need for standardization of information and operations. Since standardization of information is a very broad subject and it is not directly related to Semantic Web services, we will abstract from it and just assume we have certain monitoring information defined in a MIB, such as in SNMP. The focus here will be on standardization of network monitoring operations.
4 ChenglingZhaol, ZihengLiu2, Yanfeng Wang The markup languages As for the standardization of network monitoring operations, an appropriate markup language is in great demand. WSDL (Web Services Description Language) [10,11] only provides a mechanism to describe a Web service in a modular manner. This means that a WSDL document can be used jus in the case that the services are not automated. But considering the semantic manners added into the Web services, we need a markup language particularly for Semantic Web services. As is shown in Fig. 2, we can see that XML, RDF and Ontology are three main layers for describing the semantics of Web information. However, RDF and RDF Schema, as well as XML and XML Schema, are not strong enough to express various resources and reason automatically. This has pushed the development of Ontology languages, from DAML (DARPA Agent Markup Language) [12] and OIL (Ontology Inference Layer) [13], to DAML + OIL (DARPA Agent Markup Language + Ontology Inference Layer) [14], and recently to OWL (Web Ontology Language) [14]. And OWL-S [16], an application of OWL, in particular, has evolved into a semantic markup language for Web services. 4 Semantic Web Services-based network monitoring operations For standardization, we must consider two significant problems: parameter transmission and operation granularity. 4.1 Parameter transmission Since OWL does not provide for the use of variables, there is no way to state in a class definition that one of the class properties is referenced elsewhere by a variable name, which makes the parameter transmission rather harder. However, the use of parameter binding in a process definition will enable a specialized OWL-S process reasoner to use this information to determine which properties should have "the same value" in any coherent instance of the process being defined. In the notation of parameter binding, an instance of the class VALUEOF, with properties at Process and the Parameter denotes the object (value) of the specified parameter of the specified process. On the other hand, parameters can also be combined and/or serialized in such a way, that the parameters are not described in the Service Model class. Merely their serialization is described in the class Input, a subclass of the class Parameter. Thus in this way, the input parameter is transmitted in data flow. This can be seen as lightweight parameter transparency. An advantage of transparency is that monitoring information is abstracted from the process level, so the structure of information can change without having to modify the operation part. Since the transparent parameters are serialized in an XML structure, it can be contained in a class whose value is a string type. On both the manager and agent side, a generic XML parser can then be used to extract the parameters from the class.
5 38 On the Standardization of Semantic Web Services-based Network Monitoring Opera 4.2 Operation granularity In this study we have focused on the iftable, which is part of the Interfaces Group MIB (IF-MIB) [17]. The iftable contains data objects related to the state of all network interfaces available in the system on which the agent runs. Using the iftable, we have determined 4 distinct data retrieval schemes, each resulting in a different network monitoring agent. All granularities will be able to retrieve any data object from the iftable; the distinction is that the structure and amount of data objects that are retrieved varies. The first granularity is to retrieve all data objects separately. Our Semantic Web service that retrieves a single data object at a time is called GetlfCell. The second granularity is to retrieve an entire row of data objects at a time, thus transmitting all available information on a single network interface. The Semantic Web service that retrieves a single row of data objects at a time is called GetlfRow. The third granularity we have investigated is to retrieve an entire column of data objects at a time, thus transmitting the same piece of information for all network interfaces. The Web service that handles one column at a time will be called GetlfColumn. The last granularity is to retrieve all data objects in the iftable in a single operation. The Semantic Web service that retrieves all data objects in the iftable at once is GetlfTable. Then we can get a containment hierarchy of these four operations as a tree from relatively coarser operations to relatively finer operations. The containment tree is shown in Fig. 2. GetlfTable GeUfRow *^^^ " ^ ^ GetlfCell GetlfColumn >'- Fig 2. Containment tree of the four operations 5 Conclusions In summary, standardizing Semantic Web services-based network monitoring operations can be done by the help of a semantic markup language for Web services, such as the OWL-S adopted in our study. In the course of standardizing network monitoring operations, two important problems must be taken into account: parameter transmission and operation
6 ChenglingZhaol, ZihengLiul, Yanfeng Wang2 39 granularity. Parameter transmission can be achieved in OWL-S by the notation of parameter binding in the form of data flow, and the choice between non-transparent parameters and transparent parameters. As for the operation granularity, we take the IfTable for example and give four operations of different granularities, and argue that the choice for a certain operation granularity will be a tradeoff between simplicity and expressiveness. The work presented here is part of ongoing research. We strongly encourage interested parties to react and comment on the discussed issues. References 1. G. Pavlou, P. Flegkas, S. Gouveris, A. Liotta, On Management Technologies and the Potential of Web Services, IEEE Communication Magazine ( July 2004), pp J. Sloten, A. Pras, M. Sinderen, On the Standardisation of Web service management operations, Proc. 10th Open European Summer School (EUNICE 2004) and IFIP WG 6.3 Workshop(June 2004), pp T. Drevers, R. Meent, A. Pras, Prototyping Web Services based Network Monitoring, Proc. 10th Open European Summer School (EUNICE 2004) and IFIP WG 6.3 Workshop(June 2004)pp JE. Lopez de Vergara, VA. Villagra, JI. Asensio, B. Julio, Ontologies: Giving Semantics to Network Management Models, IEEE Network, special issue on Network Management, 17(3)(May/June2003)pp JE. Lopez de Vergara, VA. Villagra, B. Julio, Applying the Web Ontology Language to management information definitions, IEEE Communications Magazine, 42(7)(July 2004)pp W3C, Web services Architecture (8 August 2003), W3C Working Draft (August 2003):http.7/ 7. Service-Oriented Architecture (SOA), 8. T. Berners-Lee et al. The Semantic Web, Scientific American, 2001, 284(5), pp T. Payne, O. Lassila, Semantic Web Services, IEEE Intelligent Systems, 19(4), (July/August 2004), pp W3C, Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language, W3C Working Draft (August 2005): Web Services Description Language (WSDL) Version 2.0 Part 2: Message Exchange Patterns, W3C Working Draft,{ March 2004) :http ://www. w3.org/ TR/ 2004 /WD-wsdl20 - pattems , 12..M.Dean DARPA AgentMarkup Language(DAML) OIL (Ontology Inference Layer),
7 40 On the Standardization of Semantic Web Services-based Network Monitoring Opera 14. T. Bemers-Lee et al, DAML + OIL (DARPA Agent Markup Language + Ontology Inference Layer), W3C, OWL~Web Ontology Language Overview, W3C Recommendation, (February 2004) w3.org/tr/2004/rec-owl-features /. 16. W3C, OWL-S: Semantic Markup for Services, W3C Member Submission(]^oyemher 2004): K. McCloghrie, F. Kastenholz, The Interfaces Group MIB, IETF RFC 1902, June 2000.
Towards P2P-based Computer Network Management *
Towards P2P-based Computer Network Management * Hui Xu, and Debao Xiao Department of Computer Science, Huazhong Normal University Wuhan, P.R. China, 430079 [email protected] Abstract Nowadays, the
Secure Semantic Web Service Using SAML
Secure Semantic Web Service Using SAML JOO-YOUNG LEE and KI-YOUNG MOON Information Security Department Electronics and Telecommunications Research Institute 161 Gajeong-dong, Yuseong-gu, Daejeon KOREA
Introduction to Service Oriented Architectures (SOA)
Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction
A Collaborative System Software Solution for Modeling Business Flows Based on Automated Semantic Web Service Composition
32 A Collaborative System Software Solution for Modeling Business Flows Based on Automated Semantic Web Service Composition Ion SMEUREANU, Andreea DIOŞTEANU Economic Informatics Department, Academy of
Application of ontologies for the integration of network monitoring platforms
Application of ontologies for the integration of network monitoring platforms Jorge E. López de Vergara, Javier Aracil, Jesús Martínez, Alfredo Salvador, José Alberto Hernández Networking Research Group,
An Ontology-Based Approach to the Description and Execution of Composite Network Management Processes for Network Monitoring
An Ontology-Based Approach to the Description and Execution of Composite Network Management Processes for Network Monitoring José María Fuentes, Jorge E. López de Vergara, Pablo Castells Departamento de
Service Oriented Architecture
Service Oriented Architecture Charlie Abela Department of Artificial Intelligence [email protected] Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline
Supporting Change-Aware Semantic Web Services
Supporting Change-Aware Semantic Web Services Annika Hinze Department of Computer Science, University of Waikato, New Zealand [email protected] Abstract. The Semantic Web is not only evolving into
CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS
CONTEMPORARY SEMANTIC WEB SERVICE FRAMEWORKS: AN OVERVIEW AND COMPARISONS Keyvan Mohebbi 1, Suhaimi Ibrahim 2, Norbik Bashah Idris 3 1 Faculty of Computer Science and Information Systems, Universiti Teknologi
Model Driven Interoperability through Semantic Annotations using SoaML and ODM
Model Driven Interoperability through Semantic Annotations using SoaML and ODM JiuCheng Xu*, ZhaoYang Bai*, Arne J.Berre*, Odd Christer Brovig** *SINTEF, Pb. 124 Blindern, NO-0314 Oslo, Norway (e-mail:
Incorporating Semantic Discovery into a Ubiquitous Computing Infrastructure
Incorporating Semantic Discovery into a Ubiquitous Computing Infrastructure Robert E. McGrath, Anand Ranganathan, M. Dennis Mickunas, and Roy H. Campbell Department of Computer Science, University or Illinois
HEALTH INFORMATION MANAGEMENT ON SEMANTIC WEB :(SEMANTIC HIM)
HEALTH INFORMATION MANAGEMENT ON SEMANTIC WEB :(SEMANTIC HIM) Nasim Khozoie Department of Computer Engineering,yasuj branch, Islamic Azad University, yasuj, Iran [email protected] ABSTRACT Information
Security Issues for the Semantic Web
Security Issues for the Semantic Web Dr. Bhavani Thuraisingham Program Director Data and Applications Security The National Science Foundation Arlington, VA On leave from The MITRE Corporation Bedford,
Lightweight Data Integration using the WebComposition Data Grid Service
Lightweight Data Integration using the WebComposition Data Grid Service Ralph Sommermeier 1, Andreas Heil 2, Martin Gaedke 1 1 Chemnitz University of Technology, Faculty of Computer Science, Distributed
NETCONF-based Integrated Management for Internet of Things using RESTful Web Services
NETCONF-based Integrated Management for Internet of Things using RESTful Web Services Hui Xu, Chunzhi Wang, Wei Liu and Hongwei Chen School of Computer Science, Hubei University of Technology, Wuhan, China
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
A Semantic Service-Oriented Architecture for Business Process Fusion
40 Bouras, Gouvas, and Mentzas Chapter II A Semantic Service-Oriented Architecture for Business Process Fusion Athanasios Bouras, National Technical University of Athens, Greece Panagiotis Gouvas, National
Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence
Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Service Oriented Architecture SOA and Web Services John O Brien President and Executive Architect Zukeran Technologies
XIII. Service Oriented Computing. Laurea Triennale in Informatica Corso di Ingegneria del Software I A.A. 2006/2007 Andrea Polini
XIII. Service Oriented Computing Laurea Triennale in Informatica Corso di Outline Enterprise Application Integration (EAI) and B2B applications Service Oriented Architecture Web Services WS technologies
Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols
E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and
SmartLink: a Web-based editor and search environment for Linked Services
SmartLink: a Web-based editor and search environment for Linked Services Stefan Dietze, Hong Qing Yu, Carlos Pedrinaci, Dong Liu, John Domingue Knowledge Media Institute, The Open University, MK7 6AA,
Information Technology for KM
On the Relations between Structural Case-Based Reasoning and Ontology-based Knowledge Management Ralph Bergmann & Martin Schaaf University of Hildesheim Data- and Knowledge Management Group www.dwm.uni-hildesheim.de
A Semantic Approach for Access Control in Web Services
A Semantic Approach for Access Control in Web Services M. I. Yagüe, J. Mª Troya Computer Science Department, University of Málaga, Málaga, Spain {yague, troya}@lcc.uma.es Abstract One of the most important
Literature Review Service Frameworks and Architectural Design Patterns in Web Development
Literature Review Service Frameworks and Architectural Design Patterns in Web Development Connor Patrick [email protected] Computer Science Honours University of Cape Town 15 May 2014 Abstract Organizing
A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS
A HUMAN RESOURCE ONTOLOGY FOR RECRUITMENT PROCESS Ionela MANIU Lucian Blaga University Sibiu, Romania Faculty of Sciences [email protected] George MANIU Spiru Haret University Bucharest, Romania Faculty
A Generic Database Web Service
A Generic Database Web Service Erdogan Dogdu TOBB Economics and Technology University Computer Engineering Department Ankara, Turkey [email protected] Yanchao Wang and Swetha Desetty Georgia State University
Design of Data Archive in Virtual Test Architecture
Journal of Information Hiding and Multimedia Signal Processing 2014 ISSN 2073-4212 Ubiquitous International Volume 5, Number 1, January 2014 Design of Data Archive in Virtual Test Architecture Lian-Lei
Multi-agent System based Service Oriented Architecture for Supply Chain Management System (MAS-SOA-SCM)
Volume 27 No.5, August 2011 Multi-agent System based Service Oriented Architecture for Supply Chain Management System (MAS-SOA-SCM) Dr. S. Srinivasan Professor PDM Engineering College Bhadurgarh 1245 Haryana,
Automating the DEVS Modeling and Simulation Interface to Web Services
Automating the DEVS Modeling and Simulation Interface to Web Services Chungman Seo Bernard P. Zeigler Arizona Center for Integrative Modeling and Simulation The University of Arizona Tucson, AZ cseo, [email protected]
Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems
Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems If company want to be competitive on global market nowadays, it have to be persistent on Internet. If we
Service Computing: Basics Monica Scannapieco
Service Computing: Basics Monica Scannapieco Generalities: Defining a Service Services are self-describing, open components that support rapid, low-cost composition of distributed applications. Since services
OWL based XML Data Integration
OWL based XML Data Integration Manjula Shenoy K Manipal University CSE MIT Manipal, India K.C.Shet, PhD. N.I.T.K. CSE, Suratkal Karnataka, India U. Dinesh Acharya, PhD. ManipalUniversity CSE MIT, Manipal,
Comparing the Performance of SNMP and Web Services-Based Management
ETRANSACTIONS ON NETWORK AND SERVICE MANAGEMENT, FALL 2004 1 Comparing the Performance of SNMP and Web Services-Based Management Aiko Pras, Thomas Drevers, Remco van de Meent, Dick Quartel Abstract This
Web Services Software Architecture
Web Services Software Architecture Syahrul Fahmy School of Informatics, The University of Manchester, PO Box 88, Manchester M60 1QD, United Kingdom [email protected] Abstract. Web
Detection and mitigation of Web Services Attacks using Markov Model
Detection and mitigation of Web Services Attacks using Markov Model Vivek Relan [email protected] Bhushan Sonawane [email protected] Department of Computer Science and Engineering, University of Maryland,
An Ontology-based e-learning System for Network Security
An Ontology-based e-learning System for Network Security Yoshihito Takahashi, Tomomi Abiko, Eriko Negishi Sendai National College of Technology [email protected] Goichi Itabashi Graduate School
OWL Ontology Translation for the Semantic Web
OWL Ontology Translation for the Semantic Web Luís Mota and Luís Botelho We, the Body and the Mind Research Lab ADETTI/ISCTE Av. das Forças Armadas, 1649-026 Lisboa, Portugal [email protected],[email protected]
Getting Started with Service- Oriented Architecture (SOA) Terminology
Getting Started with - Oriented Architecture (SOA) Terminology Grace Lewis September 2010 -Oriented Architecture (SOA) is a way of designing, developing, deploying, and managing systems it is neither a
Alternatives to SNMP and Challenges in Management Protocols. Communication Systems Seminar Talk 10 Francesco Luminati
Alternatives to SNMP and Challenges in Management Protocols Communication Systems Seminar Talk 10 Francesco Luminati Introduction Structure Network management Management approaches SNMP Alternatives: NetConf
BUSINESS VALUE OF SEMANTIC TECHNOLOGY
BUSINESS VALUE OF SEMANTIC TECHNOLOGY Preliminary Findings Industry Advisory Council Emerging Technology (ET) SIG Information Sharing & Collaboration Committee July 15, 2005 Mills Davis Managing Director
Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery
Combining SAWSDL, OWL DL and UDDI for Semantically Enhanced Web Service Discovery Dimitrios Kourtesis, Iraklis Paraskakis SEERC South East European Research Centre, Greece Research centre of the University
SOA Planning Guide. 2015 The Value Enablement Group, LLC. All rights reserved.
SOA Planning Guide 1 Agenda q SOA Introduction q SOA Benefits q SOA Principles q SOA Framework q Governance q Measurement q Tools q Strategic (long term) View 2 Introduction to SOA q Service-oriented architecture
ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY
ONTOLOGY-BASED APPROACH TO DEVELOPMENT OF ADJUSTABLE KNOWLEDGE INTERNET PORTAL FOR SUPPORT OF RESEARCH ACTIVITIY Yu. A. Zagorulko, O. I. Borovikova, S. V. Bulgakov, E. A. Sidorova 1 A.P.Ershov s Institute
II. PREVIOUS RELATED WORK
An extended rule framework for web forms: adding to metadata with custom rules to control appearance Atia M. Albhbah and Mick J. Ridley Abstract This paper proposes the use of rules that involve code to
T-110.5140 Network Application Frameworks and XML Web Services and WSDL 15.2.2010 Tancred Lindholm
T-110.5140 Network Application Frameworks and XML Web Services and WSDL 15.2.2010 Tancred Lindholm Based on slides by Sasu Tarkoma and Pekka Nikander 1 of 20 Contents Short review of XML & related specs
A Framework for Collaborative Project Planning Using Semantic Web Technology
A Framework for Collaborative Project Planning Using Semantic Web Technology Lijun Shen 1 and David K.H. Chua 2 Abstract Semantic web technology has become an enabling technology for machines to automatically
APPLICATION OF KNOWLEDGE MANAGEMENT AND SEMANTIC TECHNOLOGIES IN IT SERVICE MANAGEMENT
Key words: IT Service Management, ITIL, Semantic technologies, Ontologies Martin SARNOVSKY*, Karol FURDIK**, Martin TOMASEK** APPLICATION OF KNOWLEDGE MANAGEMENT AND SEMANTIC TECHNOLOGIES IN IT SERVICE
Research on the Model of Enterprise Application Integration with Web Services
Research on the Model of Enterprise Integration with Web Services XIN JIN School of Information, Central University of Finance& Economics, Beijing, 100081 China Abstract: - In order to improve business
Ontology based Recruitment Process
Ontology based Recruitment Process Malgorzata Mochol Radoslaw Oldakowski Institut für Informatik AG Netzbasierte Informationssysteme Freie Universität Berlin Takustr. 9, 14195 Berlin, Germany [email protected]
Semantic Interoperability
Ivan Herman Semantic Interoperability Olle Olsson Swedish W3C Office Swedish Institute of Computer Science (SICS) Stockholm Apr 27 2011 (2) Background Stockholm Apr 27, 2011 (2) Trends: from
SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks
SemWeB Semantic Web Browser Improving Browsing Experience with Semantic and Personalized Information and Hyperlinks Melike Şah, Wendy Hall and David C De Roure Intelligence, Agents and Multimedia Group,
Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object
Training Management System for Aircraft Engineering: indexing and retrieval of Corporate Learning Object Anne Monceaux 1, Joanna Guss 1 1 EADS-CCR, Centreda 1, 4 Avenue Didier Daurat 31700 Blagnac France
WEB SERVICES SECURITY
WEB SERVICES SECURITY February 2008 The Government of the Hong Kong Special Administrative Region The contents of this document remain the property of, and may not be reproduced in whole or in part without
Creating Web Services in NetBeans
Creating Web Services in NetBeans Fulvio Frati [email protected] Sesar Lab http://ra.crema.unimi.it 1 Outline Web Services Overview Creation of a Web Services Server Creation of different Web Services
Service-oriented Development of Federated ERP Systems
Service-oriented Development of Federated ERP Systems Nico Brehm, Jorge Marx Gómez Department of Computer Science, Carl von Ossietzky University Oldenburg, Ammerländer Heerstrasse 114-118, 26129 Oldenburg,
A Semantic web approach for e-learning platforms
A Semantic web approach for e-learning platforms Miguel B. Alves 1 1 Laboratório de Sistemas de Informação, ESTG-IPVC 4900-348 Viana do Castelo. [email protected] Abstract. When lecturers publish contents
Layering the Semantic Web: Problems and Directions
First International Semantic Web Conference (ISWC2002), Sardinia, Italy, June 2002. Layering the Semantic Web: Problems and Directions Peter F. Patel-Schneider and Dieter Fensel Bell Labs Research Murray
C101:IntroductiontotheCommunications ProtocolsandTheirUsesin ITSApplications(K)
C101:IntroductiontotheCommunications ProtocolsandTheirUsesin ITSApplications(K) C101: Introduction to Communications Protocols and Their Table of Contents Introduction/Purpose... 2 NTCIP Framework... 3
2 (18) - SOFTWARE ARCHITECTURE Service Oriented Architecture - Sven Arne Andreasson - Computer Science and Engineering.
Service Oriented Architecture Definition (1) Definitions Services Organizational Impact SOA principles Web services A service-oriented architecture is essentially a collection of services. These services
Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology
Performance Analysis, Data Sharing, Tools Integration: New Approach based on Ontology Hong-Linh Truong Institute for Software Science, University of Vienna, Austria [email protected] Thomas Fahringer
From SNMP to Web services-based network management. Jeroen van Sloten
From SNMP to Web services-based network management. Jeroen van Sloten Thesis for a Master of Science degree in Computer Science from the University of Twente, Enschede, the Netherlands Graduation committee:
ITU-T Kaleidoscope Conference Innovations in NGN. Managing NGN using the SOA Philosophy. Y. Fun Hu University of Bradford [email protected].
ITU-T Kaleidoscope Conference Innovations in NGN Managing NGN using the SOA Philosophy Y. Fun Hu University of Bradford [email protected] Next Generation Network (NGN) A IP/IMS based network Provide
Semantic Web Services for e-learning: Engineering and Technology Domain
Web s for e-learning: Engineering and Technology Domain Krupali Shah and Jayant Gadge Abstract E learning has gained its importance over the traditional classroom learning techniques in past few decades.
Towards a Semantic Wiki Wiki Web
Towards a Semantic Wiki Wiki Web Roberto Tazzoli, Paolo Castagna, and Stefano Emilio Campanini Abstract. This article describes PlatypusWiki, an enhanced Wiki Wiki Web using technologies from the Semantic
Federal Enterprise Architecture and Service-Oriented Architecture
Federal Enterprise Architecture and Service-Oriented Architecture Concepts and Synergies Melvin Greer Chief Strategist, SOA / Cloud Computing Certified Enterprise Architect Copyright August 19, 2010 2010
Oracle SOA Reference Architecture
http://oraclearchworld.wordpress.com/ Oracle SOA Reference Architecture By Kathiravan Udayakumar Introduction to SOA Service Oriented Architecture is a buzz word in IT industry for few years now. What
Ontological Identification of Patterns for Choreographing Business Workflow
University of Aizu, Graduation Thesis. March, 2010 s1140042 1 Ontological Identification of Patterns for Choreographing Business Workflow Seiji Ota s1140042 Supervised by Incheon Paik Abstract Business
David Pilling Director of Applications and Development
Service Oriented Architecture for Law Firms: SOA is inevitable, are you ready? David Pilling Director of Applications and Development "Things should be made as simple as possible, but no simpler. -- Albert
M2M Communications and Internet of Things for Smart Cities. Soumya Kanti Datta Mobile Communications Dept. Email: Soumya-Kanti.Datta@eurecom.
M2M Communications and Internet of Things for Smart Cities Soumya Kanti Datta Mobile Communications Dept. Email: [email protected] WHAT IS EURECOM A graduate school & research centre in communication
Towards a reference architecture for Semantic Web applications
Towards a reference architecture for Semantic Web applications Benjamin Heitmann 1, Conor Hayes 1, and Eyal Oren 2 1 [email protected] Digital Enterprise Research Institute National University
Web Services and Service Oriented Architectures. Thomas Soddemann, RZG
Web Services and Service Oriented Architectures, RZG Delaman Workshop 2004 Overview The Garching Supercomputing Center - RZG Diving into the world of Web Services Service Oriented Architectures And beyond
Web Services Implementation: The Beta Phase of EPA Network Nodes
Web Services Implementation: The Beta Phase of EPA Network Nodes Connie Dwyer and Chris Clark U.S. Environmental Protection Agency, 1200 Pennsylvania Avenue, N. W., Washington, D.C. [email protected]
Annotation: An Approach for Building Semantic Web Library
Appl. Math. Inf. Sci. 6 No. 1 pp. 133-143 (2012) Applied Mathematics & Information Sciences @ 2012 NSP Natural Sciences Publishing Cor. Annotation: An Approach for Building Semantic Web Library Hadeel
Ontology-based Web Service Composition: Part 1. Rolland Brunec Betreuerin: Sabine Maßmann Universität Leipzig, Abteilung Datenbanken
Ontology-based Web Service Composition: Part 1 Rolland Brunec Betreuerin: Sabine Maßmann Universität Leipzig, Abteilung Datenbanken Motivation Semantic Web Web Services Web Service Composition Web Services
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
