SlideShare una empresa de Scribd logo
1 de 3
Descargar para leer sin conexión
Trilochan Tarai et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 1), May 2014, pp.43-45
www.ijera.com 43 | P a g e
Modeling Level Wise Role-Based Access Control for Commercial
Database Systems
Trilochan Tarai1
, Pradipta Kumar Mishra2
Department of Computer science & Engineering, Centurion University of Technology & Management
Bhubaneswar, India
Abstract
Now a days database system is becoming more crucial as the scale of database is growing. Traditional access
control policies have certain disadvantages. So as a promising alternative to traditional access control policy,
Role-Based Access Control (RBAC) has received special attention for its unique flexibility. RBAC provides
access control based on permissions associated with roles. Among commercial software applications, DBMS
provide access control and have applied RBAC. But RBAC have also certain inherent weaknesses. So in this
paper we enhance the RBAC policy named as Level Wise Role-Based Access Control (LWRBAC) policy that is
instead of access control through role assigned to the users, the users are assigned by some level of access
control and it can implement in object relational databases in order to develop secured software applications.
Keywords- RBAC, LWRBAC.
I. Introduction
Role-based Access Control (RBAC) has
attracted considerable attention as an alternative to
traditional Discretionary Access Control (DAC) and
Mandatory Access Control (MAC). RBAC has been
widely researched and received attention and
capability list schemes. Basically a role-based access
control model is involved with users, roles, sessions,
operations, objects, and role hierarchy. A user has
access to an object based on the assigned role. A role
is a group of users that have the same job
functionality within an organization. Roles access
resources based on policies or role rights. The object
is concerned with the user’s role but not the user.
Users frequently change but not the roles, which
makes RBAC a better access control
mechanism[3][4][12]. Permission is an approval to
perform an operation on objects. A session contains a
set of roles that can be activated by a user during a
period of time. One advantage of using RBAC is that
the implementation of access control will be more
reliable than the traditional ones.
The remaining part of the paper is
organized in the following way : related work is
discussed in Section 2. In Section 3, we briefly
introduce the concept of Level Wise Role-Based
Access Control(LWRBAC). In Section 4, a role
assignment algorithm is presented to implement
LWRBAC. Finally the paper is concluded in Section
5.
II. Related Work
Role-Based access control has been well
recognized for providing more advantages than
traditional access control[2][7][10] schemes. A
family of reference models has also received support
as generalized approach to role-based access
control[10][11]. Several attempts to implement role-
based access control have been made using
programming languages or commercial database
management systems[3][10]. The RBAC features and
policies include user role assignment, role
relationships, constraints and assignable privileges.
Not surprisingly, it appears that none of the
commercial database management systems support
the entire features and policies of role-based access
control. Oracle fully supports the user role
assignment and assignable privileges, but it is very
weak in role relationships and constraints and
assignable privileges. The features and policies of
Sybase is somewhere between Informix and Oracle.
A formal specification of access control policies
allows us to investigate whether a system preserves
security policy invariants across the state changes or
not[13].In RBAC one question is arising that “Is the
RBAC policy is enough for expressing access control
policies” ? If the answer is no, then what will be done
to improve the model. We assume that each
organizations has administrators to establish, enforce
and manage policies in access control. We handle the
RBAC policy in application programs. Application
programs implement the constraints based on
individual organization’s access control policies. If
same role will be assigned to multiple users through
the application programs, then the code complexity
will be increased.
RESEARCH ARTICLE OPEN ACCESS
Trilochan Tarai et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 1), May 2014, pp.43-45
www.ijera.com 44 | P a g e
III. Level Wise Role-Based Access
Control
We have enhanced the RBAC policy in
order to reduce the complexity of role assignment
task of administrator by eliminating redundant
assignment statements associated in basic RBAC
model. In this policy, an administrator defines and
creates a set of levels by taking a user or a set of
users. Then different roles are assigned to the levels
according to the role hierarchy of organization. Here
level is mapped to the role instead of users for
accessing the resources. So for this point of view we
have presented this policy as Level Wise Role-Based
Access Control (LWRBAC)policy.
Figure 1. LWRBAC model
This model is based on three sets of entities
called levels(L), roles(R), and permissions(P). A set
of users created by admin forming a group is
identified as a level. A role is a job function or job
title within the organization. The Level
Assignment(LA) and Permission Assignment(PA)
are both many to one relationship. A level can be a
member of many roles, but a role can have one level.
There is a partially ordered role hierarchy RH, also
written as >= where x>=y signifies that role x inherits
the permissions assigned to role y. Each session
relates one level to possibly many roles. A level
establishes a session during which the level activates
some subset of roles that he or she is a member of
directly or indirectly by means of role
hierarchy[1][5][6].
IV. Algorithm for Role Assignment to
Levels
Input : level-id: identification of the user level
applied task roles
Output : authorize task role set T to the level.
{
for(each task-role A in the applied task-roles)
{
if(task-role A satisfies the level constraints)
{
assign role A to the level L;
}
else
return the refuse message for the application of task
role A to the level
}}
V. Conclusion
Role Based Access Control(RBAC)
provides more efficiency in access control than
traditional access control. A reference model is
presenting the basic concept policies and behaviors of
role-based access control. Since RBAC as a
promising alternative to traditional access control
schemes, but it have certain weaknesses that is the
complexities of the code for assigning the role to
each users. So in this research we made attempt to
enhance the RBAC policy and presented as Level
Wise Role-Based Access Control(LWRBAC) policy
to reduce the complexity of code. We also presented
a role assignment algorithm for LWRBAC to develop
secured software applications.
References
[1] Betrino Elisa and Sandhu Ravi,”Database
Security-Concepts, Approaches, and
Challenges”, IEEE Transactions on
Dependable and Secure Computing, Vol.2,
No.1, January-March 2005.
[2] Marius ConstantinLeahu, Mare Dobson, and
Giuseppe Avolio, “Access Control Design
Trilochan Tarai et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 1), May 2014, pp.43-45
www.ijera.com 45 | P a g e
and Implementation in the ATLAS
Experiment”, IEEE Transactions on Nuclear
Science, Vol.55, No.1, February 2008.
[3] Anil L. Pereira, VineelaMuppavarapu and
Soon M. Chung, “Role-Based Access
Control for Grid Database Services Using
the Community Authorization Service”,
IEEE Transactions on Dependable and
Secure Computing, Vol.3, No.2, April-June
2006.
[4] Ravi S. Sandhu, Edward J. Cope, Hal L.
Feinstein, Charles E. Youman, “Roll Based
Access Control Models”, IEEE journals,
February 1996.
[5] Feikis John, “Database Security”, IEEE
Journals, February-March 1999.
[6] Ravi S. Sandhu and PierangelaSamarati,
“Access Controls Principle and Practice”,
IEEE Communication Magazine September
1994.
[7] Akshay Patil and B.B.Meshram, “Database
Access Control Policies”, International
Journal of Engineering Research and
Applications, Vol.2, May-June 2012.
[8] Min-A Jeong, Jung-Ja Kim and Yonggwan
Wan, “A Flexible Database Security System
Using Multiple Access Control Policies”,
IEEE Journals, November 2003.
[9] D.Ferraiolo et al., “Proposed NIST standard
for role-based access control”, ACM Trans.
Inf. Syst. Security, vol.4, no.3, pp.224-274,
Aug,2001.
[10] Mark Strembeck and Gustaf Neumann, “An
Integrated Approach to Engineer and
Enforce Context Constraints in RBAC
Environments,” ACM Transactions on
Information and System Security, Vol.7,
No.3, August 2004, pp.392-427.
[11] Somesh Jha, Ninghui Li, Mahesh
Tripunitara, Qihua Wang, and William
Winsborough, “Towords Formal
Verification of Role-Based Access Control
Policies,” IEEE Transactions on Dependable
and Secure Computing, Vol.5, No.2, April-
June, 2008.
[12] Chia-Chu Chiang and Coskun Bayrak,
“Modelling Role-Based Access Control
Using a Relational Database Tool”, IEEE
IRI 2008, July 13-15, 2008, Las Vegas,
Nevada, USA.
[13] D. Mc Pherson, Role-Based Access Control
for Multi-Tier Applications Using
Authoriza-tion Manager, Retrieved from
http://www.microsoft.com/technet/prodtech
nol/windowsserver2003/technologies/mama
gement/athmanwp.mspx, 2008.

Más contenido relacionado

La actualidad más candente

Generalized attribute centric access control
Generalized attribute centric access controlGeneralized attribute centric access control
Generalized attribute centric access controlarj_presenter
 
A novel approach a hybrid semantic
A novel approach a hybrid semanticA novel approach a hybrid semantic
A novel approach a hybrid semanticIJNSA Journal
 
Attribute Based Access Control
Attribute Based Access ControlAttribute Based Access Control
Attribute Based Access ControlChandra Sharma
 
IMPLEMENTATION OF DYNAMIC COUPLING MEASUREMENT OF DISTRIBUTED OBJECT ORIENTED...
IMPLEMENTATION OF DYNAMIC COUPLING MEASUREMENT OF DISTRIBUTED OBJECT ORIENTED...IMPLEMENTATION OF DYNAMIC COUPLING MEASUREMENT OF DISTRIBUTED OBJECT ORIENTED...
IMPLEMENTATION OF DYNAMIC COUPLING MEASUREMENT OF DISTRIBUTED OBJECT ORIENTED...IJCSEA Journal
 
Cross Domain Recommender System using Machine Learning and Transferable Knowl...
Cross Domain Recommender System using Machine Learning and Transferable Knowl...Cross Domain Recommender System using Machine Learning and Transferable Knowl...
Cross Domain Recommender System using Machine Learning and Transferable Knowl...IRJET Journal
 
Elements of legacy program complexity
Elements of legacy program complexityElements of legacy program complexity
Elements of legacy program complexityeSAT Journals
 
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...IJARTES
 
FUZZY-BASED ARCHITECTURE TO IMPLEMENT SERVICE SELECTION ADAPTATION STRATEGY
FUZZY-BASED ARCHITECTURE TO IMPLEMENT SERVICE SELECTION ADAPTATION STRATEGYFUZZY-BASED ARCHITECTURE TO IMPLEMENT SERVICE SELECTION ADAPTATION STRATEGY
FUZZY-BASED ARCHITECTURE TO IMPLEMENT SERVICE SELECTION ADAPTATION STRATEGYijwscjournal
 
Survey on software remodularization techniques
Survey on software remodularization techniquesSurvey on software remodularization techniques
Survey on software remodularization techniqueseSAT Publishing House
 
Advanced Question Paper Generator Implemented using Fuzzy Logic
Advanced Question Paper Generator Implemented using Fuzzy LogicAdvanced Question Paper Generator Implemented using Fuzzy Logic
Advanced Question Paper Generator Implemented using Fuzzy LogicIRJET Journal
 
Advanced Question Paper Generator using Fuzzy Logic
Advanced Question Paper Generator using Fuzzy LogicAdvanced Question Paper Generator using Fuzzy Logic
Advanced Question Paper Generator using Fuzzy LogicIRJET Journal
 
SelCSP: A Framework to Facilitate Selection of Cloud Service Providers
SelCSP: A Framework to Facilitate Selection of Cloud Service ProvidersSelCSP: A Framework to Facilitate Selection of Cloud Service Providers
SelCSP: A Framework to Facilitate Selection of Cloud Service Providers1crore projects
 
IRJET- Question-Answer Text Mining using Machine Learning
IRJET- Question-Answer Text Mining using Machine LearningIRJET- Question-Answer Text Mining using Machine Learning
IRJET- Question-Answer Text Mining using Machine LearningIRJET Journal
 
IRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AIIRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AIIRJET Journal
 
A USER PROFILE BASED ACCESS CONTROL MODEL AND ARCHITECTURE
A USER PROFILE BASED ACCESS CONTROL MODEL  AND ARCHITECTUREA USER PROFILE BASED ACCESS CONTROL MODEL  AND ARCHITECTURE
A USER PROFILE BASED ACCESS CONTROL MODEL AND ARCHITECTUREIJCNC
 
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...ijseajournal
 
Authentication and Authorization for User Roles and Device for Attack Detecti...
Authentication and Authorization for User Roles and Device for Attack Detecti...Authentication and Authorization for User Roles and Device for Attack Detecti...
Authentication and Authorization for User Roles and Device for Attack Detecti...IRJET Journal
 

La actualidad más candente (18)

Generalized attribute centric access control
Generalized attribute centric access controlGeneralized attribute centric access control
Generalized attribute centric access control
 
A novel approach a hybrid semantic
A novel approach a hybrid semanticA novel approach a hybrid semantic
A novel approach a hybrid semantic
 
Attribute Based Access Control
Attribute Based Access ControlAttribute Based Access Control
Attribute Based Access Control
 
IMPLEMENTATION OF DYNAMIC COUPLING MEASUREMENT OF DISTRIBUTED OBJECT ORIENTED...
IMPLEMENTATION OF DYNAMIC COUPLING MEASUREMENT OF DISTRIBUTED OBJECT ORIENTED...IMPLEMENTATION OF DYNAMIC COUPLING MEASUREMENT OF DISTRIBUTED OBJECT ORIENTED...
IMPLEMENTATION OF DYNAMIC COUPLING MEASUREMENT OF DISTRIBUTED OBJECT ORIENTED...
 
Cross Domain Recommender System using Machine Learning and Transferable Knowl...
Cross Domain Recommender System using Machine Learning and Transferable Knowl...Cross Domain Recommender System using Machine Learning and Transferable Knowl...
Cross Domain Recommender System using Machine Learning and Transferable Knowl...
 
Elements of legacy program complexity
Elements of legacy program complexityElements of legacy program complexity
Elements of legacy program complexity
 
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
 
FUZZY-BASED ARCHITECTURE TO IMPLEMENT SERVICE SELECTION ADAPTATION STRATEGY
FUZZY-BASED ARCHITECTURE TO IMPLEMENT SERVICE SELECTION ADAPTATION STRATEGYFUZZY-BASED ARCHITECTURE TO IMPLEMENT SERVICE SELECTION ADAPTATION STRATEGY
FUZZY-BASED ARCHITECTURE TO IMPLEMENT SERVICE SELECTION ADAPTATION STRATEGY
 
STUDY OF AGENT ASSISTED METHODOLOGIES FOR DEVELOPMENT OF A SYSTEM
STUDY OF AGENT ASSISTED METHODOLOGIES FOR DEVELOPMENT OF A SYSTEMSTUDY OF AGENT ASSISTED METHODOLOGIES FOR DEVELOPMENT OF A SYSTEM
STUDY OF AGENT ASSISTED METHODOLOGIES FOR DEVELOPMENT OF A SYSTEM
 
Survey on software remodularization techniques
Survey on software remodularization techniquesSurvey on software remodularization techniques
Survey on software remodularization techniques
 
Advanced Question Paper Generator Implemented using Fuzzy Logic
Advanced Question Paper Generator Implemented using Fuzzy LogicAdvanced Question Paper Generator Implemented using Fuzzy Logic
Advanced Question Paper Generator Implemented using Fuzzy Logic
 
Advanced Question Paper Generator using Fuzzy Logic
Advanced Question Paper Generator using Fuzzy LogicAdvanced Question Paper Generator using Fuzzy Logic
Advanced Question Paper Generator using Fuzzy Logic
 
SelCSP: A Framework to Facilitate Selection of Cloud Service Providers
SelCSP: A Framework to Facilitate Selection of Cloud Service ProvidersSelCSP: A Framework to Facilitate Selection of Cloud Service Providers
SelCSP: A Framework to Facilitate Selection of Cloud Service Providers
 
IRJET- Question-Answer Text Mining using Machine Learning
IRJET- Question-Answer Text Mining using Machine LearningIRJET- Question-Answer Text Mining using Machine Learning
IRJET- Question-Answer Text Mining using Machine Learning
 
IRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AIIRJET- Personality Prediction System using AI
IRJET- Personality Prediction System using AI
 
A USER PROFILE BASED ACCESS CONTROL MODEL AND ARCHITECTURE
A USER PROFILE BASED ACCESS CONTROL MODEL  AND ARCHITECTUREA USER PROFILE BASED ACCESS CONTROL MODEL  AND ARCHITECTURE
A USER PROFILE BASED ACCESS CONTROL MODEL AND ARCHITECTURE
 
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...
A SOFTWARE REQUIREMENT ENGINEERING TECHNIQUE USING OOADA-RE AND CSC FOR IOT B...
 
Authentication and Authorization for User Roles and Device for Attack Detecti...
Authentication and Authorization for User Roles and Device for Attack Detecti...Authentication and Authorization for User Roles and Device for Attack Detecti...
Authentication and Authorization for User Roles and Device for Attack Detecti...
 

Destacado

世界遺產50選
世界遺產50選世界遺產50選
世界遺產50選Jaing Lai
 
吃到飽大全
吃到飽大全吃到飽大全
吃到飽大全Jaing Lai
 
水果和它的花
水果和它的花水果和它的花
水果和它的花Jaing Lai
 
Weekly commodity-report 14-18 july by epic research pvt.ltd indore
Weekly commodity-report 14-18 july by epic research pvt.ltd indoreWeekly commodity-report 14-18 july by epic research pvt.ltd indore
Weekly commodity-report 14-18 july by epic research pvt.ltd indoreEpic Research Limited
 
Webminar: Java como una plataforma Poliglota
Webminar: Java como una plataforma PoliglotaWebminar: Java como una plataforma Poliglota
Webminar: Java como una plataforma PoliglotaDomingo Suarez Torres
 

Destacado (8)

世界遺產50選
世界遺產50選世界遺產50選
世界遺產50選
 
吃到飽大全
吃到飽大全吃到飽大全
吃到飽大全
 
Edad moderna exelente
Edad moderna  exelenteEdad moderna  exelente
Edad moderna exelente
 
水果和它的花
水果和它的花水果和它的花
水果和它的花
 
Weekly commodity-report 14-18 july by epic research pvt.ltd indore
Weekly commodity-report 14-18 july by epic research pvt.ltd indoreWeekly commodity-report 14-18 july by epic research pvt.ltd indore
Weekly commodity-report 14-18 july by epic research pvt.ltd indore
 
ереже
ережеереже
ереже
 
Webminar: Java como una plataforma Poliglota
Webminar: Java como una plataforma PoliglotaWebminar: Java como una plataforma Poliglota
Webminar: Java como una plataforma Poliglota
 
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job? Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
Succession “Losers”: What Happens to Executives Passed Over for the CEO Job?
 

Similar a G45014345

International Journal of Computer Science and Security Volume (2) Issue (2)
International Journal of Computer Science and Security Volume (2) Issue (2)International Journal of Computer Science and Security Volume (2) Issue (2)
International Journal of Computer Science and Security Volume (2) Issue (2)CSCJournals
 
IRJET- A Review On - Controlchain: Access Control using Blockchain
IRJET- A Review On - Controlchain: Access Control using BlockchainIRJET- A Review On - Controlchain: Access Control using Blockchain
IRJET- A Review On - Controlchain: Access Control using BlockchainIRJET Journal
 
A Framework for Predicate Based Access Control Policies in Infrastructure as ...
A Framework for Predicate Based Access Control Policies in Infrastructure as ...A Framework for Predicate Based Access Control Policies in Infrastructure as ...
A Framework for Predicate Based Access Control Policies in Infrastructure as ...IJERA Editor
 
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROL
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROLENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROL
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROLIJNSA Journal
 
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROL
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROLENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROL
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROLIJNSA Journal
 
Automated verification of role based access control policies constraints usin...
Automated verification of role based access control policies constraints usin...Automated verification of role based access control policies constraints usin...
Automated verification of role based access control policies constraints usin...ijsptm
 
A Proposed Security Model for Web Enabled Business Process Management System
A Proposed Security Model for Web Enabled Business Process Management SystemA Proposed Security Model for Web Enabled Business Process Management System
A Proposed Security Model for Web Enabled Business Process Management SystemCSCJournals
 
Enhancing highly-collaborative access control system using a new role-mappin...
Enhancing highly-collaborative access control system using a  new role-mappin...Enhancing highly-collaborative access control system using a  new role-mappin...
Enhancing highly-collaborative access control system using a new role-mappin...IJECEIAES
 
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...IJCSIS Research Publications
 
Simplified Cost Efficient Distributed System
Simplified Cost Efficient Distributed SystemSimplified Cost Efficient Distributed System
Simplified Cost Efficient Distributed SystemNadim Hossain Sonet
 
A methodology to evaluate object oriented software systems using change requi...
A methodology to evaluate object oriented software systems using change requi...A methodology to evaluate object oriented software systems using change requi...
A methodology to evaluate object oriented software systems using change requi...ijseajournal
 
Wireless Information Security System via Role based Access Control Pattern Us...
Wireless Information Security System via Role based Access Control Pattern Us...Wireless Information Security System via Role based Access Control Pattern Us...
Wireless Information Security System via Role based Access Control Pattern Us...ijcnes
 
Support for Goal Oriented Requirements Engineering in Elastic Cloud Applications
Support for Goal Oriented Requirements Engineering in Elastic Cloud ApplicationsSupport for Goal Oriented Requirements Engineering in Elastic Cloud Applications
Support for Goal Oriented Requirements Engineering in Elastic Cloud Applicationszillesubhan
 
Review on Agile Method with Text Mining
Review on Agile Method with Text MiningReview on Agile Method with Text Mining
Review on Agile Method with Text MiningIJARIIT
 
A SURVEY ON ACCURACY OF REQUIREMENT TRACEABILITY LINKS DURING SOFTWARE DEVELO...
A SURVEY ON ACCURACY OF REQUIREMENT TRACEABILITY LINKS DURING SOFTWARE DEVELO...A SURVEY ON ACCURACY OF REQUIREMENT TRACEABILITY LINKS DURING SOFTWARE DEVELO...
A SURVEY ON ACCURACY OF REQUIREMENT TRACEABILITY LINKS DURING SOFTWARE DEVELO...ijiert bestjournal
 

Similar a G45014345 (20)

International Journal of Computer Science and Security Volume (2) Issue (2)
International Journal of Computer Science and Security Volume (2) Issue (2)International Journal of Computer Science and Security Volume (2) Issue (2)
International Journal of Computer Science and Security Volume (2) Issue (2)
 
IRJET- A Review On - Controlchain: Access Control using Blockchain
IRJET- A Review On - Controlchain: Access Control using BlockchainIRJET- A Review On - Controlchain: Access Control using Blockchain
IRJET- A Review On - Controlchain: Access Control using Blockchain
 
A Framework for Predicate Based Access Control Policies in Infrastructure as ...
A Framework for Predicate Based Access Control Policies in Infrastructure as ...A Framework for Predicate Based Access Control Policies in Infrastructure as ...
A Framework for Predicate Based Access Control Policies in Infrastructure as ...
 
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROL
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROLENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROL
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROL
 
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROL
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROLENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROL
ENHANCING THE WORDPRESS SYSTEM:FROM ROLE TO ATTRIBUTE-BASED ACCESS CONTROL
 
Automated verification of role based access control policies constraints usin...
Automated verification of role based access control policies constraints usin...Automated verification of role based access control policies constraints usin...
Automated verification of role based access control policies constraints usin...
 
50120130405015
5012013040501550120130405015
50120130405015
 
50120130405015
5012013040501550120130405015
50120130405015
 
50120130405015
5012013040501550120130405015
50120130405015
 
A Proposed Security Model for Web Enabled Business Process Management System
A Proposed Security Model for Web Enabled Business Process Management SystemA Proposed Security Model for Web Enabled Business Process Management System
A Proposed Security Model for Web Enabled Business Process Management System
 
Enhancing highly-collaborative access control system using a new role-mappin...
Enhancing highly-collaborative access control system using a  new role-mappin...Enhancing highly-collaborative access control system using a  new role-mappin...
Enhancing highly-collaborative access control system using a new role-mappin...
 
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...
Enhanced Feature Analysis Framework for Comparative Analysis & Evaluation of ...
 
Simplified Cost Efficient Distributed System
Simplified Cost Efficient Distributed SystemSimplified Cost Efficient Distributed System
Simplified Cost Efficient Distributed System
 
A methodology to evaluate object oriented software systems using change requi...
A methodology to evaluate object oriented software systems using change requi...A methodology to evaluate object oriented software systems using change requi...
A methodology to evaluate object oriented software systems using change requi...
 
Wireless Information Security System via Role based Access Control Pattern Us...
Wireless Information Security System via Role based Access Control Pattern Us...Wireless Information Security System via Role based Access Control Pattern Us...
Wireless Information Security System via Role based Access Control Pattern Us...
 
Ijcatr04051006
Ijcatr04051006Ijcatr04051006
Ijcatr04051006
 
Support for Goal Oriented Requirements Engineering in Elastic Cloud Applications
Support for Goal Oriented Requirements Engineering in Elastic Cloud ApplicationsSupport for Goal Oriented Requirements Engineering in Elastic Cloud Applications
Support for Goal Oriented Requirements Engineering in Elastic Cloud Applications
 
Review on Agile Method with Text Mining
Review on Agile Method with Text MiningReview on Agile Method with Text Mining
Review on Agile Method with Text Mining
 
Chapter three
Chapter threeChapter three
Chapter three
 
A SURVEY ON ACCURACY OF REQUIREMENT TRACEABILITY LINKS DURING SOFTWARE DEVELO...
A SURVEY ON ACCURACY OF REQUIREMENT TRACEABILITY LINKS DURING SOFTWARE DEVELO...A SURVEY ON ACCURACY OF REQUIREMENT TRACEABILITY LINKS DURING SOFTWARE DEVELO...
A SURVEY ON ACCURACY OF REQUIREMENT TRACEABILITY LINKS DURING SOFTWARE DEVELO...
 

Último

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 

Último (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 

G45014345

  • 1. Trilochan Tarai et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 1), May 2014, pp.43-45 www.ijera.com 43 | P a g e Modeling Level Wise Role-Based Access Control for Commercial Database Systems Trilochan Tarai1 , Pradipta Kumar Mishra2 Department of Computer science & Engineering, Centurion University of Technology & Management Bhubaneswar, India Abstract Now a days database system is becoming more crucial as the scale of database is growing. Traditional access control policies have certain disadvantages. So as a promising alternative to traditional access control policy, Role-Based Access Control (RBAC) has received special attention for its unique flexibility. RBAC provides access control based on permissions associated with roles. Among commercial software applications, DBMS provide access control and have applied RBAC. But RBAC have also certain inherent weaknesses. So in this paper we enhance the RBAC policy named as Level Wise Role-Based Access Control (LWRBAC) policy that is instead of access control through role assigned to the users, the users are assigned by some level of access control and it can implement in object relational databases in order to develop secured software applications. Keywords- RBAC, LWRBAC. I. Introduction Role-based Access Control (RBAC) has attracted considerable attention as an alternative to traditional Discretionary Access Control (DAC) and Mandatory Access Control (MAC). RBAC has been widely researched and received attention and capability list schemes. Basically a role-based access control model is involved with users, roles, sessions, operations, objects, and role hierarchy. A user has access to an object based on the assigned role. A role is a group of users that have the same job functionality within an organization. Roles access resources based on policies or role rights. The object is concerned with the user’s role but not the user. Users frequently change but not the roles, which makes RBAC a better access control mechanism[3][4][12]. Permission is an approval to perform an operation on objects. A session contains a set of roles that can be activated by a user during a period of time. One advantage of using RBAC is that the implementation of access control will be more reliable than the traditional ones. The remaining part of the paper is organized in the following way : related work is discussed in Section 2. In Section 3, we briefly introduce the concept of Level Wise Role-Based Access Control(LWRBAC). In Section 4, a role assignment algorithm is presented to implement LWRBAC. Finally the paper is concluded in Section 5. II. Related Work Role-Based access control has been well recognized for providing more advantages than traditional access control[2][7][10] schemes. A family of reference models has also received support as generalized approach to role-based access control[10][11]. Several attempts to implement role- based access control have been made using programming languages or commercial database management systems[3][10]. The RBAC features and policies include user role assignment, role relationships, constraints and assignable privileges. Not surprisingly, it appears that none of the commercial database management systems support the entire features and policies of role-based access control. Oracle fully supports the user role assignment and assignable privileges, but it is very weak in role relationships and constraints and assignable privileges. The features and policies of Sybase is somewhere between Informix and Oracle. A formal specification of access control policies allows us to investigate whether a system preserves security policy invariants across the state changes or not[13].In RBAC one question is arising that “Is the RBAC policy is enough for expressing access control policies” ? If the answer is no, then what will be done to improve the model. We assume that each organizations has administrators to establish, enforce and manage policies in access control. We handle the RBAC policy in application programs. Application programs implement the constraints based on individual organization’s access control policies. If same role will be assigned to multiple users through the application programs, then the code complexity will be increased. RESEARCH ARTICLE OPEN ACCESS
  • 2. Trilochan Tarai et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 1), May 2014, pp.43-45 www.ijera.com 44 | P a g e III. Level Wise Role-Based Access Control We have enhanced the RBAC policy in order to reduce the complexity of role assignment task of administrator by eliminating redundant assignment statements associated in basic RBAC model. In this policy, an administrator defines and creates a set of levels by taking a user or a set of users. Then different roles are assigned to the levels according to the role hierarchy of organization. Here level is mapped to the role instead of users for accessing the resources. So for this point of view we have presented this policy as Level Wise Role-Based Access Control (LWRBAC)policy. Figure 1. LWRBAC model This model is based on three sets of entities called levels(L), roles(R), and permissions(P). A set of users created by admin forming a group is identified as a level. A role is a job function or job title within the organization. The Level Assignment(LA) and Permission Assignment(PA) are both many to one relationship. A level can be a member of many roles, but a role can have one level. There is a partially ordered role hierarchy RH, also written as >= where x>=y signifies that role x inherits the permissions assigned to role y. Each session relates one level to possibly many roles. A level establishes a session during which the level activates some subset of roles that he or she is a member of directly or indirectly by means of role hierarchy[1][5][6]. IV. Algorithm for Role Assignment to Levels Input : level-id: identification of the user level applied task roles Output : authorize task role set T to the level. { for(each task-role A in the applied task-roles) { if(task-role A satisfies the level constraints) { assign role A to the level L; } else return the refuse message for the application of task role A to the level }} V. Conclusion Role Based Access Control(RBAC) provides more efficiency in access control than traditional access control. A reference model is presenting the basic concept policies and behaviors of role-based access control. Since RBAC as a promising alternative to traditional access control schemes, but it have certain weaknesses that is the complexities of the code for assigning the role to each users. So in this research we made attempt to enhance the RBAC policy and presented as Level Wise Role-Based Access Control(LWRBAC) policy to reduce the complexity of code. We also presented a role assignment algorithm for LWRBAC to develop secured software applications. References [1] Betrino Elisa and Sandhu Ravi,”Database Security-Concepts, Approaches, and Challenges”, IEEE Transactions on Dependable and Secure Computing, Vol.2, No.1, January-March 2005. [2] Marius ConstantinLeahu, Mare Dobson, and Giuseppe Avolio, “Access Control Design
  • 3. Trilochan Tarai et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 1), May 2014, pp.43-45 www.ijera.com 45 | P a g e and Implementation in the ATLAS Experiment”, IEEE Transactions on Nuclear Science, Vol.55, No.1, February 2008. [3] Anil L. Pereira, VineelaMuppavarapu and Soon M. Chung, “Role-Based Access Control for Grid Database Services Using the Community Authorization Service”, IEEE Transactions on Dependable and Secure Computing, Vol.3, No.2, April-June 2006. [4] Ravi S. Sandhu, Edward J. Cope, Hal L. Feinstein, Charles E. Youman, “Roll Based Access Control Models”, IEEE journals, February 1996. [5] Feikis John, “Database Security”, IEEE Journals, February-March 1999. [6] Ravi S. Sandhu and PierangelaSamarati, “Access Controls Principle and Practice”, IEEE Communication Magazine September 1994. [7] Akshay Patil and B.B.Meshram, “Database Access Control Policies”, International Journal of Engineering Research and Applications, Vol.2, May-June 2012. [8] Min-A Jeong, Jung-Ja Kim and Yonggwan Wan, “A Flexible Database Security System Using Multiple Access Control Policies”, IEEE Journals, November 2003. [9] D.Ferraiolo et al., “Proposed NIST standard for role-based access control”, ACM Trans. Inf. Syst. Security, vol.4, no.3, pp.224-274, Aug,2001. [10] Mark Strembeck and Gustaf Neumann, “An Integrated Approach to Engineer and Enforce Context Constraints in RBAC Environments,” ACM Transactions on Information and System Security, Vol.7, No.3, August 2004, pp.392-427. [11] Somesh Jha, Ninghui Li, Mahesh Tripunitara, Qihua Wang, and William Winsborough, “Towords Formal Verification of Role-Based Access Control Policies,” IEEE Transactions on Dependable and Secure Computing, Vol.5, No.2, April- June, 2008. [12] Chia-Chu Chiang and Coskun Bayrak, “Modelling Role-Based Access Control Using a Relational Database Tool”, IEEE IRI 2008, July 13-15, 2008, Las Vegas, Nevada, USA. [13] D. Mc Pherson, Role-Based Access Control for Multi-Tier Applications Using Authoriza-tion Manager, Retrieved from http://www.microsoft.com/technet/prodtech nol/windowsserver2003/technologies/mama gement/athmanwp.mspx, 2008.