Options

Classless Routing/Classful Routing

typeshtypesh Member Posts: 168
Hey everyone,

I had a question about Classfull and Classless routing. I was reading something today that said CIDR allows routing decisions to be made based on the IP Address (network number) and Subnetmask, and that whether the IP Address is a Class A, B, or C makes no difference.

My question is, when does the Class of an IP make a difference regarding Routing Decisions?

Thank you.

Comments

  • Options
    citinerdcitinerd Member Posts: 266
    The classful routing assumes the classful subnet, so if we are dealing with a class B address it assumes the subnet 255.255.0.0 (there are some exceptions with subnetting). The Classless routing protocols includes subnets in the routing table updates. This allows for VLSM.
  • Options
    typeshtypesh Member Posts: 168
    citinerd wrote: »
    The classful routing assumes the classful subnet, so if we are dealing with a class B address it assumes the subnet 255.255.0.0 (there are some exceptions with subnetting). The Classless routing protocols includes subnets in the routing table updates. This allows for VLSM.

    Hey thanks!
  • Options
    daveccnadaveccna Member Posts: 34 ■■□□□□□□□□
    Speaking of VLSM, can anyone direct me to an artical (or better yet explain) what considerations there are in implementing this in a real network. IE pre requisits, physical and otherwise.
    Victorious warriors win first and then go to war, while defeated warriors go to war first and then seek to win.
    -Sun Tzu-
  • Options
    mattrgeemattrgee Member Posts: 201
    daveccna wrote: »
    Speaking of VLSM, can anyone direct me to an artical (or better yet explain) what considerations there are in implementing this in a real network. IE pre requisits, physical and otherwise.

    How many hosts do you need to support and how many subnets to do you need? Are the first questions you should ask.
  • Options
    daveccnadaveccna Member Posts: 34 ■■□□□□□□□□
    mattrgee wrote: »
    How many hosts do you need to support and how many subnets to do you need? Are the first questions you should ask.

    I ask these questions in normal subnetting. I've read that VLSM is good for producing subnets of varying sizes but produces hirearchical logical networks as a consequence. See supernetting. I guess there's nothing for it but for me to hit the texts.

    <Flagellates self> Bad dave! Dont be lazy!
    Victorious warriors win first and then go to war, while defeated warriors go to war first and then seek to win.
    -Sun Tzu-
Sign In or Register to comment.