What is an IP address?

An IP address (Internet Protocol address) is a unique identification number assigned to a device on a network so that it CAN send and receive data via IP-based protocols such as TCP, UDP or HTTP.

In OT networks, IP addresses are essential to enable communication between PLCs, HMIs, SCADA, Drives, Remote IO and other industrial components.


🧠 How does an IP address work?

  1. Each network device receives a unique IP address within a subnet.
  2. IP addresses are used at Layer 3 of the OSI model for routing between networks.
  3. An IP address can be statically assigned or automatically via DHCP or BOOTP.
  4. Communication takes place via IP packets, which use MAC addresses for local delivery (via ARP).

A typical IPv4 address looks like 192.168.1.10. IPv6 addresses are longer and more complex.


🏭 Application of IP addresses in industrial networks

In OT environments, IP addresses are typically manually managed to ensure stability and predictability.


🔍 IPv4 vs. IPv6

Aspect IPv4 IPv6
Address length 32 bits (e.g. 192.168.1.1) 128 bits (e.g. 2001:0db8:85a3::8a2e:0370:7334)
Notation Dotted decimal Hexadecimal with colons
Total addresses ~4.3 billion More than 10^38
Use in OT Standard Rare – limited support in industrial equipment
Configuration Simple, recognisable More complex, often automatic

🔐 Security aspects

In industrial networks, the use of predictable, documented IP schemes is a best practice.


📌 In summary

The IP address is the key to communication in modern networks, in both IT and OT. In industrial environments, structured IP usage supports reliability, Security and manageability of networks.