A peer-to-peer file storage and sharing system
#1

[attachment=15224]
[attachment=15225]
[attachment=15226]
[attachment=15227]
[attachment=15228]
Abstract
Use of peer-to-peer technologies have been prevalent in sharing files and media over internet. This project proposes a new cooperative file sharing and storage system that allows users to store, share and find files over a robust and scalable network. This system is based on peer-to-peer technologies and provides a self-managed, decentralized, efficient, load-balanced and distributed way to store and retrieve files on peer nodes. Each node donates storage space to the system and also does routing of client messages based on Pastry[14] location protocol. This system uses replication based on erasure codes for increasing efficiency in providing persistent storage. The system also provides its users with a global hierarchical directory structure to browse for files – like a file-system. We present the system, its features, its architecture design and our progress in this report.
1 Introduction
Peer-to-peer(P2P) can be de_ned a network where sig- ni_cant part of network's functionality is provided by distributed peers, rather than being implemented on centralized server or multiple servers. A peer is a par- ticipant of such peer-to-peer network, which generally is a single program running on multiple hosts. Broadly speaking, P2P network can be classi_ed as either de- centralized or centralized. Decentralized means func- tionality is equally implemented by all or most of the peers in the network. Centralized means that imple- mentation of functionality also uses programs that are not peers, namely centralized servers, that are di_erent from peers and run on relatively small number of hosts. P2P networks have become very popular over last decade { of which _le sharing is the most widley used application. A P2P _le sharing system is a network which facilitates transmission of _les between peers. Such network allows peers to download _les from other participants of network, and also allow to mark a set of _les from their local _le system to be shared. These shared _les are available to other users for download. Today, there are a number of peer-to-peer systems(Gnu-tella[5], Bit-Torrent[2], Freenet[4], and _CS499: Btech project _nal term report. Napster[7]) aimed at creating cooperative _le storage and sharing system. These applications harness idle storage and network resources of volunteer peers to cre- ate an online storage and sharing system { yet these systems are met with challenges of being reliable and scalable. In this project, we propose a decentralized and unmanaged P2P system, which provides an online, fault-tolerant, strongly persistent storage available to multiple users simultaneously. The system consists of nodes connected to the net- work, where each node is identical, and performs identi- cal jobs. Each node can send messages to other nodes, and is responsible for routing messages sent by other nodes. A node contributes to the network by accepting and storing an amount of data from the network into its own drives. Node could also post data to the network, and download data that other nodes have posted. The system's total storage capacity is aggregate of small amount of data that each node allows to store on her local drive. Thus in a network consisting thousands of nodes, this is seemingly limitless space. The nodes together form a self-organizing and decen- tralized overlay network. Inserted _les are replicated over multiple nodes to allow peers to join and leave with high frequency without a_ecting the persistence of stored data. The system uses optimal erasure codes based on Reed-Solomon codes[12] instead of simply du- plicating _les over nodes. We shall show that erasure codes provide a high availability of _les where expected availability of individual node could be as low as ap- prox. 25% of the time. The system uses a routing scheme based on Pastry[14] location protocol to route clients requests to appropriate nodes. Pastry can reli- ably route a client request in number of hops at most logarithmic order in total number of nodes in network.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: file sharing peer to peer, abstract java network file sharing system, cubicle sharing system, peer to peer networking and applications, network file sharing system project in java, ppt on file sharing and lan chatting, peer to peer file sharing data flow diagram,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Service-Oriented Architecture for Weaponry and Battle Command and Control Systems in 1 1,047 15-02-2017, 03:40 PM
Last Post: jaseela123d
  DYNAMIC SEARCH ALGORITHM IN UNSTRUCTURED PEER-TO-PEER NETWORKS--PARALLEL AND DISTRIBU electronics seminars 9 7,335 14-07-2015, 02:25 PM
Last Post: seminar report asees
  Revisiting Dynamic Query Protocols in Unstructured Peer-to-Peer Networks Projects9 2 1,309 14-07-2015, 02:11 PM
Last Post: seminar report asees
  Visa Processing System full report and asp source code project topics 2 5,514 19-06-2014, 06:54 PM
Last Post: seminar report asees
  Crime File management project topics 11 15,659 11-04-2014, 04:23 PM
Last Post: babs01
  e billing and invoice system seminar presentation 8 7,213 28-08-2013, 12:06 PM
Last Post: sonalibe1
  E -Crime File Management System seminar class 8 13,375 24-06-2013, 10:02 AM
Last Post: computer topic
  crime file system project topics 9 12,356 29-04-2013, 11:39 AM
Last Post: computer topic
  Intelligent system for Gas, Human detection and Temperature Monitor control using GSM seminar surveyer 3 3,442 17-04-2013, 11:37 PM
Last Post: [email protected]
  File tracking system mechanical engineering crazy 24 12,854 13-03-2013, 03:28 PM
Last Post: computer idea

Forum Jump: