- Posts: 1
- Thank you received: 0
Subnetting Class A and B addresses
20 years 1 week ago #5858
by wlalor
Subnetting Class A and B addresses was created by wlalor
I am having trouble subnetting the class A and B addresses. I can do Class C fine.
For example, how would I subnet these 2 address :
Class A : 10.15.17.22/13 and Class B : 134.72.29.55/20
I am planning to take the CCNA exam and I was told that I have to know subnetting.
Can anyone please guide me or show me how to subnet these class addresses ?
Thanks!!
For example, how would I subnet these 2 address :
Class A : 10.15.17.22/13 and Class B : 134.72.29.55/20
I am planning to take the CCNA exam and I was told that I have to know subnetting.
Can anyone please guide me or show me how to subnet these class addresses ?
Thanks!!
- FallenZer0
- Offline
- Premium Member
Less
More
- Posts: 259
- Thank you received: 0
20 years 1 week ago #5859
by FallenZer0
-There Is A Foolish Corner In The Brain Of The Wisest Man- Aristotle
Replied by FallenZer0 on topic Re: Subnetting Class A and B addresses
-There Is A Foolish Corner In The Brain Of The Wisest Man- Aristotle
19 years 10 months ago #6835
by blu3kiss
Replied by blu3kiss on topic Re: Subnetting Class A and B addresses
for 10.15.17.22/13 (Class A)
the subnet mask for class a is 255.0.0.0 right? well change that to binary which =
11111111.00000000.00000000.00000000
the /13 means there are 13 ones, which means you are borrowing 5 bits.. so mask is written as
1111111.11111000.0000000.00000000
since you are borrowing 5 bits, your total # of USEABLE network will = 2^5 - 2
that leaves you with 19 0's in the address right??
to get total # of USEABLE host = 2^19-2
to check, do 256*256*256
then multiphy host*network, you shoudl get the same answer from 256*256*256
Class B network is the same way.. jsut smaller numbers.. =] hopefully that helped...=]
the subnet mask for class a is 255.0.0.0 right? well change that to binary which =
11111111.00000000.00000000.00000000
the /13 means there are 13 ones, which means you are borrowing 5 bits.. so mask is written as
1111111.11111000.0000000.00000000
since you are borrowing 5 bits, your total # of USEABLE network will = 2^5 - 2
that leaves you with 19 0's in the address right??
to get total # of USEABLE host = 2^19-2
to check, do 256*256*256
then multiphy host*network, you shoudl get the same answer from 256*256*256
Class B network is the same way.. jsut smaller numbers.. =] hopefully that helped...=]
19 years 9 months ago #6878
by pothead
Replied by pothead on topic Re: Subnetting Class A and B addresses
...i just gave the CCNA..missed it by one question...got a 835...a piece of advicce..before you sit for your exam....know how to subnet like the back of your hand (or any other familiar part...) they have a LOT of questions that are based on subnetting and addressing in general...and the thing is these questions are the ones that take up a lot of time...more often than not...say troubleshooting..the problem is IP addressing....so before you sit for your exam...know THOROUGHLY how to do variable length sunets.....
Time to create page: 0.124 seconds