Using RDF to Describe Networks

Size: px
Start display at page:

Download "Using RDF to Describe Networks"

Transcription

1 Using RDF to Describe Networks Jeroen van der Ham Advanced Internet Research Group Universiteit van Amsterdam September 30, 2005 J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

2 Introduction Semantic Web Network Description Language Global Lambda Integrated Facility J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

3 What is GLIF? A group of cooperating NRENs, consortia and institutions Make lambdas available as integrated global facility Sharing their research and knowledge Each with different policies J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

4 Why Do We Need Network Descriptions? NIKHEF UvA DAS-2 Van Gogh 32 node 9 node cluster cluster 32x 9x 4 fibers (located at NetherLight) Lighthouse Theo WGsara HP Itanium node node Nortel 5x switch BeautyCees Speculaas Netgear 1 in use Calient 8 fibres GlimmerGlass switch Optical Cross Optical Cross Connect Connect 12 fibers Third Party Topology UvA & NetherLight Intel IXDP Hosts 26 May 2005, Freek Dijkstra, UvA 7/10/21 Stockholm TDM1 OME Cisco 6509 (NorduNet) 6500 SONET TDM Catalyst switch London (UKLight) 10 GbE trunk (VLAN 7-10) Geneva TDM3 NetherLight Core StarLight Force10 (CERN) HDXc (via NetherLight) Not Authoritive SONET TDM Details of NetherLight, Prague see: Routed Internet (CzechLight) 6x (Joint UvA/SARA research lab) Rembrandt SARA SARA 9 node Tile cluster cluster display 9x 24x 9 9x 21 Force10 switch 21 3x tagged (VLAN 7-10, 21 tagged (VLAN 9, 20, 21 untagged unterminated (via NetherLight) To provide an overview of resources Make path discovery easier Do simple problem detection Chicago Chicago New York (StarLight) (StarLight) (routed) New York AR-5 router J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

5 Why Do We Need Network Descriptions? To provide an overview of resources Make path discovery easier Do simple problem detection J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

6 Why Do We Need Network Descriptions? To provide an overview of resources Make path discovery easier Do simple problem detection J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

7 Introduction Semantic Web Network Description Language Why Do We Need Network Descriptions NOW? J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

8 Problem With Descriptions Example We need a description readable by both humans and computers. Problem: Computers still have no common sense. A is connected to B. There is a connection between A and B. J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

9 Problem With Descriptions Example We need a description readable by both humans and computers. Problem: Computers still have no common sense. A is connected to B. There is a connection between A and B. J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

10 Semantic Web Solution: Use Semantic Web techniques: The Semantic Web is an extension of the current web in which information is given well-defined meaning, better enabling computers and people to work in cooperation. (Tim Berners-Lee) J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

11 Resource Description Format Example Resource Description Format (RDF) is a Semantic Web technique. RDF is a lightweight ontology system it describes things using triplets: Document 1 author "Jeroen van der Ham" J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

12 Subject, Property, Object Triplets consist of three elements: Definition Subject The thing it describes. Predicate A property the statement describes. Object The value of the property. J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

13 RDF Data Model Example RDF describes things using triplets: Document 1 author Jeroen name affiliation "Jeroen van der Ham" "UvA" "vdham@science.uva.nl" J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

14 RDF Data Model author name eroen van der Ham" Jeroen affiliation "UvA" J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

15 RDF Namespaces Example Unique terminology is achieved using namespaces Readable for both computers and people Document 1 dc:creator "Jeroen van der Ham" Uses Dublin Core Namespace. J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

16 Real-World RDF Examples RSS RDF Site Summary (v1.0) DOAP Description of a Project FOAF Friend of a Friend J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

17 Real-World RDF Examples RSS RDF Site Summary (v1.0) DOAP Description of a Project FOAF Friend of a Friend J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

18 Real-World RDF Examples RSS RDF Site Summary (v1.0) DOAP Description of a Project FOAF Friend of a Friend J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

19 Network Description Language We started on a set of properties and classes to describe networks: Location Device Interface J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

20 Network Description Language We started on a set of properties and classes to describe networks: Location Device Interface locatedat hasinterface connectedto description name switchedto J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

21 Example of NDL J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

22 Example of NDL J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

23 Example of NDL J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

24 Querying RDF Repositories SPARQL 1 is a SQL-like query language for RDF: Example SELECT?host1?host2 WHERE {?if1 ndl:connectedto?if2.?if2 ndl:connectedto?if1.?host1 ndl:hasinterface?if1.?host2 ndl:hasinterface?if2 } 1 SPARQL Protocol And RDF Query Language J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

25 Query Result Rembrandt3 Glimmerglass J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

26 Query Result Rembrandt3 Rembrandt4 Glimmerglass J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

27 Query Result Rembrandt3 Rembrandt4 Glimmerglass J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

28 Distributed Repositories NDL descriptions can point to other network descriptions: J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

29 SPARQL & Distributed Repositories Querying remote information can be done in two ways: 1 Fetch each description, parse it and then query it. 2 Issue SPARQL queries over HTTP or SOAP (WSDL Interface). Both approaches allow for filtering. J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

30 Applying Network Descriptions in GLIF 1 Each institute creates a description of their network 2 Validate and publish using the portal 3 Description must be automatically updated with each change 4 Users use the portal or tools to find paths and resources J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

31 Extending NDL RDF allows for easy extensibility: Include geographical information (geo) and use with Google Earth Link to FOAF descriptions of administrators Include policy information etc... J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

32 Future Research Publish a portal with links to participants Tools for automatic generation and updating of descriptions Extend NDL to include higher layers Security & filtering possibilities J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

33 Related Work Using RDF for Home Network Configuration G. Klyne Using the Semantic Web to Automate the Operation of a Hybrid Internetwork Franco Travostino (to be published, GridNets 05) J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

34 Questions? Questions? More information: J. van der Ham (AIR - UvA) Using RDF to Describe Networks September 30, / 24

Een Semantisch Model voor Complexe Computer Netwerken

Een Semantisch Model voor Complexe Computer Netwerken Een Semantisch Model voor Complexe Computer Netwerken Jeroen van der Ham System and Network Engineering,Universiteit van TNO Defence, Security and Safety Networks in Real Life 2 Network Management 3 Network

More information

OnVector 2009: Topology handling in GLIF Cees de Laat!

OnVector 2009: Topology handling in GLIF Cees de Laat! OnVector 2009: Topology handling in GLIF Cees de Laat! GLIF.is founding member! GLIF 2008! Visualization courtesy of Bob Patterson, NCSA Data collection by Maxine Brown. Optical Exchange as Black Box!

More information

Lightpath Planning and Monitoring

Lightpath Planning and Monitoring Lightpath Planning and Monitoring Ronald van der Pol 1, Andree Toonk 2 1 SARA, Kruislaan 415, Amsterdam, 1098 SJ, The Netherlands Tel: +31205928000, Fax: +31206683167, Email: rvdp@sara.nl 2 SARA, Kruislaan

More information

Optical/Photonic Exchanges. Freek Dijkstra, Cees de Laat University of Amsterdam http://www.science.uva.nl/~delaat/articles/2004-2-opt-ex.

Optical/Photonic Exchanges. Freek Dijkstra, Cees de Laat University of Amsterdam http://www.science.uva.nl/~delaat/articles/2004-2-opt-ex. Optical/Photonic Exchanges Freek Dijkstra, Cees de Laat University of Amsterdam http://www.science.uva.nl/~delaat/articles/2004-2-opt-ex.pdf Just fibers λexchanges Each provider has fibers to the other

More information

Network and Capacity Planning in SURFnet6

Network and Capacity Planning in SURFnet6 Network and Capacity Planning in SURFnet6 Ronald van der Pol 1 and Freek Dijkstra 1 SARA Computing & Networking Services, Kruislaan 415, 1098 SJ Amsterdam, The Netherlands rvdp@sara.nl,freek.dijkstra@sara.nl

More information

Network topology descriptions in hybrid networks

Network topology descriptions in hybrid networks GFD-I.165 NML-WG Paola Grosso, University of Amsterdam (Editor) Aaron Brown, Internet2 Aurélien Cedeyn, ENS-Lyon Freek Dijkstra, SARA Jeroen van der Ham, University of Amsterdam Anand Patil, DANTE Pascale

More information

How To Build A Lightpath Network For Multiple Lightpath Projects

How To Build A Lightpath Network For Multiple Lightpath Projects Building a LAN to Support Multiple Lightpath Projects Ronald van der Pol About SARA Computing and Networking services Houses and operates national supercomputer Huygens Houses and operates national

More information

The λlambda Grid. SURFnet. University of Amsterdam SARA NIKHEF NCF. All rights reserved UvA

The λlambda Grid. SURFnet. University of Amsterdam SARA NIKHEF NCF. All rights reserved UvA All rights reserved UvA The λlambda Grid www.science.uva.nl/~delaat www.science.uva.nl/~deλaat Cees de Laat λaat SURFnet EU University of Amsterdam SARA NIKHEF NCF VLBI at JIVE in Dwingeloo today OnVector

More information

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

GigaPort-RON SAC 2008 From Routed to Hybrid Networking Cees de Laat University of Amsterdam GigaPort-RON SAC 2008 From Routed to Hybrid Networking Cees de Laat University of Amsterdam System &Network Engineering @ UvA update 2008 group has 4 sections Advanced Networking (GP, EU, TNO) Paola Grosso

More information

Hybrid Optical and Packet Infrastructure (HOPI) Project

Hybrid Optical and Packet Infrastructure (HOPI) Project Hybrid Optical and Packet Infrastructure (HOPI) Project Heather Boyles Director, International Relations, Internet2 Rick Summerhill Associate Director, Backbone Network Infrastructure, Internet2 TERENA

More information

The role of open exchanges in research networking

The role of open exchanges in research networking The role of open exchanges in research networking Project : GigaPort3 Project Year : 2011 Project Manager : Gerben van Malenstein Author(s) : Stratix Consulting Completion Date : 30-06-2011 Version : 1.0

More information

ESnet On-demand Secure Circuits and Advance Reservation System (OSCARS)

ESnet On-demand Secure Circuits and Advance Reservation System (OSCARS) ESnet On-demand Secure Circuits and Advance Reservation System (OSCARS) Chin Guok Presented by Joe Metzger Energy Sciences Network Lawrence Berkeley National Laboratory Internet2 Spring Member Meeting

More information

GOLE: Glif Open Lightpath Exchange

GOLE: Glif Open Lightpath Exchange : Glif Open Lightpath Exchange ees de Laat University of msterdam What is a? GLIF Open LightPath Exchange () model - Place where hybrid networks meet to exchange traffic - facilitate international interconnections

More information

IP Telephony Management

IP Telephony Management IP Telephony Management How Cisco IT Manages Global IP Telephony A Cisco on Cisco Case Study: Inside Cisco IT 1 Overview Challenge Design, implement, and maintain a highly available, reliable, and resilient

More information

Overview of Routing between Virtual LANs

Overview of Routing between Virtual LANs Overview of Routing between Virtual LANs This chapter provides an overview of virtual LANs (VLANs). It describes the encapsulation protocols used for routing between VLANs and provides some basic information

More information

Dynamic Circuit Network (DCN) / perfsonar Shared Infrastructure

Dynamic Circuit Network (DCN) / perfsonar Shared Infrastructure Dynamic Circuit Network (DCN) / perfsonar Shared Infrastructure Tom Lehman USC/ISI Network Cyberinfrastructure Application Classes: Bulk Transport 2-Way Interactive Video Real-Time Communications others.

More information

12 The Semantic Web and RDF

12 The Semantic Web and RDF MSc in Communication Sciences 2011-12 Program in Technologies for Human Communication Davide Eynard nternet Technology 12 The Semantic Web and RDF 2 n the previous episodes... A (video) summary: Michael

More information

StarPlane. Cees de Laat. SURFnet. NWO University of Amsterdam SARA TI TNO

StarPlane. Cees de Laat. SURFnet. NWO University of Amsterdam SARA TI TNO StarPlane Cees de Laat SURFnet EU NWO University of Amsterdam SARA TI TNO NCF Subnetwork : Green Haarlem Leiden DenHaag Middenmeer Den Helder Alkmaar Emmeloord Rotterdam4 Harlingen Amsterdam2 Amsterdam

More information

The Grid and the Network

The Grid and the Network The Grid and the Network The UK Network Infrastructure A summary of E-Science supported Network projects in the UK Protocols Middleware for network services 1 The Grid and the Network The UK Network Infrastructure

More information

Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data

Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data Smart Financial Data: Semantic Web technology transforms Big Data into Smart Data Insurance Data and Analytics Summit 2013 18 April 2013 David Saul, Senior Vice President & Chief Scientist State Street

More information

The Missing Link: Putting the Network in Networked Cloud Computing

The Missing Link: Putting the Network in Networked Cloud Computing The Missing Link: Putting the Network in Networked Cloud Computing Ilia Baldine Yufeng Xin Daniel Evans Chris Heerman Renaissance Computing Institute (RENCI) Jeff Chase Varun Marupadi Aydan Yumerefendi

More information

What is VLAN Routing?

What is VLAN Routing? Application Note #38 February 2004 What is VLAN Routing? This Application Notes relates to the following Dell product(s): 6024 and 6024F 33xx Abstract Virtual LANs (VLANs) offer a method of dividing one

More information

Challenges of an Information Model for Federating Virtualized Infrastructures

Challenges of an Information Model for Federating Virtualized Infrastructures Challenges of an Information Model for Federating Virtualized Infrastructures Jeroen van der Ham, Chrysa Papagianni, József Stéger, Péter Mátray, Yiannos Kryftis, Paola Grosso, Leonidas Lymberopoulos,

More information

Monitoring Large Scale Network Topologies

Monitoring Large Scale Network Topologies Monitoring Large Scale Network Topologies Ciprian Dobre 1, Ramiro Voicu 2, Iosif Legrand 3 1 University POLITEHNICA of Bucharest, Spl. Independentei 313, Romania, ciprian.dobre@cs.pub.ro 2 California Institute

More information

Research on Networks Cees de Laat University of Amsterdam

Research on Networks Cees de Laat University of Amsterdam Research on Networks Cees de Laat University of Amsterdam Contents StarPlane & Tests Fault Isolation Malan dark fiber project Power considerations SC06 activities Contents StarPlane & Tests (HB, LX, JV,

More information

Experiences with MPTCP in an intercontinental multipathed OpenFlow network

Experiences with MPTCP in an intercontinental multipathed OpenFlow network Experiences with MP in an intercontinental multipathed network Ronald van der Pol, Michael Bredel, Artur Barczyk SURFnet Radboudkwartier 273 3511 CK Utrecht, The Netherlands Email: Ronald.vanderPol@SURFnet.nl

More information

Dutch LambdaGrid state @ sc2005 (more Lambda than Grid :-)

Dutch LambdaGrid state @ sc2005 (more Lambda than Grid :-) Dutch LambdaGrid state @ sc2005 (more Lambda than Grid :-) Cees de Laat University of Amsterdam # u s e r s A. Lightweight users, browsing, mailing, home use Need full Internet routing, one to many B.

More information

Explorer's Guide to the Semantic Web

Explorer's Guide to the Semantic Web Explorer's Guide to the Semantic Web THOMAS B. PASSIN 11 MANNING Greenwich (74 w. long.) contents preface xiii acknowledgments xv about this booh xvii The Semantic Web 1 1.1 What is the Semantic Web? 3

More information

Terminology. Internet Addressing System

Terminology. Internet Addressing System Terminology A local area network (LAN) is a computer network covering a small physical area, like a home, office, or small group of buildings, such as a school, or an airport. The defining characteristics

More information

Use of Alternate Path WAN Circuits at Fermilab

Use of Alternate Path WAN Circuits at Fermilab Use of Alternate Path WAN Circuits at Fermilab Phil DeMar, Andrey Bobyshev, Matt Crawford, Vyto Grigaliunas Fermilab, PO BOX 500, Batavia, IL 60510, USA demar@fnal.gov Abstract. Fermilab hosts the American

More information

IT 3202 Internet Working (New)

IT 3202 Internet Working (New) [All Rights Reserved] SLIATE SRI LANKA INSTITUTE OF ADVANCED TECHNOLOGICAL EDUCATION (Established in the Ministry of Higher Education, vide in Act No. 29 of 1995) Instructions for Candidates: Answer any

More information

Device Interface IP Address Subnet Mask Default Gateway

Device Interface IP Address Subnet Mask Default Gateway Felix Rohrer Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 192.168.99.11 255.255.255.0 192.168.99.1 S2 VLAN 99 192.168.99.12 255.255.255.0 192.168.99.1

More information

1 International Center for Advanced Internet Research at Northwestern University, 750 N. Lake Shore Drive, Suite 600, Chicago, IL 60611, USA

1 International Center for Advanced Internet Research at Northwestern University, 750 N. Lake Shore Drive, Suite 600, Chicago, IL 60611, USA OpenFlow Services for Science: An International Experimental Research Network Demonstrating Multi-Domain Automatic Network Topology Discovery, Direct Dynamic Path Provisioning Using Edge Signaling and

More information

Mul$path Networking OpenFlow and MPTCP Friend or Foe?

Mul$path Networking OpenFlow and MPTCP Friend or Foe? Mul$path Networking OpenFlow and MPTCP Friend or Foe? Benno Overeinder, Ronald van der Pol, SURFnet The Problem (or Challenge) Mul;path networking for resilience (think of mul;- homing) for load balancing

More information

Developing Web 3.0. Nova Spivak & Lew Tucker http://radarnetworks.com/ Tim Boudreau http://weblogs.java.net/blog/timboudreau/

Developing Web 3.0. Nova Spivak & Lew Tucker http://radarnetworks.com/ Tim Boudreau http://weblogs.java.net/blog/timboudreau/ Developing Web 3.0 Nova Spivak & Lew Tucker http://radarnetworks.com/ Tim Boudreau http://weblogs.java.net/blog/timboudreau/ Henry Story http://blogs.sun.com/bblfish 2007 JavaOne SM Conference Session

More information

María Elena Alvarado gnoss.com* elenaalvarado@gnoss.com Susana López-Sola gnoss.com* susanalopez@gnoss.com

María Elena Alvarado gnoss.com* elenaalvarado@gnoss.com Susana López-Sola gnoss.com* susanalopez@gnoss.com Linked Data based applications for Learning Analytics Research: faceted searches, enriched contexts, graph browsing and dynamic graphic visualisation of data Ricardo Alonso Maturana gnoss.com *Piqueras

More information

ISOM3380 Advanced Network Management. Spring 2014 15. Course Description

ISOM3380 Advanced Network Management. Spring 2014 15. Course Description ISOM3380 Advanced Network Management Spring 2014 15 Course Description In an interconnected economy, management of network applications becomes increasingly important. This course helps students develop

More information

Juniper Networks EX Series/ Cisco Catalyst Interoperability Test Results. May 1, 2009

Juniper Networks EX Series/ Cisco Catalyst Interoperability Test Results. May 1, 2009 Juniper Networks EX Series/ Cisco Catalyst Interoperability Test Results May 1, 2009 Executive Summary Juniper Networks commissioned Network Test to assess interoperability between its EX4200 and EX8208

More information

ASM Educational Center (ASM) Est. 1992

ASM Educational Center (ASM) Est. 1992 Cisco CCNP Routing and Switching Certification Course outline ROUTE v2.0 - Implementing Cisco IP Routing Module 1: Basic Network and Routing Concepts Lesson 1: Differentiating Routing Protocols Lesson

More information

Abstract. 978-1-4244-3487-9/09/$25.00 c 2009 IEEE

Abstract. 978-1-4244-3487-9/09/$25.00 c 2009 IEEE Abstract Network monitoring allows network managers to get a better insight in the network traffic transiting in a managed network. In order to make the tasks of a network manager easier, many network

More information

Campus Network Best Practices: Core and Edge Networks

Campus Network Best Practices: Core and Edge Networks Campus Network Best Practices: Core and Edge Networks Dale Smith University of Oregon/NSRC dsmith@uoregon.edu This document is a result of work by the Network Startup Resource Center (NSRC at http://www.nsrc.org).

More information

Cisco Advanced Services for Network Security

Cisco Advanced Services for Network Security Data Sheet Cisco Advanced Services for Network Security IP Communications networking the convergence of data, voice, and video onto a single network offers opportunities for reducing communication costs

More information

Semantic Web Applications

Semantic Web Applications Semantic Web Applications Graham Klyne Nine by Nine http://www.ninebynine.net/ 26 February 2004 Nine by Nine Who am I? Scientific, engineering and networked software systems architecture Motion capture,

More information

Cisco. A Beginner's Guide Fifth Edition ANTHONY T. VELTE TOBY J. VELTE. City Milan New Delhi Singapore Sydney Toronto. Mc Graw Hill Education

Cisco. A Beginner's Guide Fifth Edition ANTHONY T. VELTE TOBY J. VELTE. City Milan New Delhi Singapore Sydney Toronto. Mc Graw Hill Education Cisco A Beginner's Guide Fifth Edition ANTHONY T. VELTE TOBY J. VELTE Mc Graw Hill Education New York Chicago San Francisco Athens London Madrid Mexico City Milan New Delhi Singapore Sydney Toronto Contents

More information

All Fibers Lead to Data Centers

All Fibers Lead to Data Centers shaping tomorrow with you All Fibers Lead to s With the recent explosive growth of video streaming, social media, and cloud-based services, a large portion of Internet traffic either comes from data centers

More information

Framework for Path Finding in Multi-Layer Transport Networks

Framework for Path Finding in Multi-Layer Transport Networks Framework for Path Finding in Multi-Layer Transport Networks Freek Dijkstra SARA with help of: Ronald van der Pol SARA, Rob Juffermans SARA / Technische Universiteit Delft Jeroen van der Ham Universiteit

More information

Network Topologies. Network Topologies

Network Topologies. Network Topologies Network Topologies LANs and WANs - Geographical coverage LANs A single geographical location, such as office building, school, etc Typically High speed and cheaper. WANs Spans more than one geographical

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Five Designing a Network Topology Copyright 2010 Cisco Press & Priscilla Oppenheimer Topology A map of an internetwork that indicates network segments, interconnection points,

More information

Cisco Network Switches Juniper Firewall Clusters

Cisco Network Switches Juniper Firewall Clusters Cisco Network Switches Juniper Firewall Clusters Cisco Network Infrastructure Cisco Network Infrastructure Core Network Consists of 4 Cisco 4506 switches 10 Gig E Fiber Optic Connections between switches

More information

StarPlane - Lambda Network under Control of Grid Applications. Cees de Laat. SURFnet BSIK NWO. University of Amsterdam TI TNO

StarPlane - Lambda Network under Control of Grid Applications. Cees de Laat. SURFnet BSIK NWO. University of Amsterdam TI TNO StarPlane - Lambda Network under Control of Grid Applications Cees de Laat SURFnet BSIK EU NWO University of Amsterdam TI TNO NCF # u s e r s For the Netherlands 2007: ΣA = ΣB = ΣC 250 Gb/s However: A

More information

CHAPTER 6 DESIGNING A NETWORK TOPOLOGY

CHAPTER 6 DESIGNING A NETWORK TOPOLOGY CHAPTER 6 DESIGNING A NETWORK TOPOLOGY Expected Outcomes Able to identify terminology that will help student discuss technical goals with customer. Able to introduce a checklist that can be used to determine

More information

Working knowledge of TCP/IP protocol Suite IPX/SPX protocols Suite, MCSE or CNE or experienced in supporting a LAN environment.

Working knowledge of TCP/IP protocol Suite IPX/SPX protocols Suite, MCSE or CNE or experienced in supporting a LAN environment. Cisco Certified Network Associate (640-802) Overview & Objectives This course will lead to a CISCO Certification (CCNA). This is the CISCO: Fundamental of Internetworking and WAN Configuration but with

More information

WWW. World Wide Web Aka The Internet. dr. C. P. J. Koymans. Informatics Institute Universiteit van Amsterdam. November 30, 2007

WWW. World Wide Web Aka The Internet. dr. C. P. J. Koymans. Informatics Institute Universiteit van Amsterdam. November 30, 2007 WWW World Wide Web Aka The Internet dr. C. P. J. Koymans Informatics Institute Universiteit van Amsterdam November 30, 2007 dr. C. P. J. Koymans (UvA) WWW November 30, 2007 1 / 36 WWW history (1) 1968

More information

Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide. Revised February 28, 2013 2:32 pm Pacific

Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide. Revised February 28, 2013 2:32 pm Pacific Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide Revised February 28, 2013 2:32 pm Pacific Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide

More information

Routing Security Server failure detection and recovery Protocol support Redundancy

Routing Security Server failure detection and recovery Protocol support Redundancy Cisco IOS SLB and Exchange Director Server Load Balancing for Cisco Mobile SEF The Cisco IOS SLB and Exchange Director software features provide a rich set of server load balancing (SLB) functions supporting

More information

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) 100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.

More information

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW)

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Page 1 of 20 Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Document ID: 50036 Contents Introduction Prerequisites Requirements Components Used Network Diagram The Role of Switched

More information

Cisco Active Network Abstraction 4.0

Cisco Active Network Abstraction 4.0 Cisco Active Network Abstraction 4.0 Product Overview Cisco Active Network Abstraction (ANA) is a flexible, vendor-neutral network resource management solution for a multitechnology, multiservice network

More information

Course Outline: 6435- Designing a Windows Server 2008 Network Infrastructure

Course Outline: 6435- Designing a Windows Server 2008 Network Infrastructure Course Outline: 6435- Designing a Network Infrastructure Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This five-day course will provide students with an understanding

More information

Optical Networks for Next Generation Disaster Recovery Networking Solutions with WDM Systems Cloud Computing and Security

Optical Networks for Next Generation Disaster Recovery Networking Solutions with WDM Systems Cloud Computing and Security Optical Networks for Next Generation Disaster Recovery Networking Solutions with WDM Systems Cloud Computing and Security By Andrew MacKay, Chief Technology Officer, Superna www.superna.net Legacy Data

More information

HP Business Service Management

HP Business Service Management HP Business Service Management For the Windows and Linux operating systems Software Version: 9.23 HP NNMi - HP BSM Topology Integration Best Practices Document Release Date: December 2013 Software Release

More information

Network Topology. White Paper

Network Topology. White Paper White Paper Network Topology JANUARY 2015 This document describes the benefits of Cisco Meraki s Network Topology technology and how you can use it to visualize and troubleshoot your network. In addition,

More information

A URN Namespace for Network Resources

A URN Namespace for Network Resources GFD-CP.202 NML-WG nml-wg@ogf.org Freek Dijkstra, SURFsara Jeroen van der Ham, University of Amsterdam April 2013 A URN Namespace for Network Resources Status of This Document Grid Final Draft (GFD), Community

More information

CSCI 362 Computer and Network Security

CSCI 362 Computer and Network Security The Purpose of ing CSCI 362 Computer and Security Introduction to ing Goals: Remote exchange and remote process control. A few desirable properties: Interoperability, Flexibility, Geographical range, Scalability,

More information

Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs

Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs Disaster Recovery Design Ehab Ashary University of Colorado at Colorado Springs As a head of the campus network department in the Deanship of Information Technology at King Abdulaziz University for more

More information

State of Texas. TEX-AN Next Generation. NNI Plan

State of Texas. TEX-AN Next Generation. NNI Plan State of Texas TEX-AN Next Generation NNI Plan Table of Contents 1. INTRODUCTION... 1 1.1. Purpose... 1 2. NNI APPROACH... 2 2.1. Proposed Interconnection Capacity... 2 2.2. Collocation Equipment Requirements...

More information

Lab 5.5.3 Developing ACLs to Implement Firewall Rule Sets

Lab 5.5.3 Developing ACLs to Implement Firewall Rule Sets Lab 5.5.3 Developing ACLs to Implement Firewall Rule Sets All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 8 Device Interface

More information

Portal Version 1 - User Manual

Portal Version 1 - User Manual Portal Version 1 - User Manual V1.0 March 2016 Portal Version 1 User Manual V1.0 07. March 2016 Table of Contents 1 Introduction... 4 1.1 Purpose of the Document... 4 1.2 Reference Documents... 4 1.3 Terminology...

More information

Leveraging existing Web frameworks for a SIOC explorer to browse online social communities

Leveraging existing Web frameworks for a SIOC explorer to browse online social communities Leveraging existing Web frameworks for a SIOC explorer to browse online social communities Benjamin Heitmann and Eyal Oren Digital Enterprise Research Institute National University of Ireland, Galway Galway,

More information

Generalized MultiProtocol Label Switching

Generalized MultiProtocol Label Switching Generalized MultiProtocol Label Switching The DRAGON implementation at SARA J u l y 5 t h 2 0 0 6 M a r k M e i j e r i n k R o b P r i c k a e rt s Outline Hybrid networks and SARA GMPLS in a nutshell

More information

Enabling Business Experts to Discover Web Services for Business Process Automation. Emerging Web Service Technologies

Enabling Business Experts to Discover Web Services for Business Process Automation. Emerging Web Service Technologies Enabling Business Experts to Discover Web Services for Business Process Automation Emerging Web Service Technologies Jan-Felix Schwarz 3 December 2009 Agenda 2 Problem & Background Approach Evaluation

More information

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

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

More information

Lecture 6 Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN

Lecture 6 Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN Lecture 6 Types of Computer Networks and their Topologies Three important groups of computer networks: LAN, MAN, WAN LAN (Local Area Networks) 10/28/2008 Vasile Dadarlat - Computer Networks 1 MAN (Metropolitan

More information

Cisco Discovery 3: Introducing Routing and Switching in the Enterprise 157.8 hours teaching time

Cisco Discovery 3: Introducing Routing and Switching in the Enterprise 157.8 hours teaching time Essential Curriculum Computer Networking II Cisco Discovery 3: Introducing Routing and Switching in the Enterprise 157.8 hours teaching time Chapter 1 Networking in the Enterprise-------------------------------------------------

More information

Trademark Notice. General Disclaimer

Trademark Notice. General Disclaimer Trademark Notice General Disclaimer Intelligent Management, Centralized Operation & Maintenance Huawei Data Center Network Management Solution A data center is an integrated IT application environment

More information

Seminar Seite 1 von 10

Seminar Seite 1 von 10 Seminar Seite 1 von 10 CISCO - Troubleshooting and Maintaining Cisco IP Networks (TSHOOT) Dauer: 5 Tage Kosten: 2.490,00 EUR (pro Person / zzgl. MwSt) Ziele: Der Kurs Implementing Cisco Switched Networks

More information

LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together

LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together LinksTo A Web2.0 System that Utilises Linked Data Principles to Link Related Resources Together Owen Sacco 1 and Matthew Montebello 1, 1 University of Malta, Msida MSD 2080, Malta. {osac001, matthew.montebello}@um.edu.mt

More information

10 Most Asked Questions About 40 Gigabit Ethernet Network

10 Most Asked Questions About 40 Gigabit Ethernet Network Disk to Network Streaming at 42 Gbit/s Ronald van der Pol Outline! " Goal of the project! " 40GE and 100GE Status! " Streaming server! " GLIF demo! " SC10 demo! " Conclusions Goal of the

More information

Configuring QoS. Understanding QoS CHAPTER

Configuring QoS. Understanding QoS CHAPTER 24 CHAPTER This chapter describes how to configure quality of service (QoS) by using standard QoS commands. With QoS, you can give preferential treatment to certain types of traffic at the expense of others.

More information

Configuring Virtual Switches for Use with PVS. February 7, 2014 (Revision 1)

Configuring Virtual Switches for Use with PVS. February 7, 2014 (Revision 1) Configuring Virtual Switches for Use with PVS February 7, 2014 (Revision 1) Table of Contents Introduction... 3 Basic PVS VM Configuration... 3 Platforms... 3 VMware ESXi 5.5... 3 Configure the ESX Management

More information

Internetworking II: VPNs, MPLS, and Traffic Engineering

Internetworking II: VPNs, MPLS, and Traffic Engineering Internetworking II: VPNs, MPLS, and Traffic Engineering 3035/GZ01 Networked Systems Kyle Jamieson Lecture 10 Department of Computer Science University College London Taxonomy of communica@on networks Virtual

More information

Enterprise Network Management. March 4, 2009

Enterprise Network Management. March 4, 2009 Automated Service Discovery for Enterprise Network Management Stony Brook University sty March 4, 2009 1 Motivation shutdown unplug what happen when a network device is unplugged df for maintenance? 2

More information

Designing a Windows Server 2008 Network Infrastructure

Designing a Windows Server 2008 Network Infrastructure Designing a Windows Server 2008 Network Infrastructure MOC6435 About this Course This five-day course will provide students with an understanding of how to design a Windows Server 2008 Network Infrastructure

More information

GMPLS Network Management: Challenges and Solutions

GMPLS Network Management: Challenges and Solutions GMPLS Network Management: Challenges and Solutions Thomas D. Nadeau Technical Leader 1 Fundamental Question Why is network management so important to the success of GMPLS/UCP? 2 Agenda Motivations and

More information

Storage Networking Foundations Certification Workshop

Storage Networking Foundations Certification Workshop Storage Networking Foundations Certification Workshop Duration: 2 Days Type: Lecture Course Description / Overview / Expected Outcome A group of students was asked recently to define a "SAN." Some replies

More information

DISCOVERING RESUME INFORMATION USING LINKED DATA

DISCOVERING RESUME INFORMATION USING LINKED DATA DISCOVERING RESUME INFORMATION USING LINKED DATA Ujjal Marjit 1, Kumar Sharma 2 and Utpal Biswas 3 1 C.I.R.M, University Kalyani, Kalyani (West Bengal) India sic@klyuniv.ac.in 2 Department of Computer

More information

Module 1: Overview of Network Infrastructure Design This module describes the key components of network infrastructure design.

Module 1: Overview of Network Infrastructure Design This module describes the key components of network infrastructure design. SSM6435 - Course 6435A: Designing a Windows Server 2008 Network Infrastructure Overview About this Course This five-day course will provide students with an understanding of how to design a Windows Server

More information

White Paper Creating a Video Matrix over IP

White Paper Creating a Video Matrix over IP White Paper Creating a Video Matrix over IP As the worlds of AV and IT converge, software is rapidly becoming the new frontier of AV development. In the old days, once there was a picture on the screen

More information

The Next Generation Internet Program. Mari Maeda ITO

The Next Generation Internet Program. Mari Maeda ITO The Next Generation Internet Program Mari Maeda ITO Today s Internet Traffic Makeup other ICMP HTTP Today s Internet Flow Size Distribution Comparison of 97 to 99 20000 Number of transfers 18000 16000

More information

John Ragan Director of Product Management. Billy Wise Communications Specialist

John Ragan Director of Product Management. Billy Wise Communications Specialist John Ragan Director of Product Management Billy Wise Communications Specialist Current Substation Communications Physical Infrastructure Twisted Pair, 4 Wire, COAX, Cat5 & Cat6, 9 Pin Serial Cable, Single-mode

More information

IP Implementation in Private Branch Exchanges From 9:30 a.m until 4:30 p.m (7 hrs./day) 5 days / week

IP Implementation in Private Branch Exchanges From 9:30 a.m until 4:30 p.m (7 hrs./day) 5 days / week Course Title: No. of Hours: IP Implementation in Private Branch Exchanges From 9:30 a.m until 4:30 p.m (7 hrs./day) 5 days / week 1 Course Duration: 3 Months (12weeks) No. Of Hours: 7 Hrs./Day- 5 days/week.

More information

Interconnecting Cisco Networking Devices: Accelerated (CCNAX) 2.0(80 Hs) 1-Interconnecting Cisco Networking Devices Part 1 (40 Hs)

Interconnecting Cisco Networking Devices: Accelerated (CCNAX) 2.0(80 Hs) 1-Interconnecting Cisco Networking Devices Part 1 (40 Hs) Interconnecting Cisco Networking Devices: Accelerated (CCNAX) 2.0(80 Hs) 1-Interconnecting Cisco Networking Devices Part 1 (40 Hs) 2-Interconnecting Cisco Networking Devices Part 2 (40 Hs) 1-Interconnecting

More information

CCNA. Course Fee: 8500 INR (Lab Access, Software s, Books, Tool Kits & Tax Included) Course Duration: 5 Days

CCNA. Course Fee: 8500 INR (Lab Access, Software s, Books, Tool Kits & Tax Included) Course Duration: 5 Days CCNA The Cisco Certified Network Associate (CCNA) course consists of days 1 to 5 of the Cisco Networking Academy Programme. Course Fee: 8500 INR (Lab Access, Software s, Books, Tool Kits & Tax Included)

More information

Configuring and Managing Token Ring Switches Using Cisco s Network Management Products

Configuring and Managing Token Ring Switches Using Cisco s Network Management Products Configuring and Managing Token Ring Switches Using Cisco s Network Management Products CHAPTER 12 Cisco offers several network management applications that you can use to manage your Catalyst Token Ring

More information

ELIS Multimedia Lab. Linked Open Data. Sam Coppens MMLab IBBT - UGent

ELIS Multimedia Lab. Linked Open Data. Sam Coppens MMLab IBBT - UGent Linked Open Data Sam Coppens MMLab IBBT - UGent Overview: Linked Open Data: Principles Interlinking Data LOD Server Tools Linked Open Data: Principles Term Linked Data was first coined by Tim Berners Lee

More information

ARC: appmosphere RDF Classes for PHP Developers

ARC: appmosphere RDF Classes for PHP Developers ARC: appmosphere RDF Classes for PHP Developers Benjamin Nowack appmosphere web applications, Kruppstr. 100, 45145 Essen, Germany bnowack@appmosphere.com Abstract. ARC is an open source collection of lightweight

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Nine Developing Network Management Strategies Copyright 2010 Cisco Press & Priscilla Oppenheimer 29 Network Management Design A good design can help an organization achieve

More information

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone.

You can probably work with decimal. binary numbers needed by the. Working with binary numbers is time- consuming & error-prone. IP Addressing & Subnetting Made Easy Working with IP Addresses Introduction You can probably work with decimal numbers much easier than with the binary numbers needed by the computer. Working with binary

More information