Ask Experts Questions for FREE Help !
Ask
    Kaivi's Avatar
    Kaivi Posts: 1, Reputation: 1
    New Member
     
    #1

    May 7, 2010, 07:45 AM
    What is the difference between classless and classful ip address?
    What is the difference between classless and classful ip address? And please give an example, to differnciate them, thanks
    raj2160's Avatar
    raj2160 Posts: 29, Reputation: 1
    New Member
     
    #2

    May 7, 2010, 03:58 PM
    Your default class addresses are Class A 0-127, Class B - 128-191 Class C - 192-223 for the 1st octet values

    Classful ip addresses are ip addresses that follow this standard subnet ranges for class A, B, C so a classful router protocol like ripv1 will always assume that the address 172.16.1.2 has a subnet mask of 255.255.0.0 even if you want it to have a subnet of 255.255.255.0 so on a classful router protocol 172.16.1.2 will always have the range 172.16.0.0 - 172.16.255.255 (because the value 172 in the 1st octet falls in the Class B range of 128-191 and class B addresses have the subnet mask set to 255.255.0.0)

    Classless ip addresses mean that the address range is determined by the subnet mask and hence the same address 172.16.1.2 255.255.255.0 will now be looked at as having its range as 172.16.1.0 - 255 because 255.255.255.0 corresponds to that range. P.S. Rip was updated to support this (ripv2)
    siva177's Avatar
    siva177 Posts: 3, Reputation: 1
    New Member
     
    #3

    Oct 7, 2011, 06:17 AM
    yes, that is right.In classful ip predefined format only we can use for example

    /8,/16,/24 like this.it is limited.
    but classless ip has we define as per our network
    example


    in a network if we want to assign only 2 ip the CIDR value is /30.if you need 14 addresses use /28.like this we can change our network.
    kcsureshbabu's Avatar
    kcsureshbabu Posts: 1, Reputation: 1
    New Member
     
    #4

    Apr 5, 2012, 09:36 PM
    What is the difference between classless and classful ip address?

    Classful Ip address:

    Classful Ip address is take only the pre-defined bits in Network ID (8,16,24) in addressing. Example. Class A pre-defined bits - 8 10.2.1.10 /8, Class B Pre-defined bits -16 172.16.1.20 / 16, Class C Pre-defined Bits -24 192.168.1.30 /24 This type of address is called Classful Ip address.

    Classless Ip

    Classless Ip address is assign any number of bits in network ID is called Classless IP address. Example 10.2.1.10 /12. Bits barrow from Host Id added in to Network id. This called Classless Ip address.

    K.C.Suresh Babu
    Network Administrator.
    Nasir Ayubi's Avatar
    Nasir Ayubi Posts: 1, Reputation: 1
    New Member
     
    #5

    Jun 18, 2012, 10:52 PM
    Classfull IP Address:

    the Default mask of Classes are called Classful ,Example:
    Class A= 255.0.0.0 , Classs B: 255.255.0.0 Class C= 255.255.255.0


    Classless IP adress:

    Defined by System Administrator. Ite means used From IP Sub netting

    Example: Class A: IP 10.0.0.0 /9 => sub net = 255.128.0.0
    Class B: Ip 172.0.0.0 /18 => Sub net => 255.255.192.0
    Class C: IP 192.0.0.0/ 27 =>sub net => 255.255.255.224

    Nasir Ayubi KBL Afghanistan
    IT . Trainer
    sabapathi's Avatar
    sabapathi Posts: 1, Reputation: 1
    New Member
     
    #6

    Jul 24, 2012, 08:36 AM
    I will simply explain this topic
    when we use a default subnet mask tat means
    ex: class c : 192.168.0.3
    default subnet: 255.255.255.0

    This is called classfull address
    when we use a variable subnet mask means classless address
    ex: class c:192.168.0.3/24
    williamholt's Avatar
    williamholt Posts: 2, Reputation: 2
    New Member
     
    #7

    Sep 9, 2012, 11:28 PM
    The difference between classful IP addressing and classless IP addressing is in selecting the number of bits used for the network ID portion of an IP address. In classful IP addressing, the network ID portion can take only the predefined number of bits 8, 16, or 24. In classless addressing, any number of bits can be assigned to the network ID.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search


Check out some similar questions!

Classless subnetting [ 4 Answers ]

My instructor requested that we surf the net and find the solution to how to create a classless subnet.

Classless and classful subnetting for network? [ 4 Answers ]

How can I develop a classless addressing scheme for network 192.168.1.0/24 for Lab 1 with 60 hots, Lab 2 with 12 hosts and Lab 3 with 40 hots. What will be the appropriate classfull addressing scheme for these LAN segments :confused:

Classless Addresses are more efficient than Classful Addresses [ 1 Answers ]

A. Better utilization of addresses B. Easier administration

Classless Society [ 4 Answers ]

Is a classless society possible? Marx suggested it is under communism. It seems that his idealism exceeded the bounds of the attainable.

Classless subnetting [ 4 Answers ]

what is classless subnetting? is it similar to CIDR? can anyone help me? thanx!


View more questions Search