meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
soc:net:start [2026/06/15 10:17] titannetsoc:net:start [2026/06/15 12:00] (current) titannet
Line 15: Line 15:
   - ''0.0.0.0/8'' -> undefined   - ''0.0.0.0/8'' -> undefined
   - ''224.0.0.0'' to ''239.255.255.255''-> multicast   - ''224.0.0.0'' to ''239.255.255.255''-> multicast
 +
 +==== Netmasking ====
 +
 +
 +| 32 | 255.255.255.255 | 1  |
 +| 31 | 255.255.255.254 | 2  |
 +| 30 | 255.255.255.252 | 4  |
 +| 29 | 255.255.255.248 | 8  |
 +| 28 | 255.255.255.240 | 16 |
 +| 27 | 255.255.255.224 | 32 |
 +| 26 | 255.255.255.192 | 64 |
 +| 25 | 255.255.255.128 | 128 |
 +| 24 | 255.255.255.0   | 256 |
 +| 23 | 255.255.254.0 | 512 |