Skip to main content
QUICK REVIEW

[Paper Review] A Progressive Network Management Architecture Enabled By Java Technology

Damianos Gavalas, Dominic A. P. Greenwood|arXiv (Cornell University)|Dec 20, 2010
Mobile Agent-Based Network Management7 references3 citations
TL;DR

This paper proposes a Java-based network management architecture that enhances interoperability and security in heterogeneous environments through a multithreaded agent engine, a lightweight message-passing mechanism, and an integrated MIB parser. It achieves low response times comparable to standard frameworks while implementing RSA encryption and authentication, demonstrating practical performance gains via prototype evaluation.

ABSTRACT

This paper proposes a framework based completely on Java technology. The advantages brought about by the use of Java in network management answer some critical problems existing in current systems. With this work we address several factors concerning interoperability and security in heterogeneous network environments. Specifically, we present a manager application and a multithreaded agent engine that make use of a lightweight communication mechanism for message exchange. A MIB parser is introduced to accelerate handling of incoming management requests, and the RSA public-key cryptosystem is implemented to provide both encryption and authentication features. Results, measured in terms of response time, compare favourably with other published work and standard management frameworks.

Motivation & Objective

  • To address interoperability and security challenges in heterogeneous network management environments.
  • To design a scalable, platform-independent network management solution using Java technology.
  • To reduce response time in network management operations through optimized message handling and parsing.
  • To integrate strong encryption and mutual authentication using RSA within a lightweight management framework.
  • To validate the architecture's performance against existing standards and published work.

Proposed method

  • Development of a multithreaded agent engine to handle concurrent management requests efficiently.
  • Implementation of a lightweight communication mechanism for low-latency message exchange between manager and agents.
  • Design and integration of a MIB parser to accelerate processing of incoming management requests.
  • Adoption of the RSA public-key cryptosystem to provide end-to-end encryption and authentication.
  • Use of Java technology to ensure platform independence and improve system interoperability.
  • Evaluation of the framework using response time metrics in a prototype deployment.

Experimental results

Research questions

  • RQ1How can a Java-based architecture improve interoperability across heterogeneous network management systems?
  • RQ2What performance gains can be achieved through a lightweight communication mechanism and optimized MIB parsing?
  • RQ3To what extent does integrating RSA encryption enhance security without degrading response time?
  • RQ4How does the proposed framework compare in response time to existing standard management frameworks?
  • RQ5Can a fully Java-based solution achieve practical performance suitable for real-world deployment?

Key findings

  • The proposed architecture achieves response times that compare favorably with other published work and standard management frameworks.
  • The integration of a dedicated MIB parser significantly accelerates the handling of incoming management requests.
  • The use of RSA public-key cryptography successfully provides both encryption and authentication features within the framework.
  • The lightweight communication mechanism enables efficient, low-latency message exchange between manager and agent components.
  • The prototype implementation demonstrates that a fully Java-based system can deliver high performance in network management tasks.
  • The framework's platform independence and security features are effectively realized through Java technology and RSA integration.

Better researchstarts right now

From reading papers to final review, dramatically reduce your research time.

No credit card · Free plan available

This review was created by AI and reviewed by human editors.