Back to list
Lv.2

P2P

Peer to Peer

A communication method where computers exchange data directly with each other, without going through a dedicated server.

In Simple Terms

P2P is a system where devices on a network send data directly to each other, with no central server involved. For example, two smartphones can use short-range wireless connections to send files directly to each other in a one-to-one connection. Large file-sharing systems on the internet apply this same idea, splitting files into small pieces that many devices exchange at once. Blockchain is also built on this technology: computers worldwide stay connected and each keep a copy of the same records, helping prevent data from being tampered with.

Behind the Name

P2P comes from the word "peer," meaning someone of equal standing. In "peer-to-peer," the word "to" is pronounced the same as the number "two," so the phrase came to be written as "P2P," using the digit 2 in place of "to." The name reflects that there's no hierarchy like a client and server — every device connected is an equal partner.

Take a Closer Look!

P2P refers to a system on networks like the internet where computers exchange data directly with each other, without going through a specific server. A key feature is that every device on the network plays both roles at once — providing a service and using one.

Broadly speaking, traditional communication relied on one large central server that everyone accessed, but with P2P, individual devices connect to each other directly. This helps avoid problems like slow connections when too much traffic concentrates on a single server, or an entire service going down if that server stops working.

P2P technology is applied for two main purposes, depending on how it's set up. One is "large-scale file-sharing systems," where data is split into fragments that everyone shares and exchanges, spreading out the transfer load to keep server costs down. The other is "blockchain," where every device holds a full copy of the same data — not to cut costs, but so that everyone can verify each other's data without needing a central administrator, preventing tampering.