Subnetting question

gouki2005gouki2005 Member Posts: 197
How many subnets and hosts per subnet can you get from the network 172.17.0.0/23?
ok the host number is easy is /23 so 510 usable address but dont remenber how obtain the subnets number??

Comments

  • gouki2005gouki2005 Member Posts: 197
    lol i remenber now

    is
    7

    because we use 2^9 for the host and 2^7 for the subnets
  • fly351fly351 Member Posts: 360
    Well, since its a class B address you have to figure out how many bits are borrowed from the Host portion for the Network portion. In this case, /23 (classless) which is borrowing 7 from the classful address of /16.

    So 2 ^ 7 = 128 :)
    CCNP :study:
  • Project2501Project2501 Member Posts: 60 ■■□□□□□□□□
    I always hated the "borrowing" terminology. It confuses the process to the power of n.
    - Pete
  • fly351fly351 Member Posts: 360
    I always hated the "borrowing" terminology. It confuses the process to the power of n.

    Hmm to some extent, but I think it does some good for newbies. For example... if you tell a new guy "Hey, your classful address is 172.20.1.0 /16, but your going to use a classless address of 172.20.1.0 /24, so you <insert word> from the host portion of the classful mask for the network portion..."
    CCNP :study:
  • phobophilephobophile Member Posts: 34 ■■□□□□□□□□
    gouki2005 wrote: »
    lol i remenber now

    is
    7

    because we use 2^9 for the host and 2^7 for the subnets

    Just remember for the hosts that it would be (2^9)-2, since you can not use the network address and the broadcast address. If you already knew this, then disregard. :)
  • Project2501Project2501 Member Posts: 60 ■■□□□□□□□□
    fly351 wrote: »
    Hmm to some extent, but I think it does some good for newbies. For example... if you tell a new guy "Hey, your classful address is 172.20.1.0 /16, but your going to use a classless address of 172.20.1.0 /24, so you <insert word> from the host portion of the classful mask for the network portion..."


    And I believe that would confuse things more.

    The reason we had classfull routing is because IGRP and RIP assumed the subnet mask based on the first octet. Now that we have RIPv2, EIGRP, IS-IS, OSFP and BGP that include the subnet mask the idea of class or classless addresses doesn't exist. I think since IOS 12.2 IP classless has been enabled by default.

    When students are learning about IP address history and the reasons we now use NAT. Then classfull routing and address class can be considered but not if we're talking about subnetting and routing today.

    Cheers,
    Pete
    - Pete
  • alan2308alan2308 Member Posts: 1,854 ■■■■■■■■□□
    The reason we had classfull routing is because IGRP and RIP assumed the subnet mask based on the first octet. Now that we have RIPv2, EIGRP, IS-IS, OSFP and BGP that include the subnet mask the idea of class or classless addresses doesn't exist. I think since IOS 12.2 IP classless has been enabled by default.

    Actually, we had classful routing because thats how IP worked in those days. Subnetting and VLSM didn't exist when RIPv1 and IGRP were developed.

    And I would say that they assumed the subnet mask based on the classful boundary, not just the first octet. Though the first octet IS where those boundaries exist. icon_cool.gif
  • Project2501Project2501 Member Posts: 60 ■■□□□□□□□□
    alan2308 wrote: »
    Actually, we had classful routing because thats how IP worked in those days. Subnetting and VLSM didn't exist when RIPv1 and IGRP were developed.

    And I would say that they assumed the subnet mask based on the classful boundary, not just the first octet. Though the first octet IS where those boundaries exist. icon_cool.gif

    Bad wording on my part and I'm noticing some irony here. icon_rolleyes.gif

    Like you say, it's not the routing process that assumed the subnet mask. It's that the first octet was used to define the subnet mask.

    Edit: I'm repeating myself here but I think it's really important when teaching to explain classfull addresses and routing aren't used any more and shouldn't be used to teach how classless routing works. The two concepts should be kept separate. Using terms like "borrow" cloud the process and imply that the class of an address is still important when it's not.
    - Pete
  • alan2308alan2308 Member Posts: 1,854 ■■■■■■■■□□
    I'll take it one step further and say that we should just leave classful networking to the history books along with IGRP and token ring.

    But ultimately my point was that if we're talking classful networking, I think "classful boundary" describes what's going on better than "based on the first octet." Remember, this is the forum where we nitpick little details and argue them for 5 pages. icon_cool.gif
  • Project2501Project2501 Member Posts: 60 ■■□□□□□□□□
    alan2308 wrote: »
    I'll take it one step further and say that we should just leave classful networking to the history books along with IGRP and token ring.

    I agree whole heartedly it should be left out.

    Also I reckon leading bits is better :P
    - Pete
  • notgoing2failnotgoing2fail Member Posts: 1,138
    I think there's going to be a lot of topics on the CCNA for the foreseeable future that are more history related.

    Heck, I wouldn't be shocked if the broke up CCNA into two parts, history and now.


    RIP and IGRP, especially IGRP is barely touched on CCNA but you still need to know all aspects of it because you'll never know if it appears on your exam.

    Subnetting for IPv4 will become a history lesson one day too when everyone uses IPv6. So will NAT'ing.

    But it will take years, even decades I think before all networks are 100% purely on IPv6 infrastructure.

    Luckily, Cisco has removed ISDN which I'm a little shocked but I'm not complaining.

    Frame Relay will follow too one day, but just not yet. Frame Relay has so much to teach I don't think they want it removed....
  • alan2308alan2308 Member Posts: 1,854 ■■■■■■■■□□
    I agree, ISDN coming out was kind of surprising. IGRP makes sense since IOS no longer supports it, and IPX since even Novell only provides it as a legacy option.
Sign In or Register to comment.