Jump to content

Talk:Supernetwork: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Added merg from 'Route aggregation'
No edit summary
Line 32: Line 32:


The only a class A address can be supernetted is if the mask is 1-7; for class B 1-15; and for class C 1-23. [[User:Jwjkp|Jwjkp]] ([[User talk:Jwjkp|talk]]) 01:35, 23 December 2008 (UTC)
The only a class A address can be supernetted is if the mask is 1-7; for class B 1-15; and for class C 1-23. [[User:Jwjkp|Jwjkp]] ([[User talk:Jwjkp|talk]]) 01:35, 23 December 2008 (UTC)


== Merge ==

I've merged '''Route summarization''' & '''Route aggregation''' into this article because I believe they are all the same thing, but this needs a cleanup & better examples.

Revision as of 11:05, 4 April 2009

WikiProject iconComputing Stub‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Note icon
This article has been automatically rated by a bot or other tool as Stub-class because it uses a stub template. Please ensure the assessment is correct before removing the |auto= parameter.

Made corrections to article

Author indicated supernetting requires link-state routing protocol such as RIP2 or OSPF. RIP is a distance-vector routing protocol. Supernetting only requires that contigious address blocks be used and a routing protocol which is capable of carrying subnet information in its updates (also added). Author also states "Supernetting is a networking technique which allows the use of multiple IP networks on the same network interface" which is false. Supernetting mainly allows contigious blocks to be assigned to an organization when larger blocks, such as class A or B ranges are unavailable. Instead multiple blocks of address, for instance class C, are assigned. It also allows for smaller internet routing tables as now only one entry need be placed in the upstream router representing the networks below it. This is my first Wikipedia contribution, I'll add more to this article once I learn the customs around here :-).

Supernet size

The author claims:

Supernets always have masks that are smaller than the classful mask, otherwise it isn't a supernet.

I am not sure this is the case. It is common, for instance, to create 16-bit aggregations in 10.0.0.0/8 address space, with 24-bit subnets beneath the 16-bit aggregations:

  • 10.0.0.0/8
    • 10.1.0.0/16
      • 10.1.1.0/24
        • Hosts

I consider this use of 16-bit aggregation to be "supernetting", regardless of the fact that the 16-bit chunks have longer prefixes (larger masks) than the classful /8 prefix.

76.20.226.15 (talk) 21:58, 5 December 2008 (UTC)[reply]

Clay

No, this is just subnetting a subnet. Supernetting is just the act of breaking the Classful rules of IP addressing. Just because you have created a subnet beneath one of your subnets does not make it a supernet. I see where you are coming from though, but its not correct.Jwjkp (talk) 22:10, 5 December 2008 (UTC)[reply]

Want to add on this a little. Just think of it this way, if the bits for the network portion are larger than the classful bits for the IP, then its subnetting. If the bits used is less than the classful bits for the IP, its supernetting.

The only a class A address can be supernetted is if the mask is 1-7; for class B 1-15; and for class C 1-23. Jwjkp (talk) 01:35, 23 December 2008 (UTC)[reply]


Merge

I've merged Route summarization & Route aggregation into this article because I believe they are all the same thing, but this needs a cleanup & better examples.