@emotional_soup_88__dup_21417@programming.dev
Post #508126
2026-03-03 17:20 UTC
Just when you think you know something about networking, it turns out you don’t know sh*t. XD
Thank you for your exquisite explanation and for immediately realizing what I had been misunderstanding!
Replies (1)
-
@RIotingPacifist@lemmy.world 2026-03-03 18:20
I’m not sure how useful this is, but it helped me understand. The subnet mast is the count of the bits from the front that matter. This is useful for switches and network equipment that only have to look at that much if the packet and route it quickly. So a 10.0.0.0/8 address the switch only looks at the first 8 binary digits (also called an octet) and routes it based on that. This also works for non multiple of 8 masks, as it’s an operation done on a binary level 10.10.10.1/8 IP: 00001010.00001010.00001010.00000001 Mask: 00000000.11111111.11111111.11111111