The dummy being me... Are there any good articles/lessons out there that explain it? I understand (for the most part) block sizes, just having a hard time applying the concept to route summarizations. Thanks for your time!
Here's what I'm thinking, and I'm guessing I'm wrong...
Starting at .16.0, going up in blocks of 4 would take me to 172.29.19.0? And that's a block of 4, correct?
So I'm guessing that the answer would be
From my understanding the router(s) that use the same route for:
172.29.16.0 0.0.0.255
172.29.17.0 0.0.0.255
172.29.18.0 0.0.0.255
172.29.19.0 0.0.0.255
Can summarize all these routes to:
172.29.16.0/22
In Binary:
[red]10101100.00011101.000010[/red][blue]00.00000000[/blue]
Thru:
[red]10101100.00011101.000010[/red][blue]11.11111111[/blue]
The bits in red are common and the summarization of the range of IP addresses above. The blue bits can be anything as any IP address matching the red bits are permitted.
So, to save routing table space, the router holds 1 route for 172.29.16.0/22 rather than 4 individual routes for the subnetworks:
172.29.16.0 0.0.0.255
172.29.17.0 0.0.0.255
172.29.18.0 0.0.0.255
172.29.19.0 0.0.0.255
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.