Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update why_systems.md #1296

Merged
merged 3 commits into from
Jul 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/intro/systems/why_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ This decoupling is useful for:
- **Security Isolation:** some systems require higher operational security than others. System decoupling allows
implementations to meet their security and functionality needs. A good example of this is separating Blockchain
processing from Data Transfer.
- **Scalability:** systems, and various use cases, may drive different performance requirements for different opertators.
- **Scalability:** systems, and various use cases, may drive different performance requirements for different operators.
System decoupling makes it easier for operators to scale their deployments along system boundaries.

## Filecoin Nodes don't need all the systems

Filecoin Nodes vary significantly, and do not need all the systems.
Filecoin Nodes vary significantly and do not need all the systems.
Most systems are only needed for a subset of use cases.

For example, the Blockchain System is required for synchronizing the chain, participating in secure consensus,
Expand Down
Loading