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?
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.
|
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 | |||
|
feedback
|