Hello and welcome to CertForums.co.uk, here we host free active certification forums with links to the best free resources for Microsoft's MCSA MCSE MCDBA Cisco's CCNA CCDA and CCNP, and CompTIA's A+ Network+ i-NET+ and Security+ certifications in the UK. If you wish to post or use other advanced features you will need to register first. Registration is absolutely free and takes only a few minutes to complete so sign up today!
If you have any problems with the registration
process or your account login, please contact support
Thanks for the reply. I understand it now. This is the first part of the CCNA i've struggled a little with, the more I read about subnetting the more confused I get! Thanks muchly
Subnetting can be confusing at first, but once it clicks it will be good.
You need to understand how the Binary method works in terms of what each bit is resposible for in a given address.
Once you understand how the binary works look at this approach.
/28 or binary 11110000 in the final octet is 240 decimal, and hasn't really got anything to do with anything in answering the question posed.....
”
Well, you're probably right about my explanation being vague. No one else was helping, thought I'd give it a shot. And the 11110000 issue was an attempt to offer a pattern. Thanks for your help.
"Success is the small voice you hear within,
when you know you have done your best."
I'm glad MacAllen came in when he did. My original response is rather hard to make sense of. It didn't come out at all the way I meant. Hope no harm was done. Now if I can remember what I was in the middle of when I made the post. I've got a feeling I screwed that up as well. Sorry for the confusion and Thanks again MacAllen.
"Success is the small voice you hear within,
when you know you have done your best."
whenever you are doing subnetting, specially in exams, U have very little time to figure it out
I have used following table, which I would jot down on the pad thats given before the exams,
1-----2----3----4-----5----6----7----8 = No of bits that can be borrowed
128--64---32---16----8----4----2----1 = Binary values for each Host bit or Octet.
128--192--224--240--248--252--254-255 = the incremental values corresponding to the bits borrowed
if one needs to determine the subnet id, the no of subnets, hosts etc just check on the corresponding values
for each bits and it becomes easier specially when the CIDR is not given.
lets take your example,
172.28.255.162/27
the subnet mask will be
255.255.255.224 since CIDR is 27 ie 8*3=24+3=27
host bits borrowed = 3 the value that correspondes to 3 in above table = 224
to determine the block size, apply the magic number ie 256-224 = 32
which means that your subnets will be in increment of 32.
ie 0-31,32-63,64-95.......and so on
to arrive at the subnet id for above ip address, just select the nearest value which is in increment of 32 to the given Octet but not greater than... or divide 162/32= 5.06,
5*32= 160.
hence the answer 172.28.255.160.
Once you are used to it and practice, you would just look at the reference table and will be able to calculate mentally...
whenever you are doing subnetting, specially in exams, U have very little time to figure it out
I have used following table, which I would jot down on the pad thats given before the exams,
1
128 64 32 16 8 4 2 1 = Binary values for each Host bit or Octet.
128 192 224 240 248 252 254 255 = the block sizes corresponding to the bits
* please ignore this I will need to add spacing...
”
Purplejade, This was the same way I got comfortable with subnetting. A lot of this I can do in my head now after beating it in with a bat. I think I can subnet better than I can dial my cell phone.