Industrial Networks
Hard

Subnet the PLC Cell

A device sits at 192.168.10.100 with a /27 mask. Find which /27 block it belongs to and give the mask, usable host count, network, first host and broadcast address.

⌬ SOLVE IN ARSYN
00:00
Time elapsed
190 XP
Archive · −20% XP
📋 Scenario IT gives each machine cell a /27 slice of 192.168.10.0. A drive was configured as 192.168.10.100/27 and you must document its subnet before adding the PLC, HMI and I/O. The trick: /27 blocks step every 32 addresses, so .100 is NOT in the .0 block — work out exactly which block holds it.

📋 Given

192.168.10.100
/27
192.168.10.0
🧮 Useful relations
Host bits = 32 − prefix | Block size = 2^(host bits)
Usable hosts = block size − 2 | Mask octet = 256 − block size

Your answers

0

Challenge Complete

Next Challenge →