In binary form, let's visualize how the subnet mask marks the bit locations common to a subnet. Consider an IP address, say 10.23.2.2, and its corresponding subnet mask, 255.255.255.0. Now, let's represent them in binary:
IP Address 10.23.2.2: 00001010 00010111 00000010 00000010
Next, we mark the bits that are set to 1 in the subnet mask on the IP address:
Marked bits: 00001010 00010111 00000010
This marked portion, i.e., 10.23.2, signifies the common part of the subnet. Therefore, any IP address falling within the range 10.23.2.0/255.255.255.0 is part of the same subnet. This illustrates how subnet masks help define and group IP addresses within a network.