Supernetting in Network Layer Last Updated : 01 Oct, 2025 Suggest changes Share 46 Likes Like Report Supernetting is the opposite of subnetting. While subnetting splits a large network into smaller subnets, supernetting combines multiple smaller networks with similar prefixes into a larger network (supernet). It reduces routing table size, simplifies routing, and optimizes IP address usage, primarily through route summarization.Benefits of Supernetting:Saves storage space in routing tablesReduces the number of routing updatesSimplifies routing decisionsHelps manage the growth of routing tables as the Internet expandsImportant Points for Supernetting All the Networks should be contiguous. The block size of every network should be equal and must be in form of 2n. First Network id should be exactly divisible by whole size of supernet. Example: Combining Four Class C NetworksConsider Networks:200.1.0.0, 200.1.1.0,200.1.2.0,200.1.3.0Original Routing Table:Network IdSubnet MaskInterface200.1.0.0255.255.255.0A200.1.1.0255.255.255.0B200.1.2.0255.255.255.0C200.1.3.0255.255.255.0DFirst, let's check whether three conditions are satisfied or not: 1. Contiguous NetworksAll networks must be next to each other without gaps.Example: 200.1.0.0 – 200.1.0.255 is the first network.Add 1 to the last IP (200.1.0.255 + 1 = 200.1.1.0) to get the next network.Repeat to ensure all networks are contiguous.2. Equal Network SizeAll networks must have the same number of IP addresses.For Class C networks, each has 256 addresses (/24).3. First IP Aligns with Supernet SizeTotal supernet size = sum of all networks (in powers of 2, e.g., 4 × 256 = 1024 addresses).Convert the first IP to binary.If the last n bits (where n = bits representing supernet size) are all 0, the first IP is correctly aligned for supernetting.In the given example first IP is 200.1.0.0 and whole size of supernet is 4*28 = 210. If last 10 bits of first IP address are zero then IP will be divisible. Last 10 bits of first IP address are zero (highlighted by green color). All conditions are satisfied, so these four networks can be combined into one supernet.Advantages of SupernettingControl and reduce network traffic Helpful to solve the problem of lacking IP addresses Minimizes the routing table i.e, it cannot cover a different area of the network when combined and all the networks should be in the same class and all IP should be contiguous Create Quiz H himanshukumarpatel Follow 46 Article Tags : Computer Networks GATE CS Explore Computer Network BasicsBasics of Computer Networking4 min readTypes of Computer Networks6 min readIntroduction to Internet10 min readNetwork Devices3 min readWhat is OSI Model? - Layers of OSI Model11 min readTCP/IP Model6 min readDifference Between OSI Model and TCP/IP Model2 min readPhysical LayerPhysical Layer in OSI Model3 min readTypes of Network Topology9 min readTransmission Modes in Computer Networks (Simplex, Half-Duplex and Full-Duplex)3 min readTransmission Media in Computer Networks7 min readData Link LayerData Link Layer in OSI Model4 min readSwitching | Computer Networks2 min readVirtual LAN (VLAN)3 min readFraming in Data Link Layer3 min readError Control in Data Link Layer3 min readFlow Control4 min readPiggybacking in Computer Networks2 min readNetwork LayerNetwork Layer in OSI Model3 min readIntroduction of Classful IP Addressing7 min readClassless Addressing in IP Addressing7 min readWhat is an IP Address?11 min readIPv4 Datagram Header4 min readDifference Between IPv4 and IPv63 min readPublic and Private IP addresses4 min readIntroduction To Subnetting5 min readWhat is Routing?10 min readNetwork Layer Protocols9 min readTransport LayerTransport Layer in OSI Model4 min readTransport Layer Protocols9 min readTransmission Control Protocol - TCP4 min readUser Datagram Protocol - UDP3 min readSession Layer & Presentation LayerSession Layer in OSI model2 min readPresentation Layer in OSI model2 min readSecure Socket Layer (SSL)4 min readPoint-to-Point Tunneling Protocol - PPTP2 min readMultipurpose Internet Mail Extension (MIME) Protocol3 min readApplication LayerApplication Layer in OSI Model4 min readClient-Server Model3 min readWorld Wide Web (WWW)6 min readIntroduction to Electronic Mail4 min readWhat is a Content Distribution Network and how does it work?4 min readProtocols in Application Layer4 min readAdvanced TopicsWhat is Network Security?7 min readQuality of Service and Multimedia5 min readAuthentication in Computer Network3 min readEncryption, Its Algorithms And Its Future6 min readIntroduction of Firewall in Computer Network3 min readMAC Filtering in Computer Network3 min readWi-Fi Standards Explained2 min readWhat is Bluetooth?6 min readGenerations of wireless communication2 min readCloud Networking4 min readPracticeTop 50 Plus Networking Interview Questions and Answers15+ min readTop 50 TCP/IP Interview Questions and Answers 202515+ min readNetwork Fundamentals Interview Questions - Computer Networks15+ min readLast Minute Notes for Computer Networks14 min readComputer Network - Cheat Sheet15+ min read My Profile ${profileImgHtml} My Profile Edit Profile My Courses Join Community Transactions Logout Like