Madhu
Madhu

Reputation: 61

various ip address ranges

What are the various classifications of ip address ranges in existence apart from Class A,B,C and D addressing. For instance what does the range 212.198.0.255-202.190.0.255 denote in specific?

Upvotes: 0

Views: 157

Answers (1)

Freak
Freak

Reputation: 6873

There ranges are

Class   Leftmost bits   Start address   Finish address
A              0xxx     0.0.0.0     127.255.255.255
B              10xx     128.0.0.0   191.255.255.255
C              110x     192.0.0.0   223.255.255.255


D & E classes are also present but D class is only Reserved for Multicasting and E class is for Experimental; used for research

Class   Leftmost bits   Start address   Finish address

D              1110     224.0.0.0   239.255.255.255
E              1111     240.0.0.0   255.255.255.255


Please follow this link for further detail
As you are new to StackOverFlow , Then I must ask you to read the faq and must see that How and which question you should ask here.This is a very simple question and You can eaisly find its answer from serach engine.First do your own effort and then ask here if you stuck.GoodLuck

Upvotes: 1

Related Questions