SCALABLE MANAGEMENT SERVICES USING JAVA AND THE WORLD WIDE WEB
|
|
|
- Godfrey Tyler
- 9 years ago
- Views:
Transcription
1 SCALABLE MANAGEMENT SERVICES USING JAVA AND THE WORLD WIDE WEB Nikolaos Anerousis AT&T Labs Research 180 Park Avenue, Bldg. 103 Florham Park, NJ tel: (973) , fax: (973) Abstract Marvel is a distributed computing environment that allows the creation of scalable management services using intelligent agents and the world-wide web. Marvel is based on an information model that generates computed views of management information and a distributed computing model that makes this information available to a variety of client applications. Marvel does not replace existing element management agents but rather builds on top of them a hierarchy of servers that aggregate the underlying information in a synchronous or asynchronous fashion and present it in the form of Java-enriched web pages. It uses a distributed database to reduce the cost associated with centralized network management systems and mobile agent technology to a) support thin clients by uploading the necessary code to access Marvel services and b) extend its functionality dynamically by downloading code that incorporates new objects and services. A prototype implementation in Java is presented together with results from its first application on a broadband home access network using cable modems. Keywords: Network management, web-based management, distributed computing, information aggregation, Marvel. 1. Introduction Java and the world wide web have received significant attention recently as a means of providing low cost and easy to use management services. Customer network management is an example of an application that has benefited significantly from the web-based management model. Traditionally, customer network management services have required the installation at the customer premises of high-end network management applications such as HP Openview to access fairly low level management information using SNMP or log files that are copied and examined off-line. By incorporating this information into web pages, service providers have a more cost effective way of providing management services to their customers. Moreover, customers have come to appreciate the easy-to-use interface and the absence of a need to maintain a separate service management system. Customer network management is only one successful application of web technology in network management. Its success reveals however an important trend: that the emphasis on providing network management services is not on how these services are provided (i.e., the underlying information modeling and protocol technology such as SNMP or CMIP), but rather on the functionality that these services provide to the user. Web technology requires a provider to define both the level of abstraction at which management information is presented and the graphical user interface to interact with these services. By hiding the details of the underlying management technology under an easy to use and access interface, network management becomes
2 a useful commodity rather than a privilege of the network operator. Today, the bundling of management capabilities with a service is proving to be a product differentiator of increasing importance. On the other hand, web technology has its limitations and cannot be used (yet) to replace every management application, particularly the high-end network operation centers. There are several reasons contributing to this fact: 1. The management systems of large networks require a large display area to project maps of different logical views of the network. Even if the web-based interface is replicated, there is little support in current web technologies for coordinating individual displays with each other. 2. Web interfaces require the client to retrieve large amounts of code and state information from a server. As a result, the rate at which information can be consumed by the client s display is very limited compared to the capabilities of a traditional centralized network management system. 3. Web-based interfaces that are limited to HTTP interactions have a very restricted control interface with the server (hypertext links, post operations, CGI scripts, etc.) 4. Java-enriched interfaces are affected by the performance problems of Java and the reliability of its graphical user interface. 5. The web computing model does not allow clients to use many local resources (e.g. the file system, network connections to other servers, etc.), and as a result significant bandwidth and computing resources are wasted in transferring information from and to the server. 6. Web interfaces require that an additional layer of processing be introduced in the management architecture to convert management information into a web-based form. This may impact the freshness of information and the response time of the management system to control actions. 7. Finally, the power behind web-based management can sometimes be its most significant limitation: since management services and the way management information is presented at the client are defined at the server, there is no capability for the client to further process this information to create, for example, more detailed management views or correlate the information with other prior knowledge. The Marvel project at AT&T Labs Research is an attempt to investigate the limitations of web technologies in network management and propose an architecture that can both scale and rival conventional management systems in terms of performance and expandability. Marvel (which stands for Management Aggregation and Visualization Environment) is trying to address the following issues: Expand the web-based views of management information well beyond customer network management and network element management applications. Marvel uses a framework for information aggregation that allows the dynamic construction of arbitrary views of management information that can also be beneficial to network operators [ANE98c]. Propose a distributed computing model for accessing management information that can be easily incorporated into web clients. Standards such as CORBA and Java remote method invocation (RMI) [JAV97] are now widely accepted for network management applications. Marvel uses a distributed computing environment to reduce the cost related to deploying centralized hardware and software and at the same time hide all details of this distribution from its users. Use concepts from intelligent agent and mobile code technology to enhance the functionality of the web-based interface and improve the availability and maintainability of management services. Marvel is not limited to the web-based interaction model. Rather, any type of client applications can be built around its distributed computing services, from traditional applications with their own user interface, to server-driven graphical interfaces. The emphasis, however, of this paper is on presenting the aspects of Marvel that can be most beneficial in deploying web-based management services. This paper is organized as follows: Section 2 presents the architecture of Marvel; Section 3 describes the current implementation work. Experiences from using the Marvel system on a production network can be
3 found in Section 4. Section 5 presents related work in the field, and Section 6 our conclusions and directions for further study. 2. Marvel Architecture 2.1 Information model Marvel follows an object-oriented model to store management information. Marvel objects are computed reflections (views) of management information that reside in existing network management agents or other repositories of information in the network. We also refer to those agents as element management agents (EMAs), since they are usually associated with a particular network element and follow one of the network management standards such as SNMP, CMIP or DMI. Marvel objects are stored in the database of a special management agent (the Marvel server - MS), and are sometimes referred to as aggregated managed objects (AMO) since they represent the result of a filtering process on information collected from element management agents and/or other servers. An object implementation does not follow a particular standard; its structure however resembles the OSI structure of management information [ISO91]: every Marvel object contains a list of attributes, and each attribute represents a computed view of lower-level management information. However, in contrast with the OSI model that does not specify how attribute values are computed, Marvel follows some very specific guidelines that allow the manager to link each attribute value to a complex filtering process. More details on how this information model operates are presented in [ANE98c]. In this way, Marvel attributes can be specified in a declarative fashion during the specification of the object and save much programming effort which would be usually required in a similar CMIP agent implementation. For example, one Marvel object may represent a customer profile in a customer network management system. It may contain attributes that represent the customer s identity and billing information, the services that the customer is subscribing and performance data acquired from the service usage logs. In the case of an ATM virtual network service, performance data can be presented for every virtual path that composes the virtual network, or as an aggregate over all component virtual paths. For example, the customer may be interested in seeing the total capacity usage of the virtual network, a quantity that can be easily computed by adding the corresponding performance figures of the component virtual paths. Marvel allows to specify how these attribute values are computed in a declarative fashion: attributes are linked to groups of information components and to a filtering function that computes the final value. Optionally, the declarative specification can be bypassed to cope with information abstractions that are not easily specified in a declarative fashion [ANE98c]. 2.2 Computation model Every Marvel system is composed of a hierarchy of servers. We chose a distributed architecture for several reasons: Computed views of management information require significant processing resources, especially when they must be maintained continuously up-to-date. By distributing the computing task, our architecture can be more scalable. Computations can take place closer to the sources of management information such as element management agents, thereby reducing the amount of management traffic to a centralized network management facility. A distributed architecture is more reliable since the failure of one server affects only the availability of information computed within that server. In addition, server maintenance and upgrade tasks can be performed without affecting the operation of the entire system. And finally, a distributed architecture can be implemented by putting together components of lower cost and smaller footprint.
4 Every server stores its objects in a persistent database. Since computed views of management information usually include valuable historical data that cannot be easily reconstructed, object persistence ensures the availability of this information through server failures. Objects in Marvel provide two tiers of services: Basic Access, which are mandatory for all objects, and Extended that are implemented optionally. The latter can be used to provide a richer customized interface to the object for performing more complex operations related to its intended management function. There are three types of basic services: 1. Attribute access services are used to set and retrieve attribute values and control several aspects of every attribute s operation. These functions include get (retrieves an attribute value as an opaque object), set, action (dynamically downloads control logic that operates on one or more attributes or other objects), etc. 2. Visualization services are used to provide clients with the necessary information to setup graphical user interfaces (GUIs) to access the object s basic and extended services. The benefit of this approach is that clients do not need to be aware of an object s internal structure to provide a user-friendly interface. In essence, the GUI is programmed as part of the object and is transferred to the client when it first accesses the object. The object may provide more than one visualization services depending on the type of clients that are supported by the Marvel system (Section 2.3 contains a detailed description of the visualization model). 3. Event services are used to subscribe internal and external consumers to receive event notifications generated by the object, and control the event flow. Events in Marvel are usually aggregations of lower-level events corresponding to the management view portrayed by the object. The Marvel event system is described in detail in [YUC98]. The Marvel object designer is responsible for providing an implementation for all basic and extended services. Access to the latter can sometimes be provided indirectly through the basic services. For example, the visualization functions can be overridden to set up a user interface that accesses some of the object s extended services. In addition, every Marvel server provides a set of high level services that can be used by client applications to navigate and examine the database: 1. Navigation services are used to navigate through the server database and examine its contents. Current Marvel implementations store objects in a tree, and include functions like getroot (retrieves the root object), getparent (retrieves the parent of an object), getsubordinates (retrieves the object s children), getpath (retrieves the path from the root), etc. 2. Registration services are used to examine the structure and capabilities of every object in the database. In this way, clients can dynamically browse through the services provided by the object and invoke a service with the appropriate parameters. This introspection capability does not require clients to be previously aware of the services provided by every object. Rather, services are discovered in realtime and invoked after loading the appropriate stub code at the client. Objects must register themselves when they are created and provide information on the attributes they contain, the extended services they support and the stubs that must be loaded to invoke these services. 3. Object management services are used to instantiate, upgrade or delete objects while the server is running. The manager provides the name of the object to be instantiated, its location in the database and a pointer to the code that can be used to instantiate the object. The server then dynamically loads the code and generates a new object instance. Objects can be upgraded, in which case, the state of the object is frozen, the old code is purged from the agent, the new code is loaded and the captured state is passed to the new object. The above services can be implemented using industry-standard platforms such as CORBA [OMG93] and Java [SUN97] which are currently being used in many network management applications. Java s remote method invocation (RMI) is a package that provides distributed computing primitives tightly integrated with
5 the language, and is extremely easy to use and integrate into Java applications. CORBA is a more widely accepted standard but requires more heavyweight implementations. Our intention is to provide the same object services under both frameworks: Java RMI is more suitable for web (and other lightweight) clients, while CORBA for more demanding applications that require the widest possible interoperability. 2.3 Object visualization model Marvel does not rely on an existing standard to store management information or a particular protocol to access it. The architecture assumes that all interaction between a client and the Marvel system occurs at a very high level, provided by a user interface that is dynamically loaded into the client. The interface hides the details of how objects are defined and what services they provide. Marvel was designed under the assumption that the majority of its clients will have no prior knowledge of the information stored in Marvel servers and the methods used to access it. Clients rely on standard features provided by the distributed computing platform to download all the necessary code to navigate through the database and generate a graphical user interface to interact with Marvel objects. The Marvel framework requires that every object be able to visualize itself by generating a user interface. In fact, there may be several ways of visualizing an object, depending on the capabilities of the client. For this reason, Marvel supports a small number of visual domains. For every supported domain, a Marvel object must implement a visualization function capable of displaying the object in that domain. For example, a Gopher system would require that the object be converted into a textual representation before it can be displayed. A webbased system would require that every object be converted into an HTML page 1, and any control actions for the object be implemented through HTML post operations and a CGI interface [MAS97]. A Java enriched web browser can download Java applets to provide a more interactive interface and use directly distributed computing facilities such as CORBA and Java RMI to access the object s services. As web and remote visualization standards evolve, new visual domains such as XML can be added in the future. The latter visualization technique is of particular interest to our architecture due to the wide acceptance of the world wide web and Java. Object conversion to Java-enriched HTML is a mandatory service that must be provided by every Marvel object. The technique works as follows: First, the client invokes the object s tojehtml() method in one of the following ways: by directly invoking the object s method through the distributed computing environment, or, by indirectly making an HTTP get request supplying the object s name and address. The get request is then translated by the HTTP server to a call to the object s tojehtml() method, and the results are returned through the HTTP reply (Figure 1). When the tojehtml() method is called, the object generates an HTML page that can be viewed by the browser. It does so by generating a default layout for the page, on which the values of the attributes will be displayed. Then, each attribute is instructed to convert itself into a Java-enriched HTML form. Simple data types such as strings and integers need only convert themselves into simple text. More complex data types (especially the ones representing computed views of management information such as tables and time-series graphs) may choose to invoke a Java applet (by inserting the <applet> primitive). The same holds for attributes that represent the object s control capabilities. When the applet is used purely for monitoring purposes, it is possible to supply all the necessary information inside the applet specification block through the <param> primitive. It is also possible however to pass to the applet the name and address of the object, in which case the applet can interact with the object directly. This is required for applets that need to perform control operations on the object, or to refresh the displayed information after the page has been loaded. When the web browser encounters the <applet> block within the html page, it attempts to load the applet s code and any other Java classes needed for the applet s operation. Java classes are always loaded from an HTTP server. 1. The Hypertext Markup Language (HTML) is the language used to format web pages [GRA97].
6 Web Browser The navigation page makes a request for an object page is displayed in the browser and the applets are started applet the applet communicates with the object directly indirect object visualization request for the object: /Customers/att Generated HTML page <html> <body> <--attr1 appears as html text--> Customer Name=AT&T <-- attr2 appears as applet --> <applet codebase=/classes code=customercontrol.class > <param servername= MarvelServ > <param object= /Customers/att > </applet> [ other attributes... ] object generates a HTML page Marvel Server HTTP daemon call to tojehtml() Marvel database Distributed Computing Environment: CORBA or Java RMI Figure 1: Example of an indirect object visualization procedure through an HTTP server 2.4 Object distribution model Marvel objects are distributed across a hierarchy of Marvel servers. The number and location of these servers is determined by the system designer, taking into account the amount of management data that needs to be processed, the storage and computing capacity of the servers, etc. Servers that perform frequent aggregation functions on management information should be located as close to the sources as possible. Servers are typically organized in a hierarchical structure for convenience. For example, at the lowest level, there exist servers that process data collected from element management agents using one of the standard management protocols. These servers can generate views that correspond to the TMN subnetwork layer. A server at the level immediately above can generate management views for the network and service layer, etc. (Figure 2). network server Level 2 server for subnetwork A server for subnetwork B server for subnetwork C Level 1 Marvel Servers Level 0 (element agents) Subnetwork A Subnetwork B Subnetwork C Figure 2: Example of Marvel server distribution
7 In order to make navigation easier through this hierarchy of databases and hide the details of object distribution, Marvel uses a redirection primitive as part of the object navigation services. An external configuration directory contains information about the hierarchy of Marvel servers. Every server can determine its parent, siblings and descendants in the hierarchy by supplying its identity to the configuration database. The server then creates pseudo-objects that, when accessed through the navigation interface, return a pointer to the navigation service of the corresponding server. In this way, the manager is able to navigate through the hierarchy of Marvel servers and gain access to their objects without knowing the details of the hierarchy or address or physical location of these servers. Navigation in this distributed database resembles very much the navigation through a Unix file system with NFS mount points. 3. Marvel Implementation We selected Java to implement the Marvel architecture because it has a number of useful features: Distributed object services (Java RMI) are well integrated with the language. Ability to load and execute code dynamically. Graphical User Interfaces are a core part of the language. Compile once - run everywhere capability. Is supported from practically every computer on the Internet with a Web browser. In the current implementation, Marvel clients are web browsers with the capability to run Java. In future implementations, we expect a wide variety of clients, from text based tools to customized applications that make more efficient use of the distributed computing environment. Marvel servers are fully implemented in Java to take advantage of code portability and dynamic execution features of the language. 3.1 The Marvel server Every Marvel server is composed of a collection of subsystems (Figure 3). This section provides a general description of each subsystem. We have omitted most implementation details and API specifications due to lack of space. Marvel objects are defined directly in Java and stored persistently [ODI97]. The root of the inheritance tree provides a template for implementing an object s basic and extended services, and a facility for registering with the local server. Object services are currently provided using Java RMI. The database is implemented as a tree of objects. It is usually convenient to follow a natural containment relationship for placing objects in the tree. For example, an object representing a summarization of performance parameters from a set of users could be placed as the parent of the objects that contain performance parameters for individual users. Every object has a unique string identifier (the name of the object) that distinguishes it from its siblings. Path names in the Marvel database are constructed by following a path from the root to the object and using / as the path separator, exactly as in the Unix file system. For example /Customers/att refers to an object named att located under a container object called Customers. Every object implementation has the capability to initialize threads that can be used for background computations, event generation, etc. A set of basic attribute classes are also included in the Marvel core package, to implement simple data types, tables and time series. More complex data types can be easily derived from these base classes. The constructor function for every object class is responsible for instantiating every attribute. An important property of the Marvel system is that attributes are also Java objects and are therefore permitted to export their own service interfaces. Therefore, the designer has the option of implementing attribute-specific services as a complement to the object s basic and extended services. When the attribute class library needs to be augmented with a new data type, a display function must also be provided for the new attribute. In this way visualization becomes an integral part of data type definition, and so, client applications need not be aware of the data types supported within each server since the appropriate viewer/controller will be loaded automatically.
8 to other servers and client applications navigation Web Browser Java RMI access interface Query Processing Object Registry HTTP Server Configuration Directory Marvel objects tojehtml() HTML pages Java Classes Event Services Persistent Storage Database Figure 3: Server block diagram Aggregation Processing Protocol Modules SNMP CMIP Java RMI CORBA DMI element agents or other Marvel servers Operating closely with the database is the aggregation processing engine. This engine is responsible for computing every object s attribute values. Value computations can either be manual (the object programmer is responsible for collecting the necessary information, or automatic (in which case the attribute s declarative specification is used [ANE98c]). In the latter case, the value computation proceeds as follows: First the information components are identified. These can be objects within an SNMP agent, attribute values within a CMIP agent, attribute values within another Marvel server, etc. Then, using the appropriate protocol, the required values are collected, and a filter function is applied that produces the final value. This computation can occur in a synchronous fashion (when the manager requests the attribute value) or asynchronously (by a separate thread executing in the background). The latter is preferable in cases where the attribute is requested very frequently or changes in its value must be monitored for generating potential event reports. An external configuration directory is used to store information about the entire Marvel system (the hierarchy of servers, group definitions used in attribute specifications, dynamically loaded code, etc.). The directory is the only centralized piece of our architecture and is consulted frequently during the operation of each server. We have chosen a centralized directory to avoid information replication issues between the servers, since the configuration information is not static: Marvel servers can be added into the system at any time, group definitions can change to incorporate new elements in the network, etc. Currently, we are using an X.500 directory with LDAP as the directory access protocol. We are following closely the directory enabled networks (DEN) initiative [JUD98] to eventually align the Marvel directory architecture with this work. An HTTP server is integrated in the Marvel server for performance reasons. Incoming http requests for Marvel objects are converted into a call to the object s tojehtml() function and the result is printed directly to the http response stream. This technique does not buffer the resulting HTML text (as is the case for CGI and fast-cgi calls) and allows for very fast rendering of these pages in the browser.
9 Two additional modules are currently under development: The event processing module is responsible for aggregating lower-level events, generating event notifications, registering event consumers and creating event channels over which events are transmitted [YUC98]. Also, many times a manager may wish to generate a computed view of management information using an unusual filtering predicate. For example, one may wish to create a sorted table of customers spending more than $20 every month. It would be probably inefficient to dedicate a separate object to represent the above quantity since this type of query may be encountered very infrequently, or with a different predicate every time. For this reason, the Marvel architecture allows for a query processing module. This module receives queries in a structured language and generates transient objects that represent the appropriate computed views. The objects are deleted once the results of the query have been returned to the client application. 3.2 The Marvel client The minimum requirement for a Marvel client is to have a bootstrap capability to load the client-side code from a Marvel server. The bootstrap code will then enable access to Marvel services. The current architecture favors clients that support display of HTML pages and Java, such as the most popular web browsers. Every server maintains a home page which, when loaded by a client, starts a navigation applet that is used to examine the server s database and invoke an object s visualization function. More demanding applications can access directly Marvel services using the Java RMI environment. 4. Marvel Applications 4.1 The SAIL network We are currently using the Marvel system to manage the SAIL experimental home access network. SAIL (Speedy Asymmetric Internet Link) is an AT&T Labs broadband home access trial that brings a 10 Mbps data channel to users homes through a downstream CATV channel, and uses a 28.8 modem for the return path. Sail consists of a head-end router which multiplexes all user traffic on the CATV channel a terminal server, and cable modems (one per user) that terminate the upstream and downstream channels and route the collected packets onto a local Ethernet on which the user has connected a number of PCs or workstations. The SAIL network currently supports about 150 users and will grow to about 400. The home access architecture however has been engineered to handle many cable distribution head-ends, each one of them providing service for several hundred users. Home access networks have exactly the large scale properties that can benefit from the Marvel architecture to provide summarizations of performance data and bulk control actions. The architecture is shown in Figure 4. Web Clients Customer Database Marvel server level 2 Head End Marvel server level 1 Terminal Server... Head End Router PSTN cable modem cable distribution cable modem home ethernet Figure 4: Managing the SAIL Network
10 Summarizing performance such as bandwidth usage in this environment is very attractive because not only does it give statistics for larger sets of the user population, but can also help in planning the system capacity and the number of served users at every branch of the cable distribution system. In addition measuring the error rates for different groups of users can help to identify areas with transmission problems and sometimes pinpoint the location of the problem. In terms of control operations, cable modems occasionally require updates in their operating software. Marvel is also valuable in this case since it is able to perform this distribution with a single control action on a group that represents the entire network. We have found that the Marvel system has many advantages over commercial network management applications because performance aggregations can be stored and accessed at any time. In order to do so when using one of the current commercial network management tools, a new application needs to be written that accesses off-line the centrally collected data from the cable modems using a proprietary database access interface. In addition to the performance summarization features we also support customer views through objects that represent user profiles. These objects combine account information from the user registration database with per-user temporally aggregated performance data. Every such object generates a web page that a user can access to view its account status together with a time series of their bandwidth usage and observed quality of service (transmission error rates in the downstream channel). Time series are visualized using a special Java applet that displays a chart and allows scrolling and zooming for more careful examination of the data. Figure 5: A snapshot of the cable tree group object In the current architecture we use one Marvel server for every CATV distribution tree (about 50 modems). The server periodically obtains information from the cable modems through a low level monitoring and control protocol and updates the appropriate objects. A group object contains aggregated performance information for the group and also a table attribute which is used to sort individual user information based on usage or error rates. Finally, a time-line chart indicates the times that every user has been active (see Figure 5). These two attributes can be used to identify quickly users with high usage or error rates or online activity as
11 well as compare individual users. The second level server contains performance and control aggregations for the entire network and allows software distribution to the entire set of cable modems. 5. Related Work The idea of loading code into a management agent to perform locally some management tasks was proposed for the first time in [YEM91]. The initial approach was to download management scripts that were compiled and executed at the agent. The arrival of Java has made this task significantly simpler, and also allows the reverse operation (code downloaded from the agent to the client). More recently, many researchers are investigating the benefits of intelligent/mobile agent technology as a more generic framework for performing distributed management tasks [MAG96, BAL97]. In the visualization area, [CRU93] first proposed an immersive environment that enables the manager to navigate through the network state and perform high level control operations through the exchange and processing of multimedia information. Early work on Web-based management can be found in [BAR97] and [REE97]. The first presents an HTTP proxy to SNMP and CMIP resources and further describes a framework for remote execution of management tasks written in Java. The latter describes the implementation of a Web-based management console for the IBM Netfinity PC management application. [MAS97] highlights the advantages of using the Web as a network management tool and presents the advantages and disadvantages of different Web technologies (CGI scripts, HTML forms and Java) in element, network and service management applications. Parallel to our work is the development of the Java Management API (JMAPI) toolkit from Sunsoft [SUN96]. JMAPI builds on the idea of downloading Java byte code to web browsers that allows them to access server-defined management services. Marvel has several advantages over JMAPI, namely the capability to define automatically computed views of management information, protocol adapters to a large variety of managed elements, a unified object naming space, and support for a large variety of thin clients. Similar in functionality to JMAPI is the WBEM project [THO98]. WBEM relies on the HyperMedia Management Protocol (HMMP) to access management information, allowing management solutions to be platform independent and physically distributed across an enterprise. A more detailed survey of web technologies for network management can be found in [HON98]. 6. Conclusions and Future Work Marvel is a framework that enables the development of scalable network management services. Scalability is achieved by a) supporting computed views of lower level management information that convey the essence of the network operating state rather than the details, b) distributing the view computation task to a hierarchy of processors (servers) and, c) supporting large numbers of clients allowing ubiquitous access to network management information. Marvel objects represent aggregations of management information which can be obtained through any combination of standard management protocols such as SNMP, CMIP, DMI or any other non-standard solution. The manager is responsible for specifying the policy with which these aggregations are computed. Information stored in Marvel objects is then made available in a variety of visual forms using the concept of visual domains and object self-visualization. A distributed computing environment such as Java RMI or CORBA provides remote object access services. We have given particular attention to the web visual interface; web browsers can navigate through the Marvel distributed database and visualize objects of arbitrary complexity by dynamically loading the appropriate viewers/controllers. The SAIL broadband home access network is currently serving as the platform for testing the view computation framework and evaluating several aspects of the Marvel system such as security, client/server interaction performance, etc. Work is also under way to add event support, enhance the attribute library with additional data types and design an improved user interface that integrates data mining with event notifica-
12 tion capabilities. Security is also a major issue that requires further study. We are exploring an access control list based model to restrict access to the services provided by Marvel objects. References [ANE98c] N. Anerousis, An Information Model for Generating Computed Views of Management Information, Proceedings of the 9th IFIP/IEEE International Workshop on Distributed Systems: Operations and Management, Newark, DE, October [BAL97] M. Baldi, S. Gai and G.P. Pico, Exploiting Code Mobility in Decentralized and Flexible Network Management, Proceedings of the First Intl. Workshop on Mobile Agents, Berlin, Germany, April [BAR97] F. Barillaud, L. Deri and M. Feridun, Network Management using Internet Technologies, in Proceedings of the 1997 IEEE Integrated Management, San Diego, CA, [CRU93] L. Crutcher and A.A. Lazar, Management and Control for Giant Gigabit Networks, IEEE Network Magazine, vol. 7, no. 6, pp , November [GRA97] I.S. Graham, HTML Sourcebook, John Wiley and Sons, [HON97] J. Hong et. el., Web-based Intranet Services and Network Management, IEEE Communications Magazine, October [ISO91] Information Processing Systems - Open Systems Interconnection, Structure of Management Information - Part 1: Management Information Model, July International Standard [JUD98] S. Judd and J. Strassner, Directory-enabled Networks - Information Model and Base Schema, preliminary draft, February [MAG96] T. Magedanz, K. Rothermel and S. Krause, Intelligent Agents: An Emerging Technology for Next Generation Telecommunications?, in Proceedings of the 1996 INFOCOM, San Francisco, CA, [MAS97] M.C. Maston, Using the World Wide Web and Java for Network Service Management, in Proceedings of the 1997 IEEE Integrated Management, San Diego, CA, [ODI97] Object Design Inc., Objectstore Persistent Storage Engine for Java, URL: [OMG93] Object Management Group, The Common Object Request Broker Architecture and Specification, Rev. 1.2, Dec [REE97] B. Reed, M. Peercy and E. Robinson, Distributed Systems Management on the Web, in Proceedings of the 1997 IEEE Integrated Management, San Diego, CA, [SUN97] Sun Microsystems Corporation, Java RMI Specification, ftp://ftp.javasoft.com/docs/jdk1.1/ rmi-spec.pdf. [SUN96] Sun Microsystems Corporation, Java Management API Architecture, products/javamanagement/. [THO98] J.P. Thompson, Web-Based Enterprise Management Architecture, IEEE Communications Magazine, March [YEM91] Y. Yemini, G. Goldszmidt and S. Yemini, Network Management by Delegation, in Second International Symposium on Integrated Network Management, pp , Washington DC, April [YUC98] S. Yucel and N. Anerousis, Event Aggregation and Distribution for Web-based Management Systems, under submission.
A Distributed Computing Environment for Building Scalable Management Services
A Distributed Computing Environment for Building Scalable Management Services Nikolaos Anerousis AT&T Labs Research 180 Park Avenue, Bldg. 103 Florham Park, NJ 07932-0971 e-mail: [email protected]
Heterogeneous Tools for Heterogeneous Network Management with WBEM
Heterogeneous Tools for Heterogeneous Network Management with WBEM Kenneth Carey & Fergus O Reilly Adaptive Wireless Systems Group Department of Electronic Engineering Cork Institute of Technology, Cork,
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
A Survey Study on Monitoring Service for Grid
A Survey Study on Monitoring Service for Grid Erkang You [email protected] ABSTRACT Grid is a distributed system that integrates heterogeneous systems into a single transparent computer, aiming to provide
Firewall Builder Architecture Overview
Firewall Builder Architecture Overview Vadim Zaliva Vadim Kurland Abstract This document gives brief, high level overview of existing Firewall Builder architecture.
A Web-Based Real-Time Traffic Monitoring Scheme Using CORBA
A Web-Based Real-Time Traffic Monitoring Scheme Using CORBA Yuming Jiang, Chen-Khong Tham, Chi-Chung Ko Department of Electrical Engineering, National University of Singapore, 10 Kent Ridge Crescent, Singapore
Further we designed a management system on the basis of our proposed architecture that supports basic management functions.
Abstract Most Internet networking devices are now equipped with a Web server for providing Web-based element management so that an administrator may take advantage of this enhanced and powerful management
Event-based middleware services
3 Event-based middleware services The term event service has different definitions. In general, an event service connects producers of information and interested consumers. The service acquires events
HP IMC Firewall Manager
HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this
HP A-IMC Firewall Manager
HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this
GenericServ, a Generic Server for Web Application Development
EurAsia-ICT 2002, Shiraz-Iran, 29-31 Oct. GenericServ, a Generic Server for Web Application Development Samar TAWBI PHD student [email protected] Bilal CHEBARO Assistant professor [email protected] Abstract
Lecture 19: Web Based Management
Lecture 19: Web Based Management Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4395 19-1 Using the Web for Management Web browser UI connects with the management
ER/Studio Enterprise Portal 1.0.2 User Guide
ER/Studio Enterprise Portal 1.0.2 User Guide Copyright 1994-2008 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights
BusinessObjects Enterprise InfoView User's Guide
BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,
Middleware Lou Somers
Middleware Lou Somers April 18, 2002 1 Contents Overview Definition, goals, requirements Four categories of middleware Transactional, message oriented, procedural, object Middleware examples XML-RPC, SOAP,
BlackBerry Enterprise Service 10. Secure Work Space for ios and Android Version: 10.1.1. Security Note
BlackBerry Enterprise Service 10 Secure Work Space for ios and Android Version: 10.1.1 Security Note Published: 2013-06-21 SWD-20130621110651069 Contents 1 About this guide...4 2 What is BlackBerry Enterprise
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
SiteCelerate white paper
SiteCelerate white paper Arahe Solutions SITECELERATE OVERVIEW As enterprises increases their investment in Web applications, Portal and websites and as usage of these applications increase, performance
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see
FAQs for Oracle iplanet Proxy Server 4.0
FAQs for Oracle iplanet Proxy Server 4.0 Get answers to the questions most frequently asked about Oracle iplanet Proxy Server Q: What is Oracle iplanet Proxy Server (Java System Web Proxy Server)? A: Oracle
Efficiency of Web Based SAX XML Distributed Processing
Efficiency of Web Based SAX XML Distributed Processing R. Eggen Computer and Information Sciences Department University of North Florida Jacksonville, FL, USA A. Basic Computer and Information Sciences
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
Last Updated: July 2011. STATISTICA Enterprise Server Security
Last Updated: July 2011 STATISTICA Enterprise Server Security STATISTICA Enterprise Server Security Page 2 of 10 Table of Contents Executive Summary... 3 Introduction to STATISTICA Enterprise Server...
Java Application Developer Certificate Program Competencies
Java Application Developer Certificate Program Competencies After completing the following units, you will be able to: Basic Programming Logic Explain the steps involved in the program development cycle
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
PERFORMANCE MONITORING OF JAVA COMPONENT-ORIENTED DISTRIBUTED APPLICATIONS
PERFORMANCE MONITORING OF JAVA COMPONENT-ORIENTED DISTRIBUTED APPLICATIONS Adrian Mos, John Murphy Performance Engineering Lab, Dublin City University Glasnevin, Dublin 9, Ireland Tel: +353 1 700-8762,
Business Process Management with @enterprise
Business Process Management with @enterprise March 2014 Groiss Informatics GmbH 1 Introduction Process orientation enables modern organizations to focus on the valueadding core processes and increase
Oracle Identity Analytics Architecture. An Oracle White Paper July 2010
Oracle Identity Analytics Architecture An Oracle White Paper July 2010 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may
Installing Management Applications on VNX for File
EMC VNX Series Release 8.1 Installing Management Applications on VNX for File P/N 300-015-111 Rev 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
An Active Packet can be classified as
Mobile Agents for Active Network Management By Rumeel Kazi and Patricia Morreale Stevens Institute of Technology Contact: rkazi,[email protected] Abstract-Traditionally, network management systems
PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE
PERFORMANCE COMPARISON OF COMMON OBJECT REQUEST BROKER ARCHITECTURE(CORBA) VS JAVA MESSAGING SERVICE(JMS) BY TEAM SCALABLE TIGRAN HAKOBYAN SUJAL PATEL VANDANA MURALI INTRODUCTION Common Object Request
Classic Grid Architecture
Peer-to to-peer Grids Classic Grid Architecture Resources Database Database Netsolve Collaboration Composition Content Access Computing Security Middle Tier Brokers Service Providers Middle Tier becomes
Efficiency Considerations of PERL and Python in Distributed Processing
Efficiency Considerations of PERL and Python in Distributed Processing Roger Eggen (presenter) Computer and Information Sciences University of North Florida Jacksonville, FL 32224 [email protected] 904.620.1326
A Tool for Evaluation and Optimization of Web Application Performance
A Tool for Evaluation and Optimization of Web Application Performance Tomáš Černý 1 [email protected] Michael J. Donahoo 2 [email protected] Abstract: One of the main goals of web application
IMPLEMENTATION OF AN AGENT MONITORING SYSTEM IN A JINI ENVIRONMENT WITH RESTRICTED USER ACCESS
IMPLEMENTATION OF AN AGENT MONITORING SYSTEM IN A JINI ENVIRONMENT WITH RESTRICTED USER ACCESS Marietta A. Gittens (Dr. Sadanand Srivastava, Dr. James Gil De Lamadrid) {mgittens, ssrivas, gildelam}@cs.bowiestate.edu
SOA REFERENCE ARCHITECTURE: WEB TIER
SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible
FOXBORO. I/A Series SOFTWARE Product Specifications. I/A Series Intelligent SCADA SCADA Platform PSS 21S-2M1 B3 OVERVIEW
I/A Series SOFTWARE Product Specifications Logo I/A Series Intelligent SCADA SCADA Platform PSS 21S-2M1 B3 The I/A Series Intelligent SCADA Platform takes the traditional SCADA Master Station to a new
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
Monitoring Infrastructure (MIS) Software Architecture Document. Version 1.1
Monitoring Infrastructure (MIS) Software Architecture Document Version 1.1 Revision History Date Version Description Author 28-9-2004 1.0 Created Peter Fennema 8-10-2004 1.1 Processed review comments Peter
Network support for tele-education
Network support for tele-education Aiko Pras Centre for Telematics and Information Technology University of Twente (UT) http://wwwtios.cs.utwente.nl/~pras This paper discusses the state of the art in networking,
Virtual Credit Card Processing System
The ITB Journal Volume 3 Issue 2 Article 2 2002 Virtual Credit Card Processing System Geraldine Gray Karen Church Tony Ayres Follow this and additional works at: http://arrow.dit.ie/itbj Part of the E-Commerce
JNMWare: Network Management Platform Using Java Technologies
JNMWare: Network Platform Using Java Technologies Jae-Oh Lee and Jae-Yeol Kim Dept. of Network, WarePlus Inc. {jolee, kimjy}@wareplus.com Abstract As many Java applications are deployed in the real system,
A Java Based Tool for Testing Interoperable MPI Protocol Conformance
A Java Based Tool for Testing Interoperable MPI Protocol Conformance William George National Institute of Standards and Technology 100 Bureau Drive Stop 8951 Gaithersburg MD 20899 8951 1 301 975 4943 [email protected]
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
FROM RELATIONAL TO OBJECT DATABASE MANAGEMENT SYSTEMS
FROM RELATIONAL TO OBJECT DATABASE MANAGEMENT SYSTEMS V. CHRISTOPHIDES Department of Computer Science & Engineering University of California, San Diego ICS - FORTH, Heraklion, Crete 1 I) INTRODUCTION 2
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
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
Copyright 2012 Trend Micro Incorporated. All rights reserved.
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,
SOFT 437. Software Performance Analysis. Ch 5:Web Applications and Other Distributed Systems
SOFT 437 Software Performance Analysis Ch 5:Web Applications and Other Distributed Systems Outline Overview of Web applications, distributed object technologies, and the important considerations for SPE
Internet Technologies. World Wide Web (WWW) Proxy Server Network Address Translator (NAT)
Internet Technologies World Wide Web (WWW) Proxy Server Network Address Translator (NAT) What is WWW? System of interlinked Hypertext documents Text, Images, Videos, and other multimedia documents navigate
What Is the Java TM 2 Platform, Enterprise Edition?
Page 1 de 9 What Is the Java TM 2 Platform, Enterprise Edition? This document provides an introduction to the features and benefits of the Java 2 platform, Enterprise Edition. Overview Enterprises today
U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC)
U.S. Department of Health and Human Services (HHS) The Office of the National Coordinator for Health Information Technology (ONC) econsent Trial Project Architectural Analysis & Technical Standards Produced
The EMSX Platform. A Modular, Scalable, Efficient, Adaptable Platform to Manage Multi-technology Networks. A White Paper.
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
Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5
Technical Note Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 In the VMware Infrastructure (VI) Perl Toolkit 1.5, VMware
A Java proxy for MS SQL Server Reporting Services
1 of 5 1/10/2005 9:37 PM Advertisement: Support JavaWorld, click here! January 2005 HOME FEATURED TUTORIALS COLUMNS NEWS & REVIEWS FORUM JW RESOURCES ABOUT JW A Java proxy for MS SQL Server Reporting Services
About Network Data Collector
CHAPTER 2 About Network Data Collector The Network Data Collector is a telnet and SNMP-based data collector for Cisco devices which is used by customers to collect data for Net Audits. It provides a robust
GoToMyPC Corporate Advanced Firewall Support Features
F A C T S H E E T GoToMyPC Corporate Advanced Firewall Support Features Citrix GoToMyPC Corporate features Citrix Online s advanced connectivity technology. We support all of the common firewall and proxy
Network operating systems typically are used to run computers that act as servers. They provide the capabilities required for network operation.
NETWORK OPERATING SYSTEM Introduction Network operating systems typically are used to run computers that act as servers. They provide the capabilities required for network operation. Network operating
BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2. Feature and Technical Overview
BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 2 Feature and Technical Overview Published: 2010-06-16 SWDT305802-1108946-0615123042-001 Contents 1 Overview: BlackBerry Enterprise
Project Proposal Distributed Project Management
Proposal Distributed Management by Passakon Prathombutr Ashok Emani CS551 Fall 2001 CSTP UMKC 1 Contents Introduction...3 Goal and Objectives...4 Overall goal... 4 Specific objectives... 4 Significance...
Test Run Analysis Interpretation (AI) Made Easy with OpenLoad
Test Run Analysis Interpretation (AI) Made Easy with OpenLoad OpenDemand Systems, Inc. Abstract / Executive Summary As Web applications and services become more complex, it becomes increasingly difficult
QAME Support for Policy-Based Management of Country-wide Networks
QAME Support for Policy-Based Management of Country-wide Networks Clarissa C. Marquezan, Lisandro Z. Granville, Ricardo L. Vianna, Rodrigo S. Alves Institute of Informatics Computer Networks Group Federal
Building Java Servlets with Oracle JDeveloper
Building Java Servlets with Oracle JDeveloper Chris Schalk Oracle Corporation Introduction Developers today face a formidable task. They need to create large, distributed business applications. The actual
World-wide online monitoring interface of the ATLAS experiment
World-wide online monitoring interface of the ATLAS experiment S. Kolos, E. Alexandrov, R. Hauser, M. Mineev and A. Salnikov Abstract The ATLAS[1] collaboration accounts for more than 3000 members located
EFFICIENCY CONSIDERATIONS BETWEEN COMMON WEB APPLICATIONS USING THE SOAP PROTOCOL
EFFICIENCY CONSIDERATIONS BETWEEN COMMON WEB APPLICATIONS USING THE SOAP PROTOCOL Roger Eggen, Sanjay Ahuja, Paul Elliott Computer and Information Sciences University of North Florida Jacksonville, FL
Functions of NOS Overview of NOS Characteristics Differences Between PC and a NOS Multiuser, Multitasking, and Multiprocessor Systems NOS Server
Functions of NOS Overview of NOS Characteristics Differences Between PC and a NOS Multiuser, Multitasking, and Multiprocessor Systems NOS Server Hardware Windows Windows NT 4.0 Linux Server Software and
Network Station - Thin Client Computing - Overview
Network Station - Thin Client Computing - Overview Overview The objective of this document is to help develop an understanding of a Server Based Computing/Thin-Client environment using MS Windows NT 4.0,
Data Collection and Analysis: Get End-to-End Security with Cisco Connected Analytics for Network Deployment
White Paper Data Collection and Analysis: Get End-to-End Security with Cisco Connected Analytics for Network Deployment Cisco Connected Analytics for Network Deployment (CAND) is Cisco hosted, subscription-based
Document management and exchange system supporting education process
Document management and exchange system supporting education process Emil Egredzija, Bozidar Kovacic Information system development department, Information Technology Institute City of Rijeka Korzo 16,
Enterprise Service Bus
We tested: Talend ESB 5.2.1 Enterprise Service Bus Dr. Götz Güttich Talend Enterprise Service Bus 5.2.1 is an open source, modular solution that allows enterprises to integrate existing or new applications
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
CHAPTER 9: THE EVOLVING INTERNET
CHAPTER 9: THE EVOLVING INTERNET Multiple Choice: 1. What was the department of the U.S. government that developed the initial stages of the Internet? A. Department of Commerce B. Department of Defense
S y s t e m A r c h i t e c t u r e
S y s t e m A r c h i t e c t u r e V e r s i o n 5. 0 Page 1 Enterprise etime automates and streamlines the management, collection, and distribution of employee hours, and eliminates the use of manual
CheckPoint FireWall-1 Version 3.0 Highlights Contents
CheckPoint FireWall-1 Version 3.0 Highlights Contents Abstract...2 Active Network Management...3 Accounting... 3 Live Connections Report... 3 Load balancing... 3 Exporting log records to Informix database...
R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol?
Chapter 1 Review Questions R1. What is the difference between a host and an end system? List several different types of end systems. Is a Web server an end system? 1. There is no difference. Throughout
Citrix EdgeSight Administrator s Guide. Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for XenApp 5.3
Citrix EdgeSight Administrator s Guide Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for enapp 5.3 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior
Niagara IT Manager s Guide
3951 Westerre Parkway, Suite 350 Richmond, VA 23233 804.747.4771 Phone 804.747.5204 FAX Niagara IT Manager s Guide A White Paper An IT Manager s Guide to Niagara This document addresses some of the common
Research on the Model of Enterprise Application Integration with Web Services
Research on the Model of Enterprise Integration with Web Services XIN JIN School of Information, Central University of Finance& Economics, Beijing, 100081 China Abstract: - In order to improve business
A standards-based approach to application integration
A standards-based approach to application integration An introduction to IBM s WebSphere ESB product Jim MacNair Senior Consulting IT Specialist [email protected] Copyright IBM Corporation 2005. All rights
EXPLOITING SIMILARITIES BETWEEN SIP AND RAS: THE ROLE OF THE RAS PROVIDER IN INTERNET TELEPHONY. Nick Marly, Dominique Chantrain, Jurgen Hofkens
Nick Marly, Dominique Chantrain, Jurgen Hofkens Alcatel Francis Wellesplein 1 B-2018 Antwerp Belgium Key Theme T3 Tel : (+32) 3 240 7767 Fax : (+32) 3 240 8485 E-mail : [email protected] Tel : (+32)
Best Practices for Deploying and Managing Linux with Red Hat Network
Best Practices for Deploying and Managing Linux with Red Hat Network Abstract This technical whitepaper provides a best practices overview for companies deploying and managing their open source environment
S3 Monitor Design and Implementation Plans
S 3 Monitor Version 1.0 Specifications and Integration Plan 1 Copyright c 2011 Hewlett Packard Copyright c 2011 Purdue University Permission is hereby granted, free of charge, to any person obtaining a
E-Commerce Security. The Client-Side Vulnerabilities. Securing the Data Transaction LECTURE 7 (SECURITY)
E-Commerce Security An e-commerce security system has four fronts: LECTURE 7 (SECURITY) Web Client Security Data Transport Security Web Server Security Operating System Security A safe e-commerce system
Feature and Technical
BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Feature and Technical Overview Published: 2013-11-07 SWD-20131107160132924 Contents 1 Document revision history...6 2 What's
Category: Business Process and Integration Solution for Small Business and the Enterprise
Home About us Contact us Careers Online Resources Site Map Products Demo Center Support Customers Resources News Download Article in PDF Version Download Diagrams in PDF Version Microsoft Partner Conference
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
Chapter 2 TOPOLOGY SELECTION. SYS-ED/ Computer Education Techniques, Inc.
Chapter 2 TOPOLOGY SELECTION SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Topology selection criteria. Perform a comparison of topology selection criteria. WebSphere component
OpenText Information Hub (ihub) 3.1 and 3.1.1
OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1.1 meets the growing demand for analytics-powered applications that deliver data and empower employees and customers to
Mobile Software Agents: an Overview
Mobile Software Agents: an Overview Authors : From: Vu Anh Pham and Ahmed Karmouch University of Ottawa, Ontario Presented by: Luba Sakharuk Agenda for the Overview of Mobile Agents Abstract The Mobile
InfoView User s Guide. BusinessObjects Enterprise XI Release 2
BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,
Curl Building RIA Beyond AJAX
Rich Internet Applications for the Enterprise The Web has brought about an unprecedented level of connectivity and has put more data at our fingertips than ever before, transforming how we access information
