Quiz Entry - updated: 2026.07.14
What is network segmentation and why is subnetting beneficial?
Subnetting splits one large network into smaller broadcast domains, which cuts broadcast traffic, improves performance and security, and eases management — and only a router separates broadcast domains.
Network Segmentation: Dividing a network into smaller segments to improve performance and security.
Problems with large flat networks:
- Excessive broadcast traffic
- Security vulnerabilities
- Difficult management
- Poor performance
Benefits of Subnetting:
| Benefit | Description |
|---|---|
| Reduced broadcast traffic | Broadcasts stay within subnet |
| Improved security | Isolate sensitive systems |
| Better management | Organize by department/function |
| Efficient use of addresses | Allocate only what's needed |
Broadcast Domain:
- Area where broadcast traffic is forwarded
- Routers do NOT forward broadcasts - they separate broadcast domains
- Each subnet = one broadcast domain
Key insight: Every time you cross a router, you enter a new broadcast domain and typically a new subnet.
Go deeper:
Broadcast domain (Wikipedia) — what a broadcast domain is and why routers bound it.
Network segmentation (Wikipedia) — the performance and security rationale for splitting a flat network.