Sunteți pe pagina 1din 28

Submitted By: Sheth M.Ovesh Under the Guidance of: Asist.Prof.

Ajay Kumar Sharma


M.Tech

A Working Definition of Cloud Computing


Cloud computing is a model for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction.

5 Essential Cloud Characteristics


On-demand self-service Broad network access Resource pooling Location independence Rapid elasticity Measured service

Cloud Objectives
-Correctness -Integrity -Flexibility -Maintainability -Accessibility -Availability

SYSTEM ARCHITECTURE

Existing System
Traditional cryptographic primitives for the purpose of data security protection can not be directly adopted due to the users loss control of data under Cloud Computing. Therefore, verification of correct data storage in the cloud must be conducted without explicit knowledge of the whole data. The data stored in the cloud may be frequently updated by the users, including insertion, deletion, modification, appending, reordering, etc. To ensure storage correctness under dynamic data update is hence of paramount importance. None of the distributed schemes is aware of dynamic data operations. As a result, their applicability in cloud data storage can be drastically limited.

Proposed System
we propose an effective and flexible distributed scheme with explicit dynamic data support to ensure the correctness of users data in the cloud. We rely on ensure correcting code in the file distribution preparation to provide redundancies and guarantee the data dependability. By utilizing the homomorphic token with distributed verification of ensure-coded data, our scheme achieves the storage correctness insurance as well as data error localization. Unlike most prior works for ensuring remote data integrity, the new scheme supports secure and efficient dynamic operations on data blocks, including: update, delete and append.

Windows Azure
Windows Azure is a foundation of Microsofts Cloud Platform for Developers Operating System for the Cloud
Runs applications in the cloud Provides Storage Application Management Developer SDK

Windows Azure ideal for applications needing


Scalability Availability Fault Tolerance

Windows Azure Storage


Storage in the Cloud
Scalable, durable, and available Anywhere at anytime access Only pay for what the service uses

Exposed via RESTful Web Services


Use from Windows Azure Compute Use from anywhere on the internet

Various storage abstractions


Tables, Blobs, Queues, Drives

Windows Azure Service Architecture


Internet The The Internet via TCP or HTTP

L B

L B

L B

Queues

IIS as Host

Web Site Web Web Site (ASPX, ASMX, (ASPX, ASMX, Role WCF) WCF)
Tables

Managed Interface Call

Worker Worker Worker Role Service Service

Storage

Blobs

Windows Azure Data Center

Windows Azure Storage Abstractions


Blobs Simple named files along with metadata for the file. Tables Structured storage. A Table is a set of entities; an entity is a set of properties Queues Reliable storage and delivery of messages for an application

Blob Storage Concepts


Account
Container

Blob
PIC01.JP G

Pages/ Blocks
Block/Page

images
user PIC02.JP G

Block/Page

videos

VID1.A VI

Table Storage Concepts


Account Table Entity
Name = Email = customers Name = EMailAdd= user Photo ID = Date = photos

Photo ID =
Date =

Queue Storage Concepts


Account Queue Message

customer ID order ID http:// user order processing customer ID order ID http://

Cloud Computing Security

Security is the Major Issue

Module1:Ensuring Cloud Data Storage


Key Server

Msg=Msg-Key

Message=Message + Key

Client

K2

Server

Client

RC4 Algorithm
RC4 is a stream cipher, symmetric key algorithm. The same algorithm is used for both encryption and decryption as the data stream is simply XORed with the generated key sequence. The key stream is completely independent of the plaintext used. Stream cipher is one of the simplest methods of encrypting data where each bit of the data is sequentially encrypted using one bit of the key

One bit of Ciphering Key Kc[i] Kc Ciphering Key Keystream generator

One bit of Plain text m[i]

C[i] One bit of cipher text

Steps of RC4 Algorithm


The steps for RC4 encryption algorithm is as follows: Get the data to be encrypted and the selected key. Create two string arrays. Initiate one array with numbers from 0 to 255. Fill the other array with the selected key. Randomize the first array depending on the array of the key. Randomize the first array within itself to generate the final key stream. XOR the final key stream with the data to be encrypted to give cipher text.

Initial with number From 0 to 255 Sbox1 Sbox2

Fill with chosen key

Systematic Randomization

Systematic Randomization

Final Key Stream

Cipher/Plain Text

XOR

Plain/Cipher Text

Module 2:Correctness Verification and Error Localization

Error
Encoding Client Server

Decoding

CRC Algorithm for Encoding and Decoding


The cyclic redundancy check, or CRC, is a technique for detecting errors in digital data, but not for making corrections when errors are detected. It is used primarily in data transmission. In the CRC method, a certain number of check bits, often called a checksum, are appended to the message being transmitted. The receiver can determine whether or not the check bits agree with the data, to ascertain with a certain degree of probability whether or not an error occurred in transmission. If an error occurred, the receiver sends a negative acknowledgement (NAK) back to the sender, requesting that the message be retransmitted.

Encoder and decoder for simple cyclic Redundancy Check

Module3:Providing Dynamic Data Operation Support

update

Server

CONCLUSION
To ensure the correctness of users data in cloud data storage, we proposed an effective and flexible distributed scheme with explicit dynamic data support, including block update, delete, and append. By utilizing the homomorphic token with distributed verification of erasure coded data, our scheme achieves the integration of storage correctness insurance and data error localization, i.e., whenever data corruption has been detected during the storage correctness verification across the distributed servers, we can almost guarantee the simultaneous identification of the misbehaving server(s).

S-ar putea să vă placă și