Book now with code EOY2025
bubble2005 wrote: » 192.168.234.0 /26 In each octet there are 8 bits (self-explanatory). The /26 is a scheming method used for ip addressing called Classless Inter-domain Routing. If you look at the range of that ip address, you are working with a Class C which ranges from 192.x.x.x - 223.x.x.x. So the first three octets are /24 i.e. 192.168.234 therefore the /26 carries over into the last octet (00000000) turns into (11000000) turning on the first two bits to make 26. Now to determine the number of hosts and subnets are easy. There is an equation; for subnets its 2^n, n being the number of bits turned on. To determine the number of hosts for each subnet its, 2^n-2, that being the number of bits turned off ((the zeros *2)-2). So for this ip address, you will have 4 subnets due to the /26 (two bits turned on) 2^2 = 4 The number of hosts for each subnet will be (2^6 = 64 -2 = 62) a total of 62 hosts per subnet. The block size for each subnet would be the number of bits turned on in that last octet subtracted from 256. ie. 256-192 = 64 so your subnets would be 0-63 64-127 128-191 192-255 I hope it helps.
SurferdudeHB wrote: » Is the method the same for class B network?
SurferdudeHB wrote: » Question: How many subnets and hosts per subnet can you get from the network 172.16.0.0 255.255.248.0?
tim100 wrote: » No. This would only work when you want to find out how many host addresses are available in a /25 - /31 subnet because your working with the last octet. 32 Subnets with 2046 hosts per subnet.
Use code EOY2025 to receive $250 off your 2025 certification boot camp!