|
Posted by DC on February 24, 2008, 8:57 am
If you were Registered and logged in, you could reply and use other advanced thread options
Hi,
I know traditionally we didn't count the first and last subnet (all
zeroes and all ones). So a subnet mask of 255.255.255.192 would give
(2^2)-2, or 2, subnets while a mask of 255.255.255.224 would give
(2^3)-2, or 6, subnets.
So, for 192.168.201.0/26 the first subnet would be 192.168.201.64 and
the first host would be 192.168.201.65.
I know the reason for this, but it seemed rather silly and very wasteful
of a scarce resource.
Now, I'm given to believe that this traditional method is no longer used
(RFC1878 describes it as obsolete - http://tools.ietf.org/html/rfc1878).
Instead 255.255.255.192 would give 2^2, or 4, subnets and
255.255.255.224 would give 2^3, or 8, addresses.
I have no problem with this. My questions are:
. Does anyone know if the latest CCNA exams assume the newer or the
older method (ie 2^s or (2^s)-2)?
. If the newer method, are there any subnet exercises available on the
Internet? All the ones I have found seem to use the old method (and so
only allow 2 subnets for the mask 255.255.255.192).
Thanks
|
|
Posted by pk on February 24, 2008, 12:47 pm
If you were Registered and logged in, you could reply and use other advanced thread options
DC wrote:
> Hi,
>
> I know traditionally we didn't count the first and last subnet (all
> zeroes and all ones). So a subnet mask of 255.255.255.192 would give
> (2^2)-2, or 2, subnets while a mask of 255.255.255.224 would give
> (2^3)-2, or 6, subnets.
Yes, assuming you are taking a /24 as a reference and you're using the
traditional (old) rule.
> So, for 192.168.201.0/26 the first subnet would be 192.168.201.64 and
> the first host would be 192.168.201.65.
>
> I know the reason for this, but it seemed rather silly and very wasteful
> of a scarce resource.
>
> Now, I'm given to believe that this traditional method is no longer used
> (RFC1878 describes it as obsolete - http://tools.ietf.org/html/rfc1878).
> Instead 255.255.255.192 would give 2^2, or 4, subnets and
> 255.255.255.224 would give 2^3, or 8, addresses.
Correct. Moreover, nowadays almost all network devices think in CIDR terms,
so they are not aware of subnetting.
But nonetheless knowing subnetting is still important, because network
administrators can decide to subnet their address spaces, and thus they
must know how to do that.
> I have no problem with this. My questions are:
>
> . Does anyone know if the latest CCNA exams assume the newer or the
> older method (ie 2^s or (2^s)-2)?
The new CCNA uses the new method, but only under certain conditions (ie,
classless routing protocol, VLSM, etc.). However, if no information is
given, it's generally safe to assume that the new rule can be used. For
more information, see the new CCNA prep material.
> . If the newer method, are there any subnet exercises available on the
> Internet? All the ones I have found seem to use the old method (and so
> only allow 2 subnets for the mask 255.255.255.192).
Well, I think the main purpose of the exercises is to force you to do the
math and become familiar with it, rather than just providing an answer. So,
just use the old exercises and be aware that you have to add 2 to the
result shown by the exercise.
|
|
Posted by DC on February 25, 2008, 8:40 am
If you were Registered and logged in, you could reply and use other advanced thread options pk said the following on 25/02/2008 2:47 AM:
> The new CCNA uses the new method, but only under certain conditions (ie,
> classless routing protocol, VLSM, etc.). However, if no information is
> given, it's generally safe to assume that the new rule can be used. For
> more information, see the new CCNA prep material.
Thanks,
I was just looking at some of the sample questions at the CCNA Prep on
the Cisco web site.
Two that stood out were:
22. What is the practical minimum number of bits that can be borrowed to
form a subnet?
1
2
3
4
23. Using 6 subnet bits, how many usable subnets are created?
58
60
62
66
According to the web site 2 is the answer for question 22. However, I
would have thought that the answer is 1.
|
|
Posted by pk on February 25, 2008, 12:29 pm
If you were Registered and logged in, you could reply and use other advanced thread options DC wrote:
> I was just looking at some of the sample questions at the CCNA Prep on
> the Cisco web site.
>
> Two that stood out were:
>
> 22. What is the practical minimum number of bits that can be borrowed to
> form a subnet?
> 1
> 2
> 3
> 4
>
> 23. Using 6 subnet bits, how many usable subnets are created?
> 58
> 60
> 62
> 66
>
> According to the web site 2 is the answer for question 22. However, I
> would have thought that the answer is 1.
Technically, 1 bit is enough. Practically, >=2 is probably more usual.
However, like many CCNA questions, giving an answer without a real context
isn't really possible, so you end up having to memorize the answers (alas).
Also, I see that question 23 still uses the old 2^n - 2 rule. This is in
contrast with what they say in the new CCNA prep material.
|
| Similar Threads | Posted | | Two CCNA-related questions - subnets number and 3750 for practical | June 2, 2005, 5:41 am |
| CCNA 640-801 - zero subnet?? | July 11, 2005, 7:18 pm |
| CCNA & ip subnet-zero | November 17, 2005, 4:09 am |
| CCNA and IP Subnet 0 | March 1, 2006, 10:26 am |
| ip subnet-zero and subnetting on the CCNA test. | June 24, 2006, 5:14 pm |
| How many subnets now ? | July 22, 2005, 4:51 pm |
| Subnets | May 7, 2006, 4:23 pm |
| DHCP for different subnets | February 28, 2006, 12:30 am |
| 2 subnets 1 switch no VLAN | June 18, 2007, 11:04 am |
| Cisco 2501 to 2 ethernets subnets | May 16, 2005, 11:18 am |
|
|