34 lines
762 B
Markdown
34 lines
762 B
Markdown
---
|
||
title: "Hub-and-Spoke"
|
||
type: concept
|
||
tags:
|
||
- networking
|
||
- topology
|
||
---
|
||
|
||
## Aliases
|
||
- Hub-and-Spoke
|
||
- 星型拓扑
|
||
- Hub and Spoke
|
||
|
||
## Description
|
||
一种网络拓扑结构,所有分支(Spoke)连接到中心节点(Hub),分支间的通信通常经过 Hub 中转。在 AWS 云网络架构中,Transit Gateway 充当 Hub,VPC 和 Landing Zones 作为 Spoke,实现集中化的网络管理。
|
||
|
||
## Use Cases
|
||
- AWS Transit Gateway 连接多个 VPC
|
||
- 企业广域网架构
|
||
- 跨区域网络互联
|
||
|
||
## Related Concepts
|
||
- [[Transit Gateway]]
|
||
- [[SD-WAN]]
|
||
- [[Overlay Network]]
|
||
|
||
## Related Entities
|
||
- [[AWS]]
|
||
|
||
## Sources
|
||
- [[ctp-topic-18-wide-area-networking-in-aws-cloud]]
|
||
|
||
## Related Sources
|
||
- [[ctp-topic-14-octane-hub-on-aws-real-life-experience]] |