Networking Forums

Networking Forums > Computer Networking > Windows Networking > subnetting for a class A ip address

Reply
Thread Tools Display Modes

subnetting for a class A ip address

 
 
Altria
Guest
Posts: n/a

 
      05-17-2004, 05:27 PM
Hello All,
I would like to know what valid Ip addresses can I get once I subnet a Class
A ip address
First..This network will compose of six segments/subnets:
Net ID:43.0.0.0
Default SubMAsk:255.0.0.0
Netmask:255.224.0.0
After calculating for subnets, I find that I can have subnet Id in
increments of 32
Now my Question:
Can the first subnet have a subnet id of 2, ie 43.2.0.1 or 43.2.1.1 (are
these valid IP addresses?)
or do I start after the increment of 32, ie 43.33.1.1
At this point how do I know what is a valid ip addressing scheme for the
host IDs?
Thanks,
Altria



 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      05-17-2004, 06:33 PM
This is what you get with that mask:

Subnet ID: Usable Host Range
Broadcast
#1 43.0.0.0 43.0.0.1---43.31.255.254
43.31.255.255
#2 43.32.0.0 43.32.0.1---43.63.255.254 43.63.255.255
#3 43.64.0.0 43.64.0.1---43.95.255.254 43.95.255.255
#4 43.96.0.0 43.96.0.1---43.127.255.254 43.127.255.255
#5 43.128.0.0 43.128.0.1---43.159.255.254 43.159.255.255
#6 43.160.0.0 43.160.0.1---43.191.255.254 43.191.255.255
#7 43.192.0.0 43.192.0.1---43.223.255.254 43.223.255.255
#8 43.224.0.0 <Can't be used,..contains master broadcast
address>

Why are you subnetting a Public class "A" address? Do you actually own it?
According to ARINS it is currently owned by "Japan Inet". Never use
addresses that you don't own or have assigned to you by an ISP. Private
networks should use one of the three RFC specified Private address blocks
designated for Private Networks:

Class A: 10.0.0.0 - 10.255.255.255
Class B: 172.16.0.0 - 172.31.255.255
Class C: 192.168.0.0 - 192.168.255.255


--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


"Altria" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello All,
> I would like to know what valid Ip addresses can I get once I subnet a

Class
> A ip address
> First..This network will compose of six segments/subnets:
> Net ID:43.0.0.0
> Default SubMAsk:255.0.0.0
> Netmask:255.224.0.0
> After calculating for subnets, I find that I can have subnet Id in
> increments of 32
> Now my Question:
> Can the first subnet have a subnet id of 2, ie 43.2.0.1 or 43.2.1.1 (are
> these valid IP addresses?)
> or do I start after the increment of 32, ie 43.33.1.1
> At this point how do I know what is a valid ip addressing scheme for the
> host IDs?
> Thanks,
> Altria
>
>
>



 
Reply With Quote
 
Altria
Guest
Posts: n/a

 
      05-17-2004, 08:55 PM
Thanks Philip,
So 43.0.0.1 would actually be a valid IP address? What would the subnet ID
be in this case?
Suppose, I used 43.2.0.1, Is this valid for lets say a router?
I am not plaaning this for deployment, I want to know simply out of
curiosity how would this work for Class A ip addresses?
Thanx,
Altria
"Phillip Windell" <@.> wrote in message
news:(E-Mail Removed)...
> This is what you get with that mask:
>
> Subnet ID: Usable Host Range
> Broadcast
> #1 43.0.0.0 43.0.0.1---43.31.255.254
> 43.31.255.255
> #2 43.32.0.0 43.32.0.1---43.63.255.254

43.63.255.255
> #3 43.64.0.0 43.64.0.1---43.95.255.254

43.95.255.255
> #4 43.96.0.0 43.96.0.1---43.127.255.254

43.127.255.255
> #5 43.128.0.0 43.128.0.1---43.159.255.254 43.159.255.255
> #6 43.160.0.0 43.160.0.1---43.191.255.254 43.191.255.255
> #7 43.192.0.0 43.192.0.1---43.223.255.254 43.223.255.255
> #8 43.224.0.0 <Can't be used,..contains master broadcast
> address>
>
> Why are you subnetting a Public class "A" address? Do you actually own

it?
> According to ARINS it is currently owned by "Japan Inet". Never use
> addresses that you don't own or have assigned to you by an ISP. Private
> networks should use one of the three RFC specified Private address blocks
> designated for Private Networks:
>
> Class A: 10.0.0.0 - 10.255.255.255
> Class B: 172.16.0.0 - 172.31.255.255
> Class C: 192.168.0.0 - 192.168.255.255
>
>
> --
>
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
>
> "Altria" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hello All,
> > I would like to know what valid Ip addresses can I get once I subnet a

> Class
> > A ip address
> > First..This network will compose of six segments/subnets:
> > Net ID:43.0.0.0
> > Default SubMAsk:255.0.0.0
> > Netmask:255.224.0.0
> > After calculating for subnets, I find that I can have subnet Id in
> > increments of 32
> > Now my Question:
> > Can the first subnet have a subnet id of 2, ie 43.2.0.1 or 43.2.1.1 (are
> > these valid IP addresses?)
> > or do I start after the increment of 32, ie 43.33.1.1
> > At this point how do I know what is a valid ip addressing scheme for the
> > host IDs?
> > Thanks,
> > Altria
> >
> >
> >

>
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      05-17-2004, 09:08 PM
"Altria" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Thanks Philip,
> So 43.0.0.1 would actually be a valid IP address?
> Suppose, I used 43.2.0.1, Is this valid for lets say a router?


If it is valid, then it is valid,..use it for whatever you want. The router
doesn't care what it is,..there is no such thing as an "official" router
address.

>What would the subnet ID be in this case?


We already been over that. It was the first subnet listed in the chart.

Subnet ID: Usable Host Range
Broadcast
#1 43.0.0.0 43.0.0.1---43.31.255.254 43.31.255.255

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Broadcast address / changing subnet mask to full class C help need kentiler Windows Networking 1 02-11-2009 08:09 PM
Please help me to derive my own class from the Socket class. Valerie Hough Windows Networking 0 10-06-2007 11:09 PM
DHCP User Class/Vendor Class Identifier Options vicky Linux Networking 0 09-05-2006 02:07 PM
Supernet Class C or choose Class B Jeff Windows Networking 4 04-13-2006 01:25 AM
Class C ip with Class B subnet mask Shanthi P Windows Networking 4 06-18-2004 06:26 PM



1 2 3 4 5 6 7 8 9 10 11