1.0 Network+ Certification Cram Notes : Networking Fundamentals
1.4 Configuring a subnet and use appropriate IP addressing schemes.
IPv4 subnetting
IPv4 subnetting refers to the process of dividing a larger network into smaller subnetworks. The purpose of subnetting is to divide a large network into smaller, more manageable subnetworks. It also allows for the optimization of network resources and reduces the size of broadcast domains.
Classless (variable-length subnet mask) is a subnetting method where the subnet mask is of variable length, allowing for more efficient use of IP addresses.
Classful subnetting is an older method of subnetting where the subnet mask is of a fixed length and is based on the class of the IP address. There are 5 classes of IP addresses, A, B, C, D, and E.
Class A IP addresses are assigned to large organizations and have a default subnet mask of 255.0.0.0.
Class B IP addresses are assigned to mid-sized organizations and have a default subnet mask of 255.255.0.0.
Class C IP addresses are assigned to small organizations and have a default subnet mask of 255.255.255.0.
Class D IP addresses are reserved for multicast addresses, which are used to send data from one source to multiple recipients simultaneously. The range of Class D IP addresses is from 224.0.0.0 to 239.255.255.255.
Class E IP addresses are reserved for experimental use, and are not generally used for communication on the internet. The range of Class E IP addresses is from 240.0.0.0 to 255.255.255.255.