From 58e3c72eeec479fa5b4b5b4f3624881d3539129b Mon Sep 17 00:00:00 2001 From: Ashwin Vazhappilly <42440470+ashdriod@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:19:08 +0100 Subject: [PATCH] Update article.md after creative writing --- 2024/peer-to-peer-networking/article.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2024/peer-to-peer-networking/article.md b/2024/peer-to-peer-networking/article.md index 369aeb0f..db77ec1a 100644 --- a/2024/peer-to-peer-networking/article.md +++ b/2024/peer-to-peer-networking/article.md @@ -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 can’t 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 \ No newline at end of file +Ashwin Vazhappilly