Files
nexus/wiki/concepts/Hub-and-Spoke.md
2026-04-19 06:32:15 +08:00

34 lines
762 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]