A Cloud Based Privacy Preserving Decentralized Personalized Online Social Network

Total Page:16

File Type:pdf, Size:1020Kb

A Cloud Based Privacy Preserving Decentralized Personalized Online Social Network University of Nevada, Reno POSN: A Cloud Based Privacy Preserving Decentralized Personalized Online Social Network A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Computer Science and Engineering by Eric R. Klukovich Dr. Mehmet Hadi Gunes, Thesis Advisor May, 2016 THE GRADUATE SCHOOL We recommend that the thesis prepared under our supervision by ERIC KLUKOVICH Entitled POSN: A Cloud Based Privacy Preserving Decentralized Personalized Online Social Network be accepted in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE Dr. Mehmet Hadi Gunes, Advisor Dr. Frederick C. Harris, Jr., Committee Member Dr. Nicholas Seltzer, Graduate School Representative David W. Zeh, Ph.D., Dean, Graduate School May, 2016 i Abstract As more users opt to use Online Social Networks (OSNs) to interact with friends and family, the privacy of the user is a growing concern. The current OSN architecture forces the user to trust the social network provider with his or her content, which can lead to privacy issues and concerns. When designing a new OSN, it is critical to understand how users interact over OSNs in order to provide the users with similar functionality while maintaining efficiency and privacy. Decentralized server architec- tures are an alternative that provide more privacy to the user by giving the user direct control of his or her content. Storage and data availability are a major concern in a decentralized system due to the burden of supplying resources is typically placed on the user. Cloud storage can be used to remedy that issue because it is available, and many cloud providers offer a significant amount of free storage to their users. As the usage of mobile devices is constantly growing, mobile devices can be paired with the clouds to create a decentralized social network. Encryption mechanisms can be used to guarantee that only the proper users can access the content, therefore enhancing the privacy. In this thesis, POSN, Personal Online Social Network, is introduced and takes a new approach for a privacy-preserving decentralized OSN platform. POSN is an Android application that utilizes both cloud storage and mobile devices to enhance the user’s privacy. Symmetric and asymmetric encryption schemes are used to ensure data confidentially and provide fine-grain access control. A feasibility study was carried out to analyze the data transfer performance of the two popular social networks and five cloud storage providers to determine if clouds can be utilized to store and deliver content to users. The design of the POSN architecture is discussed in detail, including how the files in the system are structured. The implementation of the functionality available in POSN is also dicussed. ii Dedication I dedicate my thesis work to my parents, Richard and Nadia Klukovich, my twin sister Rachel Klukovich, and my girlfriend Sarah Key for always supporting and encouraging me to push myself to pursue my dreams. iii Acknowledgments I would like to thank Dr. Mehmet Gunes, Dr. Fred Harris, and Dr. Nicholas Seltzer for being on my committee and providing me helpful feedback. I would like to give a special thanks to Dr. Gunes for giving me the opportunity to do research and advising me throughout my undergraduate and graduate studies. I would also like to thank Dr. Harris for allowing me to use the resources and to socialize in the HPCVIS lab. I would also like to thank Esra Erdin for collaborating with me with the design of this thesis, Gurhan Gunduz for assisting with the cloud measurement analysis, and James Bridegum for the initial cloud measurements. Finally, I would like to thank my friends: Cameron Rowe, Christine Johnson, Daniel Chavez, and Matthew Van- Compernolle for supporting me and assisting me throughout my studies at UNR. This material is based upon work supported by the National Science Foundation under grant number EPS-IIA-1301726 and CNS-1321164. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the National Science Foundation. iv Contents Abstract i Dedication ii Acknowledgments iii List of Figures vi 1 Introduction 1 2 Background 4 2.1 Social Networks . .4 2.1.1 Centralized Architecture . .4 2.1.2 Decentralized Architecture . .5 2.1.3 Challenges . .6 2.2 Libraries and APIs . .9 2.2.1 Android Operating System . .9 2.2.2 Social Network Connectivity . .9 2.2.3 Cloud Storage Connectivity . 10 2.2.4 Android Asynchronous HTTP Client . 14 2.2.5 JSON . 14 3 Cloud Measurements 16 3.1 Measurement Application . 16 3.2 Measurement Process . 19 3.3 Wi-Fi Measurements - Varying File Sizes . 20 3.4 Wi-Fi Measurements - Different Locations . 27 3.5 3G/4G Measurements . 33 3.6 Related Work . 34 4 Personal Online Social Network (POSN) Architecture 35 4.1 System Overview . 35 4.2 File Organization . 37 4.2.1 Owner Files . 37 4.2.2 Friend Files . 39 v 4.2.3 Group Wall Files . 39 4.2.4 Group Archive Files . 40 4.2.5 Temporary Comment Files . 40 4.3 Related Work . 41 5 POSN Application Implementation 44 5.1 Local Application Files . 44 5.2 POSN Functionality . 45 5.2.1 Initial Setup . 45 5.2.2 Unique ID Generation . 46 5.2.3 Friendship Establishment . 46 5.2.4 Access Control . 48 5.2.5 Content Sharing . 49 5.2.6 Content Access . 49 5.2.7 Friend File Update . 50 5.3 Application Interface . 50 6 Conclusions 55 7 Future Work 57 7.1 Cloud Measurement Study . 57 7.2 POSN Security Enhancements . 58 7.3 POSN Application . 58 Appendices 60 A Complete Cloud Measurment Results 60 A.1 Different File Size Results Per Location . 60 A.2 Different Location Results Per File Size . 67 A.2.1 Photo Files . 67 A.2.2 Video Files . 78 Bibliography 86 vi List of Figures 2.1 Example of a centralized social network architecture . .5 2.2 Example of a decentralized social network architecture . .6 2.3 Example of the Dropbox user authentication process . 11 2.4 An example of a JSON data structure definition for a list of wall posts. 14 3.1 Download time for different file sizes at a residential location (ISP 1) (log-log scale) . 21 3.2 Upload time for different file sizes at a residential location (ISP 1) (log-log scale) . 21 3.3 Download throughput performance for different file sizes at a residen- tial location (ISP 1) (log-log scale) . 22 3.4 Upload throughput performance for different file sizes at a residential location (ISP 1) (log-log scale) . 22 3.5 Average download time comparison for all locations with different file sizes (log-log scale) . 24 3.6 Average upload time comparison for all locations with different file sizes (log-log scale) . 24 3.7 Average download throughput comparison for all locations with differ- ent file sizes (log-log scale) . 25 3.8 Average upload throughput comparison for all locations with different file sizes (log-log scale) . 25 3.9 Average cloud and OSN time comparison with different file sizes (log- log scale) . 26 3.10 Average cloud and OSN throughput comparison with different file sizes (log-log scale) . 26 3.11 TCP slow start and congestion control process . 27 3.12 Download time for various locations with a 718.43 KB photo (log scale) 28 3.13 Upload time for various locations with a 718.43 KB photo (log scale) 28 3.14 Download throughput for various locations with a 718.43 KB photo (log scale) . 29 3.15 Upload throughput for various locations with a 718.43 KB photo (log scale) . 29 3.16 Download time for various locations with a 32 MB video (log scale) . 30 vii 3.17 Upload time for various locations with a 32 MB video (log scale) . 30 3.18 Download throughput for various locations with a 32 MB video (log scale) . 31 3.19 Upload throughput for various locations with a 32 MB video (log scale) 31 3.20 3G/4G download performance for different devices on different cellular providers . 33 4.1 Example of how the data owner (such as Alice) uploads data into her cloud and how friend content is fetched from the friend’s cloud . 36 4.2 Diagram for the POSN file system . 38 5.1 Friendship establishment process between two users . 47 5.2 Initial login screen . 51 5.3 Account creation . 51 5.4 Cloud access . 52 5.5 Key generation and group creation . 52 5.6 Posting new content . 53 5.7 Wall and notification tabs . 53 5.8 Messaging tab . 54 5.9 Friend list tab . 54 A.1 Download and upload time for different file sizes at the airport (log-log scale) . 60 A.2 Download and upload throughput for different file sizes at the airport (log-log scale) . 60 A.3 Download and upload time for different file sizes at the bookstore (log- log scale) . 61 A.4 Download and upload throughput for different file sizes at the book- store (log-log scale) . 61 A.5 Download and upload time for different file sizes at the cafe (log-log scale) . 61 A.6 Download and upload throughput for different file sizes at the cafe (log-log scale) . 62 A.7 Download and upload time for different file sizes at the library (log-log scale) . 62 A.8 Download and upload throughput for different file sizes at the library (log-log scale) . 62 A.9 Download and upload time for different file sizes at the mall (log-log scale) .
Recommended publications
  • Inside Dropbox: Understanding Personal Cloud Storage Services
    Inside Dropbox: Understanding Personal Cloud Storage Services → Idilio Drago → Marco Mellia → Maurizio M. Munafo` → Anna Sperotto → Ramin Sadre → Aiko Pras IRTF – Vancouver Motivation and goals 1 Personal cloud storage services are already popular Dropbox in 2012 “the largest deployed networked file system in history” “over 50 million users – one billion files every 48 hours” Little public information about the system How does Dropbox work? What are the potential performance bottlenecks? Are there typical usage scenarios? Methodology – How does Dropbox work? 2 Public information Native client, Web interface, LAN-Sync etc. Files are split in chunks of up to 4 MB Delta encoding, deduplication, encrypted communication To understand the client protocol MITM against our own client Squid proxy, SSL-bump and a self-signed CA certificate Replace a trusted CA certificate in the heap at run-time Proxy logs and decrypted packet traces How does Dropbox (v1.2.52) work? 3 Clear separation between storage and meta-data/client control Sub-domains identifying parts of the service sub-domain Data-center Description client-lb/clientX Dropbox Meta-data notifyX Dropbox Notifications api Dropbox API control www Dropbox Web servers d Dropbox Event logs dl Amazon Direct links dl-clientX Amazon Client storage dl-debugX Amazon Back-traces dl-web Amazon Web storage api-content Amazon API Storage HTTP/HTTPs in all functionalities How does Dropbox (v1.2.52) work? 4 Notification Kept open Not encrypted Device ID Folder IDs How does Dropbox (v1.2.52) work? 4 Client control Login File hash Meta-data How does Dropbox (v1.2.52) work? 4 Storage Amazon EC2 Retrieve vs.
    [Show full text]
  • 4-BAY RACKMOUNT NAS Technical Specifications
    4-BAY RACKMOUNT NAS Technical Specifications Operating System Seagate® NAS OS (embedded Linux) Number of Drive Bays 4 hot-swappable 3.5-inch SATA II/SATA III Processor Dual-core 2.13GHz Intel® 64-bit Atom™ processor Memory 2GB DDR III Networking Two (2) 10/100/1000 Base-TX (Gigabit Ethernet) • Two (2) USB 3.0 (rear) • Two (2) USB 2.0 (rear) External Ports • One (1) eSATA (rear) • One (1) USB 2.0 (front) Hard Drive Capacity Seagate NAS HDD 2TB, 3TB, 4TB for preconfigured models Total Capacity 4TB, 8TB, 12TB, 16TB Compatible Drives 3.5-inch SATA II or SATA III (see NAS Certified Drive list PDF for more details) Power 100V to 240V AC, 50/60Hz, 180W Power Supply and • Sleep mode for power saving • Scheduled power on/off Power Management • Wake-on-LAN Cooling Management Two (2) fans Transfer Rate 200MB/s reads and writes1 Network Protocols CIFS/SMB, NFS v3, AFP, HTTP(s), FTP, sFTP, iSCSI, Print serve, failover and load balancing and Services (LACP 802.3ad), Wuala file system integration (W:/ network drive), Active Directory™ • RAID 0, 1, 5, 6, 10 RAID • Hot spare • SimplyRAID™ technology with mixed capacity support, volume expansion and migration • Web-based interface through http/https • Hardware monitoring (S.M.A.R.T., casing cooling and temperature, CPU and RAM load) Management • Log management and email notification • NAS OS Installer for diskless setup, data recovery and restore to factory settings • Product discovery with Seagate Network Assistant 1 Tested in RAID 5 configuration utilizing load balancing for Ethernet ports. Actual performance may vary depending on system environment.
    [Show full text]
  • The Application Usage and Risk Report an Analysis of End User Application Trends in the Enterprise
    The Application Usage and Risk Report An Analysis of End User Application Trends in the Enterprise 8th Edition, December 2011 Palo Alto Networks 3300 Olcott Street Santa Clara, CA 94089 www.paloaltonetworks.com Table of Contents Executive Summary ........................................................................................................ 3 Demographics ............................................................................................................................................. 4 Social Networking Use Becomes More Active ................................................................ 5 Facebook Applications Bandwidth Consumption Triples .......................................................................... 5 Twitter Bandwidth Consumption Increases 7-Fold ................................................................................... 6 Some Perspective On Bandwidth Consumption .................................................................................... 7 Managing the Risks .................................................................................................................................... 7 Browser-based Filesharing: Work vs. Entertainment .................................................... 8 Infrastructure- or Productivity-Oriented Browser-based Filesharing ..................................................... 9 Entertainment Oriented Browser-based Filesharing .............................................................................. 10 Comparing Frequency and Volume of Use
    [Show full text]
  • Building Large-Scale Distributed Applications on Top of Self-Managing Transactional Stores
    Building large-scale distributed applications on top of self-managing transactional stores June 3, 2010 Peter Van Roy with help from SELFMAN partners Overview Large-scale distributed applications Application structure: multi-tier with scalable DB backend Distribution structure: peer-to-peer or cloud-based DHTs and transactions Basics of DHTs Data replication and transactions Scalaris and Beernet Programming model and applications CompOz library and Kompics component model DeTransDraw and Distributed Wikipedia Future work Mobile applications, cloud computing, data-intensive computing Programming abstractions for large-scale distribution Application structure What can be a general architecture for large-scale distributed applications? Start with a database backend (e.g., IBM’s “multitier”) Make it distributed with distributed transactional interface Keep strong consistency (ACID properties) Allow large numbers of concurrent transactions Horizontal scalability is the key Vertical scalability is a dead end “NoSQL”: Buzzword for horizontally scalable databases that typically don’t have a complete SQL interface Key/value store or column-oriented ↑ our choice (simplicity) The NoSQL Controversy NoSQL is a current trend in non-relational databases May lack table schemas, may lack ACID properties, no join operations Main advantages are excellent performance, with good horizontal scalability and elasticity (ideal fit to clouds) SQL databases have good vertical scalability but are not elastic Often only weak consistency guarantees, such as eventual consistency (e.g., Google BigTable) Some exceptions: Cassandra also provides strong consistency, Scalaris and Beernet provide a key-value store with transactions and strong consistency Distribution structure Two main infrastructures for large-scale applications Peer-to-peer: use of client machines ← our choice (loosely coupled) Very popular style, e.g., BitTorrent, Skype, Wuala, etc.
    [Show full text]
  • Mass Surveillance
    Mass Surveillance Mass Surveillance What are the risks for the citizens and the opportunities for the European Information Society? What are the possible mitigation strategies? Part 1 - Risks and opportunities raised by the current generation of network services and applications Study IP/G/STOA/FWC-2013-1/LOT 9/C5/SC1 January 2015 PE 527.409 STOA - Science and Technology Options Assessment The STOA project “Mass Surveillance Part 1 – Risks, Opportunities and Mitigation Strategies” was carried out by TECNALIA Research and Investigation in Spain. AUTHORS Arkaitz Gamino Garcia Concepción Cortes Velasco Eider Iturbe Zamalloa Erkuden Rios Velasco Iñaki Eguía Elejabarrieta Javier Herrera Lotero Jason Mansell (Linguistic Review) José Javier Larrañeta Ibañez Stefan Schuster (Editor) The authors acknowledge and would like to thank the following experts for their contributions to this report: Prof. Nigel Smart, University of Bristol; Matteo E. Bonfanti PhD, Research Fellow in International Law and Security, Scuola Superiore Sant’Anna Pisa; Prof. Fred Piper, University of London; Caspar Bowden, independent privacy researcher; Maria Pilar Torres Bruna, Head of Cybersecurity, Everis Aerospace, Defense and Security; Prof. Kenny Paterson, University of London; Agustín Martin and Luis Hernández Encinas, Tenured Scientists, Department of Information Processing and Cryptography (Cryptology and Information Security Group), CSIC; Alessandro Zanasi, Zanasi & Partners; Fernando Acero, Expert on Open Source Software; Luigi Coppolino,Università degli Studi di Napoli; Marcello Antonucci, EZNESS srl; Rachel Oldroyd, Managing Editor of The Bureau of Investigative Journalism; Peter Kruse, Founder of CSIS Security Group A/S; Ryan Gallagher, investigative Reporter of The Intercept; Capitán Alberto Redondo, Guardia Civil; Prof. Bart Preneel, KU Leuven; Raoul Chiesa, Security Brokers SCpA, CyberDefcon Ltd.; Prof.
    [Show full text]
  • On the Security of Cloud Storage Services
    FRAUNHOFER INSTITUTE FOR SECURE INFORMATION TECHNOLOGY ON THE SECURITY OF CLOUD Sharing of data was a problem for CloudMe, Dropbox, Team- Summary Individuals or companies considering to use cloud STORAGE SERVICES Drive and Wuala. Problems occur if fi les are shared with non- storage services are advised to check whether a cloud provider MANAGEMENT SUMMARY subscribers by a long, unpredictable URL. CloudMe does not meets these security requirements. obfuscate this URL adequately. Dropbox gives an unclear de- scription wrt to sharing details, TeamDrive is weak when disin- In addition, it is worthwhile to consider using more than one viting a group member and Wuala enables information gathe- service to reduce the impacts of service downtime. Further, ring by including the user name in public URLs. CloudMe does calculation of the time to recover all data from the cloud is re- not prevent search engines from accessing the workspace. commended. Depending on the individual amount of data, this may take several days. Having a plan for a provider Deduplication was a problem for Mozy and Wuala, because change in the future reduces the dependancy on a particular in some cases it is possible to ask the cloud storage provider provider (provider lock-in). This will be relevant, for example, if whether a fi le is already stored or not. the chosen provider is getting too expensive or is not longer compliant with governmental rules. As a major result, the stu- Data confi dentiality can be improved by users by encrypting dy shows that most of the analyzed cloud storage providers their data locally before uploading it to the cloud.
    [Show full text]
  • Online Research Tools
    Online Research Tools A White Paper Alphabetical URL DataSet Link Compilation By Marcus P. Zillman, M.S., A.M.H.A. Executive Director – Virtual Private Library [email protected] Online Research Tools is a white paper link compilation of various online tools that will aid your research and searching of the Internet. These tools come in all types and descriptions and many are web applications without the need to download software to your computer. This white paper link compilation is constantly updated and is available online in the Research Tools section of the Virtual Private Library’s Subject Tracer™ Information Blog: http://www.ResearchResources.info/ If you know of other online research tools both free and fee based feel free to contact me so I may place them in this ongoing work as the goal is to make research and searching more efficient and productive both for the professional as well as the lay person. Figure 1: Research Resources – Online Research Tools 1 Online Research Tools – A White Paper Alpabetical URL DataSet Link Compilation [Updated: August 26, 2013] http://www.OnlineResearchTools.info/ [email protected] eVoice: 800-858-1462 © 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Marcus P. Zillman, M.S., A.M.H.A. Online Research Tools: 12VPN - Unblock Websites and Improve Privacy http://12vpn.com/ 123Do – Simple Task Queues To Help Your Work Flow http://iqdo.com/ 15Five - Know the Pulse of Your Company http://www.15five.com/ 1000 Genomes - A Deep Catalog of Human Genetic Variation http://www.1000genomes.org/
    [Show full text]
  • Online Security for Independent Media and Civil Society Activists
    Online Security for Independent Media and Civil Society Activists A white paper for SIDA’s October 2010 “Exile Media” conference Eric S Johnson (updated 13 Oct 2013) For activists who make it a priority to deliver news to citizens of countries which try to control the information to which their citizens have access, the internet has provided massive new opportunities. But those countries’ governments also realise ICTs’ potential and implement countermeasures to impede the delivery of independent news via the internet. This paper covers what exile media can or should do to protect itself, addressing three categories of issues: common computer security precautions, defense against targeted attacks, and circumventing cybercensorship, with a final note about overkill (aka FUD: fear, uncertainty, doubt). For each of the issues mentioned below, specific ex- amples from within the human rights or freedom of expression world can be provided where non-observance was cata- strophic, but most of those who suffered problems would rather not be named. [NB Snowden- gate changed little or nothing about these recommendations.] Common computer security: The best defense is a good … (aka “lock your doors”) The main threats to exile media’s successful use of ICTs—and solutions—are the same as for any other computer user: 1) Ensure all software automatically patches itself regularly against newly-discovered secu- rity flaws (e.g. to maintain up-to-date SSL certificate revocation lists). As with antivirus software, this may cost something; e.g. with Microsoft (Windows and Office), it may re- quire your software be legally purchased (or use the WSUS Offline Update tool, which helps in low-bandwidth environments).
    [Show full text]
  • (More) Side Channels in Cloud Storage Linking Data to Users
    (More) Side Channels in Cloud Storage Linking Data to Users Tobias Pulls Department of Computer Science Karlstad University Karlstad, Sweden [email protected] Abstract. Public cloud storage services are gaining in popularity and several commercial actors are offering their services for users, however, not always with the security and privacy of their users as the primary design goal. This paper investigates side channels in public cloud storage services that allow the service provider, and in some cases users of the same service, to learn who has stored a given file and to profile users' usage of the service. These side channels are present in several public cloud storage services that are marketed as secure and privacy-friendly. Our conclusions are that cross-user deduplication should be disabled by default and that public cloud storage services need to be designed to provide unlinkability of users and data, even if the data is encrypted by users before storing it in the cloud. 1 Introduction The setting for this paper is that of cloud storage services, where a service provider offers a service for users to store their data in the cloud. Commercial cloud storage services such as Dropbox [8], SpiderOak [21], Tarsnap [22], and Wuala [28] provide storage for millions of users and are gaining in popularity. These cloud storage services are all public clouds, that is, they are available to the general public over the Internet [16]. For so called private clouds [16], in the case of all infrastructure being completely operated by the entity using the infrastructure, the issues raised in this paper are in part or completely non- issues.
    [Show full text]
  • Twice the Storage Capacity in Half the Space 8-BAY
    8-BAY RACKMOUNT NAS Data Sheet Twice the storage capacity in half the space The Seagate® Business Storage 8-bay Rackmount NAS is a complete network storage solution designed to keep businesses with up to 250 employees productive by creating a secure, shared space for file storage and backup. With its innovative 8-bay design in a 1U form factor, it’s the perfect network storage solution for growing businesses. The 8-bay Rackmount NAS is built with enterprise-class hardware inside and out, making it the ideal solution for businesses that demand a higher level of performance and reliability. It features Seagate Constellation® ES.3 enterprise drives, ECC RAM, redundant power supplies and dual Gigabit Ethernet ports for increased reliability, data integrity and uptime. Moreover, the 8-bay Rackmount NAS is the first network-attached storage product to offer eight 3.5-inch drives in a 1U form factor, providing double the capacity in essentially the same footprint. In addition, the 8-bay Rackmount NAS features hot-swappable fans and drive bays, sliding rails and best-in-class cable management for easy serviceability. Powered by the performance-optimized Seagate NAS OS and featuring a 2.3GHz dual-core Intel processor coupled with 4GB of RAM, the 8-bay Rackmount NAS delivers impressive file transfer performance of up to 200MB/s. Plus, built-in support for iSCSI enables maximum performance and compatibility for virtualized environments. Collaboration, sharing and anywhere access are brought together seamlessly with the integrated Wuala cloud service and business-focused apps for Windows, Mac®, smartphone and tablet.
    [Show full text]
  • A Measurement Study of the Wuala On-Line Storage Service
    A Measurement Study of the Wuala On-line Storage Service Thomas Mager, Ernst Biersack, and Pietro Michiardi EURECOM Sophia Antipolis, France fmager,erbi,[email protected] Abstract—Wuala is a popular online backup and file sharing • Understand if and how coding techniques are used to system that has been successfully operated for several years. assure the availability and durability of the data in case Very little is known about the design and implementation of of node failures Wuala. We capture the network traffic exchanged between the machines participating in Wuala to reverse engineer the design • Determine the transport protocol used to move data and operation of Wuala. When Wuala was launched, it used between peers and servers a clever combination of centralized storage in data centers for • Describe the evolution Wuala has undergone between long-term backup with peer-assisted file caching of frequently 2010 and 2012. downloaded files. Large files are broken up into transmission blocks and additional transmission blocks are generated using Our findings indicate that Wuala uses a simple, yet clever a classical redundancy coding scheme. Multiple transmission system design. Data availability – i.e., making sure that files blocks are sent in parallel to different machines and reliability is are accessible at any time – and durability – that is ensuring assured via a simple Automatic Repeat Request protocol on top of that files are never lost – are achieved by relying on servers UDP. Recently, however, Wuala has adopted a pure client/server based architecture. Our findings and the underlying reasons are located in a data center, instead of using peers.
    [Show full text]
  • Secure Dropbox Alternatives Comparison Chart*
    Secure Dropbox Alternatives Comparison Chart* SpiderOak Wuala Tresorit Mega.co.nz Sync.com TeamDrive Yes – AES-256 in CFB Yes – 256-bit symmetric key (CFB AES- 256 Yes – AES-128 Yes – 256-bit AES Yes – 256-bit symmetric Client-side encryption mode and HMAC-SHA256 mode) Transit encryption Yes – SSL Yes Yes – TLS Yes – TLS Yes – SSL SSL Server-side encryption Yes Yes Yes Yes Yes Server location US EU EU EU/NZ Canada EU Number of devices Unlimited Unlimited 3 / 5 / 10 Unlimited Unlimited Unlimited OS Mac/Windows/Linux Mac/Windows/Linux Mac/Windows Mac/Windows/Linux Mac/Windows Mac/Windows/Linux File sharing Yes Yes – Business only Yes Yes Yes Yes Permission handling Yes Yes Yes No Yes Yes Mobile apps Yes Yes Yes Yes Yes Yes 2-factor authenticfication No No Yes – Business only No No No Version history Yes Yes Yes – Premium and Business only No Yes Yes Activity history Limited N/A Yes – 7 days / 90 days / unlimited No N/A N/A Encrypted links Password protection Password protection Yes No Password protection No Folder sync Yes Yes Yes Yes Yes Yes Automatic backup Yes Yes Yes No Yes Yes HIPAA compliant Yes No Still in progress (FIPS 140-2 compliant)No Yes No Max. file size Unlimited 100 GB 0.5 GB / 2 GB / 2 GB Unlimited Unlimited N/A Free storage Yes – 2 GB No Yes – 3 GB Yes – 50 GB 5 GB 2 GB PRO I: 9.99€/500GB/1TB bandwidth/month Professional: Personal: Premium: 12.50$/month PRO II: 19.99€/2TB/4TB Teamdrive Pro: Pricing 10$/month/100GB 12.50$/100GB/month Pro: 49$/500GB/year Business: 25$/month/user bandwidth/month 30$/50GB/month Business: 5$/month/user Business: 465$/5 user/year PRO III: 29.99€/4TB/8TB bandwidth/month Web Site More info More info More info More info More info More info * the full article can be found here: http://www.cloudwards.net/dropbox-alternatives/ Yes – 256-bit symmetric.
    [Show full text]