I understand that subnetting is necessary to make more IPs available when there are a lot of hosts on a network. Supernetting is just the opposite, right? So it would make less addresses available for hosts, right? Why would you even want to do that?

link|improve this question

78% accept rate
2  
Really? please don't ask homework questions like this here. – Chopper3 May 19 '11 at 13:12
2  
Supernetting was necessary because of the screwed up way the Classes worked. Fortunately they were eliminated 17 years ago; so neither the Classes nor Supernetting should ever be mentioned outside a history class. – Chris S May 19 '11 at 13:25
feedback

closed as off topic by Chopper3 May 19 '11 at 13:12

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

Subnetting historically worked on byte boundaries, so you could split on a class A (255.0.0.0), B (255.255.0.0) or C (255.255.255.0) network boundary.

Supernetting uses CIDR (Classless Interdomain Routing).

"Supernetting in itself does not give you more TCP/IP addresses; however, it provides larger single networks for use."

Have a look at the following link

link|improve this answer
feedback

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