SOLVED

How to understand network addresses and sub-net addresses in the learning material of AZ-104

Copper Contributor

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 -

 

Capture.JPG

 

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

 

3 Replies
best response confirmed by MrDavo75 (Copper Contributor)
Solution

Hi @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

Thank you very much for taking the time to answer my question. Your answer is very helpful and much appreciated.
 I wish everyone the best of luck. Visit our website frequently for answers  to your<a href="https://telenortodayquiz.pk/today-telenor-answer/">today my telenor answer</a>. I update these frequently asked questions and the answers to them.
1 best response

Accepted Solutions
best response confirmed by MrDavo75 (Copper Contributor)
Solution

Hi @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

View solution in original post