Subnetting & Gateway Routing
When a host transmits data, it performs a bitwise AND on its IP address and subnet mask. If the destination is outside its local broadcast domain (e.g., 192.168.1.50 contacting 10.0.0.80), the packet must be addressed at Layer 2 to the default gateway's MAC address while keeping the destination Layer 3 IP intact.
- Workstation LAN: 192.168.1.0/24 (Gateway 192.168.1.1)
- DMZ Subnet: 10.0.0.0/24 (Segmented from Corporate LAN)
- Routing decisions decrement TTL to eliminate routing loops