Network Address
Lesson 19 of 46 in Coddy's IP Addressing and Subnetting course.
Every subnet reserves its very first address as the network address: all host bits set to 0. It names the subnet itself and can never be assigned to a machine.
You already know how to find it: AND the address with the mask. For 192.168.4.77/28 the mask ends in 240 (11110000), and 77 (01001101) AND 240 keeps only 01000000, which is 64.
So 192.168.4.77 lives in the subnet named 192.168.4.64.
Challenge
BeginnerFind the network address of 192.168.4.77/28 and print it.
Expected output:
192.168.4.64Try it yourself
All lessons in IP Addressing and Subnetting
10Capstone - The Office
The Floor PlanSizing Each TeamCarving the BlockThe Router's ViewRecap - Ship the PlanPractice on your own: Terminal playground