Jul 18 2023 09:18 PM
Hi Everyone,
I am currently studying for the AZ-104 Certification using Microsoft Learn.
My greatest challenge is learning the Networking component of the learning material.
I am confused by the way that sub-nets are presented in the learning material. With my understanding of networking a network should not have a different mask to a sub-net.
Here is an example screen capture from the learning material -
Given the above example IPv4 address space the mask is -
/20
which in binary is -
11111111.11111111.11110000.00000000
which in Decimal is -
255.255.240.0
This network mask should allow for the following sub-nets -
10.40.0.0
10.40.16.0
10.40.32.0
10.40.48.0
10.40.64.0
10.40.80.0
10.40.96.0
10.40.112.0
10.40.128.0
10.40.144.0
10.40.160.0
10.40.176.0
10.40.192.0
10.40.208.0
10.40.224.0
10.40.240.0
Can anybody explain how the sub-net (in the screen capture) 10.40.0.0/24 factors in?
Kind Regards,
Davo
Jul 19 2023 06:32 AM
SolutionHi @MrDavo75,
In the example screenshot you shared, the IPv4 address space is shown as 10.40.0.0/20. This means that the subnet mask for this network is /20, which translates to 255.255.240.0 in decimal format.
Now, you're right that with this subnet mask, you should be able to have a range of subnets like 10.40.0.0, 10.40.16.0, 10.40.32.0, and so on. But here's where it gets a bit tricky in the screen capture.
They mention a specific subnet, 10.40.0.0/24.
The /24 subnet refers to a subnet mask of 255.255.255.0, which is different from the /20 subnet mask.
So, this /24 subnet has a smaller range of IP addresses within the larger /20 network. It goes from 10.40.0.1 to 10.40.0.254, with the first and last addresses reserved for network and broadcast addresses.
Basically, what they're showing in the example is different subnets within the overall network address space of 10.40.0.0/20. Each subnet can have its own subnet mask, allowing for more precise network segmentation and addressing.
*I will give you one more example (to better understand the subnet part) if i can write it understandable for you:
Imagine that you have a company with multiple offices located in different cities (countries).
Each office needs to have its own separate network.
Let's focus on one particular branch office, which we'll call Branch A.
The network address space for Branch A is 192.168.0.0/16. This means that the network can have a range of IP addresses starting from 192.168.0.1 to 192.168.255.254.
Within Branch A, there are different departments that require their own dedicated subnets:
For example, the Sales department needs its own subnet. Let's assign the subnet 192.168.10.0/24 to the Sales department.
Now, with the subnet mask /24, which is equivalent to 255.255.255.0, the Sales department has an IP address range of 192.168.10.1 to 192.168.10.254. This allows for up to 254 devices within the Sales department to be assigned unique IP addresses.
Similarly, other departments within Branch A, such as HR or IT, can have their own subnets with their respective IP address ranges. Each subnet can be configured with its own subnet mask based on the number of devices expected within that department.
By using subnets, you can logically divide the larger network into smaller segments, allowing for better organization, security, and efficient IP address allocation.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Jul 19 2023 09:43 PM
Sep 10 2023 02:38 AM
Jul 19 2023 06:32 AM
SolutionHi @MrDavo75,
In the example screenshot you shared, the IPv4 address space is shown as 10.40.0.0/20. This means that the subnet mask for this network is /20, which translates to 255.255.240.0 in decimal format.
Now, you're right that with this subnet mask, you should be able to have a range of subnets like 10.40.0.0, 10.40.16.0, 10.40.32.0, and so on. But here's where it gets a bit tricky in the screen capture.
They mention a specific subnet, 10.40.0.0/24.
The /24 subnet refers to a subnet mask of 255.255.255.0, which is different from the /20 subnet mask.
So, this /24 subnet has a smaller range of IP addresses within the larger /20 network. It goes from 10.40.0.1 to 10.40.0.254, with the first and last addresses reserved for network and broadcast addresses.
Basically, what they're showing in the example is different subnets within the overall network address space of 10.40.0.0/20. Each subnet can have its own subnet mask, allowing for more precise network segmentation and addressing.
*I will give you one more example (to better understand the subnet part) if i can write it understandable for you:
Imagine that you have a company with multiple offices located in different cities (countries).
Each office needs to have its own separate network.
Let's focus on one particular branch office, which we'll call Branch A.
The network address space for Branch A is 192.168.0.0/16. This means that the network can have a range of IP addresses starting from 192.168.0.1 to 192.168.255.254.
Within Branch A, there are different departments that require their own dedicated subnets:
For example, the Sales department needs its own subnet. Let's assign the subnet 192.168.10.0/24 to the Sales department.
Now, with the subnet mask /24, which is equivalent to 255.255.255.0, the Sales department has an IP address range of 192.168.10.1 to 192.168.10.254. This allows for up to 254 devices within the Sales department to be assigned unique IP addresses.
Similarly, other departments within Branch A, such as HR or IT, can have their own subnets with their respective IP address ranges. Each subnet can be configured with its own subnet mask based on the number of devices expected within that department.
By using subnets, you can logically divide the larger network into smaller segments, allowing for better organization, security, and efficient IP address allocation.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic