07-07-2017 09:10 PM
Hi Everyone,
Could any one please explain the difference between Splitting and Allocation a IP address block.
Say if I have 10.0.0.0/24 (254 hosts) available. My requirement is to get a /25.
Could anyone explain how Splitting and Allocation works?
Thanks a lot.
07-08-2017 09:14 AM
Splitting 10.0.0.0/24 into two /25s will result in 2 different subnets that you can configure anywhere in your network.
First network:
10.0.0.0/25 | Network. |
10.0.0.1/25 | First IP available that can be assigned. |
10.0.0.126/25 | Last IP available that can be assigned. |
10.0.0.127/25 | Broadcast IP for this network. |
Second network:
10.0.0.128/25 | Network. |
10.0.0.129/25 | First IP available that can be assigned. |
10.0.0.254/25 | Last IP available that can be assigned. |
10.0.0.255/25 | Broadcast IP for this network. |
Furthermore, you can keep 'splitting' any of those into 'longest' prefix-lenghts, /26, /27, /28, etc. This is called VLSM (Variable Length Subnet Mask)
This process is just called subnetting.
07-08-2017 12:47 PM
Hi Hector thanks for the reply.
Could you also tell what happens if I allocate. What happens to the parent subnet 10.0.0.0/24 ( I mean what would be the Network, First and last ip).
The same thing about the IP subnet which I will get /25 after allocation /24.
Thanks a lot. :)
07-08-2017 06:36 PM
If you 'split' 10.0.0.0/24, instead of allocate a single network, you will be able to allocate 10.0.0.0/25 & 10.0.0.128/25 (2 subnets).
In my last response I included the addressing for the new subnets.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide