Skip to content

Commit 32cef7e

Browse files
committed
edits
1 parent 485c078 commit 32cef7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/comparisons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: 'IPFS Comparisons'
33
description: Comparing IPFS to other solutions.
44
---
55

6-
# Protocol Comparisons
6+
# IPFS Comparisons
77

88
## How is IPFS different from other solutions?
99

10-
IPFS is a general-purpose file system that uses a distributed hash table (DHT) to store and retrieve data. This sets it apart from other solutions with a more specific focus or use different data storage mechanisms. For example:
10+
IPFS is a general-purpose file system that uses a distributed hash table (DHT) to route and transfer content-addressed data. This sets it apart from other solutions with a more specific focus or use of a specific data storage mechanism. For example:
1111

1212
- [BitTorrent](https://www.bittorrent.com/) is a peer-to-peer (P2P) file-sharing protocol that uses a centralized tracker to manage the distribution of files among peers. It focuses on file-sharing rather than file storage.
1313
- [Storj](https://storj.io/) and [Sia](https://sia.tech/) are decentralized cloud storage platforms that use distributed networks of nodes for data storage. They focus on providing cloud storage services rather than a general-purpose distributed file system.

0 commit comments

Comments
 (0)