CFP last date
20 May 2024
Reseach Article

Cross-Cutting Concerns in OSPF using AOP

Published on August 2011 by Satish Nathu Bhadane, A.R.Gaidhani, G.P. Mohole
journal_cover_thumbnail
National Technical Symposium on Advancements in Computing Technologies
Foundation of Computer Science USA
NTSACT - Number 2
August 2011
Authors: Satish Nathu Bhadane, A.R.Gaidhani, G.P. Mohole
bdf69c1b-3f48-4461-b756-9ae3cdbb34b3

Satish Nathu Bhadane, A.R.Gaidhani, G.P. Mohole . Cross-Cutting Concerns in OSPF using AOP. National Technical Symposium on Advancements in Computing Technologies. NTSACT, 2 (August 2011), 13-15.

@article{
author = { Satish Nathu Bhadane, A.R.Gaidhani, G.P. Mohole },
title = { Cross-Cutting Concerns in OSPF using AOP },
journal = { National Technical Symposium on Advancements in Computing Technologies },
issue_date = { August 2011 },
volume = { NTSACT },
number = { 2 },
month = { August },
year = { 2011 },
issn = 0975-8887,
pages = { 13-15 },
numpages = 3,
url = { /proceedings/ntsact/number2/3192-ntst013/ },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Proceeding Article
%1 National Technical Symposium on Advancements in Computing Technologies
%A Satish Nathu Bhadane
%A A.R.Gaidhani
%A G.P. Mohole
%T Cross-Cutting Concerns in OSPF using AOP
%J National Technical Symposium on Advancements in Computing Technologies
%@ 0975-8887
%V NTSACT
%N 2
%P 13-15
%D 2011
%I International Journal of Computer Applications
Abstract

Object oriented programming has been presented technology that can fundamentally aid software engineering, but we have found many programming problem where OOP techniques are not sufficient to clearly capture all the important design decisions the program must implements. This paper introduce case study on Cross-cutting concern in OSPF using AOP, considering cross-cutting concern method these technique used to cross-cut from C++ implementation of OSPF protocol. Aspect-orientedprogramming (AOP) is a promising new approach where the description of a complex system/application is enhanced with various aspects, related to communication properties, distribution, synchronization, etc. All aspects can be described separately and are brought together by using a so-called weaver. OSPF protocol are already implement by using object oriented programming techniques, that source code used to find out common aspect.

References
  1. Internetworking with TCP/IP (Vol I)–Comer
  2. RFC 2460–Internet Protocol, Version 6 (IPv6), December 1998
  3. RFC 1726–Technical Criteria for Choosing IP the Next Generation, December 1994
  4. RFC 1358 Routing Information Protocol, January 1993
  5. Coady, Y., G. Kiczales, and M. Feeley: Exploring an Aspect- Oriented Approach to Operating System Code. In: Position paper for the Advanced Separation of Concerns Workshop at the Conference on Object-Oriented Programming Systems, Languages, and Applications (OOPSLA). ACM, Minneapolis, Minnesota, USA (2000)
  6. DeVolder, K.: Aspect–Oriented Logic Meta Programming. In: Meta-Level Architectures and Reflection, Reflection'99. Springer, Saint-Malo, France (1999) 250–272
  7. 11.[AEC97] Lopes C. V., Mens K., Tekinerdogan B., Kiczales G., Aspect-Oriented Programming Workshop Report, ECOOP97 Proceedings, 1997.
  8. [AOP99] Kiczales G., Aspect-Oriented Programming, slides from talk given at University of Virginia, 1999.
Index Terms

Computer Science
Information Sciences

Keywords

AOP cross-cutting concern Aspect OSPF C++ implementation