Learning record: p2p Peer to Peer mode

tags: software test


p2p communication method
such as QQ transfer files,
When an online user A sends and receives files to another online user B, the files can be transferred equally without going through the server;
An online user A transfers a file to another offline user B, uploads it to the server and saves it as an offline file.
When B is online, the server sends the files A uploaded on the server to B to download.

To sum up: p2p communication mode, as long as the p2p program is running, the client can connect to the client, the server can connect to the client, and the client can connect to the server for communication.

Intelligent Recommendation

Chapter XII create WCF Peer P2P application

WCF supports the creation of P2P applications use netPeerTcpBinding binding. This binding allows a plurality of portions on one peer communications transport protocol. It also defines how the nodes in...

Android Wi-Fi Peer-to-Peer (Android's Wi-Fi P2P peer network)

Wi-Fi peer-to-peer (P2P, peer network), which have agreed to the corresponding hardware Android 4.0 (API level 14) or the version number of the device can be higher by wifi directly without the need t...

webrtc source code learning -point -to -point (P2P) link process (Peer Connection)

Create PC PC is a abbreviation of Peer Connection. In the following articles PeerConnection is a very important interface in the link process in WebRTC. It provides links, ICE, Track, and encoding the...

Record common operations of Peer commands in our Fabric learning

The peer command has five different subcommands, each of which allows administrators to perform a specific set of tasks related to a peer. peer chaincode [option] [flags] peer channel [option] [flags]...

SpringBoot integrates activeMQ to implement Queue mode peer-to-peer communication

This article is mainly about SpringBoot integrated activeMQ to achieve Queue mode peer-to-peer communication. First talk about what is MQ:Message Queue message queueMQ can be understood as a post offi...

More Recommendation

Ethereum p2p network (six): Ethereum peer connection and message processing

When the TCP connection pool performs a rlpx handshake with a node to establish an encrypted connection, it will trigger the addpeer pipe of the server.run function to pass the message, capture the me...

Computer Network - Detailed P2P peer network (a) -BitTorrent agreement

Note: This article content borrowed from:Shallow BitTorrent protocol into the lightWhich added some original bloggers, thanks invasion delete ~ The concept of peer to peer network The following defini...

Socket peer-to-peer communication

//ServerSocket //SocketClient...

Algorithm -- Peer-to-Peer Array

Create a function that accepts two or more arrays and returns a symmetric difference (△ or ⊕) array of the given array. Give two sets (such as set A = {1, 2, 3} and set B = {2, 3, 4}), and the m...

Peer-to-Peer review

Peer-To-Peer Network Introduction In recent years, Peer-to-Peer (P2P) has quickly become one of the hot topics in the computer industry. Fortune Magazine has listed P2P as one of the four technologies...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top