You are on page 1of 5

Ip classes (a,b,c,d,e)

HOW
HOW TO
TO FIND
FIND WHICH
WHICH CLASS
CLASS AN
AN IP
IP BELONGS
BELONGS TO
TO
INTRODUCCION

MOST COMMON CLASSES: A,B,C


 OTHER CLASSES: D(FOR MULTICAST) E(FOR EXPERIMENTRAL USE)


 EACH CLASS HAS A DEFECT NETWORK MASK (e.g. class A default mask
is:"255.0.0.0")

¿How do we know which classes an ip belongs to?
There are two options:

BY TABLE

A 1.0.0.0 – 126 255.255.255

B 128.0.0.0 - 191 255.255.255

C 192.0.0.0 - 223 255.255.255

D 224.0.0.0 - 239 .255.255.255

E 240.0.0.0 - 255.255.255.255
ANOTHER
EXAMPLE
Class A has multiple reserved ips addresses, and you might
see tables on other sites that exclude them (such as
127.0.0.0)
Notes In classes d and e (if you get to work with them), you no
longer look at only the first two bits. The first bit will
always be 1 and you will look at the second, third and fourth
bit. (class D-1110;) class E-11111

You might also like