Question

  • Creator
    Topic
  • #2245941

    Did I do this right?

    Locked

    by kadena ·

    I am trying to make subnets and host ip addresses for a class b network. My network address is 135.49.0.0/16 and I need 500 subnets.

    So far this is what I’ve come up with:

    My subnets are:

    135.49.0.128
    135.49.1.0
    135.49.1.128
    135.49.2.0
    135.49.2.128

    My host ip addresses are:

    Subnet #1: 135.49.0.129 – 135.49.0.254
    Subnet #2: 135.49.1.1 – 135.49.1.127
    Subnet #3: 135.49.1.129 – 135.49.1.254
    Subnet #4: 135.49.2.1 – 135.49.2.127
    Subnet #5: 135.49.2.129 – 135.49.2.254

    Did I do this right?

All Answers

  • Author
    Replies
    • #2873670

      Clarifications

      by kadena ·

      In reply to Did I do this right?

      Clarifications

    • #2873668

      I can see some issues

      by tobif ·

      In reply to Did I do this right?

      First of all:
      In order to get 500 subnets, you need a subnet mask of 255.255.255.128 or /25.

      I want to point this out, since we may be too used to 255.255.255.0 and might enter such a value by mistake somewhere.

      Next: In any subnet, all zeroes or all ones are reserved. This means that for subnet #2 and #4, the last host address should be …126.

      • #2873605

        I think this is right

        by kadena ·

        In reply to I can see some issues

        Alright this is what I have now for my subnets and host IP addresses:

        Subnets:
        #1: 135.49.0.128
        #2: 135.49.1.0
        #3: 135.49.1.128
        #4: 135.49.2.0
        #5: 135.49.2.128

        Host IP addresses:
        Subnet #1: 0.129 – 0.254
        Subnet #2: 1.1 – 1.126
        Subnet #3: 1.129 – 1.254
        Subnet #4: 2.1 – 2.126
        Subnet #5: 2.129 – 2.254

Viewing 1 reply thread