Auto-sync: 2026-04-19 06:32

This commit is contained in:
2026-04-19 06:32:15 +08:00
parent 56f49ecd5b
commit a1636ec67a
92 changed files with 3251 additions and 5 deletions

View File

@@ -0,0 +1,34 @@
---
title: "Hub-and-Spoke"
type: concept
tags:
- networking
- topology
---
## Aliases
- Hub-and-Spoke
- 星型拓扑
- Hub and Spoke
## Description
一种网络拓扑结构所有分支Spoke连接到中心节点Hub分支间的通信通常经过 Hub 中转。在 AWS 云网络架构中Transit Gateway 充当 HubVPC 和 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]]