I've been reading Todd Lammle book last night and could not figure out how to write ip a single address in vlsm. I thought I'd sleep on it and re-read in the morning, to see it it helped. tbh I actually had a dream about ip address LOL... anyways and found a table which is useful for designing VLSM networks.
The table is for class C network, when using VLSM would we only use VLSM on class C network? If not I guess the table would not be worth memorising?
Also if I have a Class C 192.168.1.0 network which has 60 host and 6 host. We can see that we can use a 192 mask which gives us 60 host (62 host - 2 extra) which has a increment of 64 (block). 248 mask give us 6 host with a block of 8.
I guess the range would be, is this correct?
60 Host
192.168.1.0 - 192.168.1.63 /26
6 Host
192.168.1.64 - 192.168.1.71 /29
But when using the table how would I express this as a ip single address?
Thanks