Okey so I have a Networking exam tomorrow 10:00AM and I'm still not sure how I'm going to do! Everytime I think I actually got it, I realize that I need to re-vise the material again! Urgh!
So anyway, while solving some sub-netting exercises I came across this one:
Q. An organization is granted the block 217.22.18.0/24. The administrator wants to create 16 subnets.
i. Find the subnet mask.
ii. Find the number of addresses in each subnet.
iii. Find the first and last addresses in subnet 0.
Here's what I came to:
i. 11111111.11111111.11111111.00000000
ii. Log2 of 16 = 4. So 4 bits are required to create the 16 subnets, hence only 4 bits are left to allocate the Host addresses. Which means the number of addresses in each subnet = 16 - 1 -1 = 14.
ii. First I need to convert the address to binary format which I do not know how to do (help anyone?). Then the first one be of the form: address.00000001 (bold for the subnet)
The last one: address.0000.1110
What do you think about my solution? Am I right?
So anyway, while solving some sub-netting exercises I came across this one:
Q. An organization is granted the block 217.22.18.0/24. The administrator wants to create 16 subnets.
i. Find the subnet mask.
ii. Find the number of addresses in each subnet.
iii. Find the first and last addresses in subnet 0.
Here's what I came to:
i. 11111111.11111111.11111111.00000000
ii. Log2 of 16 = 4. So 4 bits are required to create the 16 subnets, hence only 4 bits are left to allocate the Host addresses. Which means the number of addresses in each subnet = 16 - 1 -1 = 14.
ii. First I need to convert the address to binary format which I do not know how to do (help anyone?). Then the first one be of the form: address.00000001 (bold for the subnet)
The last one: address.0000.1110
What do you think about my solution? Am I right?