VLSM
VLSM 2

Chopping Down

VLSM principles will let you take an network and slice it down in to smaller chunks. Those chunks can then be sliced into smaller chunks and so on. You only reach the limit when you get to the mask 255.255.255.252 or /30 because this
gives you two usable hosts which is the minimum you would need for any network.

Let’s take network 200.100.100.0 /24

You change the mask from /24 to /25 and this happens:

You need to be logged in to see this part of the post. Please [ Register ] here.


Leave A Reply (One comment So Far)


  1. howtonetwork-member
    287 days ago

    VLSM for above exercise:

    WAN Links
    200.10.200.0 /30 – WAN link 1 (hosts 1-2)
    200.10.200.4 /30 – WAN link 2 (hosts 5-6)

    LAN Hosts
    200.10.200.64/26 – LAN 1 (hosts 65-126)
    200.10.200.128/26 – LAN 2 (hosts 129-190)
    200.10.200.192/26 – LAN 3 (hosts 193-254)

    Eddie