| Author |
Message |
eelinker
Joined: 12 Feb 2006 Posts: 518 Helped: 12 Location: PERSIA
|
13 Apr 2006 12:06 Peer to peer networks? |
|
|
|
|
| Can anyone tell me about peer to peer[p2p] networks?
|
|
| Back to top |
|
 |
Daniz40
Joined: 12 Jan 2006 Posts: 106 Helped: 3 Location: Islamabad
|
13 Apr 2006 12:25 Re: Peer to peer networks? |
|
|
|
|
A pure peer-to-peer network does not have the notion of clients or servers, but only equal peer nodes that simultaneously function as both "clients" and "servers" to the other nodes on the network. This model of network arrangement differs from the client-server model where communication is usually to and from a central server. A typical example for a non peer-to-peer file transfer is an FTP server where the client and server programs are quite distinct, and the clients initiate the download/uploads and the servers react to and satisfy these requests
see this link for further details http://en.wikipedia.org/wiki/Peer-to-peer
|
|
| Back to top |
|
 |
erodeboy
Joined: 15 Nov 2005 Posts: 86 Helped: 1 Location: India
|
14 Apr 2006 7:08 Peer to peer networks? |
|
|
|
|
| how many systems will be there in a peer to peer network
|
|
| Back to top |
|
 |
throwaway18
Joined: 09 Jun 2005 Posts: 553 Helped: 73 Location: Kent, UK
|
14 Apr 2006 10:56 Peer to peer networks? |
|
|
|
|
Anywhere from two to millions.
There are a few million users of the emule filesharing program.
|
|
| Back to top |
|
 |
eelinker
Joined: 12 Feb 2006 Posts: 518 Helped: 12 Location: PERSIA
|
14 Apr 2006 15:52 Peer to peer networks? |
|
|
|
|
How is it possible to write a peer2peer application.
is it possible to use a p2p application on a p2p hardware layer?
And is it possible to perform a hardware level p2p network?
|
|
| Back to top |
|
 |
throwaway18
Joined: 09 Jun 2005 Posts: 553 Helped: 73 Location: Kent, UK
|
14 Apr 2006 22:43 Peer to peer networks? |
|
|
|
|
>How is it possible to write a peer2peer application.
Choose a programming language.
Obtain a compiler for your hardware platform.
Learn how to write software.
Write the software.
If you want to make an application that works over the internet then you need to read a few programming forums such as vb forum. There are a few topics that get discussed every week such as dealing with connection sharing systems and firewalls that block incoming connections.
There is lots of information on the web about socket programming and thousands of posts in forums asking the same questions over and over again.
>is it possible to use a p2p application on a p2p hardware layer?
Yes.
>And is it possible to perform a hardware level p2p network?
Yes but not all applications of peer to peer networking can be easily implemented in logic gates rarther than software.
|
|
| Back to top |
|
 |
Guest
|
11 May 2006 1:55 Re: Peer to peer networks? |
|
|
|
|
I think before jumping write direct application..
1st you need to understand how P2P .. they work over overlay networks.. and than create simple application program for simple 10 host network or something.. and then try to see how they work
in my advance network project I write code for P2P flow control.. once u understand concept it's easy to develop it further.... i think Beej's networking guide is good start to learnin about socekt programming .. cuz that what you going to need to write p2p applications
|
|
| Back to top |
|
 |