- Posts: 33
- Thank you received: 0
Subnet Mask
14 years 11 months ago #32957
by FishNBone
Subnet Mask was created by FishNBone
Hi all!!
I have a question about subnet mask.
if the subnet mask is this:
255.255.255.0
when convert to binary form, it would be this:
11111111.11111111.11111111.00000000
My question is can the subnet mask be something like this:
11111111.11111111.00101111.00000000
Thanks!
I have a question about subnet mask.
if the subnet mask is this:
255.255.255.0
when convert to binary form, it would be this:
11111111.11111111.11111111.00000000
My question is can the subnet mask be something like this:
11111111.11111111.00101111.00000000
Thanks!
14 years 11 months ago #32959
by TheBishop
Replied by TheBishop on topic Re: Subnet Mask
No.
The subnet mask is there to show you which bits of the address describe the network and which bits describe the host. The network portion of the address always starts from the left hand side and continues toward the right. Then at the right-hand side, there are one or more bits dedicated to represent the host. The subnet mask has 1's in all the bit positions for the network portion of the address and 0's in the bit positions for the host portion
The subnet mask is there to show you which bits of the address describe the network and which bits describe the host. The network portion of the address always starts from the left hand side and continues toward the right. Then at the right-hand side, there are one or more bits dedicated to represent the host. The subnet mask has 1's in all the bit positions for the network portion of the address and 0's in the bit positions for the host portion
14 years 11 months ago #32971
by KiLLaBeE
Replied by KiLLaBeE on topic Re: Subnet Mask
In other words, the 1's in a subnet mask must start on the left and be contiguous as it moves to the right (there can't be a 0 between the 1's).
Time to create page: 0.132 seconds