NETWORK DESCRIPTION LANGUAGE SEMANTIC WEB FOR HYBRID NETWORKS

Size: px
Start display at page:

Download "NETWORK DESCRIPTION LANGUAGE SEMANTIC WEB FOR HYBRID NETWORKS"

Transcription

1 NETWORK DESCRIPTION LANGUAGE SEMANTIC WEB FOR HYBRID NETWORKS Paola Grosso, Freek Dijkstra, Jeroen van der Ham, Cees de Laat SNE group University of Amsterdam Kruislaan 403, 1098SJ Amsterdam Communicating author Abstract NDL Network Description Language is an RDF-based ontology for hybrid networks that facilitates the description, the visualization and the provisioning of lightpaths. NDL contains schemas to describe the technology-independent topology and the operational component at the various technology layers of an hybrid network. NDL draws on the semantic web idea of computer-understandable distributed data to provide a common inter-domain vocabulary to hybrid networks administrators and control planes. Keywords Semantic web, optical networks, lightpath provisioning Lightpaths in hybrid networks A lightpath is a dedicated connection in an optical network that gives a guaranteed service to the end user. Research and education networks around the world offer such connections to e-science applications that have large bandwidth requirements, are sensitive to network delays, or need enhanced security and privacy services. These applications cannot properly function in the traditional shared IP environment where the network behavior is unpredictable due to the large number of concurrent and competing users. To name a few e-science applications, the upcoming high-energy physics experiments in the LHC [1] will use lightpaths for their wide-area data transfers. Also, the visualization applications developed in the OptIPuter [2] transfer scientific images worldwide on dedicated paths. A network that provides both routed IP packet-switched services and circuit-switched services is called a hybrid network [3]. The facts that a lightpath is a dedicated connection and that it provides a guaranteed service to the user are its only universally agreed upon characteristics. In reality network providers and users have all different interpretations and ideas when it comes to better define and constrain what a lightpath is. On a technical level lightpaths are provisioned as either wavelength in the optical network, or as an end-to-end channel in a SONET framed infrastructure. But it is not uncommon to see lightpaths requested as end-to-end Ethernet connections. Beside the technical implementation, the characteristics of the service, its duration and its dynamicity are subject of interpretations. We can distinguish between: 1. Long-live static lightpaths: with fixed network topologies and assigned to the user for weeks or months; 2. Short-live static lightpaths: for example paths for scientific demonstrations during international conferences such as the SuperComputing and igrid events [4][5 are dismantled as soon as the conference is over; 3. Dynamic lightpaths that adapt during run-time to the changing needs of the applications, with a change in the underlying network topology. A lightpath vocabulary The interaction user-provisioning system appears to be a simple operation in the more complex orchestration needed for the actual setup: - a user communicates with a provisioning system to request a lightpath; for intra-domain paths, the provisioning system immediately configures the underlying network equipment; for inter-domain paths it interfaces to the other domains provisioning system to arrange for the end-to-end connections.

2 In reality this becomes a complicated procedure because of the lack of a common and unique understanding of what a lightpath is, as we just outlined in the previous section. At the same time the interaction between provisioning systems operating in different domains is hindered by the same lack of common ground. Operators need also a unique vocabulary to convey an unambiguous meaning to their lightpath requests exchanges. To fill these communication gaps we started to develop NDL Network Description Language [6]. This is an ontology describing hybrid networks and specifically the aspects relevant to lightpath provisioning. It is intended as an aid to the communication between user and providers, and between providers. The novelty of NDL is its foundation on the ideas of semantic web and RDF, so that NDL defines more than a just meta-data schema but it also provides a flexible and extendible semantic model. In the rest of this article we will introduce semantic web and RDF; we will give an overview of the current NDL schemas and their applications; we will conclude outlining future work directions. Semantic web for lightpaths The Semantic Web is a web in which data is organized according to semantic meaning. This allows applications and computers, not only humans, to reason on the data and derive logical connections between entities. The Semantic Web concept allows integration of information from different sources and from very different fields of knowledge. The way to achieve this is the definition of ontologies; ontologies classify and categorize the data and provide the relationship between the defined categories [7]. Looking at hybrid networks we see that the setup of a lightpath is a process that sees many parties involved: the requesting user and the management plane in each domain the lightpath goes through. We already said these parties lack a common vocabulary. This is where using the Semantic Web comes to our help. It encourages the definition of an ontology for hybrid networks and lightpaths that can act as the common language to all parties involved. It also allows to re-use all the tools that are available for processing and consumption of semantically organized data. Finally, engrained in the Semantic Web concept is the idea that data is distributed and held by different owners, each independent from the other. Network owners maintain full independence in publishing and updating their network information; other network ownsers can easily consume this information as long as it abides to the common ontology. NDL is the Semantic Web based language we propose for use in hybrid networks. RDF NDL is based on RDF, the Resource Description Framework. RDF uses a triple-based model to represent resources and the relationship between them, as shown in Fig. 1. Fig.1. RDF triplet The predicate defines a property of the subject; and the object is the value of such property. RDF identifies subject, object and predicate with URIs - Universal Resource Identifiers. Some objects are literal strings, instead of URIs. To encode RDF graphs and exchange RDF-structured information we need a language to express the triplet concept. There are three main ways to do this: RDF/XML, an XML-based syntax that we are currently using in NDL; Notation3 (or N3) that provides a more human-readable alternative to RDF/XML, and finally N-Triple, a subset of N3. There are a few common properties defined in RDF that we have used in our ontology to achieve a more clear logical structure. The range property and the domain property; they both refer to an RDF predicate and define its scope. The range of a predicate indicates which objects are valid values for the property; the domain of a predicate indicates which subjects are valid resources for such a property. To refer to information defined remotely we can use the isdefinedby property of a subject. With isdefinedby a subject points to a resource that might provide additional information about the subject resource.

3 NDL schemas Hybrid networks users and providers can rely on NDL to exchange information with a well-defined and unambiguous meaning. NDL classes and properties are organized in five schemas [8]: The topology schema that describes devices, interfaces and links and connections between them on a single layer; The layer schema that describes specific network technologies, and the relation between network layers; The capability schema that describes device capabilities; The domain schema that describes administrative domains, services within a domain, and how to give an abstracted view of the network in a domain; The physical schema that describes the physical aspects of network elements and the layout of devices with blades and chassis. In the following two sections we give a more through overview of the topology schema and the layer schema. NDL topology schema The topology schema was the first schema we created. Its classes and properties describe the topology of a hybrid network, without detailed information on the technical aspects of the connections and their operating layer. The idea is that that through this lightweight schema we can provide an easy toolset for basic information exchange and path finding. In Fig.2 we see the topology classes and properties: Fig.2. NDL topology schema The relation between the classes in this schema is in Fig.3: Fig.3. NDL topology classes A Device represents a physical or an abstract network element. In the topology schema we use the classes Interface and Link to create connections between devices. There are four properties to do this: connectedto and linkto, switchedto and packetswitchedto: The connectedto property ties Interfaces together. It defines uni-directional connections between Interfaces, or from Interfaces to Links. All data send out the subject Interface (the egress interface) is somehow received by to the object Interface (the ingress interface). To define a bi-directional connection with the connectedto property it should be defined in both directions, with both Interfaces pointing to each other or both Interfaces pointing to the same Link. A connectedto

4 property always involves external connection, between devices, not connections within a device: for that we define the switchedto property. The subject and object Interface must be on the same layer. The linkto is a subproperty of connectedto. It defines that the subject and object Interface are directly connected to each other on their layer. There is no intermediate connection point forwarding the data. The switchedto property represents an internal uni-directional connection within a device. All data from the subject is forwarded to the object. A switchedto property always involves internal connection, within devices, not connections between two devices. To define a bi-directional connection with the switchedto property it should be defined in both directions. The packetswitchedto property is a variant of the switchedto property. When we define two switchedto properties with the same Interface as object the result is that only one of the data streams is carried on the object Interface. The packetswitchedto properties on the other hand means that the data of the all subject Interfaces is somehow merged and forward on the object Interface. The immediate applications of the topology schema are generation of network map and input to path finding systems. We will discuss this in more detail in the NDL applications section. NDL layer schema To provision a lightpath we need more information than the one contained in the topology schema. We need to define layers and relation between layers: this aids path finding in multilayer environments in which domains operate with different technologies. To facilitate this task we developed the NDL layer schema. The layer schema is a vocabulary for defining network layers and interrelations between layers. Fig. 4 shows the classes and properties in this schema. Fig.4. NDL layer schema A Layer is a specific encoding in network connection; most Layers have an associated Label Set that defines which channels are used to make switching decision in a device. Each Interface Class operates at a certain Layer. When data needs to move from one layer to another we use Adaptation. The concept of client and server refer to the Layers before and after the Adaptation. This way we can see if the requested path can be configured end-to-end. If the data needs to travel through devices that are on different layer, we need to check if the interfaces on these devices can adapt the data. NDL applications In hybrid networks there are immediate applications for NDL: we can for example use it to generate up-todate network maps, to provide input data to path finding algorithms, or to provide input for detect errors and faults in existing lightpaths. In the following sections we will cover these applications in more detail.

5 Network maps The setup of lightpaths within a domain or between domains is not (yet) an automated process. Often network administrators exchange information about the topology of their network using network maps. These maps need to be up-to-date and offer a view of the devices and interfaces available for path setup. Thanks to these maps engineers can see if end-to-end paths are possible. If a hybrid network describes its internal topology in NDL it can use this as input to visualization applications. A first simple use case is the generation of maps of a single domain. A more complex application that fully exploits the semantic model of RDF is the generation of inter-domain maps. In this latter case a web crawler gathers information from different domains that are interconnected and uses this to produce global maps. We provide NDL users with visualization tools, based on GraphViz [9] and Google Maps [10]. GraphViz is an open source visualization tool that draws graphs starting from information expressed in the DOT language. We use a simple script to extract the data from NDL files using SPARQL queries, and we feed it to GraphViz to show which devices, which interfaces and which connections are present in a domain. The resulting maps are especially useful at the intra-domain level. We have used this tool to model the NetherLight network in the Netherlands. NetherLight is Fig. 5 shows a map of such network. Fig.5. A graph of the NetherLight network resources Using GoogleMaps is instead very handy when we want to display the connections between separate domains on a global scale. The NDL topology schema contains geographic information, latitude and longitude, of the location of devices. We can correlate information contained in distributed NDL files, one per domain; the RDF isdefinedby property allows us to navigate between the information published autonomously by each domain. We can then place the various elements in a world map and get an overview of the lightpaths and interconnections between the various domains. We have used this tool to model the GLIF network. GLIF is an international virtual organization of research networks, research consortia and institutions whose aim is to build a worldwide networking facility for scientific research. GLIF consists of a collection of optical exchange points, GOLEs - GLIF Open Lightpath Exchanges, spread over North America, Europe, East Asia, and Australia, with numerous links across and between the continents. Fig.6 shows the GLIF map obtained using distributed NDL files. Fig.6. A graph of GLIF lightpaths

6 Path finding Given a single hybrid network or a group of interconnected hybrid networks described in NDL we can use this information to find the possible lightpaths between end points. A demonstration of this NDL capability was shown during the SuperComputing conference of 2006 in Tampa, FL. Together with SARA, the Dutch Academic SuperComputing Center, we developed an application to find lightpaths in the GLIF. In the GLIF the various participating GLIF domains describe their optical exchange points network topology with NDL and publishe these files autonomously on the Web. They point to each other descriptions using the isdefinedby property and maintain only their local information. A crawler tool travels through the chain of RDF files via the isdefinedby connections and collects the distributed information into a global topology database. A path finding algorithm uses this topology database to answer request for lightpaths from user. Fault isolation After the initial provisioning of a multi-domain and multi-layer lightpath, time is often spent debugging this newly created connection. Fault detection is the process of detecting that a connection that is not working as it should be and of determining what causes the malfunction. NDL facilitates the fault isolation process in hybrid networks. Fault isolation software can in fact use NDL information as input to get an overview of the devices and interfaces part of the overall connection. This information can be used to find inconsistency in configuration and to pinpoint possible misconfigurations. Future work We are currently looking at extensions of NDL that cover two important aspects of the inter-domain lightpath provisioning process: the exchange of topology information between control plane applications and the integration with authorization policies. Network abstractions When lightpaths extend beyond one domain into another one we often have two different provisioning applications needing to communicate with each other. In the hybrid networking community the mechanisms for data exchange at the NNI Network-Network Interfaces are not yet well defined: on one hand one if both systems use GMPLS (Generalized Multiprotocol Label Switching) one could extend seamlessly signaling at the boundary. But even in that case, or in the case the two provisioning systems are not GMPLS-based, we can take a pull approach in which an initiating domain requests information from the downstream. The integration of Network Resource Provisioning Systems is a central research question, addresses for example in project such as Phosphorus [11]. We intend to propose NDL as the information model for information exchange at the domain boundaries. For this purpose we propose the use of the domain schema. A domain will not publish to neighbors full topologies but only abstracted views that contain sufficient information for the other provisioning system to extend a path into it. Such a schema will contain information on entry and exit points in the domain, their properties and any eventual inner information needed to request a path extension into it. Multi layer path finding The path finding algorithms presented during SC 06 made use of the layer-agnostic topology schema. We are now looking at extending path finding algorithms to multi layer networks, where devices operate with different technologies. This use case is much more realistic in representing the actual implementations of lightpaths in intra and inter-domain environments. Policy In a multi-domain environment the setup of a lightpath is not merely a technical issue, of operating at consistent network layers, or linking interfaces with same capacities or handling routing information exchange. It is also subordinated to authorization policies set forth by each domain s administrators. Such policies determine if and which users have access to the network resources and which mutual cooperation agreements exist between domains. We are working at incorporating into the NDL ontologies the concept

7 of policy, so that users and applications looking for a lightpath would know who to contact. A brokering service in a multi-domain environment would fetch NDL files for each of the domain, and find together with the network topology description the pointer to where the policy is to be found. Conclusions NDL Network Description Language is an RDF based model for hybrid networks that provides a semantic for information exchange to lightpath provisioning systems and end user. NDL defines several schemas for topology and technology information. It has been used for lightpath visualizations, lightpath finding and lightpath fault isolations. Currently we look at extending NDL to describe domains in abstract terms with sufficient information for inter-domain path provisioning; to perform multi-layer path finding and to integrate it with authorization policies models. NDL strengths lie in its abstract model that describes multilayer hybrid network without being technology specific; in being loosely coupled so that domains have a way to exchange information; and finally in its flexibility and extensibility. Acknowledgments We thank our colleagues Andree Toonk and Ronald van der Pol from SARA and Franco Travostino from ebay (formerly NORTEL) for their collaboration on this work. This work is supported by SURFnet, the BSIK GigaPort project and TNO. References [1] LHC Large Hadron Collider, URL: [2] OptIPuter - A Powerful Distributed Cyberinfrastructure to Support Data-Intensive Scientific Research and Collaboration, URL: [3] Cees de Laat, Erik Radius, Steven Wallace: The rationale of the current optical networking initiatives, Future Generation Computer Systems, Vol.22, Issue 6, pp , 2003 [4] SuperComputing The International Conference for High Performance Computing, Networking, Storage, and Analysis, URL: [5] igrid The International Grid, URL: [6] Jeroen van der Ham, Freek Dijkstra, Franco Travostino, Hubertus Andree and Cees de Laat: Using RDF to Describe Networks, Future Generation Computer Systems, Vol. 22, Issue 8, pp , 2006 [7] Nigel Shadbolt, Tim Berners-Lee, and Wendy Hall: The Semantic Web Revisited, IEEE Intelligent Systems, Vol. 21, Issue 3, pp , 2006 [8] NDL Network Description Language, URL: [9] Graphviz graph visualization software, URL: [10] Google, Google maps, URL: [11] Phosphorus, URL:

Data Gathering in Optical Networks with the TL1 Toolkit

Data Gathering in Optical Networks with the TL1 Toolkit Data Gathering in Optical Networks with the TL1 Toolkit Ronald van der Pol 1 and Andree Toonk 2 1 SARA Computing & Networking Services, Kruislaan 415, 1098 SJ Amsterdam, The Netherlands rvdp@sara.nl http://nrg.sara.nl/

More information

Using RDF to Describe Networks

Using RDF to Describe Networks Using RDF to Describe Networks Jeroen J. van der Ham a, Freek Dijkstra a Franco Travostino b Hubertus M.A. Andree a Cees T.A.M. de Laat a a Advanced Internet Research Group, Universiteit van Amsterdam,

More information

StarPlane an Application Controlled Photonic Network

StarPlane an Application Controlled Photonic Network Expanding the Knowledge Economy: Issues, Applications, Case Studies Paul Cunningham and Miriam Cunningham (Eds) IOS Press, 2007 Amsterdam ISBN 978 1 58603 801-4 StarPlane an Application Controlled Photonic

More information

The Network Markup Language (NML)

The Network Markup Language (NML) The Network Markup Language (NML) A Standardized Network Topology Abstraction for Inter-domain and Cross-layer Network Applications Authors Jeroen van der Ham , University of Amsterdam Freek

More information

NORDUnet2008, 9 11 April, Espoo, Finland

NORDUnet2008, 9 11 April, Espoo, Finland Operational Management of Lightpaths Ronald van der Pol Outline SURFnet6 hybrid network NetherLight Optical Exchange Point GLIF (global Lambda Integrated Facility) lightpath planning tool

More information

Network description language (NDL) applications

Network description language (NDL) applications Network description language (NDL) applications May 23-2006 RoN Spring 2006 Progress Meeting, Utrecht Andree Toonk SARA - High Performance Networking Amsterdam, The Netherlands Andree Toonk - SARA High

More information

Network Descriptions and NEC

Network Descriptions and NEC ABSTRACT Jeroen van der Ham 1,2, Marko van Daal 3, Hans Keus 1 and Cees de Laat 2 1: TNO Defence, Security and Safety 2: University of Amsterdam 3: C2 Support Centre Corresponding author: vdham@science.uva.nl

More information

Going in Loops to Reach your GOLE Goal

Going in Loops to Reach your GOLE Goal Going in Loops to Reach your GOLE Goal Freek Dijkstra Universiteit van Amsterdam with help of: Jeroen van der Ham, Paola Grosso, Bert Andree, Karst Koymans, Cees de Laat Fernando Kuipers (TU Del#) This

More information

Multilayer Network Modelling

Multilayer Network Modelling Lessons Learned in Multilayer Network Modelling Freek Dijkstra Universiteit van Amsterdam with help of: Bert Andree, Paola Grosso, Jeroen van der Ham, Karst Koymans, Cees de Laat Lessons we learned while

More information

OnVector The Power of Change! Cees de Laat

OnVector The Power of Change! Cees de Laat OnVector 2010 The Power of Change! Cees de Laat Themes for next years 40 and 100 Gbit/s Network modeling and simulation Cloud Data - Computing Web Services based Authorization Network Services Interface

More information

Lightpath support in LANs. Ronald van der Pol

Lightpath support in LANs. Ronald van der Pol Lightpath support in LANs Ronald van der Pol rvdp@sara.nl overview hybrid networks lightpaths inter domain lightpath setup lightpath support at the edges hybrid networks support for packet switched (routed

More information

Lightpath Monitoring in NetherLight

Lightpath Monitoring in NetherLight Lightpath Monitoring in NetherLight (funded by SURFnet/GigaPort) Ronald van der Pol GLIF meeting 14 15 February 2007, Minneapolis 1 Overview NetherLight Monitoring in NetherLight Tools used for monitoring

More information

Experiences with IEEE 802.1ah (Provider Backbone Bridges)

Experiences with IEEE 802.1ah (Provider Backbone Bridges) Experiences with IEEE 802.1ah (Provider Backbone Bridges) Ronald van der Pol rvdp@sara.nl SARA Overview About NetherLight Short Introduction to Carrier Ethernet Why Carrier Ethernet? Frame Formats Advantages

More information

Integration of Network Services Interface version 2 with the JUNOS Space SDK

Integration of Network Services Interface version 2 with the JUNOS Space SDK Integration of Network Services Interface version 2 with the JUNOS Space SDK Radosław Krzywania, Michał Balcerkiewicz, Bartosz Belter Poznan Supercomputing and Networking Center, ul. Z. Noskowskiego 12/14,

More information

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall The Semantic Web Revisited Nigel Shadbolt Tim Berners-Lee Wendy Hall Today sweb It is designed for human consumption Information retrieval is mainly supported by keyword-based search engines Some problems

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

Proposal for Implementing Linked Open Data on Libraries Catalogue Submitted on: 16.07.2018 Proposal for Implementing Linked Open Data on Libraries Catalogue Esraa Elsayed Abdelaziz Computer Science, Arab Academy for Science and Technology, Alexandria, Egypt. E-mail address:

More information

GigaPort-RON dec 2008 From Routed to Hybrid Networking Cees de Laat University of Amsterdam

GigaPort-RON dec 2008 From Routed to Hybrid Networking Cees de Laat University of Amsterdam GigaPort-RON dec 2008 From Routed to Hybrid Networking Cees de Laat University of Amsterdam GP - Plans 2004-2008 1. Hybrid networking structure Network Architecture Optical Internet Exchange Architecture

More information

Citation for published version (APA): Dijkstra, F. (2009). Framework for path finding in multi-layer transport networks

Citation for published version (APA): Dijkstra, F. (2009). Framework for path finding in multi-layer transport networks UvA-DARE (Digital Academic Repository) Framework for path finding in multi-layer transport networks Dijkstra, F Link to publication Citation for published version (APA): Dijkstra, F (2009) Framework for

More information

The New Internet2 Network

The New Internet2 Network The New Internet2 Network Director Network Research, Architecture, and Technologies Internet2 GLIF Meeting 11 September 2006 Tokyo, Japan Agenda Basic Ideas Design Ideas Topology Optical nodes Control

More information

EDL: an energy-aware semantic model for large-scale infrastructures Zhu, H.; van der Veldt, K.; Grosso, P.; de Laat, C.T.A.M.

EDL: an energy-aware semantic model for large-scale infrastructures Zhu, H.; van der Veldt, K.; Grosso, P.; de Laat, C.T.A.M. UvA-DARE (Digital Academic Repository) EDL: an energy-aware semantic model for large-scale infrastructures Zhu, H.; van der Veldt, K.; Grosso, P.; de Laat, C.T.A.M. Link to publication Citation for published

More information

University of Amsterdam

University of Amsterdam The road to optical networking www.science.uva.nl/~delaat www.science.uva.nl/research/air Cees de Laat University of Amsterdam SURFnet λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ λ Know the user #

More information

SURFnet network developments 10th E-VLBI workshop 15 Nov Wouter Huisman SURFnet

SURFnet network developments 10th E-VLBI workshop 15 Nov Wouter Huisman SURFnet SURFnet network developments 10th E-VLBI workshop 15 Nov 2011 Wouter Huisman SURFnet Engine for Innovation Mission To improve higher education and research by promoting, developing and operating a trusted,

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2018/19 with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz January 7 th 2019 Overview What is Semantic Web? Technology

More information

Next Generation Networking and The HOPI Testbed

Next Generation Networking and The HOPI Testbed Next Generation Networking and The HOPI Testbed Rick Summerhill Director, Network Research, Architecture, and Technologies, Internet2 CANS 2005 Shenzhen, China 2 November 2005 Agenda Current Abilene Network

More information

Semantic Web Fundamentals

Semantic Web Fundamentals Semantic Web Fundamentals Web Technologies (706.704) 3SSt VU WS 2017/18 Vedran Sabol with acknowledgements to P. Höfler, V. Pammer, W. Kienreich ISDS, TU Graz December 11 th 2017 Overview What is Semantic

More information

SARA Computing & Networking Services

SARA Computing & Networking Services SARA Computing & Networking Services Ronald van der Pol rvdp@sara.nl Outline! About SARA! National and International Collaborations! Overview of Services! Main Operational Tasks! Organisation! Operational

More information

INTELLIGENT SYSTEMS OVER THE INTERNET

INTELLIGENT SYSTEMS OVER THE INTERNET INTELLIGENT SYSTEMS OVER THE INTERNET Web-Based Intelligent Systems Intelligent systems use a Web-based architecture and friendly user interface Web-based intelligent systems: Use the Web as a platform

More information

UML diagram of NDL. Jeroen van der Ham.

UML diagram of NDL. Jeroen van der Ham. UML diagram of NDL Jeroen van der Ham vdham@uva.nl Basis Network Element rdf:id name TransportNetwork Element Basis Location address geo84 coords room facility rack panel locatedat Network Element rdf:id

More information

Dave McGaugh, Pacific Northwest Gigapop NANOG 39 Toronto, Canada

Dave McGaugh, Pacific Northwest Gigapop NANOG 39 Toronto, Canada Supporting Hybrid Services at an International Exchange Facility: The Experience of Pacific Wave Dave McGaugh, Pacific Northwest Gigapop NANOG 39 Toronto, Canada About Pacific Wave A joint project between

More information

AutoBAHN Provisioning guaranteed capacity circuits across networks

AutoBAHN Provisioning guaranteed capacity circuits across networks AutoBAHN Provisioning guaranteed capacity circuits across networks Afrodite Sevasti, GRNET 1 st End-to-end workshop: Establishing lightpaths 1-2 December 2008, TERENA, Amsterdam AutoBAHN is a research

More information

Semantic Web in a Constrained Environment

Semantic Web in a Constrained Environment Semantic Web in a Constrained Environment Laurens Rietveld and Stefan Schlobach Department of Computer Science, VU University Amsterdam, The Netherlands {laurens.rietveld,k.s.schlobach}@vu.nl Abstract.

More information

Cees de Laat University of Amsterdam

Cees de Laat University of Amsterdam GreenClouds Cees de Laat University of Amsterdam Towards Hybrid Networking! Costs of photonic equipment 10% of switching 10 % of full routing for same throughput! Photonic vs Optical (optical used for

More information

Connectivity Services, Autobahn and New Services

Connectivity Services, Autobahn and New Services Connectivity Services, Autobahn and New Services Domenico Vicinanza, DANTE EGEE 09, Barcelona, 21 st -25 th September 2009 Agenda Background GÉANT Connectivity services: GÉANT IP GÉANT Plus GÉANT Lambda

More information

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

Optical Networking Activities in NetherLight

Optical Networking Activities in NetherLight Optical Networking Activities in NetherLight TERENA Networking Conference 2003 Zagreb, May 19-22, 2003 Erik Radius Manager Network Services, SURFnet Outline NetherLight What is it Why: the rationale From

More information

KawaWiki: A Semantic Wiki Based on RDF Templates

KawaWiki: A Semantic Wiki Based on RDF Templates Kawa: A Semantic Based on RDF s Kensaku Kawamoto, Yasuhiko Kitamura, and Yuri Tijerino Kwansei Gakuin University 2-1 Gakuen, Sanda-shi, Hyogo 669-1337, JAPAN {kkensaku, ykitamura}@ksc.kwansei.ac.jp, yuri@tijerino.net

More information

Virtual Routing and Forwarding for Lightpaths Implementations at SARA

Virtual Routing and Forwarding for Lightpaths Implementations at SARA Virtual Routing and Forwarding for Lightpaths Implementations at SARA 10 May 2011 Sander Boele, Pieter de Boer, Igor Idziejczak, Bas Kreukniet, Ronald van der Pol, Freek Dijkstra SARA Computing and Networking

More information

Experiences with Dynamic Circuit Creation in a Regional Network Testbed

Experiences with Dynamic Circuit Creation in a Regional Network Testbed This paper was presented as part of the High-Speed Networks 2011 (HSN 2011) Workshop at IEEE INFOCOM 2011 Experiences with Dynamic Circuit Creation in a Regional Network Testbed Pragatheeswaran Angu and

More information

Semantic web. Tapas Kumar Mishra 11CS60R32

Semantic web. Tapas Kumar Mishra 11CS60R32 Semantic web Tapas Kumar Mishra 11CS60R32 1 Agenda Introduction What is semantic web Issues with traditional web search The Technology Stack Architecture of semantic web Meta Data Main Tasks Knowledge

More information

The Semantic Web & Ontologies

The Semantic Web & Ontologies The Semantic Web & Ontologies Kwenton Bellette The semantic web is an extension of the current web that will allow users to find, share and combine information more easily (Berners-Lee, 2001, p.34) This

More information

Project Vision and Mission

Project Vision and Mission Solving End to End connectivity with GMPLS Radek Krzywania, PSNC, Poland radek.krzywania@man.poznan.pl April 4th 2008, Munich NGN meeting Phopshorus project European and Global alliance of partners to

More information

DBpedia-An Advancement Towards Content Extraction From Wikipedia

DBpedia-An Advancement Towards Content Extraction From Wikipedia DBpedia-An Advancement Towards Content Extraction From Wikipedia Neha Jain Government Degree College R.S Pura, Jammu, J&K Abstract: DBpedia is the research product of the efforts made towards extracting

More information

Connecting the e-infrastructure chain

Connecting the e-infrastructure chain Connecting the e-infrastructure chain Internet2 Spring Meeting, Arlington, April 23 rd, 2012 Peter Hinrich & Migiel de Vos Topics - About SURFnet - Motivation: Big data & collaboration - Collaboration

More information

National R&E Networks: Engines for innovation in research

National R&E Networks: Engines for innovation in research National R&E Networks: Engines for innovation in research Erik-Jan Bos EGI Technical Forum 2010 Amsterdam, The Netherlands September 15, 2010 Erik-Jan Bos - Chief Technology Officer at Dutch NREN SURFnet

More information

SURFnet6 Integrating the IP and Optical worlds Erik-Jan Bos Director of Network Services SURFnet, The Netherlands TrefPunkt Kiruna, mars 2004

SURFnet6 Integrating the IP and Optical worlds Erik-Jan Bos Director of Network Services SURFnet, The Netherlands TrefPunkt Kiruna, mars 2004 SURFnet6 Integrating the IP and Optical worlds Erik-Jan Bos Director of Network Services SURFnet, The Netherlands TrefPunkt Kiruna, 30-31 mars 2004 Presentation contents SURFnet and GigaPort: The environment

More information

Semantic Web Mining and its application in Human Resource Management

Semantic Web Mining and its application in Human Resource Management International Journal of Computer Science & Management Studies, Vol. 11, Issue 02, August 2011 60 Semantic Web Mining and its application in Human Resource Management Ridhika Malik 1, Kunjana Vasudev 2

More information

Information Retrieval (IR) through Semantic Web (SW): An Overview

Information Retrieval (IR) through Semantic Web (SW): An Overview Information Retrieval (IR) through Semantic Web (SW): An Overview Gagandeep Singh 1, Vishal Jain 2 1 B.Tech (CSE) VI Sem, GuruTegh Bahadur Institute of Technology, GGS Indraprastha University, Delhi 2

More information

XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI

XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI Chapter 18 XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI Fábio Ghignatti Beckenkamp and Wolfgang Pree Abstract: Key words: WebEDI relies on the Internet infrastructure for exchanging documents among

More information

Internet2 DCN and Dynamic Circuit GOLEs. Eric Boyd Deputy Technology Officer Internet2 GLIF Catania March 5, 2009

Internet2 DCN and Dynamic Circuit GOLEs. Eric Boyd Deputy Technology Officer Internet2 GLIF Catania March 5, 2009 Internet2 DCN and Dynamic Circuit GOLEs Eric Boyd Deputy Technology Officer Internet2 GLIF Catania March 5, 2009 Internet2 Strategic Plan Operate a National R&E Network Build Advanced Tools and Services

More information

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services.

H1 Spring B. Programmers need to learn the SOAP schema so as to offer and use Web services. 1. (24 points) Identify all of the following statements that are true about the basics of services. A. If you know that two parties implement SOAP, then you can safely conclude they will interoperate at

More information

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø Towards the Semantic Desktop Dr. Øyvind Hanssen University Library of Tromsø Agenda Background Enabling trends and technologies Desktop computing and The Semantic Web Online Social Networking and P2P Computing

More information

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data:

a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data: Introduction to Semantic Web Angelica Lo Duca IIT-CNR angelica.loduca@iit.cnr.it Linked Open Data: a paradigm for the Semantic Web Course Outline Introduction to SW Give a structure to data (RDF Data Model)

More information

Solving End-to-End connectivity with GMPLS

Solving End-to-End connectivity with GMPLS Solving End-to-End connectivity with GMPLS Radek Krzywania, PSNC, Poland radek.krzywania@man.poznan.pl April 4 th 2008, Munich NGN meeting Phopshorus project European and Global alliance of partners to

More information

What makes an exchange open?

What makes an exchange open? What makes an exchange open? Cees de Laat Freek Dijkstra Leon Gommans Bas van Oudenaarde University of Amsterdam www.glif.is # u s e r s A. Lightweight users, browsing, mailing, home use Need full Internet

More information

GLIF, the Global Lambda Integrated Facility. Kees Neggers Managing Director SURFnet. CCIRN 4 June 2005, Poznan, Poland

GLIF, the Global Lambda Integrated Facility. Kees Neggers Managing Director SURFnet. CCIRN 4 June 2005, Poznan, Poland GLIF, the Global Lambda Integrated Facility Kees Neggers Managing Director SURFnet CCIRN 4 June 2005, Poznan, Poland Linking the World with Light the GLIF Challenge GLIF vision 3 Linking the World with

More information

Dynamic Photonic Lightpaths in the StarPlane Network

Dynamic Photonic Lightpaths in the StarPlane Network Dynamic Photonic Lightpaths in the StarPlane Network Paola Grosso a, Damien Marchal a Jason Maassen b Eric Bernier c Carol Meertens a Li Xu a Cees de Laat a a System and Network Engineering Group, Universiteit

More information

Using RDF to Model the Structure and Process of Systems

Using RDF to Model the Structure and Process of Systems Using RDF to Model the Structure and Process of Systems Marko A. Rodriguez Jennifer H. Watkins Johan Bollen Los Alamos National Laboratory {marko,jhw,jbollen}@lanl.gov Carlos Gershenson New England Complex

More information

GLIF GOLEs: Attributes

GLIF GOLEs: Attributes GLIF Meeting 2017, Sydney, Australia Sep 26 2017 GLIF GOLEs: Attributes Alexander van den Hil, Andrew Lee, Jeronimo Bezerra, Migiel de Vos and Siju Mammen For newcomers GLIF Global Lambda Integrated Facility

More information

T0-T1-T2 networking. Vancouver, 31 August 2009 LHCOPN T0-T1-T2 Working Group

T0-T1-T2 networking. Vancouver, 31 August 2009 LHCOPN T0-T1-T2 Working Group T0-T1-T2 networking Vancouver, 31 August 2009 LHCOPN T0-T1-T2 Working Group 1 Requirements from the experiments 2 T0-T1 traffic 1. For all the experiments, the most important thing is to save a second

More information

Semantic Web and Python Concepts to Application development

Semantic Web and Python Concepts to Application development PyCon 2009 IISc, Bangalore, India Semantic Web and Python Concepts to Application development Vinay Modi Voice Pitara Technologies Private Limited Outline Web Need better web for the future Knowledge Representation

More information

the world with light

the world with light the world with light What does GLIF do? GLIF stands for Global Lambda Integrated Facility. GLIF promotes the paradigm of lambda networking to support demanding scientifi c applications. GLIF makes lambdas

More information

Ronald van der Pol

Ronald van der Pol Ronald van der Pol Contributors! " Ronald van der Pol! " Freek Dijkstra! " Pieter de Boer! " Igor Idziejczak! " Mark Meijerink! " Hanno Pet! " Peter Tavenier Outline! " Network bandwidth

More information

EU Phosphorus Project Harmony. (on

EU Phosphorus Project Harmony. (on EU Phosphorus Project Harmony Advance Reservation features for Grids (on behalf of UniBonn, SURFnet, UvA,, CRC, Nortel,, FHG, I2CAT) E2E Workshop Establishing Lightpaths Amsterdam, December 2008 Phosphorus

More information

E-Commerce. Infrastructure I: Computer Networks

E-Commerce. Infrastructure I: Computer Networks E-Commerce Infrastructure I: Computer Networks Almost all computers today are networked or part of a distributed system. I will provide an overview of networking and a basic description of network technology.

More information

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Towards an Ontology for Geospatial User-centric Metadata Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

Linked Open Data: a short introduction

Linked Open Data: a short introduction International Workshop Linked Open Data & the Jewish Cultural Heritage Rome, 20 th January 2015 Linked Open Data: a short introduction Oreste Signore (W3C Italy) Slides at: http://www.w3c.it/talks/2015/lodjch/

More information

Control Models at Interconnection Points

Control Models at Interconnection Points Control Models at Interconnection Points Freek Dijkstra*, Bas van Oudenaarde*, Bert Andree, Leon Gommans, Jeroen van der Ham, Karst Koymans, Cees de Laat Advanced Internet Research group, Universiteit

More information

Multi-agent and Semantic Web Systems: RDF Data Structures

Multi-agent and Semantic Web Systems: RDF Data Structures Multi-agent and Semantic Web Systems: RDF Data Structures Fiona McNeill School of Informatics 31st January 2013 Fiona McNeill Multi-agent Semantic Web Systems: RDF Data Structures 31st January 2013 0/25

More information

Exploiting peer group concept for adaptive and highly available services

Exploiting peer group concept for adaptive and highly available services Computing in High Energy and Nuclear Physics, 24-28 March 2003 La Jolla California 1 Exploiting peer group concept for adaptive and highly available services Muhammad Asif Jan Centre for European Nuclear

More information

PBT Networking. Host-to-host connections through SURFnet6. UvA Students G.A. van Malenstein, B ICT C. Steenbeek, B ICT

PBT Networking. Host-to-host connections through SURFnet6. UvA Students G.A. van Malenstein, B ICT C. Steenbeek, B ICT PBT Networking Host-to-host connections through SURFnet6 UvA Students G.A. van Malenstein, B ICT C. Steenbeek, B ICT Supervisors drs. R. van der Pol, SARA A. Toonk, MSc, SARA dr. ir. C. Th. A. M. de Laat,

More information

Finding Similarity and Comparability from Merged Hetero Data of the Semantic Web by Using Graph Pattern Matching

Finding Similarity and Comparability from Merged Hetero Data of the Semantic Web by Using Graph Pattern Matching Finding Similarity and Comparability from Merged Hetero Data of the Semantic Web by Using Graph Pattern Matching Hiroyuki Sato, Kyoji Iiduka, Takeya Mukaigaito, and Takahiko Murayama Information Sharing

More information

Ethernet Operation Administration and Maintenance Deliverable 2010

Ethernet Operation Administration and Maintenance Deliverable 2010 Introduction Ethernet Operation Administration and Maintenance Deliverable 2010 Mark Prins, Richa Malhotra Ethernet has been prevalent in many NREN s for some years now, mostly providing aggregation functionality

More information

SkyEyes: A Semantic Browser For the KB-Grid

SkyEyes: A Semantic Browser For the KB-Grid SkyEyes: A Semantic Browser For the KB-Grid Yuxin Mao, Zhaohui Wu, Huajun Chen Grid Computing Lab, College of Computer Science, Zhejiang University, Hangzhou 310027, China {maoyx, wzh, huajunsir}@zju.edu.cn

More information

SIP-based Service Architecture for Applicationaware Optical Network

SIP-based Service Architecture for Applicationaware Optical Network 1 SIP-based Service Architecture for Applicationaware Optical Network A. Campi, W. Cerroni, G. Corazza, F. Callegati DEIS University of Bologna Bologna, ITALY {aldo.campi,walter.cerroni, giorgio.corazza,franco.callegati}

More information

Finding Topic-centric Identified Experts based on Full Text Analysis

Finding Topic-centric Identified Experts based on Full Text Analysis Finding Topic-centric Identified Experts based on Full Text Analysis Hanmin Jung, Mikyoung Lee, In-Su Kang, Seung-Woo Lee, Won-Kyung Sung Information Service Research Lab., KISTI, Korea jhm@kisti.re.kr

More information

Functional Requirements for Grid Oriented Optical Networks

Functional Requirements for Grid Oriented Optical Networks Functional Requirements for Grid Oriented Optical s Luca Valcarenghi Internal Workshop 4 on Photonic s and Technologies Scuola Superiore Sant Anna Pisa June 3-4, 2003 1 Motivations Grid networking connection

More information

NETWORK VIRTUALIZATION: PRESENT AND FUTURE

NETWORK VIRTUALIZATION: PRESENT AND FUTURE 1 NETWORK VIRTUALIZATION: PRESENT AND FUTURE Wednesday, May 21, 2008 Mosharaf Chowdhury Member, envy Project What is Network Virtualization? 2 Network virtualization is a networking environment that allows

More information

Data Intensive Science Impact on Networks

Data Intensive Science Impact on Networks Data Intensive Science Impact on Networks Eli Dart, Network Engineer ESnet Network Engineering g Group IEEE Bandwidth Assessment Ad Hoc December 13, 2011 Outline Data intensive science examples Collaboration

More information

Extracting knowledge from Ontology using Jena for Semantic Web

Extracting knowledge from Ontology using Jena for Semantic Web Extracting knowledge from Ontology using Jena for Semantic Web Ayesha Ameen I.T Department Deccan College of Engineering and Technology Hyderabad A.P, India ameenayesha@gmail.com Khaleel Ur Rahman Khan

More information

The Semantic Institution: An Agenda for Publishing Authoritative Scholarly Facts. Leslie Carr

The Semantic Institution: An Agenda for Publishing Authoritative Scholarly Facts. Leslie Carr The Semantic Institution: An Agenda for Publishing Authoritative Scholarly Facts Leslie Carr http://id.ecs.soton.ac.uk/people/60 What s the Web For? To share information 1. Ad hoc home pages 2. Structured

More information

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites Access IT Training 2003 Google indexed 3,3 billion of pages http://searchenginewatch.com/3071371 2005 Google s index contains 8,1 billion of websites http://blog.searchenginewatch.com/050517-075657 Estimated

More information

The Open Group SOA Ontology Technical Standard. Clive Hatton

The Open Group SOA Ontology Technical Standard. Clive Hatton The Open Group SOA Ontology Technical Standard Clive Hatton The Open Group Releases SOA Ontology Standard To Increase SOA Adoption and Success Rates Ontology Fosters Common Understanding of SOA Concepts

More information

An Architecture for Semantic Enterprise Application Integration Standards

An Architecture for Semantic Enterprise Application Integration Standards An Architecture for Semantic Enterprise Application Integration Standards Nenad Anicic 1, 2, Nenad Ivezic 1, Albert Jones 1 1 National Institute of Standards and Technology, 100 Bureau Drive Gaithersburg,

More information

> Semantic Web Use Cases and Case Studies

> Semantic Web Use Cases and Case Studies > Semantic Web Use Cases and Case Studies Case Study: Improving Web Search using Metadata Peter Mika, Yahoo! Research, Spain November 2008 Presenting compelling search results depends critically on understanding

More information

Deploying Standards-based, Multi-domain, Bandwidth-on-Demand

Deploying Standards-based, Multi-domain, Bandwidth-on-Demand Nordic Infrastructure for Research & Education Deploying Standards-based, Multi-domain, Bandwidth-on-Demand Lars Fischer 28 th NORDUnet Conference Uppsala, 23 September 2014 The State of BoD Hybrid networking

More information

Ethernet Services over OTN Interoperability Steps Closer to Reality

Ethernet Services over OTN Interoperability Steps Closer to Reality Ethernet Services over OTN Interoperability Steps Closer to Reality By: Jim Jones, Optics Products and Solutions Marketing Manager, Alcatel-Lucent Categories: Article Archive Tags: Ethernet, interoperability,

More information

APAN Global Collaboration Linking the World with Light

APAN Global Collaboration Linking the World with Light APAN Global Collaboration Linking the World with Light 1 Andrew Howard Coordinating Engineer Advanced Communications Services and International Development Massive increase in International connectivity

More information

NARCIS: The Gateway to Dutch Scientific Information

NARCIS: The Gateway to Dutch Scientific Information NARCIS: The Gateway to Dutch Scientific Information Elly Dijk, Chris Baars, Arjan Hogenaar, Marga van Meel Department of Research Information, Royal Netherlands Academy of Arts and Sciences (KNAW) PO Box

More information

Proposal for Business Transaction Protocol Version 1.0

Proposal for Business Transaction Protocol Version 1.0 Proposal for Business Transaction Protocol Version 1.0 Sanjay Dalal (sanjay.dalal@bea.com) Pal Takacsi-Nagy (pal.takacsi@bea.com) Abstract Long lasting business transactions spanning multiple enterprises

More information

(0 of 12) High Performance λnetworking for Grid Applications. Cees de Laat

(0 of 12) High Performance λnetworking for Grid Applications.   Cees de Laat High Performance λnetworking for Grid Applications www.science.uva.nl/~delaat Cees de Laat (0 of 12) λeu High Performance Networking for Grid Applications www.science.uva.nl/~delaat www.science.uva.nl/~deλaat

More information

WELCOME TO GLIF Technical Working Group Summer 2015 meeting. Prague, Czech Republic September 2015

WELCOME TO GLIF Technical Working Group Summer 2015 meeting. Prague, Czech Republic September 2015 WELCOME TO GLIF Technical Working Group Summer 2015 meeting Prague, Czech Republic 29-30 September 2015 You Are Here Hosted by CESNET 15th Annual Global LambdaGrid Workshop Thanks to CESNET for hosting

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 9314-7 First edition 1998-08 Information technology Fibre distributed data interface (FDDI) Part 7: Physical Layer Protocol (PHY-2) Reference number ISO/IEC 9314-7:1998(E)

More information

Dynamic Optical Networking via Overlay Control of Static Lightpaths

Dynamic Optical Networking via Overlay Control of Static Lightpaths Dynamic Optical Networking via Overlay Control of Static Lightpaths George N. Rouskas Department of Computer Science North Carolina State University Joint work with: G. Karmous-Edwards, D. Reeves, L. Battestilli

More information

Enhancing Security Exchange Commission Data Sets Querying by Using Ontology Web Language

Enhancing Security Exchange Commission Data Sets Querying by Using Ontology Web Language MPRA Munich Personal RePEc Archive Enhancing Security Exchange Commission Data Sets Querying by Using Ontology Web Language sabina-cristiana necula Alexandru Ioan Cuza University of Iasi September 2011

More information

Evaluating OO-CASE tools: OO research meets practice

Evaluating OO-CASE tools: OO research meets practice Evaluating OO-CASE tools: OO research meets practice Danny Greefhorst, Matthijs Maat, Rob Maijers {greefhorst, maat, maijers}@serc.nl Software Engineering Research Centre - SERC PO Box 424 3500 AK Utrecht

More information

Oshiba Tadahiko National Diet Library Tokyo, Japan

Oshiba Tadahiko National Diet Library Tokyo, Japan http://conference.ifla.org/ifla77 Date submitted: June 30, 2011 A service of the National Diet Library, Japan, to the semantic web community Oshiba Tadahiko National Diet Library Tokyo, Japan Meeting:

More information

Project Proposal: OSLC4MBSE - OMG SE and OSLC working group as part of the OMG SE DSIG. OSLC for Model-Based Systems Engineering Interoperability

Project Proposal: OSLC4MBSE - OMG SE and OSLC working group as part of the OMG SE DSIG. OSLC for Model-Based Systems Engineering Interoperability OSLC4MBSE OSLC for Model-Based Systems Engineering Interoperability This document presents the work of the OSLC4MBSE working group, which has been initiated as a collaborative effort between members of

More information

Applying Assurance-Based Design to Detecting Misconfigurations of Network Recovery. SEDC 2014 (April 3-5) Joseph Kroculick Cynthia Hood

Applying Assurance-Based Design to Detecting Misconfigurations of Network Recovery. SEDC 2014 (April 3-5) Joseph Kroculick Cynthia Hood Applying Assurance-Based Design to Detecting Misconfigurations of Network Recovery SEDC 2014 (April 3-5) Joseph Kroculick Cynthia Hood 1 Introduction Describe Dependability Assessment Process (DAP) Dependability,

More information

ERONs: Dynamic Optical Networking via Overlay Control of Static Lightpaths

ERONs: Dynamic Optical Networking via Overlay Control of Static Lightpaths ERONs: Dynamic Optical Networking via Overlay Control of Static Lightpaths G. Karmous-Edwards, D. Reeves, L. Battestilli, P. Vegesna, A. Viswanath, G. N. Rouskas Department of Computer Science North Carolina

More information

Opus: University of Bath Online Publication Store

Opus: University of Bath Online Publication Store Patel, M. (2004) Semantic Interoperability in Digital Library Systems. In: WP5 Forum Workshop: Semantic Interoperability in Digital Library Systems, DELOS Network of Excellence in Digital Libraries, 2004-09-16-2004-09-16,

More information