Remote Data Storage Popularity-Based Deduplication and Encryption

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing remote data storage solutions face challenges in balancing data security and storage efficiency, particularly in cloud storage systems, where deduplication and encryption are often incompatible, leading to security vulnerabilities and inefficiencies.

Innovation Solution

A method that evaluates file popularity to determine storage form, with popular files stored in a deduplicated form for efficiency and less popular files stored in an encrypted form, using a threshold encryption system to ensure semantic security and seamless transitions between storage modes.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If data is encrypted before storage to ensure security, then data confidentiality is improved, but storage efficiency deteriorates because deduplication cannot be applied

Engineering Contradiction:
Improvedata confidentialityVSAvoidstorage efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The patent implements dynamic storage mode selection based on file popularity metrics. Files transition between encrypted storage mode (for low-popularity files) and deduplicated storage mode ( for high-popularity files), allowing the system to adaptively balance security and efficiency rather than using a static approach

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the storage parameter (encryption vs. deduplication) based on the popularity parameter of files. By monitoring file access patterns and popularity metrics, the system dynamically adjusts the storage method to optimize both security and storage efficiency for different file types

Inventive Principle:
Principle #35Parameter changes

2Productivity

If deduplication is applied to save storage space, then storage efficiency is improved, but data security deteriorates because encrypted data cannot be deduplicated

Engineering Contradiction:
Improvestorage efficiencyVSAvoiddata security
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The system dynamically switches between deduplication and encryption based on file popularity. When files become popular (exceeding a threshold), the system transitions from encrypted storage to deduplicated storage, maximizing space savings for frequently accessed data while maintaining security for less common files

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The storage method parameter changes based on the popularity metric of files. The system uses popularity thresholds to determine whether to apply deduplication or encryption, optimizing the trade-off between storage efficiency and security for different data sets

Inventive Principle:
Principle #35Parameter changes

3Reliability

If all files are stored in encrypted form to maintain security, then data confidentiality is improved, but storage cost increases due to inability to apply space-saving functions

Engineering Contradiction:
Improvedata confidentialityVSAvoidstorage cost
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The patent implements dynamic storage mode selection based on file popularity metrics. Files transition between encrypted storage mode (for low-popularity files) and deduplicated storage mode ( for high-popularity files), allowing the system to adaptively balance security and efficiency rather than using a static approach

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system changes the storage parameter (encryption vs. deduplication) based on the popularity parameter of files. By monitoring file access patterns and popularity metrics, the system dynamically adjusts the storage method to optimize both security and storage efficiency for different file types

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentUS9292532B2Remote data storage
Publication Date: 2016.03.22 GLOBALFOUNDRIES US INC
  • US9292532B2 patent drawing
  • US9292532B2 patent drawing
  • US9292532B2 patent drawing

AI summary

A computer-implemented method for performing remote data storage includes providing, by at least one client, files to be stored on a remote server, evaluating popularity of the files, and storing the files on the server in a form that depends on the popularity of the files. Files with a first level of popularity are stored in a deduplicated form and files with a second level of popularity are stored in an encrypted form, the first level of popularity being higher than the second level of popularity.