Subnet
A logical division of an IP network — lets different parts have their own firewall rules and routing.
In AWS: a VPC is split into public subnets (with internet access) and private. At home: everyone on the same subnet (192.168.1.0/24). Bigger companies: VLAN per department.