CRDBMar 27, 2015

A Distributed Approach to Privacy on the Cloud

arXiv:1503.08115v13 citations
Originality Incremental advance
AI Analysis

It addresses privacy concerns for users storing sensitive data on untrusted cloud servers, though it appears incremental as it builds on existing techniques for distributed storage and access control.

The paper tackles privacy issues in cloud-based data processing by proposing a distributed partitioned database approach that stores data partly on the cloud and partly on clients, with a proof-of-concept implementation showing it overcomes most problems.

The increasing adoption of Cloud-based data processing and storage poses a number of privacy issues. Users wish to preserve full control over their sensitive data and cannot accept it to be fully accessible to an external storage provider. Previous research in this area was mostly addressed at techniques to protect data stored on untrusted database servers; however, I argue that the Cloud architecture presents a number of specific problems and issues. This dissertation contains a detailed analysis of open issues. To handle them, I present a novel approach where confidential data is stored in a highly distributed partitioned database, partly located on the Cloud and partly on the clients. In my approach, data can be either private or shared; the latter is shared in a secure manner by means of simple grant-and-revoke permissions. I have developed a proof-of-concept implementation using an in-memory RDBMS with row-level data encryption in order to achieve fine-grained data access control. This type of approach is rarely adopted in conventional outsourced RDBMSs because it requires several complex steps. Benchmarks of my proofof-concept implementation show that my approach overcomes most of the problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes