SurferdudeHB wrote: » Can someone explain to me what happens when you get a /24. Below is a question I can't figure out. I thought /24 = 255.255.255.0 So that means there are no bits in the 4th octect. Where do you get the 1 subnet? Enter the maximum number of valid subnets and hosts per subnet that you can get from the network 192.168.180.0/24: Subnets: Hosts per subnet: Answer: Subnets: 1, Hosts per subnet: 254
networker050184 wrote: » This seems to be assuming no VLSM, so the one subnet is the actual network displayed, a /24. Which really isn't a "sub" net I suppose.
192.168.180.0 192.168.180.1 192.168.180.2 ... 192.168.180.254 192.168.180.255
HAMP wrote: » Lol, you guys are hilarious with this memorizing chart. To the OP here is a formula I made for myself. I took part of it from somewhere and continued with my own. The only part that I memorize is: 8.16.24.32 219.141.101.108 /29 Whatever the /## you subtract that from the next block higher than the “ .block “. (If /23, you would subtract from .24) (if /13, you would subtract from .16) In your example, its /29, so we subtract from .32 32 – 29 = 3 2 ^ 3 = 8 Whichever block you used to subtract from, you use that number from the IP address. In our example, you subtracted from the last block, which was 108. Take the IP number and divide it by the answer from ( 2 ^ 3 = 8 ) 108 / 8 = 13.5 BUT, you don’t have to do the complete division, just stop before the .5, and only use the full number before the “.” And multiply it by what you divide it by, which was the “8” 13 * 8 = 104 Sounds long because I was explaining but it is something you can do in your head without paper and pen, and it only take seconds to do. 8.16.24.32 192.168.56.25 /20 (24 - 20=4) (2 ^ 4=16 ) <-- Block size is 16 (56 / 16=3.5 ) <-- we don’t need the .5 (16 * 3=48 ) Our network is 192.168.48.0 /20 Forget memorizing(pun intended), do the math!!!