I've been trying to learn how to subnet but am confused by an example on a lesson page.
Here is the example:
Determine how many bits you must borrow from the hosts portion.
Use the following equation:
2n - 2 >= Number of subnets required
So if you need 25 subnets:
2n - 2 >= 25
2n - 2 >= 25
25 - 2>= 25
32 - 2 >= 25
If n = 4 then it would have been 16, less than 25.
Note: At this point, you should account for expandability, if you are going to need more than 30 (25-2 )sub-networks in the future, you should go one greater, like 62 (26-2). Remember, the more networks you have, the less collision domains you have. But you will need routers to get them to speak to each other.
--------------------------------------------
Okay I assume this is a typo because 2 to the 5th power is 64 and 2 to the 4th power would have been correct?
Here is the example:
Determine how many bits you must borrow from the hosts portion.
Use the following equation:
2n - 2 >= Number of subnets required
So if you need 25 subnets:
2n - 2 >= 25
2n - 2 >= 25
25 - 2>= 25
32 - 2 >= 25
If n = 4 then it would have been 16, less than 25.
Note: At this point, you should account for expandability, if you are going to need more than 30 (25-2 )sub-networks in the future, you should go one greater, like 62 (26-2). Remember, the more networks you have, the less collision domains you have. But you will need routers to get them to speak to each other.
--------------------------------------------
Okay I assume this is a typo because 2 to the 5th power is 64 and 2 to the 4th power would have been correct?
