Trifidw wrote: » The IP address is a class b network that has a default prefix of /16 (255.255.0.0). If you subnet this into networks that provide 62 usable hosts you get 1024 subnets.
knightrider56 wrote: » Hi. I know its a dumb question but its not getting thru my head. If I have an address such as the following where the mask says /24. its right on the boundary for the first example post. For an address such as this : 192.168.10.1/24 Would the subnet be 192.168.10.0 ?
knightrider56 wrote: » for this one: 212.14.29.5/30 Would it be a subnet mask of 122.14.28.0 ? am i getting this or did i miss the boat?
veritas_libertas wrote: » You didn't miss anything. Don't think of it as a boundary, but rather as the Octet that you are in, which is what /24 would symbolize since: 8.16.24.32 In binary: 11111111.11111111.11111111.00000000 No it would be 212.14.29.4 The available host IPs are (212.14.29.5 - 212.14.29.6) Broadcast is 212.14.29.6 This is because 32-30=2 2^2=4
veritas_libertas wrote: » Yes 192.168.10.1 is the subnet. There is nothing to subtract since /24 = a Class C network = 255.255.255.0 Since /24 is not being divided up, i.e. none of the eight host bits are being switched over to network bits 11111111.111111111.11111111.00000000 there is on the /24 network. 1-254 being the hosts with 0 being the network and 255 being the broadcast address. Does that help?
kriscamaro68 wrote: » Ok so I got this question on subnettingquestions.com and didn't see a way to answer it with your method: Question: You are designing a subnet mask for the 10.0.0.0 network. You want 3800 subnets with up to 3800 hosts on each subnet. What subnet mask should you use? Answer: 255.255.240.0 Here is also another one: Question: How many subnets and hosts per subnet can you get from the network 172.29.0.0 255.255.254.0? Answer: 128 subnets and 510 hosts Any way of explaining that out in your method. Thanks for that post I am finally starting to get subnetting.
knightrider56 wrote: » I am trying to set up a router using FastEthernet0/0 to connect to another routers FastEthernet0/0 I tried using this command: Router0(config-if)#ip address 192.168.10.1 192.168.10.0 Bad mask 0xC0A80A00 for address 192.168.10.1 and get this Bad mask error. Isnt this the subnet mask 192.168.10.0 for 192.168.10.1?
FLEOHB wrote: » Is this site a good place to practice this method of subnetting? If not, know of any better ones?
You have subnetted the 192.168.14.0 network into 8 subnets. What is the valid host range of the third subnet?
LinuxRacr wrote: » Having trouble understanding the following question: You have subnetted the 192.168.14.0 network into 8 subnets. What is the valid host range of the third subnet? Answer: 192.168.14.65 - 192.168.14.94
j-man wrote: » First think about how many bits you need to create 8 subnets. 3 bits will do that. So that means your increment will be 32. 1st subnet 0 - 31 - valid host range 1 through 30 2nd subnet 32 - 63 - valid host range 33 through 62 3rd subnet 64 - 95 - valid host range 65 through 94
Tfoote01 wrote: » For a very long time I have worked on mastering subnetting. I have tried many techniques and this method is ninja fast! I took notes, wrote out powers, masks, and any notes I needed and I can't tell you how blown away I am. I can burn through subnetting questions now. It is laughable now. A giant click happened with practicing and really poring over mistakes I made. I feel confident that I have subnetting 90% mastered. I need more practice with VLSM. Examples with multiple subnets and multiple host requirements are what I need to practive. I really feel confident about subnetting now! dear lord! It's like a giant dawning!
radix wrote: » is there a way to solve this or do we need to memorize the netmask?
MAC_Addy wrote: » You can use my chart if you want. But just remember that Class B you can count from: 255.255.0.0 = 1 subnet 255.255.128.0 = 2 subnets 255.255.192.0 = 4 subnets 255.255.224.0 = 8 subnets 255.255.240.0 = 16 subnets 255.255.248.0 = 32 subnets 255.255.252.0 = 64 subnets 255.255.254.0 = 128 subnets That's how I figure out how many subnets for each class.