SlideShare a Scribd company logo
Enabling Data Dynamic and Indirect Mutual Trust for Cloud
Computing Storage Systems
Abstract:
Currently, the amount of sensitive data produced by many organizations is
outpacing their storage ability. The management of such huge amount of data is
quite expensive due to the requirements of high storage capacity and qualified
personnel. Storage-as-a-Service (SaaS) offered by cloud service providers (CSPs) is
a paid facility that enables organizations to outsource their data to be stored on
remote servers. Thus, SaaS reduces the maintenance cost and mitigates the
burden of large local data storage at the organization’s end. A data owner pays for
a desired level of security and must get some compensation in case of any
misbehavior committed by the CSP. On the other hand, the CSP needs a protection
from any false accusation that may be claimed by the owner to get illegal
compensations.
GLOBALSOFT TECHNOLOGIES
IEEE PROJECTS & SOFTWARE DEVELOPMENTS
IEEE FINAL YEAR PROJECTS|IEEE ENGINEERING PROJECTS|IEEE STUDENTS PROJECTS|IEEE
BULK PROJECTS|BE/BTECH/ME/MTECH/MS/MCA PROJECTS|CSE/IT/ECE/EEE PROJECTS
CELL: +91 98495 39085, +91 99662 35788, +91 98495 57908, +91 97014 40401
Visit: www.finalyearprojects.org Mail to:ieeefinalsemprojects@gmail.com
Architecture 1:
Architecture 2:
Existing System:
Commonly, traditional access control techniques assume the existence of the data
owner and the storage servers in the same trust domain. This assumption,
however, no longer holds when the data is outsourced to a remote CSP, which
takes the full charge of the outsourced data management, and resides outside the
trust domain of the data owner. Existing research close to our work can be found
in the areas of integrity verification of outsourced data, cryptographic file systems
in distributed networks, and access control of outsourced data.
Proposed System:
In this paper, we propose a cloud-based storage scheme that allows
the data owner to benefit from the facilities offered by the CSP and enables
indirect mutual trust between them. The proposed scheme has four important
features: (i) it allows the owner to outsource sensitive data to a CSP, and perform
full block-level dynamic operations on the outsourced data, i.e., block
modification, insertion, deletion, and append, (ii) it ensures that authorized users
(i.e., those who have the right to access the owner’s file) receive the latest version
of the outsourced data, (iii) it enables indirect mutual trust between the owner
and the CSP, and (iv)it allows the owner to grant or revoke access to the
outsourced data. We discuss the security issues of the proposed scheme. Besides,
we justify its performance through theoretical analysis and experimental
evaluation of storage, communication, and computation overheads.
Modules :
1. Data Owner Registration
2. Data User Registration
3. TTP (TRUSTED THIRD PARTY) LOGIN
4. CSP(CLOUD SERVICE PROVIDER) LOGIN
5. Download File
Modules Description
Data Owner Registration:
In this module if a owner of data have to store data on a cloud
server,he/she should register their details first.These details are maintained in a
Database.Then he has to upload the file in a file database. The file which are
stored in a database are in an encrypted form. Authorized users can only decode
it.
Data User Registration:
In this module if a user wants to access the data which
is stored in a cloud server,he/she should register their details first.These details
are maintained in a Database.
TTP (TRUSTED THIRD PARTY) LOGIN:
In this
module TTP has monitors the data owners file by verifying the data owner’s file
and stored the file in a database .Also ttp checks the CSP(CLOUD SERVICE
PROVIDER),and find out whether the csp is authorized one or not.
CSP(CLOUD SERVICE PROVIDER) LOGIN:
In this
module CSP has to get the key first.Then only he can store the file in his cloud
server.Ttp can only check the csp whether the csp is authorized csp or not.If its
fake,ttp wont allow the file to store in cloud server.
BASED ON THIS PAPER:
We propose a scheme that addresses some
important issues related to outsourcing the storage of data, namely data dynamic,
newness, mutual trust, and access control.
System components and relations :
The cloud computing storage model
considered in this work consists of four main components as illustrated in Fig. 1: (i)
a data owner that can be an organization generating sensitive data to be stored in
the cloud and made available for controlled external use; (ii) a CSP who manages
cloud servers and provides paid storage space on its infrastructure to store the
owner’s files and make them available for authorized users; (iii) authorized users –
a set of owner’s clients who have the right to access the remote data; and (iv) a
trusted third party (TTP), an entity who is trusted by all other system components,
and has expertise and capabilities to detect and specify dishonest parties. In Fig. 1,
the relations between different system components are represented by double-
sided arrows, where solid and dashed arrows represent trust and distrust
relations, respectively. For example, the data
owner, the authorized users, and the CSP trust the TTP. On the other hand, the
data owner and the authorized users have mutual distrust relations with the CSP.
Thus, the TTP is used to enable indirect mutual trust between these three
components. There is a direct trust relation between the data owner and the
authorized users.
Security requirements:
Confidentiality: outsourced data must be protected
from the TTP, the CSP, and users that are not granted access. Integrity: outsourced
data is required to remain intact on cloud servers. The data owner and authorized
users must be enabled to recognize data corruption over the CSP side. Newness:
receiving the most recent version of the outsourced data file is an imperative
requirement of cloud-based storage systems. There must be a detection
mechanism if the CSP ignores any data-update requests issued by the owner.
Access control: only authorized users are allowed to access the outsourced data.
Revoked users can read unmodified data, however, they must not be able to read
updated/newblocks. CSP’s defence: the CSP must be safeguarded against false
accusations that may be claimed by dishonest owner/users, and such a malicious
behavior is required to be revealed.
Download File:
If the user is an authorized user,he/she can download the file by
using key which has been sent by data owner through email.
System Configuration:-
H/W System Configuration:-
Processor - Pentium –III
Speed - 1.1 GHz
RAM - 256 MB (min)
Hard Disk - 20 GB
Floppy Drive - 1.44 MB
Key Board - Standard Windows Keyboard
Mouse - Two or Three Button Mouse
Monitor - SVGA
S/W System Configuration:-
 Operating System :Windows95/98/2000/XP
 Application Server : Tomcat5.0/6.X
 Front End : HTML, Java, Jsp
 Scripts : JavaScript.
 Server side Script : Java Server Pages.
 Database : My sql
 Database Connectivity : JDBC.
Conclusion:
Outsourcing data to remote servers has become a growing trend for many
organizations to alleviate the burden of local data storage and maintenance. In this
work we have studied different aspects of outsourcing data storage: block-level
data dynamic, newness, mutual trust, and access control. We have proposed a
cloud-based storage scheme which supports outsourcing of dynamic data, where
the owner is capable of not only archiving and accessing the data stored by the
CSP, but also updating and scaling this data on the remote servers. The proposed
scheme enables the authorized users to ensure that they are receiving the most
recent version of the outsourced data. Moreover, in case of dispute regarding data
integrity/newness, a TTP is able to determine the dishonest party. The data owner
enforces access27control for the outsourced data by combining three
cryptographic techniques: broadcast encryption, lazy revocation, and key rotation.
We have studied the security features of the proposed scheme. In this paper, we
have investigated the overheads added by the proposed scheme when
incorporated into a cloud storage model for static data with only confidentiality
requirement. The storage overhead is _0.4% of the outsourced data size, the
communication overhead due to block-level dynamic changes on the data is _ 1%
of the block size, and the communication overhead due to retrieving the data is _
0.2% of the outsourced data size. For a large organization (data owner) with
100,000 users, performing dynamic operations and enforcing access control add
about 0.62 seconds of overhead. Therefore, important features of outsourcing
data storage can be supported without excessive overheads in storage,
communication, and computation.

More Related Content

DOCX
Enabling data dynamic and indirect mutual trust for cloud computing storage s...
PDF
Enabling Integrity for the Compressed Files in Cloud Server
DOCX
Privacy preserving public auditing for secure cloud storage
PDF
Ieeepro techno solutions 2011 ieee java project -secure role based data
DOC
Oruta privacy preserving public auditing for shared data in the cloud
PPTX
Privacy preserving public auditing for regenerating-code-based cloud storage
PPTX
Oruta ppt
PDF
International Journal of Engineering Research and Development (IJERD)
Enabling data dynamic and indirect mutual trust for cloud computing storage s...
Enabling Integrity for the Compressed Files in Cloud Server
Privacy preserving public auditing for secure cloud storage
Ieeepro techno solutions 2011 ieee java project -secure role based data
Oruta privacy preserving public auditing for shared data in the cloud
Privacy preserving public auditing for regenerating-code-based cloud storage
Oruta ppt
International Journal of Engineering Research and Development (IJERD)

What's hot (16)

PDF
Improved Data Integrity Protection Regenerating-Coding Based Cloud Storage
PPT
PDF
Iaetsd storage privacy protection against data
DOCX
Oruta privacy preserving public auditing for shared data in the cloud
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
Integrity Auditing Of Dynamic Cloud Data With Group User Revocation
PPTX
Privacy preserving public auditing
DOC
Oruta privacy preserving public auditing
PDF
Security Check in Cloud Computing through Third Party Auditor
PPTX
PUBLIC AUDITING FOR SECURE CLOUD STORAGE ...
PDF
Oruta project report
PDF
L04302088092
PDF
International Journal of Computational Engineering Research(IJCER)
PDF
Provable Multicopy Dynamic Data Possession in Cloud Computing Systems
PDF
IRJET- Continuous Auditing Approach to the Cloud Service Addressing Attri...
PDF
Approved TPA along with Integrity Verification in Cloud
Improved Data Integrity Protection Regenerating-Coding Based Cloud Storage
Iaetsd storage privacy protection against data
Oruta privacy preserving public auditing for shared data in the cloud
International Journal of Computational Engineering Research(IJCER)
Integrity Auditing Of Dynamic Cloud Data With Group User Revocation
Privacy preserving public auditing
Oruta privacy preserving public auditing
Security Check in Cloud Computing through Third Party Auditor
PUBLIC AUDITING FOR SECURE CLOUD STORAGE ...
Oruta project report
L04302088092
International Journal of Computational Engineering Research(IJCER)
Provable Multicopy Dynamic Data Possession in Cloud Computing Systems
IRJET- Continuous Auditing Approach to the Cloud Service Addressing Attri...
Approved TPA along with Integrity Verification in Cloud
Ad

Similar to Enabling data dynamic and indirect mutual trust for cloud computing storage systems (20)

DOCX
Enablingdatadynamicandindirectmutualtrustforcloudcomputingstoragesystems 1310...
DOCX
Enabling dynamic data and indirect mutual trust for cloud computing storage s...
DOCX
Enabling dynamic data and indirect mutual trust for cloud computing storage s...
PPT
82ugszwcqn29itkwai2q 140424034504-phpapp01
PDF
Provable multicopy dynamic data possession in cloud computing systems
PPTX
PPTX
PPTX
Dont look at this
PPT
Privacy Preserving Public Auditing for Data Storage Security in Cloud.ppt
PPT
Ppt1 130410095050-phpapp01
PPT
Ppt1 130410095050-phpapp01
Enablingdatadynamicandindirectmutualtrustforcloudcomputingstoragesystems 1310...
Enabling dynamic data and indirect mutual trust for cloud computing storage s...
Enabling dynamic data and indirect mutual trust for cloud computing storage s...
82ugszwcqn29itkwai2q 140424034504-phpapp01
Provable multicopy dynamic data possession in cloud computing systems
Dont look at this
Privacy Preserving Public Auditing for Data Storage Security in Cloud.ppt
Ppt1 130410095050-phpapp01
Ppt1 130410095050-phpapp01
Ad

More from IEEEFINALYEARPROJECTS (20)

DOCX
Scalable face image retrieval using attribute enhanced sparse codewords
DOCX
Scalable face image retrieval using attribute enhanced sparse codewords
DOCX
Reversible watermarking based on invariant image classification and dynamic h...
DOCX
Reversible data hiding with optimal value transfer
DOCX
Query adaptive image search with hash codes
DOCX
Noise reduction based on partial reference, dual-tree complex wavelet transfo...
DOCX
Local directional number pattern for face analysis face and expression recogn...
DOCX
An access point based fec mechanism for video transmission over wireless la ns
DOCX
Towards differential query services in cost efficient clouds
DOCX
Spoc a secure and privacy preserving opportunistic computing framework for mo...
DOCX
Secure and efficient data transmission for cluster based wireless sensor netw...
DOCX
Privacy preserving back propagation neural network learning over arbitrarily ...
DOCX
Non cooperative location privacy
DOCX
Harnessing the cloud for securely outsourcing large
DOCX
Geo community-based broadcasting for data dissemination in mobile social netw...
DOCX
Dynamic resource allocation using virtual machines for cloud computing enviro...
DOCX
A secure protocol for spontaneous wireless ad hoc networks creation
DOCX
Utility privacy tradeoff in databases an information-theoretic approach
DOCX
Two tales of privacy in online social networks
DOCX
Spatial approximate string search
Scalable face image retrieval using attribute enhanced sparse codewords
Scalable face image retrieval using attribute enhanced sparse codewords
Reversible watermarking based on invariant image classification and dynamic h...
Reversible data hiding with optimal value transfer
Query adaptive image search with hash codes
Noise reduction based on partial reference, dual-tree complex wavelet transfo...
Local directional number pattern for face analysis face and expression recogn...
An access point based fec mechanism for video transmission over wireless la ns
Towards differential query services in cost efficient clouds
Spoc a secure and privacy preserving opportunistic computing framework for mo...
Secure and efficient data transmission for cluster based wireless sensor netw...
Privacy preserving back propagation neural network learning over arbitrarily ...
Non cooperative location privacy
Harnessing the cloud for securely outsourcing large
Geo community-based broadcasting for data dissemination in mobile social netw...
Dynamic resource allocation using virtual machines for cloud computing enviro...
A secure protocol for spontaneous wireless ad hoc networks creation
Utility privacy tradeoff in databases an information-theoretic approach
Two tales of privacy in online social networks
Spatial approximate string search

Recently uploaded (20)

PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Approach and Philosophy of On baking technology
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
KodekX | Application Modernization Development
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Encapsulation theory and applications.pdf
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Spectral efficient network and resource selection model in 5G networks
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Electronic commerce courselecture one. Pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
MYSQL Presentation for SQL database connectivity
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Understanding_Digital_Forensics_Presentation.pptx
Approach and Philosophy of On baking technology
sap open course for s4hana steps from ECC to s4
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Mobile App Security Testing_ A Comprehensive Guide.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Advanced methodologies resolving dimensionality complications for autism neur...
KodekX | Application Modernization Development
NewMind AI Weekly Chronicles - August'25 Week I
Review of recent advances in non-invasive hemoglobin estimation
The Rise and Fall of 3GPP – Time for a Sabbatical?
Encapsulation theory and applications.pdf
How UI/UX Design Impacts User Retention in Mobile Apps.pdf

Enabling data dynamic and indirect mutual trust for cloud computing storage systems

  • 1. Enabling Data Dynamic and Indirect Mutual Trust for Cloud Computing Storage Systems Abstract: Currently, the amount of sensitive data produced by many organizations is outpacing their storage ability. The management of such huge amount of data is quite expensive due to the requirements of high storage capacity and qualified personnel. Storage-as-a-Service (SaaS) offered by cloud service providers (CSPs) is a paid facility that enables organizations to outsource their data to be stored on remote servers. Thus, SaaS reduces the maintenance cost and mitigates the burden of large local data storage at the organization’s end. A data owner pays for a desired level of security and must get some compensation in case of any misbehavior committed by the CSP. On the other hand, the CSP needs a protection from any false accusation that may be claimed by the owner to get illegal compensations. GLOBALSOFT TECHNOLOGIES IEEE PROJECTS & SOFTWARE DEVELOPMENTS IEEE FINAL YEAR PROJECTS|IEEE ENGINEERING PROJECTS|IEEE STUDENTS PROJECTS|IEEE BULK PROJECTS|BE/BTECH/ME/MTECH/MS/MCA PROJECTS|CSE/IT/ECE/EEE PROJECTS CELL: +91 98495 39085, +91 99662 35788, +91 98495 57908, +91 97014 40401 Visit: www.finalyearprojects.org Mail to:ieeefinalsemprojects@gmail.com
  • 3. Existing System: Commonly, traditional access control techniques assume the existence of the data owner and the storage servers in the same trust domain. This assumption, however, no longer holds when the data is outsourced to a remote CSP, which takes the full charge of the outsourced data management, and resides outside the trust domain of the data owner. Existing research close to our work can be found in the areas of integrity verification of outsourced data, cryptographic file systems in distributed networks, and access control of outsourced data. Proposed System: In this paper, we propose a cloud-based storage scheme that allows the data owner to benefit from the facilities offered by the CSP and enables indirect mutual trust between them. The proposed scheme has four important features: (i) it allows the owner to outsource sensitive data to a CSP, and perform full block-level dynamic operations on the outsourced data, i.e., block modification, insertion, deletion, and append, (ii) it ensures that authorized users (i.e., those who have the right to access the owner’s file) receive the latest version of the outsourced data, (iii) it enables indirect mutual trust between the owner and the CSP, and (iv)it allows the owner to grant or revoke access to the outsourced data. We discuss the security issues of the proposed scheme. Besides, we justify its performance through theoretical analysis and experimental evaluation of storage, communication, and computation overheads. Modules : 1. Data Owner Registration 2. Data User Registration 3. TTP (TRUSTED THIRD PARTY) LOGIN 4. CSP(CLOUD SERVICE PROVIDER) LOGIN
  • 4. 5. Download File Modules Description Data Owner Registration: In this module if a owner of data have to store data on a cloud server,he/she should register their details first.These details are maintained in a Database.Then he has to upload the file in a file database. The file which are stored in a database are in an encrypted form. Authorized users can only decode it. Data User Registration: In this module if a user wants to access the data which is stored in a cloud server,he/she should register their details first.These details are maintained in a Database. TTP (TRUSTED THIRD PARTY) LOGIN: In this module TTP has monitors the data owners file by verifying the data owner’s file and stored the file in a database .Also ttp checks the CSP(CLOUD SERVICE PROVIDER),and find out whether the csp is authorized one or not. CSP(CLOUD SERVICE PROVIDER) LOGIN: In this module CSP has to get the key first.Then only he can store the file in his cloud server.Ttp can only check the csp whether the csp is authorized csp or not.If its fake,ttp wont allow the file to store in cloud server.
  • 5. BASED ON THIS PAPER: We propose a scheme that addresses some important issues related to outsourcing the storage of data, namely data dynamic, newness, mutual trust, and access control. System components and relations : The cloud computing storage model considered in this work consists of four main components as illustrated in Fig. 1: (i) a data owner that can be an organization generating sensitive data to be stored in the cloud and made available for controlled external use; (ii) a CSP who manages cloud servers and provides paid storage space on its infrastructure to store the owner’s files and make them available for authorized users; (iii) authorized users – a set of owner’s clients who have the right to access the remote data; and (iv) a trusted third party (TTP), an entity who is trusted by all other system components, and has expertise and capabilities to detect and specify dishonest parties. In Fig. 1, the relations between different system components are represented by double- sided arrows, where solid and dashed arrows represent trust and distrust relations, respectively. For example, the data
  • 6. owner, the authorized users, and the CSP trust the TTP. On the other hand, the data owner and the authorized users have mutual distrust relations with the CSP. Thus, the TTP is used to enable indirect mutual trust between these three components. There is a direct trust relation between the data owner and the authorized users. Security requirements: Confidentiality: outsourced data must be protected from the TTP, the CSP, and users that are not granted access. Integrity: outsourced data is required to remain intact on cloud servers. The data owner and authorized users must be enabled to recognize data corruption over the CSP side. Newness: receiving the most recent version of the outsourced data file is an imperative requirement of cloud-based storage systems. There must be a detection
  • 7. mechanism if the CSP ignores any data-update requests issued by the owner. Access control: only authorized users are allowed to access the outsourced data. Revoked users can read unmodified data, however, they must not be able to read updated/newblocks. CSP’s defence: the CSP must be safeguarded against false accusations that may be claimed by dishonest owner/users, and such a malicious behavior is required to be revealed. Download File: If the user is an authorized user,he/she can download the file by using key which has been sent by data owner through email. System Configuration:- H/W System Configuration:- Processor - Pentium –III Speed - 1.1 GHz RAM - 256 MB (min) Hard Disk - 20 GB Floppy Drive - 1.44 MB Key Board - Standard Windows Keyboard
  • 8. Mouse - Two or Three Button Mouse Monitor - SVGA S/W System Configuration:-  Operating System :Windows95/98/2000/XP  Application Server : Tomcat5.0/6.X  Front End : HTML, Java, Jsp  Scripts : JavaScript.  Server side Script : Java Server Pages.  Database : My sql  Database Connectivity : JDBC. Conclusion: Outsourcing data to remote servers has become a growing trend for many organizations to alleviate the burden of local data storage and maintenance. In this work we have studied different aspects of outsourcing data storage: block-level data dynamic, newness, mutual trust, and access control. We have proposed a cloud-based storage scheme which supports outsourcing of dynamic data, where the owner is capable of not only archiving and accessing the data stored by the CSP, but also updating and scaling this data on the remote servers. The proposed scheme enables the authorized users to ensure that they are receiving the most recent version of the outsourced data. Moreover, in case of dispute regarding data integrity/newness, a TTP is able to determine the dishonest party. The data owner enforces access27control for the outsourced data by combining three cryptographic techniques: broadcast encryption, lazy revocation, and key rotation. We have studied the security features of the proposed scheme. In this paper, we have investigated the overheads added by the proposed scheme when
  • 9. incorporated into a cloud storage model for static data with only confidentiality requirement. The storage overhead is _0.4% of the outsourced data size, the communication overhead due to block-level dynamic changes on the data is _ 1% of the block size, and the communication overhead due to retrieving the data is _ 0.2% of the outsourced data size. For a large organization (data owner) with 100,000 users, performing dynamic operations and enforcing access control add about 0.62 seconds of overhead. Therefore, important features of outsourcing data storage can be supported without excessive overheads in storage, communication, and computation.