need help with ip subnetting
I need help working this out......
the given IP address is 192.168.64.0/18
subnet A has a 2 number of hosts
subnet B has 2500 number of hosts
I need help with filling in the other information with the given information:
SUBNET B
SPECIFICATION INPUT
Number of bits in the subnet: ____________
IP mask (binary): ____________
Maximum number of usable
subnets
(including the 0th subnet) ____________
Number of usable
hosts per subnet ____________
IP Subnet ____________
First IP host address ____________
Last IP host address ____________
And then also the same for subnet A
the given IP address is 192.168.64.0/18
subnet A has a 2 number of hosts
subnet B has 2500 number of hosts
I need help with filling in the other information with the given information:
SUBNET B
SPECIFICATION INPUT
Number of bits in the subnet: ____________
IP mask (binary): ____________
Maximum number of usable
subnets
(including the 0th subnet) ____________
Number of usable
hosts per subnet ____________
IP Subnet ____________
First IP host address ____________
Last IP host address ____________
And then also the same for subnet A
Comments
18 bits in the subnet mask
subnet mask 255.255.192.0
4 total subnets
4094 hosts.
Now I'll just list the subnets:
192.168.0.1-192.168.63.254 (can't use first or last addresses 192.168.0.0 and ..63.255)
192.168.64.1-192.168.127.255
192.168.128.1-192.168.191.255
192.168.192.1-192.168.255.255
I'll leave the next one to you.
http://www.qinqtraining.com/videos/S..._Deep_Dive.mp4
SPECIFICATION INPUT
Number of bits in the subnet: 18
IP mask (binary): 11111111.11111111.11000000.00000000
Maximum number of usable
subnets
(including the 0th subnet) 4
Number of usable
hosts per subnet 16382( that is, 16384 - 2 for network and broadcast address)
IP Subnet 192.168.64.0
First IP host address 192.168.64.1
Last IP host address 192.168.127.254
Is that correct, anyone?