solana/book/art/fullnode.bob

30 lines
1.9 KiB
Plaintext

.---------------------------------.
| Fullnode |
| |
.--------. | .------------------. |
| |---->| | |
| Client | | | JSON RPC Service | |
| |<----| | |
`----+---` | `------------------` |
| | ^ |
| | | .----------------. | .------------------.
| | | | Gossip Service |<------>| Validators |
| | | `----------------` | | |
| | | | | |
| | | | | .------------. |
| | .--+---. .------. .--------. | | | | |
| | | Bank |<-|Replay| |Network |<------+ Upstream | |
| | | Forks| |Stage | |Observer| | | | Validators | |
| | `------` `--+---` `------+-` | | | | |
| | ^ | ^ | | | `------------` |
| | | .------ | | | | | |
| | | |Gossip|<-`.-+-------. | | | |
| | | |Votes | |Blocktree|<-` | | |
| | | `-+----` `---------` | | .------------. |
| | | | ^ | | | | |
| | | v | | | | Downstream | |
| | .+----. .------+----. | | | Validators | |
`-------->| TPU +-->| Broadcast +------------->| | |
| `-----` | Service | | | `------------` |
| `-----------` | `------------------`
`---------------------------------`