Network Design & Security
CTS1305C Cable Run -- Week 4
Press → to begin or use navigation below
CTS1305C Cable Run -- Week 4
Press → to begin or use navigation below
Physical and Logical Network Layouts
Core / Distribution / Access
Logical Network Segmentation
| VLAN | Name | Purpose |
|---|---|---|
| 1 | Default | Management (change this!) |
| 10 | Users | Workstations |
| 20 | VoIP | IP phones |
| 30 | Servers | Server farm |
| 99 | Management | Switch management |
Traffic Filtering at the Network Layer
Wildcard mask is the inverse of a subnet mask. 0.0.0.255 means "match the first three octets exactly, ignore the last."
The First Line of Network Defense
Protecting Internal Networks From Public Services
Address Translation for Internet Access
Protecting the Air Interface
| Standard | Encryption | Status |
|---|---|---|
| WEP | RC4 (broken) | Deprecated -- never use |
| WPA | TKIP | Legacy -- avoid |
| WPA2 | AES-CCMP | Current standard |
| WPA3 | AES-GCMP / SAE | Latest -- recommended |
Controlling Physical Switch Access
Encrypted Tunnels Over Public Networks
| Protocol | Ports | Notes |
|---|---|---|
| IPsec | UDP 500, 4500 | Industry standard, strong encryption |
| OpenVPN | UDP 1194 / TCP 443 | Open source, highly configurable |
| WireGuard | UDP 51820 | Modern, fast, minimal code |
| L2TP/IPsec | UDP 1701 | Legacy, double encapsulation |
The Map That Saves Hours of Troubleshooting
Defense in Depth
Every user and system should have only the minimum permissions necessary to perform their function. Reduces the blast radius of any compromise.
Network Design & Security
Network Troubleshooting -- methodology, common issues, tools, and diagnostic techniques.