Subnet question...

The simple explanation goes like:

Display IP and Subnet mask as bits
Code:
192.168.001.000 -> 1100 0000 . 1010 1000 . 0000 0001 . 0000 0000
255.255.255.000 -> 1111 1111 . 1111 1111 . 1111 1111 . 0000 0000
Wherever there is a 1 in the Subnet mask, the corresponding bit in both source and destination IP must be identical.
The /xx that operaghost used is a representation of the amount of bits that are 1, starting from the most significant (most left). Example above is /24, as you can see 24 bits are 1.

Technically, there's no problem with using different Subnet ranges, as long as the IP's used all fit within the most restricting subnet.
There are potential issues with broadcasts though. And quite a few software packages rely on broadcasts to "see who's alive".
 

Similar Topics

Hi everyone, I am relatively new to the controls world and I am needing some help on something. We have a pretty new piece of equipment installed...
Replies
1
Views
1,318
I have 3 racks(1756). The 1st rack has PLC and one ENBT module with a subnet of 172.10.10.X. The second rack has 2 ENBT modules + IO, one with...
Replies
14
Views
4,589
Hoping someone can give me some guidance or confirmation of what I need to do. We have a FactoryTalk SE program that I need to change the IP...
Replies
2
Views
74
In our production plant we have multiple different networks (subnets). IT dept have setup routing between them so different subnets can...
Replies
0
Views
97
Is it possible to connect a PC with running WinCC Advanced or Unified to a siemens PLC such as S7-1200 across different subnets? The computers can...
Replies
0
Views
85
Back
Top Bottom