I see an IP address = 10.0.0.0/24
my confusion is what is 0/24
I see an IP address = 10.0.0.0/24
my confusion is what is 0/24
Let me google that for you…
my confusion is 0/24 … this notation…what this means ? is it from 0,1,2,3…upto 24 ? or what this means ?
I need help right at this spot.
better…
I understand a network can be divided into multiple sub networks.
but the problem is with the notation. “0/24” . As a layman’s language can you please simplify this concept.
Please read this section, it is not very long. Both charts are explanatory.
checked…too complicated…could not understand much …very difficult for a non-network guy
The /24 part tells you how many bits of the address are fixed in place.
The address consists of four numbers, each one being 8 bits. The total length of the address is 32 bits.
/24 says that the first three sets of numbers must remain fixed.
/26 says that the first three numbers and the first two bits of the fourth number must remain fixed. That leaves only 6 bits available to you, those being from 0 to 63. The highest and lowest values are automatically assigned (0 and 63), so you have 1 through to 62 that you can use.
If it were /30 then you would only have two bits to play with, for a total of 0 to 3. 0 and 3 are automatically assigned, leaving you with only 1 and 2 that you can use as hosts.
The main takeaway from this is that the /nn number says how many bits of the address must remain fixed. The remaining bits (excluding the top and bottom value) remain for you to use as you wish.
Thanks Paul,
so the notation …
10.0.0.0/24
means I can now play with these IP numbers : (// first 3 numbers kept fixed)
10.0.0.1,
10.0.0.2
10.0.0.3
…
10.0.0.254
and 10.0.0.0 , 10.0.0.255 automatically assigned.
Is this correct ?
Yes. 0 and 255 would be unavailable. 1 through 254 would be yours to play with.
Back to an earlier link, the concept of network mask is shown here.
And if you have the time and interest, this Cisco intro for beginners is about as fundamental as anything I’ve seen.
Yes it is. 0 is for your network address, and the highest one (255 in this case) is your broadcast address.
It’s enough to know that those aren’t available for you, but we can get in to details of them if you so desire.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.