project oracle

3
Performance and Cost Evaluation of an Adaptive Encryption Architecture for Cloud Databases Project Proposal (43 hrs) Design and Analysis (126 hrs) Coding (413 hrs) Testing (43 hrs) Implementati on (14 hrs) System Conceptualiz ation Review Requirement (21hrs) System Documentatio n (10hrs) UML Diagrams (21hrs) User Interface Design (105hrs) Unit Testing (14 hrs) Integratio n Testing (14 hrs) Usability Testing (15 hrs)

Upload: raviranchi02

Post on 25-Dec-2015

3 views

Category:

Documents


0 download

DESCRIPTION

Oracle Project required

TRANSCRIPT

Page 1: Project Oracle

Performance and Cost Evaluation of an Adaptive Encryption Architecture for

Cloud Databases(595 hrs)

Project Proposal

(43 hrs)

Design and Analysis

(126 hrs)

Coding

(413 hrs)

Testing

(43 hrs)

Implementation (14 hrs)

System Conceptualization

(12hrs)

Review Requirement

(21hrs)

System Documentation

(10hrs)

UML Diagrams (21hrs)

User Interface Design

(105hrs)

Unit Testing (14 hrs)

Integration Testing(14 hrs)

Usability Testing(15 hrs)

Page 2: Project Oracle

COCOMO Model

The Basic COCOMO model is a static single valued model that computes software development effort (and cost) as a function of program size expressed in estimated lines of code (LOC). There are three models of COCOMO:

SOFTWARE PROJECT ab bb cb db

Organic 2.4 1.05 2.5 0.38

Emi detached 3.0 1.12 2.5 0.35

embedded 3.6 1.20 2.5 0.32

Effort = ab KLOC bb

Duration = cb E db

People Required = Effort/Duration

KLOC=2

Effort = 2.4 (KLOC) 1.05 person/month

= 2.4 (2)1.05 = 4.96 person/month

Duration = 2.5 (Effort) 0.38 months

= 2.5 (4.96) 0.38 = 4.6 months

People Required = Effort/Duration

= 4.96/4.6 = 1.08

Page 3: Project Oracle