Questions tagged [peer]

A peer-to-peer (P2P) network is a type of decentralized and distributed network architecture in which individual nodes in the network (called "peers") act as both suppliers and consumers of resources, in contrast to the centralized client–server model where client nodes request access to resources provided by central servers.

A peer-to-peer (P2P) network is a type of decentralized and distributed network architecture in which individual nodes in the network (called "peers") act as both suppliers and consumers of resources, in contrast to the centralized client–server model where client nodes request access to resources provided by central servers.

In a peer-to-peer network, tasks (such as searching for files or streaming audio/video) are shared amongst multiple interconnected peers who each make a portion of their resources (such as processing power, disk storage or network bandwidth) directly available to other network participants, without the need for centralized coordination by servers.

Wikipedia: http://en.wikipedia.org/wiki/Peer-to-peer

316 questions
3
votes
1 answer

Hyperledger fabric: One peer in two organizations possibility

In Hyperledger fabric, can one peer be part of two organizations? Please add as much possible reasoning in the support of your answer.
A.K.
  • 326
  • 3
  • 18
3
votes
3 answers

Peer-to-peer Javascript & something

I'm looking for a method to connect client(web browser) to server(without external IP) using p2p. As client-side language i would like to use javascript. I was reading about WebRTC Peer-to-peer but i don't know if it only works with two…
HealV
  • 69
  • 5
3
votes
2 answers

Which Kubernetes pattern is appropriate for the peer to peer scenario where peers have slightly different configuration?

I'm trying to run private stellar blockchain infrastructure on kubernetes (not to join to existing public or test stellar network) but my question can be generalized to the scenario of running any peer to peer services on kubernetes. Therefore, I…
Bakir Jusufbegovic
  • 2,806
  • 4
  • 32
  • 48
3
votes
1 answer

How bitcoin peer discovery works after connecting to hard coded nodes?

I am tinkering with the bitcoin source code and trying to understand the exact working of peer discovery mechanism in the testnet mode for which I have made the following changes: Disabled the DNS seed discovery in order to force bitcoind to…
bawejakunal
  • 1,678
  • 2
  • 25
  • 54
3
votes
1 answer

Integrate XMPP instead of WebSync in IceLink Library

I am using IceLink library for peer to peer communication. We need to deploy two servers IceLink and WebSync for that as listed here…
3
votes
0 answers

libtorrent custom messages between peers

I'm developing a custom torrent client using libtorrent-rasterbar, and I'm trying to implement a chat or custom-messaging between peers feature. For example, I would like to know if my connected peer has finished the download (got all the pieces for…
Hernán
  • 4,527
  • 2
  • 32
  • 47
3
votes
4 answers

A newbie question I have to ask, beginning network programming for games?

I'm an absolute newbie in this field and I'm kind of frightened of heading down the wrong path of network programming. I'm trying to build a strong network library for my game engine. I've looked online and have seen there is a network library with…
meds
  • 21,699
  • 37
  • 163
  • 314
3
votes
0 answers

Restlet server using SSL loops indefinitely and produces CPU high load

I am using Restlet 2.1.2 and 2.2 M3 with Jetty for https (also used Simple Framework). The certificate I am using is signed by Comodo. I have added both the AddTrust root certificate and the Comodo intermediate certificate to…
3
votes
8 answers

How do I convince a peer that algorithms are important?

A peer of mine is working on a report that displays the weekly (Sunday to Saturday) advance of every employee in our small consultancy firm. There's a piece of code he wrote that shows the columns corresponding to the days in the target week. His…
isekaijin
  • 19,076
  • 18
  • 85
  • 153
3
votes
2 answers

WebRTC HowTo PeerConnection via LAN with 2 Browsers

since few days I'm trying to build a basic webRTC Videochat. I've got some Demos running localy, even via LAN. But now I want to build one by my one at the really basics without so much overload some Demos come with. But I still don't get a complete…
Mexx
  • 359
  • 3
  • 17
3
votes
2 answers

The most important basics of P2P

I've been reading around on the www but just can't get the most important basics of P2P. The diagram is like this: [peer1]<-->[dsl-router1]<-->[central server]<-->[dsl-router2]<-->[peer2] I'm developing a chat software on the central server. Chat…
jondinham
  • 8,271
  • 17
  • 80
  • 137
2
votes
2 answers

WebRTC connection gets established, only if the created answer is accepted in less than 10 seconds

Hey I'm building an app that demonstrates the capabilities of webrtc. This app involves manual exchange of offer/answer. The issue I'm running into is, if the created answer is not accepted within 10 seconds in firefox browser, (15 seconds - chrome)…
Cosmic
  • 25
  • 6
2
votes
1 answer

The video stops and does not resume after track.stop()

I'm creating simple video-chat one-to-one using PeerJS and React. Everything is working fine except the camera muting. When participant A muting camera, it's muting on both clients but when participant A unmutes it, participant B can see only the…
Lev Kostychenko
  • 147
  • 1
  • 10
2
votes
0 answers

How to track the person talking webrtc in android?

My problem is this. I want to keep track of the time other people are talking on webrtc. For example: PeerA, PeerB and PeerC is in one room. When peerA starts talking, I want to make any changes to the UI in PeerB and PeerC (for example, change…
2
votes
1 answer

What is the role of the BitTorrent Mainline DHT routing table in peer lookup requests?

As I understand the first lookup request is sent to the node which is the closest one in the routing table to the info hash of the torrent During the process of peer lookup I can receive many nodes. When I perform next peer lookup can I start peer…
Art Spasky
  • 1,635
  • 2
  • 17
  • 30
1 2
3
20 21