• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

How many subnets

Joined
Jun 30, 2008
Messages
1,145 (0.18/day)
Location
England
System Name Wasleys PC
Processor Intel i5 2400 3.10GHz
Motherboard Asus P8z68-V
Cooling AC Freezer Pro
Memory Kingston 4GB (2x2GB) DDR3 Hyperx Memory
Video Card(s) HIS ATi 6850 1GB DDR3
Storage Seagate ST3500320AS 500GB Hard Drive SATA II 7200rpm *32MB Cache*
Case Antec 900 with mods
Audio Device(s) On Board
Power Supply OCZ Stealth Xtream 500W
Software Windows 7
Hello Guys,

I'm revising for a test I have in a couple of weeks time. One of the questions is:

If the subnet mask is set to 255.255.255.192, How many subnet LANs are possible at this site?

I know the answer is four, but im not sure how you get to it.

Many thanks

:toast:
 
Subnet range stretches up to 255, with 0 counting as 1, which means a total of 256.
So you take 256 - 192 = 64 which gives you the amount of addresses each network will contain. Then you take 256 / 64 = 4 which gives you the amount of networks your subnet will have.
 
Brilliant - Thanks :) Hows many computers can you attach each subnet (LAN) ?
 
Last edited:
Hello Guys,

I'm revising for a test I have in a couple of weeks time. One of the questions is:

If the subnet mask is set to 255.255.255.192, How many subnet LANs are possible at this site?

I know the answer is four, but im not sure how you get to it.

Many thanks

:toast:

192=11000000 so your net will have 24+2= /26
wildcard (reverse of 192):=00111111=63

for example the network: 192.168.1.0 /26

will have the subnets:

192.168.1.0 ---> 192.168.1.63
192.168.1.64 --> 192.168.1.127
192.168.1.128 -> 192.168.1.191
192.169.1.192 -> 192.168.1.255

so you have 4 subnets;

and 32-26=6 -> 2^6-2=62 available hosts for each subnet! ;)
 
Back
Top