answersLogoWhite

0

For public addresses, you use whatever is assigned to you. You probably won't be able to find available class A or class B networks, so you will use a class C network, or part of it. Soon you won't be able to get that, either (time to switch to IPv6).

For a private network, a class A network - 10.0.0.0 /8 - gives you the greatest flexibility, because of the larger address space.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How recognize A B C class gi pipe?

which class gi pipe is better


Does it look better to get a B in an AP GT course or an A in an Honors course?

Definitely a B in an AP class.


What is cost of class a and class b private address?

Nothing (0). Anyone can use a private class A or B address in their network because the packets with those addresses are not routed.


Which “class” of fires consists of flammable liquids including stove alcohol, gasoline and diesel?

Class "B"


RF amplifier of an AM receiver is normally biased in class a class b class c?

class C because Class C also provides better signal,rejects unwanted signal.class c


What fire extinguisher to use for a gas fire?

A Class B fire extinguisher. Below is an article about the different types of fire extinguishers.


When the class b is inherited from class a class a is called what?

Class B is said to be a "subclass" of class A.


Why do you think some school teachers use competition as class activities?

Teachers use competition as class activities. It increases the spirit to perform better in class.


In the UK is marijuana class a class b or class c drug?

Class b


Examples of inheritance in c plus plus?

Single-inheritance is where one class inherits directly from another class: class A {}; class B : public A {}; Here, class B inherits all the public and protected members of class A. Multiple-inheritance is where one class inherits directly from two or more classes: class A {}; class B {}; class C : public A, public B {}; Here, class C inherits all the public and protected members of both A and B. Multi-level inheritance is where one class inherits from another class that itself derived. class A {}; class B : public A {}; class C : public B {}; Here, class B inherits all the public and protected members of A while class C inherits all the public and protected members of B, including those inherited from A. Virtual inheritance applies to multi-level inheritance whereby a virtual base class becomes a direct ancestor to the most-derived class. This variation of inheritance is typically used in multiple inheritance situations where two or more intermediate classes inherit from the same base class: class A {}; class B : public virtual A {}; class C : public virtual A {}; class D : public B, public C {}; Here, classes B and C both inherit from class A. Without virtual inheritance this would mean class D would inherit two instances of A (B::A and C::A), thus creating ambiguity when referring to D::A. By employing virtual inheritance, D inherits directly from A, and both B and C inherit from D::A. In other words, B and C share the same instance of A. Another use of virtual inheritance is when you need to make a class final. class A; class B { friend class A; B() {} // private constructor }; class A : public virtual B { }; Here, class A is the final class. Class B is a helper class that has a private constructor while class A is declared a friend of class B. Class A is therefore the only class that can inherit from class B as it is the only class that can construct objects from class B. However, by inheriting class B virtually, we ensure that no other class can be derived from class A because virtual inheritance ensures that the most-derived class must be able to construct a class B object first. Currently, only class A has that privilege and must always be the most-derived class.


Class b push pull power ampifier transisitorized?

What do you want to know? Can you use transistors in a Class B push-pull stage? Yes. What else is being asked?


Can you use a tractor for class b cdl test?

Absolutely. It just has to be a vehicle requiring a Class B CDL - nowhere does it say that it has to be a dump truck, roll-off, etc.