What is Subnet?
A logical division of an IP network into smaller segments to improve performance, security, and management.
Subnetting divides a large network into smaller, more manageable sub-networks. A subnet mask (e.g., 255.255.255.0 or /24) defines the network and host portions of an IP address.
Benefits include reduced broadcast traffic, improved security through isolation, and efficient IP address allocation. CIDR notation (/24, /16, etc.) specifies subnet sizes concisely.