<?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: ip addressing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674030#M51604</link>
    <description>Thanks everyone&lt;BR /&gt;&lt;BR /&gt;Fully understood, Steve just checked out your homepage.&lt;BR /&gt;&lt;BR /&gt;Your qualifications are very impressive&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Fri, 01 Mar 2002 04:05:05 GMT</pubDate>
    <dc:creator>steven Burgess_2</dc:creator>
    <dc:date>2002-03-01T04:05:05Z</dc:date>
    <item>
      <title>ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674018#M51592</link>
      <description>Have been reading up on ip addressing recently. Started with the chapter in the HP Certified book then expanded with docs from the cisco web site&lt;BR /&gt;&lt;BR /&gt;This is what I understand so far&lt;BR /&gt;&lt;BR /&gt;32 Bit number, split into 4 octets to make up an address&lt;BR /&gt;&lt;BR /&gt;A Class = 1 host 2^24 nodes (255.0.0.0)&lt;BR /&gt;B Class = 1 host 2^16 nodes (255.255.0.0)&lt;BR /&gt;C Class = 1 host 2^8  nodes (255.255.255.0)&lt;BR /&gt;&lt;BR /&gt;Now, if I want to for eg , take a C Class address and split into 4 networks and 64 ip addresses it's quite simple with the fact 0-63,64-127, 128-191 and 192-255. The netmask being 255.255.255.192 .&lt;BR /&gt;&lt;BR /&gt;I understand, how , when I'm given a B class address and the subnet how to get the network address using anding&lt;BR /&gt;&lt;BR /&gt;0-0 = 0&lt;BR /&gt;0-1 = 0&lt;BR /&gt;1-1 = 1&lt;BR /&gt;&lt;BR /&gt;ie&lt;BR /&gt;&lt;BR /&gt;255.255.240.0&lt;BR /&gt;131.107.47.62&lt;BR /&gt;&lt;BR /&gt;= b class address, so would just use&lt;BR /&gt;&lt;BR /&gt;240.0  = 11110000.00000000     &lt;BR /&gt;047.62 = 00101111.00111110      &lt;BR /&gt;----------------------------------------------&lt;BR /&gt;         00100000.00000000 = 32.0&lt;BR /&gt;&lt;BR /&gt;Therefore network address = 131.107.32.0&lt;BR /&gt;&lt;BR /&gt;The question I am asking is , how from the above can I work out how many hosts and nodes are on the above network?&lt;BR /&gt;&lt;BR /&gt;I have attached the question paper I have been looking at , but not being to clever at maths having trouble working out the above answers if though the answers are there. I need to understand how it works&lt;BR /&gt;&lt;BR /&gt;I would be very grateful for any assistance&lt;BR /&gt;&lt;BR /&gt;Last night I worked out how to convert hex numbers from the forum, so would do pretty happy if I managed to understand the above tonight&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 01:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674018#M51592</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-03-01T01:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674019#M51593</link>
      <description>1. Using the Subnet Mask 255.255.240.0, what subnet and node addresses are the following hosts:&lt;BR /&gt;&lt;BR /&gt;IP address Subnet Host/Node&lt;BR /&gt;131.107.47.62 131.107.32 15.62&lt;BR /&gt;131.107.48.65 131.107.48 0.65&lt;BR /&gt;9.3.17.18 9.3.16 1.18&lt;BR /&gt;100.100.100.100 100.100.96 4.100&lt;BR /&gt;191.107.16.39 191.107.16 0.39&lt;BR /&gt;&lt;BR /&gt;The subnet address can be easily calculated based on AND'ing the IP address and the netmask.&lt;BR /&gt;&lt;BR /&gt;My interpretation for the Host/Node portion is that its (CISCO's) definition is IP address minus the subnet portion (based on octet positioning)to get the host portion, in decimal eg.&lt;BR /&gt;&lt;BR /&gt;191.107.16.39 - 191.107.16 = 0.39&lt;BR /&gt;IP address - subnet portion  host portion&lt;BR /&gt;&lt;BR /&gt;191.107.16 + 0.39 = 191.107.16.39&lt;BR /&gt;subnet portion + host portion = IP address&lt;BR /&gt;&lt;BR /&gt;The host portion comprises 2 octets because the network address takes only a portion of the 3rd octet, thus the 3rd octet as well as the 4th octet is used for the host portion as well. Whatever is not in the subnet portion must be the host portion. &lt;BR /&gt;&lt;BR /&gt;If the netmask is 255.255.255.0, then you only need to indicate the last octet (4th octet) in the host portion.&lt;BR /&gt;&lt;BR /&gt;Just my interpretation.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 01:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674019#M51593</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T01:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674020#M51594</link>
      <description>Generally, the number of computers you can have on a subnet could be computed like this:&lt;BR /&gt;&lt;BR /&gt;2^(32 - &lt;SUBNET bits=""&gt;&lt;/SUBNET&gt;&lt;BR /&gt;For example, if you have a 24 bit subnet mask, that would be 2^(32-24)-2 or 254 uesable .  A 26 bit mask would give 62 useable addresses.&lt;BR /&gt;&lt;BR /&gt;Remember, each subnet has 2 addresses that can't be used to address a host, one where the lower portion is all zeros (the subnet address) and one where it is all ones (the broadcast address)&lt;BR /&gt;&lt;BR /&gt;So, if you have a</description>
      <pubDate>Fri, 01 Mar 2002 02:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674020#M51594</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2002-03-01T02:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674021#M51595</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Take:&lt;BR /&gt;&lt;BR /&gt;131.107.47.62 131.107.32 15.62 &lt;BR /&gt;&lt;BR /&gt;IP address: &lt;BR /&gt;10000011.01101011.00101111.00111110&lt;BR /&gt;Netmask:&lt;BR /&gt;11111111.1111111.11110000.00000000&lt;BR /&gt;Subnet portion (where the 1's are in the subnetmask):&lt;BR /&gt;10000011.01101011.00100000&lt;BR /&gt;ie. 131.107.32&lt;BR /&gt;Host portion (where the 0's are in the subnetmask ie. OR the IP address and netmask):&lt;BR /&gt;00001111.0011110&lt;BR /&gt;ie. 15.52&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; The question I am asking is , how from the above can I work out how many hosts and nodes are on the above network? &lt;BR /&gt;&lt;BR /&gt;I think you might have misinterpreted the question because The question is asking for the host portion not the number of hosts and nodes.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 02:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674021#M51595</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T02:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674022#M51596</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In short, binary "AND" the IP with the subnetmask to compute the subnet portion and binary "OR" (equivalent to decimal +) the IP with the subnetmask to compute the host/node portion.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 02:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674022#M51596</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T02:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674023#M51597</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry about the two typos in the example:&lt;BR /&gt;&lt;BR /&gt;Take: &lt;BR /&gt;&lt;BR /&gt;IP address: 131.107.47.62 Subnetmask: 255.255.240.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IP address: 10000011.01101011.00101111.00111110 &lt;BR /&gt;Subnetmask: 11111111.1111l111.11110000.00000000 &lt;BR /&gt;&lt;BR /&gt;Subnet portion (where the 1's are in the subnetmask): &lt;BR /&gt;10000011.01101011.00100000 ie. 131.107.32 &lt;BR /&gt;&lt;BR /&gt;Host portion (where the 0's are in the subnetmask ie. OR the IP address and netmask): 00001111.0011110 ie. 15.62 &lt;BR /&gt;&lt;BR /&gt;Btw, adding the decimals (subnet address portion + host address portion) have the similar "OR" effect (ie. binary addition).&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 02:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674023#M51597</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T02:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674024#M51598</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Arn't subnets used to catch underwater fighting vessels?&lt;BR /&gt;&lt;BR /&gt;It late ---- SORREEEE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 01 Mar 2002 02:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674024#M51598</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-03-01T02:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674025#M51599</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; The question I am asking is , how from the above can I work out how many hosts and nodes are on the above network? &lt;BR /&gt;&lt;BR /&gt;If you want to find out the total number of hosts/nodes (not the host portion), then the netmask is sufficient:&lt;BR /&gt;&lt;BR /&gt;Subnet mask: 255.255.255.240&lt;BR /&gt;&lt;BR /&gt;11111111.11111111.11110000.00000000&lt;BR /&gt;&lt;BR /&gt;The number of hosts (minus the network address and broadcast address) is:&lt;BR /&gt;&lt;BR /&gt;ie. 14 x 254 = 3556&lt;BR /&gt;(all 0's is reserved for network address and all 1's is reserved for broadcast)&lt;BR /&gt;&lt;BR /&gt;You can have 3556 hosts when the netmask is 255.255.255.240.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 02:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674025#M51599</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T02:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674026#M51600</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Sheeezz.. I made another typo. Not again *bang head against wall*&lt;BR /&gt;&lt;BR /&gt;The netmask in the question should be 255.255.240.0 and not 255.255.255.240.&lt;BR /&gt;&lt;BR /&gt;Corrected posting:&lt;BR /&gt;&lt;BR /&gt;Subnet mask: 255.255.240.0 &lt;BR /&gt;&lt;BR /&gt;11111111.11111111.11110000.00000000 &lt;BR /&gt;&lt;BR /&gt;The number of hosts (minus the network address and broadcast address) is: &lt;BR /&gt;&lt;BR /&gt;ie. 14 x 254 = 3556 &lt;BR /&gt;(all 0's is reserved for network address and all 1's is reserved for broadcast) &lt;BR /&gt;&lt;BR /&gt;You can have 3556 hosts when the netmask is 255.255.240.0. &lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 02:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674026#M51600</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T02:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674027#M51601</link>
      <description>Paula&lt;BR /&gt;&lt;BR /&gt;Ha Ha very funny. I was about to say it's 3:00am here in the UK, but you are also a resident. Steve, this is great, thanks. I'm just working on a problem at the moment, whilst trying to read your replies&lt;BR /&gt;&lt;BR /&gt;Thanks, i'll respond shortly telling you how i'm getting on</description>
      <pubDate>Fri, 01 Mar 2002 02:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674027#M51601</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-03-01T02:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674028#M51602</link>
      <description>Steve&lt;BR /&gt;&lt;BR /&gt;Sorry if i'm being a little slow here&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Subnet mask: 255.255.240.0 &lt;BR /&gt;&lt;BR /&gt;11111111.11111111.11110000.00000000 &lt;BR /&gt;&lt;BR /&gt;The number of hosts (minus the network address and broadcast address) is: &lt;BR /&gt;&lt;BR /&gt;ie. 14 x 254 = 3556&lt;BR /&gt;&lt;BR /&gt;Where does the 14 come from?&lt;BR /&gt;&lt;BR /&gt;Could you expand on binary OR&lt;BR /&gt;&lt;BR /&gt;I am almost there&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 03:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674028#M51602</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-03-01T03:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674029#M51603</link>
      <description>You can use&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.telusplanet.net/public/sparkman/netcalc.htm" target="_blank"&gt;http://www.telusplanet.net/public/sparkman/netcalc.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;if you get lazy.&lt;BR /&gt;&lt;BR /&gt;Another trick is to take the last non zero number in the mask e.g. 255.255.255.192 and subtract it from 256.  256-192=64&lt;BR /&gt;Divide 256 / the difference&lt;BR /&gt;256/64 = 4 subnets 0-63, 64-127, 128-192, 192-255.  &lt;BR /&gt;&lt;BR /&gt;64-2 possible hosts in each subnet.&lt;BR /&gt;&lt;BR /&gt;If the last number is not in the last position then you just multiple the difference by 256 before subtracting the 2.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 03:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674029#M51603</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-03-01T03:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674030#M51604</link>
      <description>Thanks everyone&lt;BR /&gt;&lt;BR /&gt;Fully understood, Steve just checked out your homepage.&lt;BR /&gt;&lt;BR /&gt;Your qualifications are very impressive&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 01 Mar 2002 04:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674030#M51604</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-03-01T04:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674031#M51605</link>
      <description>Ron&lt;BR /&gt;&lt;BR /&gt;Thanks for the calculator, it actually gives the explanation of how it works out your query&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Fri, 01 Mar 2002 04:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674031#M51605</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-03-01T04:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674032#M51606</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; Subnet mask: 255.255.240.0 &lt;BR /&gt;&lt;BR /&gt;Sorry, I got confused.&lt;BR /&gt;&lt;BR /&gt;Because of the netmask of 240 in the 3rd octet, 16 combinations for 3rd octet:&lt;BR /&gt;&lt;BR /&gt;00000000 &lt;BR /&gt;00010000 &lt;BR /&gt;00100000 &lt;BR /&gt;........&lt;BR /&gt;11110000 &lt;BR /&gt;&lt;BR /&gt;For the 15 possible subnets, 1st and 15th (last) subnet are special cases. For the 13 subnets in between:&lt;BR /&gt;&lt;BR /&gt;16 x 256 - 1 (network address) - 1 (broadcast) = 4094&lt;BR /&gt;&lt;BR /&gt;1) 1st subnet IP numeric range: 131.107.0.0 - 131.107.15.255&lt;BR /&gt; &lt;BR /&gt;If there are restrictions on having 0 as part of the subnet, then 131.107.0.1 - 131.107.0.255 is unusable (if host/node allows subnet zero). If this is the case, then the usable nodes/hosts&lt;BR /&gt;&lt;BR /&gt;16 x 256 - 1 (131.107.0.0) - 1 (131.107.0.255) - 255 (131.107.0.1 - 131.107.0.255) = 3839&lt;BR /&gt;&lt;BR /&gt;2) 15th subnet (last subnet) IP numeric range:&lt;BR /&gt;131.107.240.0 - 131.107.255.255&lt;BR /&gt;&lt;BR /&gt;There cannot be a 255 in any of the octets, thus,&lt;BR /&gt;&lt;BR /&gt;131.107.255.0 - 131.107.255.254 is unusable, so the usable for host/node is:&lt;BR /&gt;&lt;BR /&gt;16 x 256 - 1 (131.107.240.0) - 1 (131.107.255.255) - 255 (131.107.255.0 - 131.107.255.254) = 3839&lt;BR /&gt;&lt;BR /&gt;The last host/node IP for this subnet should be: 131.107.254.254.&lt;BR /&gt;&lt;BR /&gt;I hope I am right. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 04:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674032#M51606</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T04:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674033#M51607</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;*sweat* Typo but does not affect the calculation.&lt;BR /&gt;&lt;BR /&gt;1) 1st subnet IP numeric range: 131.107.0.0 - 131.107.15.255 &lt;BR /&gt;&lt;BR /&gt;If there are restrictions on having 0 as part of the subnet, then 131.107.0.1 - 131.107.0.255 is unusable (if host/node does not allow subnet zero). If this is the case, then the usable nodes/hosts &lt;BR /&gt;&lt;BR /&gt;16 x 256 - 1 (network address: 131.107.0.0) - 1 (broadcast: 131.107.15.255) - 255 (unusable IPs if subnet zero disallowed: 131.107.0.1 - 131.107.0.255) = 3839 &lt;BR /&gt;&lt;BR /&gt;2) 15th subnet (last subnet) IP numeric range: &lt;BR /&gt;131.107.240.0 - 131.107.255.255 &lt;BR /&gt;&lt;BR /&gt;There cannot be a 255 in any of the octets, thus, &lt;BR /&gt;&lt;BR /&gt;131.107.255.0 - 131.107.255.254 is unusable, so the usable for host/node is: &lt;BR /&gt;&lt;BR /&gt;16 x 256 - 1 (131.107.240.0 network address) - 1 (131.107.255.255 (broadcast address) - 255 (unusable IPs: 131.107.255.0 - 131.107.255.254) = 3839 &lt;BR /&gt;&lt;BR /&gt;I hope I am right. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 04:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674033#M51607</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T04:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674034#M51608</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;*sweat again*&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; 255.255.240.0&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; For the 15 possible subnets, 1st and 15th (last) subnet are special cases. For the 13 subnets in between: &lt;BR /&gt;&lt;BR /&gt;I meant:&lt;BR /&gt;&lt;BR /&gt;For the 16 possible subnets, 1st and 16th (last) subnet are special cases. For the 14 subnets in between:&lt;BR /&gt;&lt;BR /&gt;I hope I am right. Please feel free to correct me. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Fri, 01 Mar 2002 04:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674034#M51608</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-03-01T04:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674035#M51609</link>
      <description>hi,&lt;BR /&gt;FYI,&lt;BR /&gt;&lt;A href="http://safepipe.eicon.com/courses/ip/" target="_blank"&gt;http://safepipe.eicon.com/courses/ip/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 09:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674035#M51609</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-03-01T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: ip addressing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674036#M51610</link>
      <description>Hi Steve, check out the following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.learntosubnet.com/" target="_blank"&gt;http://www.learntosubnet.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It's great for nightshifts as most of it is video presentations, so you dont have to struggle reading a book.&lt;BR /&gt;&lt;BR /&gt;I used it for the ccna, i'll dig out some stuff and mail it 2 u.&lt;BR /&gt;&lt;BR /&gt;Here's the network info site i was working on while on nights, it's a over a year since it was last touched and needs rebuilt from scratch, but still has some usefull links.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.geocities.com/SiliconValley/Board/4317/index.html" target="_blank"&gt;http://www.geocities.com/SiliconValley/Board/4317/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'll get round to doing it one day&lt;BR /&gt;&lt;BR /&gt;Have fun&lt;BR /&gt;&lt;BR /&gt;George&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Mar 2002 11:44:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ip-addressing/m-p/2674036#M51610</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2002-03-01T11:44:42Z</dc:date>
    </item>
  </channel>
</rss>

