The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper.

Size: px
Start display at page:

Download "The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper."

Transcription

1 The EMSX Platform A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks A White Paper November 2002 Abstract: The EMSX Platform is a set of components that together provide an element management system (EMS) for managing various equipment such as SONET, WDM, and ATM switches. The platform takes advantage of some of the latest software technologies to provide a highly scalable, efficient, fault tolerant EMS. A modular design was used to promote reuse of code, and to allow extensions such as custom southbound or northbound interfaces to be made without impacting the core EMS modules. The core information model is based on TMF standards, and is extensible. Prepared by: Transmission Development Department (TDD) Optical Network Systems Division (ONSD) Park Center Road, Herndon, VA NEC America 1

2 1 Overview This document is a white paper that describes the features, capabilities and architecture of EMSX, a robust platform to develop EMS applications for multi-technology networks. Over the last several years, as networks have grown larger and more complex, requirements for the element management system (EMS) have also grown more demanding. For example, it is no longer uncommon for a network to contain thousands of network elements. Considering that hundreds or even thousands of objects may be needed to model a single complex network element, the total number of objects managed by an EMS can easily number in the millions. While the networks have grown to include thousands of elements of various transport technologies, the number of operations within the network has also increased. There is also a need to reduce the provisioning time, increase flexibility, and reduce errors in provisioning. High availability is also expected from EMS to reduce loss in revenue. In addition to growing larger and more dynamic, networks are also becoming more diverse, often including several different network element products, from one or more vendors. This has created the need for the telecommunications industry to develop standards for managing such networks. For example, TMF (Telecommunications Management Forum) has developed standards to model multi-technology transport networks. As a result, it is often necessary for an EMS to support standards based northbound interfaces to a service provider management system. A customer may also impose additional interface requirements such as remote access to the EMS via the internet, for example. Hence, the EMS must be designed to support multiple external interfaces, as needed. Another major consideration in the development of an EMS is the length of the development life cycle. In many cases, since the availability of an EMS is considered as important as the network element itself, an EMS development team must be in a position to develop an EMS in a timely manner. Otherwise, the marketability of the equipment may be impacted. In light of these and other demanding requirements, the design and architecture of an EMS have become critical issues. EMSX is an EMS platform that is designed to provide a reliable, scalable, fault-tolerant platform for managing network elements. The following list includes some of the features and benefits of the EMSX platform and its design and architecture. These features and benefits are described in more detail in the remaining sections of this document. 2

3 High availability through a fault tolerant architecture that protects against hardware, software and network connectivity failures High scalability through a distributed architecture that supports virtually unlimited network growth Adaptability to various northbound and southbound interfaces through use of a modular design Versatility of a single EMSX instance to manage multiple network element types as well as providing different types of external interfaces A MIB (Management Information Base) module designed to provide high performance, data integrity, and ease of programming Support for multiple network element technologies based on an industry standard information model designed specifically for this purpose A modular design that reduces the costs associated with maintenance and enhancements Portability across operating systems via the use of Java, CORBA, XML and other technologies that support multiple operating systems 3

4 2.1 ed Approach 2 Key Architectural features Fig 2.1 shows the ed approach used in the EMSX. Essentially these s can be thought of as functional modules of EMSX. The following sub-sections describe the s in more detail. Network Management System (NMS) Gateway EMSX Platform Core EMS CC Sub DC Sub Communication Protocol stack Network Elements Fig 2.1 s of EMSX architecture Gateway Based on the concepts of TMN (Telecommunications Management Network) architecture, there is a need for an EMS to interface with the NMS (Network Management System) using standardized objects and protocols. The gateway encapsulates this functionality. This lightweight translation module handles requests and responses to the NMS. The requests from upper NMS systems are forwarded to the core EMS for processing; the responses and autonomous events are forwarded to the upper NMS. 4

5 By separating this functionality and implementing it as a separate, the EMSX platform allows for rapid development of new interfaces that adapt to specific service provider technology requirements. The current version of EMSX includes an implementation of the NML-EML interface specifications of the Telecommunication Management Forum, specifically the TMF814 specification. This implementation of a gateway supports a CORBA interface to manage the SONET ADM, WDM and ATM transport network elements. Interfaces can be developed for other specifications that use protocols such as SNMP, CMIP etc., as well Core EMS The Core EMS implements the EMS business logic, including the portions of FCAPS (Fault, Configuration, Accounting, Performance, Security) functionality that are relevant to element and network management. The primary function of this is to maintain the MIB for the network that is being managed. This includes the processing of requests from the GUI (Graphical User Interface) and northbound clients, and the processing of autonomous messages such as alarms and performance data. Much of this processing is built upon the EMSX MIB module, which is described in Section 2.4. To support scalability through distributed processing, the core EMS is subdivided into two subs: the central controller and domain controller subs. These subs, and their role in supporting a distributed architecture are described in Section 2.2, Distributed Architecture The mediation translates MIB operations into NE specific commands and responses. Likewise, it translates autonomous messages from an NE into the EMS information model. The set of mediation functions for any single type of NE is referred to as an adaptation module for that NE type. Different types of NEs may be managed by a single instance of EMSX by installing appropriate adaptation module for each of the NE types to be managed. The separation of the mediation from the core EMS allows new adaptation modules to be developed and deployed without requiring additional changes to the core EMS. While the EMSX platform is flexible enough to accommodate different management interfaces such as TL1, SNMP, CORBA, etc., the current implementation of the platform provides some specific tools that are useful for developing adaptation modules for network elements that support a TL1 management interface. These tools can be used to build and parse TL1 commands and TL1 autonomous messages for a specific NE based on the syntax rules provided by XML configuration files for that NE type. 5

6 2.1.4 Communication The communication is responsible for establishing and maintaining communications between the EMS and the network elements that are being managed. It handles functions such as network protocol stack interface and NE connection management (establishment, maintenance, retry logic, disconnection etc.). Network elements usually support one of the following communication stacks: TCP/IP, native OSI, OSI over TCP. The EMSX platform is able to support these protocol stacks. 2.2 Distributed Architecture One feature of the EMSX platform that supports high scalability is its distributed architecture. This distributed architecture is implemented in terms of central controllers (CCs) and domain controllers (DCs). A domain controller is a set of processes and data that is able to manage a set of network elements called a domain. For a relatively small network, a single domain controller may be able to manage the entire network. However, for very large networks, where a single workstation would be overloaded with the task of managing such a large network, the network may be partitioned into a set of domains. Each domain could then be managed by a single domain controller running on a dedicated workstation. Note that there are no software limitations regarding the size of a domain. Rather, the size of a domain is typically limited by physical resources, such as disk space, memory, or the processor speed of a workstation. A central controller is a set of processes and data that provide a unified interface to EMSX clients. All requests, such as GUI or NMS requests are sent to the central controller. The central controller then distributes the requests to the appropriate domain controller or domain controllers for completion. Once the processing for the request is complete, the central controller returns the response to the requestor. Additionally, the central controller handles the autonomous messages received from all domain controllers and forwards them to the EMSX clients. In this manner, the central controller provides a single point of interface to all northbound clients. Figures 2.2 and 2.3 show two typical EMSX configurations. 6

7 Host1 NMS Gateway Gateway mib CC sub DC sub Core EMS Comm Communica tion NE1 NE2 NEn Fig.2.2. EMSX Single Host Configuration Figure 2.2 shows the simple case where the network is sufficiently small so that it can be managed by a single workstation. In this case, the central controller and a single domain controller are configured to run on the same single workstation. 7

8 NMS Host1 CC Gateway Gateway CC sub Core EMS DC-1 mib Host 2 Host 3 DC-2 DC Sub mib DC Sub Host 2 Comm Host 3 Comm Communication NE1 NE2 NEn NEx1 NEx2 NExn NE Domain1 NE Domain2 Fig 2.3. EMSX Distributed Configuration Figure 2.3 shows an example where the network is sufficiently large (or is expected to grow) so that two domains are needed. In this case, each domain controller runs on a dedicated workstation. In this example, the central controller is also configured to run on a dedicated workstation, so that the central controller does not compete with a domain controller for resources. 2.3 Fault Tolerance EMSX provides fault tolerance against process, host, and site failures. At the process level, each EMSX process is monitored by a system monitor. Should failure of a process be detected, the system monitor automatically restarts the failed process. The system monitor also provides manual functions that allow a system administrator to start and stop any EMSX process. The system monitor also monitors other important system resources such as memory, hard disk space, etc. 8

9 When a problem is detected or any user-defined threshold is crossed, the system monitor generates an alarm, which is referred to as EMS alarm, or an alert, which is referred to as EMS alert. EMSX can be configured to implement a fault tolerant system, wherein recovery from host failure is facilitated. An example of this configuration is shown in Fig 2.4. NMS Fault tolerant EMSX CC FT Pair Host1 Gateway Host 2 Gateway Gateway CC sub (active) Synchronization CC Sub (standby) Core EMS DC-1 FT Pair DC-2 FT Pair Host 3 Host 4 Host 5 Host 6 mib DC Sub (active) Comm Synchron ization mib Host 3 DC Sub (standby) Comm mib DC Sub (active) Comm Synchron ization mib DC Sub (standby) Comm Commu nication NE1 NE2 NEn NEx1 NEx2 NExn NE Domain1 NE Domain2 Fig 2.4. EMSX in Fault-tolerant and distributed configuration Fault tolerance at the DC level is accomplished by configuring a backup DC. In this configuration, two DCs, referred to as a DC pair, are used to manage a single domain. One of the DCs runs in the active mode and the other in the standby mode. In the active mode, a DC operates normally, processing requests from the CC, as well as processing autonomous messages from the NEs in its domain. In the stand-by mode, a DC keeps its 9

10 MIB in synchronization with that of the active DC; it does not do normal processing as the active DC does. If the active DC fails, the stand-by DC takes over all the processing. This switching process is referred to as a DC switch. Since the standby DC MIB is in synchronization with that of the active DC, a DC switch is fast and reliable. Once a DC pair has been configured, a DC switch is automatically initiated in case of an active DC failure. A DC switch is transparent to end-users, such as a GUI operator. However, the user is notified of the DC switch via an EMS alert, and may take any required corrective action. Fault tolerance at the CC level is similar to the DC level fault tolerance. A CC pair consists of an active and stand-by CC. Setting policies for fault management for both DC and CC pairs are part of EMSX system administration functions. This can be done in different ways. For example, a DC pair can be configured such that the stand-by DC automatically takes over if it detects that the active DC is down, or can be configured such that the operator will always manually control the DC switch. In addition, the system administrator can force a switch at any time (for example, when software update needs to be done.) 2.4 Multi-technology management and information model EMSX has the capability to serve multiple northbound NMS interface standards as well as manage diverse southbound network elements (NEs) from multiple vendors. An architectural feature that aids in achieving this flexibility is the powerful MIB (management information base) at the EMSX core that is used to hold a real-time representation of the network. Together with the MIB module, which provides programming API for all MIB operations, EMSX provides a robust and flexible information model EMSX Management Information Base (MIB) The EMSX MIB module supports a wide variety of managed objects (MOs) such as managed element, equipment, termination points, topological link etc., and a range of operations on them. While the designed attributes of the MOs should be sufficient to model features of most NEs, it is possible to incorporate user-defined attributes into the MOs via XML configuration files. This makes the MIB extensible and adaptable to different NE types. The MIB is organized in a tree structure (referred to as the management information tree, MIT or simply tree) that captures the containment relationships of the MOs, and provides fast and efficient access to any MO within the MIB. 10

11 2.4.2 MIB Persistence A persistent MIB is an essential feature of an EMS. Among other things, a persistent MIB provides an important role in system recovery in case of a failure. It also serves as an inventory of the managed network, which can be easily analyzed using SQL queries. MIB persistence is tightly integrated into the MIB module. Through this tight integration, the MIB module provides automatic persistence of its MO data and takes care of synchronizing the data in memory with the persistence data. Whenever an MO is created, updated or deleted, the changes are automatically applied to the MIB database. This frees the application programmer from the need to write any database interface code related to the MIB. The tight integration with MIB persistence also enables the MIB module to provide other features that help the application programmer manage system performance and resources related to MIB processing. For example, although the MIB is maintained in a database, the MIB module has the facility to load and keep portions of the MIB or the entire MIB in memory to allow fast and efficient execution of certain MIB operations. To achieve a good balance between memory usage and performance, the MIB module allows the user to specify the depth of the tree to be kept in memory. Once it loads all MOs up to the specified depth from database, the module retains them in memory all the time. The module performs all subsequent operations on those MOs in memory, thus increasing performance for operations on those objects. When objects beyond the specified depth are accessed, the MIB module loads them dynamically from the database. Once the MIB operations are completed for these objects, the corresponding memory is released. To achieve a good balance between system startup time and performance, another runtime control is provided. This control specifies the depth of the tree that is loaded into memory during application start-up. By specifying a low tree depth, system startup time may be reduced. On the other hand, a higher depth eliminates the MO load time that occurs when any unloaded MO is first accessed Transactional support The MIB module provides transactional support with standard features such as rollback and commit, for all operations (i.e. creating MOs, deleting MOs, and updating MO attributes). This feature allows complex operations spanning multiple MOs to be executed in a reliable manner that ensures data integrity, including synchronization of the data in memory and the database. The need for writing complex code to manage transactions in the business logic is eliminated by this feature Automatic Notifications 11

12 When its modification operations (create, delete and update) are invoked, the MIB module automatically generates certain types of notifications such as create notifications, attribute value change notifications and state change notifications. A notification policy specifies the MOs and attributes for which notifications are generated. A notification policy may be specified via an XML file. This feature frees the user from having to write code to generate such notifications. 2.5 Message Oriented Architecture Typical EMS software may be required to process a huge amount of data and perform a large number of operations per second. IPC (Inter-process Communication) architectures based on the synchronous method-oriented paradigms do not scale up well under such severe stress conditions and often suffer resource and performance problems. These factors are critical when the EMS is based on a highly distributed architecture. EMSX uses PlatformX a message based application development framework for its IPC needs. Using Platform-X, EMSX processes send asynchronous messages to request action or perform operations in other processes. Since the responses to these requests are also sent as asynchronous messages, the sending threads need not be blocked, waiting for the responses. This results in better utilization of thread resources and provides better system response. The benefits are significant when processes communicate across a network and communicate with network elements across a network. 2.6 Reusable Components EMSX is built using reusable components where possible. These components serve as a set of services and they can be used to develop any object-oriented application. More description about these components can be found in some of the references Platform X This package is essentially a framework for developing distributed multi-threaded applications. To promote high performance for demanding applications, PlatformX employs the message-oriented paradigm, using JMS transport, as opposed to the methodoriented paradigm used by technologies such as CORBA and EJB applications. The framework provides useful classes for tasks such as sending messages and correlating responses to requests, thus eliminating the need for the application programmer to deal with tedious details when developing a message-oriented application. Additionally, the framework provides support for fault tolerant processing. PlatformX provides a versatile and comprehensive framework for implementing IPC mechanism in the distributed processing of EMSX ed components. 12

13 2.6.2 DB Mapper The DB Mapper package serves as an object-relational mapping tool to persist java objects to relational databases. This package implements a Data Access Object (DAO) pattern that allows an application programmer to execute the typical create, retrieve, update, and delete (CRUD) operations on a relational database without writing SQL code. The package accomplishes this by using XML configuration files that specify the object-relational (OR) mapping of Java classes together with the Java reflection API to generate the necessary SQL statements on the fly. This greatly reduces the effort needed to program the typical CRUD operations used by an application. This package also uses the JDBC interface so that it is portable across any database that implements JDBC. EMSX uses this package for all database related operations System Monitor Any mission critical system that may need to be available on a 7x24 basis needs to automatically monitor itself. High system availability is achieved by monitoring various processes and automatically restarting them after failure. In addition to the basic monitoring of the processes themselves, other system resources such as disk usage, memory usage, status of third party applications, etc., must also be monitored. The system monitor package provides these functions. The System Monitor package provides the functionality needed to perform basic system tasks such as system start-up, system monitoring and system management. This package uses an XML file that specifies information such as the set of processes to be started and monitored, their command lines, health check interval, etc. Based on this input, the system monitor package is able to perform its functions without any further application programming. This package can be reused in any programming environment where it is important to coordinate aspects of system start-up, such as the start-up sequence, as well as continued monitoring and automatic restart of failed processes. The package also provides a user interface to perform all system monitor administration functions. 2.7 Portability EMSX is developed in Java. Hence, EMSX is portable across most operating systems and hardware platforms. Java has evolved into a mature language and it is currently used for developing mission critical applications. By using current standards of Java technology, EMSX achieves portability and reduces technology obsolescence. 13

14 14

15 3 CONCLUSION The design and architecture are very critical to developing an EMS to meet the demands and requirements of the telecommunications industry. EMSX provides a software platform that has been developed taking many of these requirements into consideration. The EMSX product, which is built as a framework of components, provides a strong basis for development of a custom element management system. EMSX incorporates a fault-tolerant, ed and distributed architecture that provides a good starting point for building a robust product. EMSX can be used by any vendor or service provider to manage or provide an interface to manage a network of varying sizes. It allows an EMS vendor to support customized northbound or southbound interfaces without building the detailed infrastructure required for supporting fault tolerance, recovery etc. EMSX provides a robust infrastructure upon which the FCAPS management functionality can be developed in a rapid and costeffective manner. 15

16 4 List of references 1. dbmapper White Paper 2. dbmapper Users Guide 3. PlatformX White Paper 4. PlatformX Users Guide 16

Chapter 18. Network Management Basics

Chapter 18. Network Management Basics Network Management Basics > FCAPS Model Chapter 18. Network Management Basics This chapter covers the following topics: FCAPS Model Network Management Architecture Network Management Protocols An Introduction

More information

DigiPoints Volume 2. Student Workbook. Module 10 Network Management

DigiPoints Volume 2. Student Workbook. Module 10 Network Management Network Management Page 10.1 DigiPoints Volume 2 Module 10 Network Management Summary In this module, students learn engineering and operational information about Network Management. Module Objectives

More information

TimePictra Release 10.0

TimePictra Release 10.0 DATA SHEET Release 100 Next Generation Synchronization System Key Features Web-based multi-tier software architecture Comprehensive FCAPS management functions Software options for advanced FCAPS features

More information

Overview of M*Ware Convergent Manager and the M*Ware Services

Overview of M*Ware Convergent Manager and the M*Ware Services Overview of M*Ware Convergent Manager and the M*Ware Services 2002-2003 Introduction...2 M*Ware Convergent Manager: System Components...4 Network Facing Application s...4 System Management s...4 Databases...5

More information

COMP5426 Parallel and Distributed Computing. Distributed Systems: Client/Server and Clusters

COMP5426 Parallel and Distributed Computing. Distributed Systems: Client/Server and Clusters COMP5426 Parallel and Distributed Computing Distributed Systems: Client/Server and Clusters Client/Server Computing Client Client machines are generally single-user workstations providing a user-friendly

More information

Managing a Fibre Channel Storage Area Network

Managing a Fibre Channel Storage Area Network Managing a Fibre Channel Storage Area Network Storage Network Management Working Group for Fibre Channel (SNMWG-FC) November 20, 1998 Editor: Steven Wilson Abstract This white paper describes the typical

More information

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB

Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Highly Available Mobile Services Infrastructure Using Oracle Berkeley DB Executive Summary Oracle Berkeley DB is used in a wide variety of carrier-grade mobile infrastructure systems. Berkeley DB provides

More information

Telecommunications Management Network (TMN)

Telecommunications Management Network (TMN) Telecommunications Management Network (TMN) Definition The telecommunications management network (TMN) provides a framework for achieving interconnectivity and communication across heterogeneous operating

More information

The Service Availability Forum Specification for High Availability Middleware

The Service Availability Forum Specification for High Availability Middleware The Availability Forum Specification for High Availability Middleware Timo Jokiaho, Fred Herrmann, Dave Penkler, Manfred Reitenspiess, Louise Moser Availability Forum Timo.Jokiaho@nokia.com, Frederic.Herrmann@sun.com,

More information

Syslog Analyzer ABOUT US. Member of the TeleManagement Forum. info@ossera.com +1-916-290-9300 http://www.ossera.com

Syslog Analyzer ABOUT US. Member of the TeleManagement Forum. info@ossera.com +1-916-290-9300 http://www.ossera.com Syslog Analyzer ABOUT US OSSera, Inc. is a global provider of Operational Support System (OSS) solutions for IT organizations, service planning, service operations, and network operations. OSSera's multithreaded

More information

Clarity Assurance allows operators to monitor and manage the availability and quality of their network and services

Clarity Assurance allows operators to monitor and manage the availability and quality of their network and services Clarity Assurance allows operators to monitor and manage the availability and quality of their network and services clarity.com The only way we can offer World Class Infocomm service is through total automation

More information

Tik-109/110.300 Telecommunications architectures:

Tik-109/110.300 Telecommunications architectures: Tik-109/110.300 Telecommunications architectures: Network management Hannu H. KARI/Helsinki University of Technology (HUT) TML-laboratory/CS/HUT Tik-109/110.300 Fall 2000 Hannu H. Kari Page 1 Agenda Telecom

More information

Communications Management. 3ICT12 (with thanks to Prof. George Pavlou, University of Surrey)

Communications Management. 3ICT12 (with thanks to Prof. George Pavlou, University of Surrey) Communications Management 3ICT12 (with thanks to Prof. George Pavlou, University of Surrey) 1 Communications Management Network Management Overview What is Network Management? Manager Agent Model OSI Management:

More information

Telecommunications Systems 2

Telecommunications Systems 2 Telecommunications Systems 2 Telecommunications Management Network Sistemas de Telecomunicações II - 4.1 Telecommunications Management Network ITU-T M.3000 M.3599 Sistemas de Telecomunicações II - 4.2

More information

Information and Communications Technology Courses at a Glance

Information and Communications Technology Courses at a Glance Information and Communications Technology Courses at a Glance Level 1 Courses ICT121 Introduction to Computer Systems Architecture This is an introductory course on the architecture of modern computer

More information

Introduction to Network Management

Introduction to Network Management Introduction to Network Management Chu-Sing Yang Department of Electrical Engineering National Cheng Kung University Outline Introduction Network Management Requirement SNMP family OSI management function

More information

CONDIS. IT Service Management and CMDB

CONDIS. IT Service Management and CMDB CONDIS IT Service and CMDB 2/17 Table of contents 1. Executive Summary... 3 2. ITIL Overview... 4 2.1 How CONDIS supports ITIL processes... 5 2.1.1 Incident... 5 2.1.2 Problem... 5 2.1.3 Configuration...

More information

AdvOSS Provisioning Engine

AdvOSS Provisioning Engine AdvOSS Provisioning Engine PRODUCT DATA SHEET Copyright AdvOSS.com, 2007 2010 All Rights Reserved This document is property of AdvOSS Page 1 Table of Contents 1 AdvOSS Provisioning Engine... 3 2 Modules...

More information

Availability Digest. www.availabilitydigest.com. Raima s High-Availability Embedded Database December 2011

Availability Digest. www.availabilitydigest.com. Raima s High-Availability Embedded Database December 2011 the Availability Digest Raima s High-Availability Embedded Database December 2011 Embedded processing systems are everywhere. You probably cannot go a day without interacting with dozens of these powerful

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

Utility Communications FOXMAN-UN Network Management System for ABB Communication Equipment

Utility Communications FOXMAN-UN Network Management System for ABB Communication Equipment Utility Communications FOXMAN-UN Network Management System for ABB Communication Equipment A reliable & flexible communication network lies at the heart of successful electrical grid operations. A comprehensive

More information

Deploying Rule Applications

Deploying Rule Applications White Paper Deploying Rule Applications with ILOG JRules Deploying Rule Applications with ILOG JRules White Paper ILOG, September 2006 Do not duplicate without permission. ILOG, CPLEX and their respective

More information

NETWORK MANAGEMENT SOLUTIONS

NETWORK MANAGEMENT SOLUTIONS N E T S M A R T NETWORK MANAGEMENT SOLUTIONS UNIFY YOUR NETWORK As new and legacy services coexist to support a widening variety of customers, network support presents more technical challenges. This complex,

More information

HP Operations Agent for NonStop Software Improves the Management of Large and Cross-platform Enterprise Solutions

HP Operations Agent for NonStop Software Improves the Management of Large and Cross-platform Enterprise Solutions HP Operations Agent for NonStop Software Improves the Management of Large and Cross-platform Enterprise Solutions HP Operations Agent for NonStop software manages HP NonStop servers and brings NonStop

More information

Cisco Active Network Abstraction Gateway High Availability Solution

Cisco Active Network Abstraction Gateway High Availability Solution . Cisco Active Network Abstraction Gateway High Availability Solution White Paper This white paper describes the Cisco Active Network Abstraction (ANA) Gateway High Availability solution developed and

More information

HP OEMF: Alarm Management in Telecommunications Networks

HP OEMF: Alarm Management in Telecommunications Networks HP OEMF: Management in Telecommunications s This article explains the HP OpenView Element Management Framework concept, which is based on the HP OpenView Fault Management Platform (FMP) and complements

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

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal

In: Proceedings of RECPAD 2002-12th Portuguese Conference on Pattern Recognition June 27th- 28th, 2002 Aveiro, Portugal Paper Title: Generic Framework for Video Analysis Authors: Luís Filipe Tavares INESC Porto lft@inescporto.pt Luís Teixeira INESC Porto, Universidade Católica Portuguesa lmt@inescporto.pt Luís Corte-Real

More information

Monitoring and Diagnosis of Networked Medical Hardware and Software for the Integrated Operating Room

Monitoring and Diagnosis of Networked Medical Hardware and Software for the Integrated Operating Room Monitoring and Diagnosis of Networked Medical Hardware and Software for the Integrated Operating Room Stefan Bohn, Michael Lessnau, Oliver Burgert Innovation Center Computer Assisted Surgery (ICCAS), Medical

More information

WDM network management

WDM network management IO2654 Optical Networking WDM network management Paolo Monti Optical Networks Lab (ONLab), Communication Systems Department (COS) http://web.it.kth.se/~pmonti/ 1! Lecture objectives Overview of the control

More information

Standards and Guidelines for. Information Technology. Infrastructure, Architecture, and Ongoing Operations

Standards and Guidelines for. Information Technology. Infrastructure, Architecture, and Ongoing Operations Standards and Guidelines for Information Technology Infrastructure, Architecture, and Ongoing Operations This document describes applicable standards and guidelines for the university's policy on Information

More information

Lecture 5: Foundation of Network Management

Lecture 5: Foundation of Network Management Lecture 5: Foundation of Network Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4395 5-1 Network Management Standards OSI: Common Management Information

More information

11.1. Performance Monitoring

11.1. Performance Monitoring 11.1. Performance Monitoring Windows Reliability and Performance Monitor combines the functionality of the following tools that were previously only available as stand alone: Performance Logs and Alerts

More information

SNMP Network Management Concepts

SNMP Network Management Concepts SNMP Network Management Concepts Chu-Sing Yang Department of Electrical Engineering National Cheng Kung University Outline Background Basic Concepts Summary The Origins of TCP/IP Starts at 1969, and founded

More information

Data Communication Networks and Converged Networks

Data Communication Networks and Converged Networks Data Communication Networks and Converged Networks The OSI Model and Encapsulation Layer traversal through networks Protocol Stacks Converged Data/Telecommunication Networks From Telecom to Datacom, Asynchronous

More information

Cisco Application Networking Manager Version 2.0

Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager Version 2.0 Cisco Application Networking Manager (ANM) software enables centralized configuration, operations, and monitoring of Cisco data center networking equipment

More information

Agent Languages. Overview. Requirements. Java. Tcl/Tk. Telescript. Evaluation. Artificial Intelligence Intelligent Agents

Agent Languages. Overview. Requirements. Java. Tcl/Tk. Telescript. Evaluation. Artificial Intelligence Intelligent Agents Agent Languages Requirements Overview Java Tcl/Tk Telescript Evaluation Franz J. Kurfess, Cal Poly SLO 211 Requirements for agent Languages distributed programming large-scale (tens of thousands of computers)

More information

TIBCO ActiveSpaces Use Cases How in-memory computing supercharges your infrastructure

TIBCO ActiveSpaces Use Cases How in-memory computing supercharges your infrastructure TIBCO Use Cases How in-memory computing supercharges your infrastructure is a great solution for lifting the burden of big data, reducing reliance on costly transactional systems, and building highly scalable,

More information

Fault Tolerant Servers: The Choice for Continuous Availability on Microsoft Windows Server Platform

Fault Tolerant Servers: The Choice for Continuous Availability on Microsoft Windows Server Platform Fault Tolerant Servers: The Choice for Continuous Availability on Microsoft Windows Server Platform Why clustering and redundancy might not be enough This paper discusses today s options for achieving

More information

Performance Management Platform

Performance Management Platform Open EMS Suite by Nokia Performance Management Platform Functional Overview Version 1.4 Nokia Siemens Networks 1 (16) Performance Management Platform The information in this document is subject to change

More information

Cisco CRS-1/IOS-XR Device Management 3.5.2: Based on Cisco Active Network Abstraction Software

Cisco CRS-1/IOS-XR Device Management 3.5.2: Based on Cisco Active Network Abstraction Software Cisco CRS-1/IOS-XR Device Management 3.5.2: Based on Cisco Active Network Abstraction Software Cisco CRS-1/IOS-XR Device Management, based on Cisco Active Network Abstraction (ANA) software, is designed

More information

FioranoMQ 9. High Availability Guide

FioranoMQ 9. High Availability Guide FioranoMQ 9 High Availability Guide Copyright (c) 1999-2008, Fiorano Software Technologies Pvt. Ltd., Copyright (c) 2008-2009, Fiorano Software Pty. Ltd. All rights reserved. This software is the confidential

More information

MRV EMPOWERS THE OPTICAL EDGE.

MRV EMPOWERS THE OPTICAL EDGE. Pro-Vision Service Delivery Software MRV EMPOWERS THE OPTICAL EDGE. WE DELIVER PACKET AND OPTICAL SOLUTIONS ORCHESTRATED WITH INTELLIGENT SOFTWARE TO MAKE SERVICE PROVIDER NETWORKS SMARTER. www.mrv.com

More information

Application of Next Generation Telecom Network Management Architecture to Satellite Ground Systems

Application of Next Generation Telecom Network Management Architecture to Satellite Ground Systems Application of Next Generation Telecom Network Management Architecture to Satellite Ground Systems Author: P.Ramachandran Name: Date: Designation: March 2 nd, 2005 Date: February, 2004 0 Agenda Background

More information

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i -

Design Document. Offline Charging Server (Offline CS ) Version 1.0. - i - Design Document Offline Charging Server (Offline CS ) Version 1.0 - i - Document Scope Objective The information provided in this document specifies the design details of Operations of Offline Charging

More information

Network device management solution

Network device management solution iw Management Console Network device management solution iw MANAGEMENT CONSOLE Scalability. Reliability. Real-time communications. Productivity. Network efficiency. You demand it from your ERP systems

More information

Network Management - SNMP

Network Management - SNMP Network Management - SNMP Simple Network Management Protocol Networks are indispensable More complexity makes failure more likely Require automatic network management tools Standards required to allow

More information

Business Application Services Testing

Business Application Services Testing Business Application Services Testing Curriculum Structure Course name Duration(days) Express 2 Testing Concept and methodologies 3 Introduction to Performance Testing 3 Web Testing 2 QTP 5 SQL 5 Load

More information

APPROACH FOR INTEGRATION OF THIRD PARTY NODES WITH PROPRIETARY OSS

APPROACH FOR INTEGRATION OF THIRD PARTY NODES WITH PROPRIETARY OSS APPROACH FOR INTEGRATION OF THIRD PARTY NODES WITH PROPRIETARY OSS 1.1 ABSTRACT For efficient Operations, network elements of a Telecom Network (e.g. Cellular Network) are integrated with Operations support

More information

Chapter 4. Architecture. Table of Contents. J2EE Technology Application Servers. Application Models

Chapter 4. Architecture. Table of Contents. J2EE Technology Application Servers. Application Models Table of Contents J2EE Technology Application Servers... 1 ArchitecturalOverview...2 Server Process Interactions... 4 JDBC Support and Connection Pooling... 4 CMPSupport...5 JMSSupport...6 CORBA ORB Support...

More information

Network Management Architectures for Broadband Satellite Multimedia Systems

Network Management Architectures for Broadband Satellite Multimedia Systems Network Architectures for Broadband Multimedia Systems obert J. Mort Systek Consulting Ltd., Havant, UK robert.mort@etsi.org Matteo Berioli DL, Germany matteo.berioli@dlr.de Haitham Cruickshank, University

More information

Glassfish Architecture.

Glassfish Architecture. Glassfish Architecture. First part Introduction. Over time, GlassFish has evolved into a server platform that is much more than the reference implementation of the Java EE specifcations. It is now a highly

More information

What You Need to Know About Transitioning to SOA

What You Need to Know About Transitioning to SOA What You Need to Know About Transitioning to SOA written by: David A. Kelly, ebizq Analyst What You Need to Know About Transitioning to SOA Organizations are increasingly turning to service-oriented architectures

More information

Netspan. Network Element Management System. Scalable Element Mangement Solution for Airspan s portfolio of RAN and Transport Solutions

Netspan. Network Element Management System. Scalable Element Mangement Solution for Airspan s portfolio of RAN and Transport Solutions Netspan Network Element Management System Scalable Element Mangement Solution for Airspan s portfolio of RAN and Transport Solutions a leading LTE Small and Compact RAN solution provider www.airspan.com

More information

Ikasan ESB Reference Architecture Review

Ikasan ESB Reference Architecture Review Ikasan ESB Reference Architecture Review EXECUTIVE SUMMARY This paper reviews the Ikasan Enterprise Integration Platform within the construct of a typical ESB Reference Architecture model showing Ikasan

More information

PIE. Internal Structure

PIE. Internal Structure PIE Internal Structure PIE Composition PIE (Processware Integration Environment) is a set of programs for integration of heterogeneous applications. The final set depends on the purposes of a solution

More information

CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS

CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS CHAPTER 1: OPERATING SYSTEM FUNDAMENTALS What is an operating? A collection of software modules to assist programmers in enhancing efficiency, flexibility, and robustness An Extended Machine from the users

More information

theguard! ApplicationManager System Windows Data Collector

theguard! ApplicationManager System Windows Data Collector theguard! ApplicationManager System Windows Data Collector Status: 10/9/2008 Introduction... 3 The Performance Features of the ApplicationManager Data Collector for Microsoft Windows Server... 3 Overview

More information

Alternatives to SNMP and Challenges in Management Protocols. Communication Systems Seminar Talk 10 Francesco Luminati

Alternatives to SNMP and Challenges in Management Protocols. Communication Systems Seminar Talk 10 Francesco Luminati Alternatives to SNMP and Challenges in Management Protocols Communication Systems Seminar Talk 10 Francesco Luminati Introduction Structure Network management Management approaches SNMP Alternatives: NetConf

More information

TNT SOFTWARE White Paper Series

TNT SOFTWARE White Paper Series TNT SOFTWARE White Paper Series Event Log Monitor White Paper: Architecture T N T Software www.tntsoftware.com TNT SOFTWARE Event Log Monitor Architecture 2000 TNT Software All Rights Reserved 1308 NE

More information

NView NNM Network Management System

NView NNM Network Management System NView NNM Network Management System Raisecom network management system, NView NNM, is a highly scalable, java-based uniform platform system for network configuration, monitoring and management. It covers

More information

Enterprise Architecture For Next Generation Telecommunication Service Providers CONTACT INFORMATION:

Enterprise Architecture For Next Generation Telecommunication Service Providers CONTACT INFORMATION: Enterprise Architecture For Next Generation Telecommunication Service Providers CONTACT INFORMATION: phone: +1.301.527.1629 fax: +1.301.527.1690 email: whitepaper@hsc.com web: www.hsc.com PROPRIETARY NOTICE

More information

A Survey on Availability and Scalability Requirements in Middleware Service Platform

A Survey on Availability and Scalability Requirements in Middleware Service Platform International Journal of Computer Sciences and Engineering Open Access Survey Paper Volume-4, Issue-4 E-ISSN: 2347-2693 A Survey on Availability and Scalability Requirements in Middleware Service Platform

More information

CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS

CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS A technical white paper by: InterSystems Corporation Introduction Java is indisputably one of the workhorse technologies for application

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

Module 07. Log Shipping

Module 07. Log Shipping Module 07 Log Shipping Agenda Log Shipping Overview SQL Server Log Shipping Log Shipping Failover 2 Agenda Log Shipping Overview SQL Server Log Shipping Log Shipping Failover 3 Log Shipping Overview Definition

More information

Managing Dynamic Configuration

Managing Dynamic Configuration White Paper Immediate Network Synchronization with Low Overhead: Cisco Prime Network Reduced Polling VNE Cisco Prime Network's near real-time model relies on accurate information about the managed network

More information

Monitoring PostgreSQL database with Verax NMS

Monitoring PostgreSQL database with Verax NMS Monitoring PostgreSQL database with Verax NMS Table of contents Abstract... 3 1. Adding PostgreSQL database to device inventory... 4 2. Adding sensors for PostgreSQL database... 7 3. Adding performance

More information

Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system

Integrated and reliable the heart of your iseries system. i5/os the next generation iseries operating system Integrated and reliable the heart of your iseries system i5/os the next generation iseries operating system Highlights Enables the legendary levels of reliability and simplicity for which iseries systems

More information

ETERE SNMP CONSOLE: A centralized, automatic and real-time monitoring of broadcast system networks

ETERE SNMP CONSOLE: A centralized, automatic and real-time monitoring of broadcast system networks of broadcast system networks TABLE OF CONTENTS 1. INTRODUCTION... 3 2. ETERE SNMP CONSOLE... 4 3. DETAILED FEATURES... 5 3.1 GRAPHICAL INTERFACE... 6 3.2 MULTIPLE VIEWS... 7 3.3 FILTERING RULES... 8 3.4

More information

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

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

More information

MIDDLEWARE 1. Figure 1: Middleware Layer in Context

MIDDLEWARE 1. Figure 1: Middleware Layer in Context MIDDLEWARE 1 David E. Bakken 2 Washington State University Middleware is a class of software technologies designed to help manage the complexity and heterogeneity inherent in distributed systems. It is

More information

NCS. EMS/NMS Platforms for Network Equipment Providers

NCS. EMS/NMS Platforms for Network Equipment Providers NCS EMS/NMS Platforms for Network Equipment Providers NCS Overview Tail-f s Network Control System (NCS) is a powerful solution for developing centralized management platforms that configure and element

More information

w h i t e p a p e r The Sytel Path to Non-Stop Productivity

w h i t e p a p e r The Sytel Path to Non-Stop Productivity The Sytel Path to Non-Stop Productivity A white paper that focuses on high availability deployment of the core services within Softdial Contact Center Version 1.4 Sytel Limited Dec 2011 All rights reserved.

More information

Chapter 2: OS Overview

Chapter 2: OS Overview Chapter 2: OS Overview CmSc 335 Operating Systems 1. Operating system objectives and functions Operating systems control and support the usage of computer systems. a. usage users of a computer system:

More information

Open EMS Suite Product Description Version 2.1-002

Open EMS Suite Product Description Version 2.1-002 Open EMS Suite Product Description Version 2.1-002 Nokia Siemens Networks 1 (29) The information in this document is subject to change without notice and describes only the product defined in the introduction

More information

WebNMS-Based Topology Discovery in EPON Network

WebNMS-Based Topology Discovery in EPON Network , pp.161-168 http://dx.doi.org/10.14257/ijfgcn.2013.6.6.17 WebNMS-Based Topology Discovery in EPON Network Feng Jian and Zhu Li College of Computer Science & Technology, Xi an University of Science and

More information

System Services. Engagent System Services 2.06

System Services. Engagent System Services 2.06 System Services Engagent System Services 2.06 Overview Engagent System Services constitutes the central module in Engagent Software s product strategy. It is the glue both on an application level and on

More information

Jitterbit Technical Overview : Microsoft Dynamics CRM

Jitterbit Technical Overview : Microsoft Dynamics CRM Jitterbit allows you to easily integrate Microsoft Dynamics CRM with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

Client/Server Computing Distributed Processing, Client/Server, and Clusters

Client/Server Computing Distributed Processing, Client/Server, and Clusters Client/Server Computing Distributed Processing, Client/Server, and Clusters Chapter 13 Client machines are generally single-user PCs or workstations that provide a highly userfriendly interface to the

More information

OpenScape Voice V8 Application Developers Manual. Programming Guide A31003-H8080-R100-2-7620

OpenScape Voice V8 Application Developers Manual. Programming Guide A31003-H8080-R100-2-7620 OpenScape Voice V8 Application Developers Manual Programming Guide A31003-H8080-R100-2-7620 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001

More information

OSS for Telecom Networks

OSS for Telecom Networks Kundan Misra OSS for Telecom Networks An Introduction to Network Management Springer Preface Acknowledgements v vii 1 Introduction 1 1.1 End-to-end Management and Unified Management 2 1.2 Standardisation

More information

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science. 21. maaliskuuta 2016

Network Management. Jaakko Kotimäki. Department of Computer Science Aalto University, School of Science. 21. maaliskuuta 2016 Jaakko Kotimäki Department of Computer Science Aalto University, School of Science Outline Introduction SNMP architecture Management Information Base SNMP protocol Network management in practice Niksula

More information

SCALABILITY AND AVAILABILITY

SCALABILITY AND AVAILABILITY SCALABILITY AND AVAILABILITY Real Systems must be Scalable fast enough to handle the expected load and grow easily when the load grows Available available enough of the time Scalable Scale-up increase

More information

Customer Bank Account Management System Technical Specification Document

Customer Bank Account Management System Technical Specification Document Customer Bank Account Management System Technical Specification Document Technical Specification Document Page 1 of 15 Table of Contents Contents 1 Introduction 3 2 Design Overview 4 3 Topology Diagram.6

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

Computer Information Systems (CIS)

Computer Information Systems (CIS) Computer Information Systems (CIS) CIS 113 Spreadsheet Software Applications Prerequisite: CIS 146 or spreadsheet experience This course provides students with hands-on experience using spreadsheet software.

More information

TELECOMMUNICATION SERVICE MANAGEMENT

TELECOMMUNICATION SERVICE MANAGEMENT CITR TECHNICAL JOURNAL VOLUME 1 1 TELECOMMUNICATION SERVICE MANAGEMENT QINZHENG KONG, GRAHAM CHEN, AND GLENN HOLLIMAN Abstract The development of standard platform approaches to the management of telecommunication

More information

ITU-T Kaleidoscope Conference Innovations in NGN. Managing NGN using the SOA Philosophy. Y. Fun Hu University of Bradford y.f.hu@bradford.ac.

ITU-T Kaleidoscope Conference Innovations in NGN. Managing NGN using the SOA Philosophy. Y. Fun Hu University of Bradford y.f.hu@bradford.ac. ITU-T Kaleidoscope Conference Innovations in NGN Managing NGN using the SOA Philosophy Y. Fun Hu University of Bradford y.f.hu@bradford.ac.uk Next Generation Network (NGN) A IP/IMS based network Provide

More information

Chapter 6. CORBA-based Architecture. 6.1 Introduction to CORBA 6.2 CORBA-IDL 6.3 Designing CORBA Systems 6.4 Implementing CORBA Applications

Chapter 6. CORBA-based Architecture. 6.1 Introduction to CORBA 6.2 CORBA-IDL 6.3 Designing CORBA Systems 6.4 Implementing CORBA Applications Chapter 6. CORBA-based Architecture 6.1 Introduction to CORBA 6.2 CORBA-IDL 6.3 Designing CORBA Systems 6.4 Implementing CORBA Applications 1 Chapter 6. CORBA-based Architecture Part 6.1 Introduction to

More information

Information Technology Services

Information Technology Services Information Technology Services The purpose of an Information Technology Standard is to specify requirements for compliance with Old Dominion University Information Technology policies, other University

More information

SNMP -overview. Based on: W.Stallings Data and Computer Communications

SNMP -overview. Based on: W.Stallings Data and Computer Communications SNMP -overview Based on: W.Stallings Data and Computer Communications Network Management -SNMP Simple Network Management Protocol (not so simple ) Dominant standardized network management scheme in use

More information

ZXUN USPP. Configuration Management Description. Universal Subscriber Profile Platform. Version: V4.14.10

ZXUN USPP. Configuration Management Description. Universal Subscriber Profile Platform. Version: V4.14.10 ZXUN USPP Universal Subscriber Profile Platform Configuration Management Description Version: V4.14.10 ZTE CORPORATION No. 55, Hi-tech Road South, ShenZhen, P.R.China Postcode: 518057 Tel: +86-755-26771900

More information

System types. Distributed systems

System types. Distributed systems System types 1 Personal systems that are designed to run on a personal computer or workstation Distributed systems where the system software runs on a loosely integrated group of cooperating processors

More information

Chapter 16 Distributed Processing, Client/Server, and Clusters

Chapter 16 Distributed Processing, Client/Server, and Clusters Operating Systems: Internals and Design Principles Chapter 16 Distributed Processing, Client/Server, and Clusters Eighth Edition By William Stallings Table 16.1 Client/Server Terminology Applications Programming

More information

Design and Implementation of a Fault Management Service for Heterogeneous Networks using the TINA Network Resource Architecture

Design and Implementation of a Fault Management Service for Heterogeneous Networks using the TINA Network Resource Architecture Design and Implementation of a Fault Management Service for Heterogeneous Networks using the TINA Network Resource Architecture Chetan Parshotam Chiba A project report submitted to the Faculty of Engineering,

More information

VERITAS Cluster Server v2.0 Technical Overview

VERITAS Cluster Server v2.0 Technical Overview VERITAS Cluster Server v2.0 Technical Overview V E R I T A S W H I T E P A P E R Table of Contents Executive Overview............................................................................1 Why VERITAS

More information

Client/server is a network architecture that divides functions into client and server

Client/server is a network architecture that divides functions into client and server Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate

More information

MRV EMPOWERS THE OPTICAL EDGE.

MRV EMPOWERS THE OPTICAL EDGE. Pro-Vision Service Delivery Software MRV EMPOWERS THE OPTICAL EDGE. WE DELIVER PACKET AND OPTICAL SOLUTIONS ORCHESTRATED WITH INTELLIGENT SOFTWARE TO MAKE SERVICE PROVIDER NETWORKS SMARTER. www.mrv.com

More information

Institute of Computer and Communication Engineering, National Cheng Kung University Mid-Term Exam of the Network Management course

Institute of Computer and Communication Engineering, National Cheng Kung University Mid-Term Exam of the Network Management course Institute of Computer and Communication Engineering, National Cheng Kung University Mid-Term Exam of the Network Management course Instructor:Prof. Chu-Sing Yang Date: Nov. 21, 2012 Note: Please write

More information