FSQx; FSUx; FSPx; ESPIx; ZVB; SMU200A; TCP/IP: Remote control: interaction between TCP/IP address and Subnet Mask  FAQ overview
 
Question: I want to remote-control via LAN a device from a PC. The PC and the device have their own TCP/IP addresses, but I get no connection when I use those addresses. Which function does the Subnet Mask have?
   
Answer: The controller can establish a connection via LAN in two different ways:
It can query its local network to find a device with the defined TCP/IP address or ask a host server to search for a device with this TCP/IP address in other networks.
The method the controller uses depends on the TCP/IP address and the Subnet Mask.

The TCP/IP address and the Subnet Mask have the same format:

xxx.xxx.xxx.xxx

xxx can be any value between 0 and 255 for the TCP/IP address, but there are only three possibilities for the Subnet Mask :

a) 255.0.0.0
b) 255.255.0.0
c) 255.255.255.0

You define the size of the local network by specifying which of the four numbers of the TCP/IP address has to be identical for all members of the local network.
With a) the first number has to be identical, with b) the first two and with c) the first three numbers (defined by 255).

Example:
- The PC has the TCP/IP address 128.203.0.10 and the Subnet Mask 255.255.0.0
- A device with the TCP/IP address 128.203.222.78 is a member of the same local network
- A device with the TCP/IP address 128.204.0.11 is a member of another local network and has to be contacted via a host server.