ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Class B - 105 Subnets

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2014

ความคิดเห็น • 6

  • @JamesSilvius
    @JamesSilvius 10 ปีที่แล้ว +2

    Thank you. I think that clears up my confusion. I kept trying to figure out where to get my host value from. Now I see that I just count the 2^n to set the subnetworks. Thank you again.

  • @AlyssonTeixeira
    @AlyssonTeixeira หลายเดือนก่อน

    I think most ppl here are programmers, so just do:
    transform: rotate(180deg);
    on the video tab

  • @FamilyFamilia
    @FamilyFamilia 6 ปีที่แล้ว

    I liked your video a lot!! Could you do one like: 150.100.252.0 for 50 subnets?

  • @3pIcenTer
    @3pIcenTer 9 ปีที่แล้ว +1

    How would I increment borrowing 10 bits? For example, i need 750 subnets, which means I have to borrow 10 bits. This leads the bit borrowing to spill over into the fourth octet and the magic number would then be 64. How do I go about writing out my network increments?

    • @adharamsi7243
      @adharamsi7243  8 ปีที่แล้ว

      +Anthony Isherwood
      Your networks would be listed like this:
      Network: 172.16.0.0 Range: 172.16.0.1 - 172.16.0.62 Broadcast: 172.16.0.63
      Network: 172.16.0.64
      Network: 172.16.0.128
      Network: 172.16.0.192
      Network: 172.16.1.0
      Network: 172.16.1.64
      Network: 172.16.1.128
      Network: 172.16.1.192
      Network: 172.16.2.0...
      You would do this until you reach the 1024th network of 172.16.255.192
      That gives you 1024 networks, with 62 usable hosts on each network.

  • @nanito2451
    @nanito2451 7 ปีที่แล้ว

    Very clear. Thank you