IP addresses 
  5.2 IPv4 address 
SCALANCE W780/W740 to IEEE 802.11n Web Based Management 
Configuration Manual, 08/2018, C79000-G8976-C267-13 
79 
 
 
Structure of an IPv4 address 
Address classes 
 
Max. number of 
hosts/network 
1.x.x.x through 126.x.x.x 
128.0.x.x through 191.255.x.x  16383  65534  B  /16 
192.0.0.x through 223.255.255.x 
224.0.0.0 - 239.255.255.255 
240.0.0.0 - 255.255.255.255 
Reserved for future applications 
An IP address consists of 4 bytes. Each byte is represented in decimal, with a dot separating 
it from the previous one. This results in the following structure, where XXX stands for a 
number between 0 and 255: 
XXX.XXX.XXX.XXX 
The IP address is made up of two parts, the network ID and the host ID. This allows different 
subnets to be created. Depending on the bytes of the IP address used as the network ID and 
those used for the host ID, the IP address can be assigned to a specific address class. 
The bits of the host ID can be used to create subnets. The leading bits represent the address 
of the subnet and the remaining bits the address of the host in the subnet. 
A subnet is defined by the subnet mask. The structure of the subnet mask corresponds to 
that of an IP address. If a "1" is used at a bit position in the subnet mask, the bit belongs to 
the corresponding position in the IP address of the subnet address, otherwise to the address 
of the computer. 
Example of a class B network: 
The standard subnet address for class B networks is 255.255.0.0; in other words, the last 
two bytes are available for defining a subnet. If 16 subnets must be defined, the third byte of 
the subnet address must be set to 11110000 (binary notation). In this case, this results in the 
subnet mask 255.255.240.0. 
To find out whether two IP addresses belong to the same subnet, the two IP addresses and 
the subnet mask are ANDed bit by bit. If both logic operations have the save result, both IP 
addresses belong to the same subnet, for example, 141.120.246.210 and 141.120.252.108.