Skip to content

Commit

Permalink
node type to node role in index.md under network-architecture (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalchangrani authored Aug 14, 2024
1 parent 131b7c2 commit 9f49279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/networks/network-architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ This division of labor between nodes occurs within the different validation stag
In other words, every Flow node still participates in the validation of every transaction, but they do so only at one of the stages of validation.
They can therefore specialize—and greatly increase the efficiency—for their particular stage of focus.

### Flow node types and what they do
### Flow node roles and what they do

| | Node type | Responsibility | What do the nodes of this type do? |
| | Node type | Responsibility | What do the nodes of this role do? |
|------------------------------------------|:--------------:|:--------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ![collection](images/collection.png) | Collection | Collection nodes act as a censorship-resistant data availability layer, which caches transactions for subsequent execution. | Collection nodes order transactions into batches known as collection. |
| ![consensus](images/consensus.png) | Consensus | The consensus committee serves as the security authority in the network and orchestrates Flow's transaction processing pipeline. | Consensus nodes order collections into blocks and commit execution results after verification. |
Expand Down

0 comments on commit 9f49279

Please sign in to comment.