This is exactly what happens in a computer network without subnetting. A network is a broadcast domain. If you have 500 computers connected to a single flat network, every time Computer A sends a broadcast message (like an ARP request), all 499 other computers must process that message. This consumes bandwidth and CPU cycles, leading to a sluggish network.
At the start of the journey, an IP address is often seen merely as a set of four numbers. To move past this, one must understand the fundamental architecture:
Change the first 2 bits of the host octet to ones: 11000000 . Look at the Magic Number Line: New Subnet Mask: 255.255.255.192 Step 4: Find the Block Size (Magic Number) The networks advance in increments of 64. Step 5: Map the New Subnets Network ID First Usable Host Last Usable Host Broadcast Address 192.168.10.0 192.168.10.1 192.168.10.62 192.168.10.63 Subnet 2 192.168.10.64 192.168.10.65 192.168.10.126 192.168.10.127 Subnet 3 192.168.10.128 192.168.10.129 192.168.10.190 192.168.10.191 Subnet 4 192.168.10.192 192.168.10.193 192.168.10.254 192.168.10.255 Phase 6: Variable Length Subnet Masking (VLSM)
To subnet a network, follow these steps:
Historically, networks were divided into strict classes based on the first octet: 1.0.0.0 to 126.0.0.0 (Mask: 255.0.0.0 ) Class B: 128.0.0.0 to 191.255.0.0 (Mask: 255.255.0.0 ) Class C: 192.0.0.0 to 223.255.255.0 (Mask: 255.255.255.0 ) Classless Inter-Domain Routing (CIDR)
When you see: 192.168.1.53 /26
You have 192.168.1.0/24 .
The "Zero to Guru" journey involves recognizing standard masks (Class A, B, C) and then moving into Variable Length Subnet Masking (VLSM). This is where the real work begins.
If you're looking for a comprehensive resource on IP subnetting, I recommend checking out the PDF guide "IP Subnetting from Zero to Guru" which covers the topics discussed in this essay and more.
Before diving into subnetting, let's review IP addresses. An IP address is a 32-bit binary number that identifies a device on a network. It is typically represented in dotted decimal notation, with four octets (or bytes) separated by dots. For example, 192.168.1.1 is an IP address.
This is exactly what happens in a computer network without subnetting. A network is a broadcast domain. If you have 500 computers connected to a single flat network, every time Computer A sends a broadcast message (like an ARP request), all 499 other computers must process that message. This consumes bandwidth and CPU cycles, leading to a sluggish network.
At the start of the journey, an IP address is often seen merely as a set of four numbers. To move past this, one must understand the fundamental architecture:
Change the first 2 bits of the host octet to ones: 11000000 . Look at the Magic Number Line: New Subnet Mask: 255.255.255.192 Step 4: Find the Block Size (Magic Number) The networks advance in increments of 64. Step 5: Map the New Subnets Network ID First Usable Host Last Usable Host Broadcast Address 192.168.10.0 192.168.10.1 192.168.10.62 192.168.10.63 Subnet 2 192.168.10.64 192.168.10.65 192.168.10.126 192.168.10.127 Subnet 3 192.168.10.128 192.168.10.129 192.168.10.190 192.168.10.191 Subnet 4 192.168.10.192 192.168.10.193 192.168.10.254 192.168.10.255 Phase 6: Variable Length Subnet Masking (VLSM) ip subnetting from zero to guru pdf
To subnet a network, follow these steps:
Historically, networks were divided into strict classes based on the first octet: 1.0.0.0 to 126.0.0.0 (Mask: 255.0.0.0 ) Class B: 128.0.0.0 to 191.255.0.0 (Mask: 255.255.0.0 ) Class C: 192.0.0.0 to 223.255.255.0 (Mask: 255.255.255.0 ) Classless Inter-Domain Routing (CIDR) This is exactly what happens in a computer
When you see: 192.168.1.53 /26
You have 192.168.1.0/24 .
The "Zero to Guru" journey involves recognizing standard masks (Class A, B, C) and then moving into Variable Length Subnet Masking (VLSM). This is where the real work begins.
If you're looking for a comprehensive resource on IP subnetting, I recommend checking out the PDF guide "IP Subnetting from Zero to Guru" which covers the topics discussed in this essay and more. This consumes bandwidth and CPU cycles, leading to
Before diving into subnetting, let's review IP addresses. An IP address is a 32-bit binary number that identifies a device on a network. It is typically represented in dotted decimal notation, with four octets (or bytes) separated by dots. For example, 192.168.1.1 is an IP address.