<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Network Class in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321878#M187522</link>
    <description>Hai,&lt;BR /&gt;&lt;BR /&gt;There is a dafult formation allocated for every class. IPv4 address is divided as network-id and hostnumber.&lt;BR /&gt;&lt;BR /&gt;class &lt;NETWORK-ID&gt; &lt;HOST-ID&gt; &lt;BR /&gt;&lt;BR /&gt;class A 1 byte 3 byte&lt;BR /&gt;class B 2 byte 2 byte&lt;BR /&gt;class c 3 byte 1 byte&lt;BR /&gt;class d &amp;amp; 4 byte -----&lt;BR /&gt;class e&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CLASS A - first byte&lt;BR /&gt;2 bit flag as 01&lt;BR /&gt;6 bit host id&lt;BR /&gt;00000001 to 01111110 = 1 to 127&lt;BR /&gt;&lt;BR /&gt;We use 127 for loop back purpose.&lt;BR /&gt;&lt;BR /&gt;Class B - first byte&lt;BR /&gt;10000000 to 1011111 = 128 to 191&lt;BR /&gt;&lt;BR /&gt;Class C - first byte&lt;BR /&gt;11000000 to 1101111 = 192 to 223&lt;BR /&gt;&lt;BR /&gt;class D - first byte&lt;BR /&gt;11100000 to 1110111 = 224 to 239&lt;BR /&gt;&lt;BR /&gt;class E&lt;BR /&gt;11110000 to 1111111 = 240 to 255&lt;BR /&gt;&lt;BR /&gt; I hope you asked this same at networking forum at &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=625762" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=625762&lt;/A&gt; :) &lt;BR /&gt;&lt;BR /&gt; In addition check this link,&lt;BR /&gt;&lt;A href="http://computer.howstuffworks.com/question549.htm" target="_blank"&gt;http://computer.howstuffworks.com/question549.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.&lt;/HOST-ID&gt;&lt;/NETWORK-ID&gt;</description>
    <pubDate>Sat, 03 Jul 2004 01:33:14 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2004-07-03T01:33:14Z</dc:date>
    <item>
      <title>Network Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321874#M187518</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Why Class A Network starts from 1 to 126&lt;BR /&gt;Class B Network starts from 128 to 191 &lt;BR /&gt;Class C Network starts from 192 to 223&lt;BR /&gt;Class D Network 224 to 239 &lt;BR /&gt;&amp;amp; Class E Network from 240 to 255&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Fri, 02 Jul 2004 12:26:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321874#M187518</guid>
      <dc:creator>Sarvesh A Dhuri</dc:creator>
      <dc:date>2004-07-02T12:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Network Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321875#M187519</link>
      <description>I do know that the main thing that matters is what each Class will support, at least based on the subnet masking...&lt;BR /&gt;&lt;BR /&gt;My guess is that it was alpha based...no rhyme or reason....</description>
      <pubDate>Fri, 02 Jul 2004 12:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321875#M187519</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2004-07-02T12:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Network Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321876#M187520</link>
      <description>It is the first octet.&lt;BR /&gt;&lt;BR /&gt;A Class&lt;BR /&gt;&lt;BR /&gt;0000 0000 to 1000 0000 == 1 to 127 â   127 cannot be used it is the loopback address and 0 canot be used.&lt;BR /&gt;&lt;BR /&gt;B Class&lt;BR /&gt;&lt;BR /&gt;  1000 0000 to 1100 0000 == 128 to 191 â   &lt;BR /&gt;&lt;BR /&gt;C Class&lt;BR /&gt; &lt;BR /&gt;  1100 0000    to  1110  0000  = 192 to 223&lt;BR /&gt;&lt;BR /&gt;D Class&lt;BR /&gt;&lt;BR /&gt;   1110 0000 to 1111 0000 = 224 t</description>
      <pubDate>Fri, 02 Jul 2004 12:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321876#M187520</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2004-07-02T12:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Network Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321877#M187521</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ericsson.com/support/telecom/part-h/h-3-2.shtml" target="_blank"&gt;http://www.ericsson.com/support/telecom/part-h/h-3-2.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Jul 2004 01:16:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321877#M187521</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-07-03T01:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Network Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321878#M187522</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt;There is a dafult formation allocated for every class. IPv4 address is divided as network-id and hostnumber.&lt;BR /&gt;&lt;BR /&gt;class &lt;NETWORK-ID&gt; &lt;HOST-ID&gt; &lt;BR /&gt;&lt;BR /&gt;class A 1 byte 3 byte&lt;BR /&gt;class B 2 byte 2 byte&lt;BR /&gt;class c 3 byte 1 byte&lt;BR /&gt;class d &amp;amp; 4 byte -----&lt;BR /&gt;class e&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CLASS A - first byte&lt;BR /&gt;2 bit flag as 01&lt;BR /&gt;6 bit host id&lt;BR /&gt;00000001 to 01111110 = 1 to 127&lt;BR /&gt;&lt;BR /&gt;We use 127 for loop back purpose.&lt;BR /&gt;&lt;BR /&gt;Class B - first byte&lt;BR /&gt;10000000 to 1011111 = 128 to 191&lt;BR /&gt;&lt;BR /&gt;Class C - first byte&lt;BR /&gt;11000000 to 1101111 = 192 to 223&lt;BR /&gt;&lt;BR /&gt;class D - first byte&lt;BR /&gt;11100000 to 1110111 = 224 to 239&lt;BR /&gt;&lt;BR /&gt;class E&lt;BR /&gt;11110000 to 1111111 = 240 to 255&lt;BR /&gt;&lt;BR /&gt; I hope you asked this same at networking forum at &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=625762" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=625762&lt;/A&gt; :) &lt;BR /&gt;&lt;BR /&gt; In addition check this link,&lt;BR /&gt;&lt;A href="http://computer.howstuffworks.com/question549.htm" target="_blank"&gt;http://computer.howstuffworks.com/question549.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.&lt;/HOST-ID&gt;&lt;/NETWORK-ID&gt;</description>
      <pubDate>Sat, 03 Jul 2004 01:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321878#M187522</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-03T01:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Network Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321879#M187523</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;A href="http://www.ipcop.org/1.3.0/en/install/html/ip-addressing.html" target="_blank"&gt;http://www.ipcop.org/1.3.0/en/install/html/ip-addressing.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and RFC1918 talk more about it's WHY.&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Sat, 03 Jul 2004 01:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321879#M187523</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-07-03T01:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Network Class</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321880#M187524</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;See also the article at:&lt;A href="http://www.pcplus.co.uk/tips/default.asp?articleid=30088&amp;amp;page=1&amp;amp;pagetypeid=4&amp;amp;subsectionid=390" target="_blank"&gt;http://www.pcplus.co.uk/tips/default.asp?articleid=30088&amp;amp;page=1&amp;amp;pagetypeid=4&amp;amp;subsectionid=390&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You will observe that these ranges arenâ  t arbitrary. For Class A, the first bit of the address is '0', giving a range of 1 to 127 ('0' is reserved). For Class B, the first two bits are '10'. For Class C, '110' and so on. &lt;BR /&gt;&lt;BR /&gt;hope this clarifies everything.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogee</description>
      <pubDate>Sat, 03 Jul 2004 01:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-class/m-p/3321880#M187524</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-07-03T01:49:41Z</dc:date>
    </item>
  </channel>
</rss>

