Why class C is widely used?

pradeep.pawar

pradeep.pawar

@pradeeppawar-RAMDdD Oct 24, 2024
Most of the ip addresses on a network range in class C which is 192.168.0.0, why class C? why not class B,C,D or E widely used?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • rahul69

    rahul69

    @rahul69-97fAOs Aug 28, 2013

    pradeep.pawar
    Most of the ip addresses on a network range in class C which is 192.168.0.0, why class C? why not class B,C,D or E widely used?
    It's because class C network has less number of hosts per network and thus suit the need of smaller organizations.
  • Nayan Goenka

    Nayan Goenka

    @nayan-Dhpt4N Aug 28, 2013

    Class C ip addresses are perfect for a network where there are about 100 clients(rough figure). Class C IP address is thus generalized as default and is used in basic configurations. Apart from this, the number of hosts it supports, there is no other particular reason to justify it.
  • Anand Tamariya

    Anand Tamariya

    @anand-tamariya-DnfjEX Aug 28, 2013

    pradeep.pawar
    Most of the ip addresses on a network range in class C which is 192.168.0.0, why class C? why not class B,C,D or E widely used?
    Widely used? That's a wrong impression. All classes of network addresses are equally "widely used" - the reason they exist. Do some nslookup's and see for yourself.
  • vikaskumar11233

    vikaskumar11233

    @vikaskumar11233-J10JeV Aug 28, 2013

    That's because C class provides large not of net masks as well as subnet masks as much as hosts are available.
  • pradeep.pawar

    pradeep.pawar

    @pradeeppawar-RAMDdD Aug 28, 2013

    Anand Tamariya
    Widely used? That's a wrong impression. All classes of network addresses are equally "widely used" - the reason they exist. Do some nslookup's and see for yourself.
    Most ips range in C class in to say that.
  • durga ch

    durga ch

    @durga-TpX3gO Aug 31, 2013

    Its how an IP address was 'read' when they were introduced.
    Class A has 8 network bits and 24 host bits, so the maximum networks what can be formed are (2^8) -2, where as the number of hosts what can be accommodated is (2^24)-2. There are very very few enterprises who can use so many host IPs. hence leading to wastage of Ip addresses, the present class A IP mostly will be subnetted IPs and not a /8. Same is the case with Class B and Class C

    Classes in current age don't mean much (except in few intricate networking concepts), IP addresses currently are allocated as VLSM , based on number of Hosts IPs the company needs
  • pradeep.pawar

    pradeep.pawar

    @pradeeppawar-RAMDdD Sep 1, 2013

    durga
    Its how an IP address was 'read' when they were introduced.
    Class A has 8 network bits and 24 host bits, so the maximum networks what can be formed are (2^8) -2, where as the number of hosts what can be accommodated is (2^24)-2. There are very very few enterprises who can use so many host IPs. hence leading to wastage of Ip addresses, the present class A IP mostly will be subnetted IPs and not a /8. Same is the case with Class B and Class C

    Classes in current age don't mean much (except in few intricate networking concepts), IP addresses currently are allocated as VLSM , based on number of Hosts IPs the company needs
    thanks.