The included document includes the basic allocation and uses of network classes in IPv4. It is very important to grasp these concepts first before attempting any subnetting activities
The key concepts are;
IP addresses to Class match, Subnet masks and CIDR notations
Subnetting is a method of dividing large networks into smaller more manageable networks for the following reasons;
Efficient Address Management:
In a large network, having all devices on a single flat network can be cumbersome.
Subnetting allows you to group devices based on their functionality, location, or other criteria.
Each subnet has its own range of IP addresses, making address management more efficient.
Reduced Broadcast Traffic:
Broadcast messages (such as ARP requests) are sent to all devices within a network.
Subnetting limits the broadcast domain to a smaller group of devices.
Smaller broadcast domains reduce unnecessary network traffic and improve performance.
Improved Security:
Subnets act as security boundaries.
Devices within the same subnet can communicate directly, but communication across subnets requires routing.
This isolation enhances security by preventing unauthorized access between subnets.
Optimized Routing:
Routers route traffic between subnets.
Subnetting allows routers to make more informed decisions about forwarding data.
Efficient routing ensures that data takes the shortest path to its destination.
IP Address Conservation:
Subnetting allows better utilization of IP addresses.
Instead of allocating a large address block to a single network, you can allocate smaller blocks to multiple subnets.
This prevents wastage of IP addresses.
Scalability:
As networks grow, subnetting facilitates scalability.
New subnets can be added without disrupting existing network segments.
Scalability is crucial for accommodating additional devices and users.
The accompanying spreadsheet can form as a useful visual tool for subnetting lookups. Pay attention to the number of addresses, the number of hosts and the CIDR notation (bits)
The video walkthroughs use the spreadsheet above. It is essential you understand CIDR notations , positional notation and IP classes before embarking on this journey 🚀
The video walkthrough shows a typical predicament within a customer's infrastructure where the more efficient method of subnetting (variable length) is used to reduce network space 💥