Skip to content

Commit

Permalink
Update article.md after creative writing
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdriod authored Dec 23, 2024
1 parent 085105e commit 58e3c72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2024/peer-to-peer-networking/article.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Peer-to-Peer: A Better Way to Work Together

Imagine you and your friends who love reading books decide to borrow them from a library. The library acts like a *central server*—it stores all the books, and everyone depends on it. But if the library is closed, you can't get the book. To overcome this, you and your friends start sharing books directly. If you have a book your friend wants, you lend it; if you need a book, you ask around until someone shares it with you.
You and your friends love reading books but rely on a library to borrow them. If the library is closed, you cant get the books you need. To solve this, you and your friends start sharing books directly—if one of you has a book another wants, you lend it; if you need a book, you ask around until someone shares it.

This illustrates how **peer-to-peer (P2P) networking** is possible: instead of relying on a central server, devices connect directly to share or request information. People use P2P because it's faster and more reliable since no one depends on a single system. It's widely used for securely exchanging money and sharing resources, showing how working together directly can be efficient and effective.
This is how peer-to-peer (P2P) networking works: instead of depending on a central server, devices connect directly to share or request information. P2P is faster and more reliable since no one depends on a single system. It's widely used for securely exchanging money and sharing resources, proving that working together directly is both efficient and effective.

## Author
Ashwin Vazhappilly
Ashwin Vazhappilly

0 comments on commit 58e3c72

Please sign in to comment.