TechKnowSurge
CompTIA Network+ 1.7 Cisco CCNA 1.6 Cisco CCNA 3.1 Cisco CCST Networking 2.2
VideoNetworkFree

DEMO: Summarization

A hands-on practice exercise focused on network summarization, working through the process of identifying common octets, converting values to binary, and determining the correct CIDR notation for a group of networks.

Complete this video to capture a CTF flag worth 1 point.

About this video

Network route summarization is a foundational skill in IP addressing, and this exercise applies it directly by presenting a real set of networks and requiring the summarized address and prefix length to be derived from scratch. The approach begins by comparing octets across all networks to identify which portions are identical, allowing those sections to be carried forward without binary conversion. Only the differing octet requires closer analysis, making the process more efficient in practice. From there, each relevant value is converted to binary so that the bit boundary between the common and variable portions can be precisely located. In this example, the values 0, 16, 24, and 28 are examined in binary to find where the shared bit pattern ends, which determines both the network address and the number of bits being summarized. The result is 172.16.0.0/19, derived by taking the original /16 base and adding the three bits needed to cover the full range of networks in the group. Working through this kind of problem reinforces the binary reasoning that underlies CIDR and subnetting more broadly. The ability to quickly identify common prefixes, perform octet-level binary analysis, and calculate summarized routes is directly applicable to network design, routing protocol configuration, and access control list implementation in real enterprise environments.

What you'll learn

What's covered

Network Summarization Practice

Aligned to

CompTIA Network+
1.7 Given a scenario, use appropriate IPv4 network addressing.
Cisco CCNA
1.6 Configure and verify IPv4 addressing and subnetting
3.1 Interpret the components of routing table
Cisco CCST Networking
2.2 Identify IPv4 addresses and subnet formats

Key terms

Subnet
A logical subdivision of an IP network, used to organize and segment network traffic.
Subnet Mask
A 32-bit number that divides an IP address into network and host portions.
IP Address
A numerical label assigned to each device connected to a network that uses the Internet Protocol.
Route Summarization
The process of combining multiple contiguous network routes into a single advertised route to reduce routing table size and simplify routing updates.
Prefix Length
The number of consecutive 1-bits in a subnet mask, written after a slash (e.g., /24), that defines how many bits of an IP address represent the network portion versus the host portion. A /24 prefix means the first 24 bits identify the network, leaving 8 bits for host addresses.

Transcript

Putting summarization to the test

Let's put those summarization tools to the test. Here's a problem, a task: go ahead and complete it, and then you can check your answers afterwards.

These are the networks that we're going to summarize. Go ahead and summarize these, and then check your work. I'll actually go through the process, so if you have any questions then you can get those answered.

And there's the answer. Check out yours and make sure you got the same thing.

How this is done

I can already see that the first two octets are all the same. In addition to that, we're starting at a slash 20. So the first two octets are fine, so I could just bypass trying to figure out the binary of those and just type out 172.16. and it's going to be something right here. So this is the one that we're trying to figure out, and then dot zero is going to be the summary statement here.

Then we've got to switch these into binary. So we've got a zero, so that would mean that all of these are zero. We've got a one in the 16, so if this is 1, 2, 4, 8, 16, so one right there. And then 24, which is 16 plus 8, so we've got that right there. And then a 28, which would be a 16 plus 8 plus 4, right there.

We can see where that line is going to be drawn, which is going to be right here. And so there we have it. So this is going to be 172.16. We see all zeros there, so this will be 0.0, and then slash, and then we're borrowing three bits, or we've got three bits there, so it's going to be a slash 19. That's going to be 16 here plus three more is 19. So slash 19. So there's the answer.

About TechKnowSurge

TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.

Explore free tools and programs →