need help with ip subnetting

hughes67hughes67 Registered Users Posts: 1 ■□□□□□□□□□
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

Comments

  • Michael2Michael2 Member Posts: 305 ■■■□□□□□□□
    For subnet B I got:

    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.
  • Mrock4Mrock4 Banned Posts: 2,359 ■■■■■■■■□□
    I promised I wouldn't plug my own videos, but I'm going to because this video covers pretty much everything you're asking, so hopefully it helps you:

    http://www.qinqtraining.com/videos/S..._Deep_Dive.mp4
  • base_twobase_two Registered Users Posts: 1 ■□□□□□□□□□
    SUBNET B

    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?
  • Corey61785Corey61785 Registered Users Posts: 2 ■□□□□□□□□□
    This feels oddly like you're asking help with a homework worksheet, lol. But I could use those questions for myself for practice, since my subnetting is a little rusty :)
Sign In or Register to comment.