Skip to content

Commit b41ce80

Browse files
authored
Merge pull request #1636 from njdjacobs/patch-1
Update ipfs-solves.md
2 parents 0e99474 + 7e6b0ef commit b41ce80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/concepts/ipfs-solves.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ IPFS has no single point of failure, and users do not need to trust each other.
3333

3434
## Centralization
3535

36-
IPFS is an open, distributed and participatory network that reduces data silos from centralized servers, making IPFS more resilient than traditional systems. No single entity or person controls, manages or owns IPFS; rather, it is a community-maintained project with multiple implementations of the protocol, multiple tools and apps leveraging that protocol, and multiple users and organizations contributing to it's design and development.
36+
IPFS is an open, distributed and participatory network that reduces data silos from centralized servers, making IPFS more resilient than traditional systems. No single entity or person controls, manages or owns IPFS; rather, it is a community-maintained project with multiple implementations of the protocol, multiple tools and apps leveraging that protocol, and multiple users and organizations contributing to its design and development.
3737

3838
## Performance
3939

40-
IPFS provides faster access to data by enabling it to be replicated to and retrieved from multiple locations, and allowing users to access data from the nearest location using content addressing instead of <VueCustomTooltip label="Data identified and linked to by it's location. An example is HTTP." underlined multiline>location-based addressing</VueCustomTooltip>. In other words, because data can be addressed based on it's contents, a node on the network can fetch that data from _any_ other node in the network that has the data; thus, performance issues like latency are reduced.
40+
IPFS provides faster access to data by enabling it to be replicated to and retrieved from multiple locations, and allowing users to access data from the nearest location using content addressing instead of <VueCustomTooltip label="Data identified and linked to by its location. An example is HTTP." underlined multiline>location-based addressing</VueCustomTooltip>. In other words, because data can be addressed based on its contents, a node on the network can fetch that data from _any_ other node in the network that has the data; thus, performance issues like latency are reduced.
4141

4242
## Link rot
4343

@@ -64,4 +64,4 @@ IPFS prevents <VueCustomTooltip label="When a user is forced to continue using a
6464
- New to IPFS and wanting to dive deeper into the different subsystems that IPFS is composed of and how each one works? See part 3, [**How IPFS Works**](how-ipfs-works.md), of the [introduction to the basic concepts of IPFS](README.md#learn-the-basics)
6565
- Are you looking for a list of implementations of the IPFS protocol, as well as more information on each implementation? See the [IPFS Implementations page](ipfs-implementations.md).
6666
- Do you want to learn how IPFS is used by storage networks and other applications, or looking for inspiration for your own IPFS application? See the [usage ideas and examples](usage-ideas-examples.md).
67-
- Are you interested in comparing IPFS to other similar technologies? See the [IPFS Comparisons page](comparisons.md).
67+
- Are you interested in comparing IPFS to other similar technologies? See the [IPFS Comparisons page](comparisons.md).

0 commit comments

Comments
 (0)