0

I saw a question which required me to subnet for 400 host. I used a class B IP address but I wanted to use a Class C address and borrow some of the network bits and change them into host, N.N.N.X to N.N.X.X I wanted to know if this is okay, because now the subnet mask looks more like a class B subnet mask.

2 Answers 2

4

Classful networking is not used anymore. You can use whaever mask you need. Just be sure that RFC 1918 specifies private IPv4 addresses and those shouldnt appear on the Internet ( They will be probably dropped by first firewall )

Anyway, if the question fully specifies that you HAVE TO consider classful addressing which is obsolate, you can not modify the mask. Thats why it was so wasteful and it is not used anymore

1
  • We may had that in fact, classfull networks do not use masks, so nothing to modify.
    – JFL
    Commented Apr 19, 2016 at 13:24
1

Classfull addressing is deprecated for more than 20 years.

We now use Classless Inter-Domain Routing (CIDR) which allow you to subnet networks the way you want.

So, for 400 hosts, you will use a /23 network.

You can read this answer for more information about subnetting.

1
  • Thank you for the answer, I had used a /23 CIDR but wanted to make sure I understood the reasoning behind it for my exams today :) Commented Apr 19, 2016 at 19:57

Not the answer you're looking for? Browse other questions tagged or ask your own question.