|
1 | 1 | ---
|
2 | 2 | description: >-
|
3 |
| - A storage model defines how data is stored within a system. This page covers |
4 |
| - the basic aspects of Filecoin’s storage model. |
| 3 | + A storage model defines how data is stored within a system. This page covers the basic aspects of Filecoin’s storage model. |
5 | 4 | ---
|
6 | 5 |
|
7 |
| -# Storage model |
| 6 | +# Storage Model |
8 | 7 |
|
9 |
| -The Filecoin storage model consists of three components: |
| 8 | +The Filecoin storage model consists of three main components: |
10 | 9 |
|
11 |
| -* Providers |
12 |
| -* Deals |
13 |
| -* Sectors |
| 10 | +- Providers |
| 11 | +- Deals |
| 12 | +- Sectors |
14 | 13 |
|
15 | 14 | ## Providers
|
16 | 15 |
|
17 |
| -Providers, as the name suggests, provide a service to users of the network. There are two types of provider: |
| 16 | +Providers offer storage and retrieval services to network users. There are two types of providers: |
18 | 17 |
|
19 |
| -* Storage providers |
20 |
| -* Retrieval providers |
| 18 | +- Storage Providers |
| 19 | +- Retrieval Providers |
21 | 20 |
|
22 |
| -### Storage providers |
| 21 | +### Storage Providers |
23 | 22 |
|
24 |
| -Storage providers, often called SPs, are responsible for storing files and data for clients on the network and providing cryptographic proofs to verify storage. The vast majority of providers on the Filecoin network are SPs. |
| 23 | +Storage providers, often called SPs, are responsible for storing files and data for clients on the network. They also provide cryptographic proofs to verify that data is stored securely. The majority of providers on the Filecoin network are SPs. |
25 | 24 |
|
26 |
| -### Retrieval providers |
| 25 | +### Retrieval Providers |
27 | 26 |
|
28 |
| -Retrieval providers, often called RPs, are responsible for providing users quick access to their data. They focus on rapid access to data, rather than long-term storage. Most of the time storage providers also provide retrieval access to their users as part of the same system. However, more and more stand-alone RPs are joining the network. |
| 27 | +Retrieval providers, or RPs, specialize in delivering quick access to data rather than long-term storage. While many storage providers also offer retrieval services, stand-alone RPs are increasingly joining the network to enhance data accessibility. |
29 | 28 |
|
30 | 29 | ## Deals
|
31 | 30 |
|
32 |
| -In the Filecoin network, SPs and RPs provide their storage or retrieval service to data clients through deals. These deals are negotiated and agreed upon between two parties, and include terms like data size, price, deal duration, and collateral. |
| 31 | +In the Filecoin network, SPs and RPs offer storage or retrieval services to clients through deals. These deals are negotiated between two parties and outline terms such as data size, price, duration, and collateral. |
33 | 32 |
|
34 |
| -The deal-making process happens _off-chain_. Once both parties agree to the terms of a deal, that deal is published _on-chain_ for the rest of the network to see and validate. |
| 33 | +The deal-making process initially occurs _off-chain_. Once both parties agree to the terms, the deal is published _on-chain_ for network-wide visibility and validation. |
35 | 34 |
|
36 | 35 | ## Sectors
|
37 | 36 |
|
38 |
| -Sectors are the basic units of provable storage where storage providers store clients’ data and generate PoSt on behalf of the Filecoin network. Sectors have standard sizes and a lifetime that storage providers can extend before reaching the end of the lifetime. `32 GiB` and `64 GiB` sector sizes are supported. |
| 37 | +Sectors are the fundamental units of provable storage where storage providers securely store client data and generate PoSt (Proof of Spacetime) for the Filecoin network. Sectors come in standard sizes, typically `32 GiB` or `64 GiB`, and have a set lifespan that providers can extend before it expires. |
39 | 38 |
|
40 |
| - |
41 |
| - |
42 |
| -[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill\_Page+URL=https://docs.filecoin.io/basics/what-is-filecoin/storage-model) |
| 39 | +[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill_Page+URL=https://docs.filecoin.io/basics/what-is-filecoin/storage-model) |
0 commit comments