Embed presentation





An IP address is divided into a network and host part, with a class A address using the first 8 bits for the network and the last 24 bits for the host. A subnet mask, also consisting of 32 bits, uses 1s to represent the network part and 0s to represent the host part, allowing a computer to determine the network and host parts of an IP address. For example, an IP address of 10.0.0.1 with a default class A subnet mask of 255.0.0.0 would mean any IP address starting with 10 would be in the same network, ranging from 10.0.0.0 to 10.255.255.255.



