Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Data Dedupllication In Cloud Computing

  1. #1
    Junior Member
    Join Date
    Jun 2019
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Data Dedupllication In Cloud Computing

    Good day everyone. I am currently doing a research paper on the implementation of data deduplication in the cloud computing with Java. So, I have already identified the necessary algorithm for it but I cannot find any tutorials or place where I can learn the Java that is related with it. I have only found like research papers on the topics that I wanted but I cannot find any place where I can learn how to implement it. The algorithm of my program is basically :

    get file -> break file into chunks depend on size -> calculate rabin has -> if no hash value (encrypt with hash algo then upload file) -> if got already, compare hash value with other hash value in database -> then if same, discard otherwise upload


    I am looking for Rabin fingerprinting, file chunking, data encryption such as SHA-256 or md5

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Data Dedupllication In Cloud Computing

    That is a more advanced topic than we usually work with.
    Sorry, the forum doesn't provide code.
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Jun 2019
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Data Dedupllication In Cloud Computing

    Quote Originally Posted by Norm View Post
    That is a more advanced topic than we usually work with.
    Sorry, the forum doesn't provide code.
    Do you have any suggestions or reconmendations on where I can post such questions? I have tried lots of programming forums but to no avail

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Data Dedupllication In Cloud Computing

    Here are some other forums that might be able to help:
    http://www.coderanch.com/forums
    http://www.java-forums.org/forum.php
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Cloud Computing
    By jhansitenali in forum What's Wrong With My Code?
    Replies: 3
    Last Post: January 23rd, 2014, 07:16 AM
  2. Data Storage Security in Cloud Computing
    By Amakuru in forum Member Introductions
    Replies: 1
    Last Post: October 23rd, 2012, 02:34 AM
  3. Cloud Computing
    By Dotchild in forum Java Networking
    Replies: 3
    Last Post: April 4th, 2012, 09:02 PM
  4. Standards, cloud computing
    By Loadeed in forum The Cafe
    Replies: 0
    Last Post: June 23rd, 2011, 02:44 AM