
Master subnetting with a clear, step-by-step mini course for absolute beginners. The course clarifies subnetting concepts and guides you through exercises and quizzes to build confidence.
Learn to classify IPv4 addresses using the classful addressing table, matching ranges to class A, B, and C with their default masks, and recognize the lookback address for testing.
Learn decimal to binary conversion for ip addresses and subnetting by applying the one-on-top method per octet, with examples like 192.168.123 and 255.255.255.0.
Explore how IP addresses use 32 bits in four numbers, separating network and host portions, and how network masks and prefix length (slash notation) identify networks, including Suydam notation.
Explore how subnetting optimizes IP address use, reducing waste from classful addressing for 21 devices and explaining why efficient IP allocation matters.
Calculate host bits using two to the power of five minus two to support 21 devices, then shift the network mask from /24 to /27, yielding 30 valid IP addresses.
Apply subnetting steps to a 21-host network, derive a /27 prefix, compute the increment, enumerate network IDs and valid IP addresses per subnet, and identify the eight subnets.
Explore subnetting concepts for absolute beginners by solving a practical host-count problem: allocating 15 devices requires 16 addresses, with two addresses reserved for the network ID and broadcast.
Explore subnetting concepts through a practical exercise on a network with eight host bits and 59 hosts, guiding you step by step through a clear, test-like example.
Demonstrate binary addition by incrementing the five-bit host portion, show carries and the resulting network and broadcast addresses as you move from one network to another.
Explore subnetting a class b network using nine host bits to create a /23. Visualize the increment in the third octet and outline 172.20.0.0/23 networks.
Explains a subnetting example: allocate 19 host bits from 24, yield 32 networks with a /13 prefix, using eight-increment steps in the second octet and listing networks and broadcasts.
Explore testing IP addresses and subnet masks on a Windows 10 machine, verifying that network IDs and broadcast addresses are rejected, while valid host portions between them are accepted.
Explore a VLSM example that allocates subnets for 24, 64, and 11 hosts within a class B network, calculating host bits, prefix lengths, and subnet increments.
Classify random subnetting questions into networks or hosts, identify the IP and subnet mask, then use the increment and the 2^X - 2 (hosts) or 2^X (networks) formulas.
Explore random subnetting questions, calculate increments from a 26-bit prefix, identify network addresses, and determine the first valid host within the assigned subnet.
Explore how the gateway, typically a router, lets devices reach other networks by forwarding packets. IP addresses and subnet masks help PC1 and PC2 communicate across networks via the router.
Master subnetting for beginners through consistent practice and simple steps, conquer the learning curve, and stay engaged as you complete the course.
In this mini-course, we will learn about subnetting. We will start small, by getting acquainted with the IPv4 address and getting to know the terms. When things are a bit clearer we start dealing with classful addressing. Classful addressing is about dividing the whole IPv4 range into 5 classes and we will be dealing with 3 of them and which was the only solution we used to use in the early days before subnetting. We will see also the private and public IP addresses. The problem is, it wasn't optimized. Then subnetting or classless addressing shows up and we start learning about its way of doing things and walk you thru the necessary steps like, how to borrow bits, how many valid IP addresses and networks will be generated. Then we will see the difference between FLSM and VLSM which is a necessity for more optimization where different subnets have a different number of hosts. Along the way, we will solve subnetting examples and quizzes to help you engage more and try out what you have learned. In the last section we will see some miscellaneous topics like, how would we know to which network this device belongs and the importance of the gateway. I hope you will enjoy this mini-course and get a thing or two from it.