Products
Download
Contact us
Back to Top
 FAQ
 IP address and subnet mask

What is IP address?

An IP address is a unique number that each devices have in Ethernet communication. A mechanism of Ethernet is similar to that of telephone. Each devices must have its own unique address in the Ethernet communication, in order to identify and communicate with each other.
 

A mechanism of IP address

E.g.
IP: 192 . 168 . 1 . 1
 
An IP address is written as four numbers separeted by dots, as shown above. It is shown in decimal (base 10) number to make it easier to read for us, but devices treat it as binary internally as shown below.
IP:11000000 . 10101000 . 00000001 . 00000001
 
An IP address is a 32-bit value (8-bit×4). Each 8-bit separeted by dots is expressed as a decimal (base 10) number, from 0 to 255. Therefore, there are 3.2 million patterns of IP address from "0.0.0.0" to "255.255.255.255".

However, the IP address actually used is called "private IP address" and it use the following address area that is devided by the universal rule.

<Pricate IP address>
10. 0. 0. 0 - 10. 255. 255. 255 (Subnet: 255. 0. 0. 0) Class A
172. 16. 0. 0 - 172. 31. 255. 255 (Subnet: 255. 255. 0. 0) Class B
192. 168. 0. 0 - 192. 168. 255. 255 (Subnet: 255. 255. 255. 0) Class C

* "0"(Zero) cannot be used in the last digit of IP address.
 

What is subnet mask?

It is a numeric value used in conjunction with an IP address to manage devices by deviding into a small network when the network is too large to manage.
 

A mechanism of subnet mask

Suppose an IP address is a phone number, a subnet mask separetes "area code" and "local number". When showing both an IP address and a subnet mask in binary and listing them as below, IP address's digits that correspond to the subnet mask's digits shown as "1" are treated as a "area code".
 
E.g)
IP: 192. 168. 3. 1
(=11000000.10101000.00000011.00000001)
Sub: 255. 255. 255. 0
(=11111111.11111111.11111111.00000000)
←-----------------------------------------→←--------→
Network parts
(≒Area code)
Masked by "1"
Host parts
(≒local number)
An area code is called "network address" and an local number is called "host address". Subnet mask devides the network by separating an IP address into those two parts. Devices that use same IP address can communicate each other directly.

Caution
If the enty node of "Pro-Server EX" does not connect to the other network, it will be no problem to use IP address (192.168.1.***) and subnet mask (255.255.255.0) . When setting the IP address of PC, set a fixed IP address (not "Obtain an IP address automatically").
Back to page top --> Returns to the previous page
FAQ for use | Protection of Personal Information | Trademark Acknowledgments | About Intellectual Property Rights | Terms of Use
Copyright (C) 2005- Schneider Electric Japan Holdings Ltd. All Rights Reserved.