 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Open Source Software and Linux &#187; ip calculator</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/linux-lotus-domino/tag/ip-calculator/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/linux-lotus-domino</link>
	<description></description>
	<lastBuildDate>Thu, 02 May 2013 21:07:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Quick Subnetting and IP calculations Part 2</title>
		<link>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/quick-subnetting-and-ip-calculations-part-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/quick-subnetting-and-ip-calculations-part-2/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 04:55:46 +0000</pubDate>
		<dc:creator>Xjlittle</dc:creator>
				<category><![CDATA[ip calculator]]></category>
		<category><![CDATA[network hosts]]></category>
		<category><![CDATA[subnet mask]]></category>
		<category><![CDATA[subnetting]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/linux-lotus-domino/quick-subnetting-and-ip-calculations-part-2/</guid>
		<description><![CDATA[In my last post I discussed how to make quick subnetting and IP calculations. This post is will help us determine how many hosts on a network. Suppose that you know your IP address and an abbreviated notation subnet mask. What you need to find out is the IP of your default gateway. The address [...]]]></description>
				<content:encoded><![CDATA[<p>In my last post I discussed how to make quick subnetting and IP calculations.  This post is will help us determine how many hosts on a network.</p>
<p>Suppose that you know your IP address and an abbreviated notation subnet mask.  What you need to find out is the IP of your default gateway.</p>
<p>The address that you are given is 192.168.200.120/26.  The last assignable IP is your gateway.  Before we get started a quick note about abbreviated subnet masks.  You can determine the standard subnet mask by dividing the abbreviated notation by 8 and using the remainder to add together that number of bits starting from the leftmost bit in a subnet mask.  In our case 8 will go into 26 three times with two left over.  Adding together the two leftmost bits in a subnet mask, 128+64 gives us 192.  So our standard subnet mask is 255.255.255.192.</p>
<p>To start solving our gateway problem we first the 192 into bit values which = 11000000.</p>
<p>The smallest bit is 64 so our subnets are incremented by 64.  Recall from the previous post how we laid this out:<br />
<code><br />
Network                                    Address Range<br />
0                                              192.168.200.1 through 63<br />
64                                            192.168.200.65 through 127<br />
128                                          192.168.200.129 through 191<br />
192                                          192.168.200.193 through 255<br />
</code></p>
<p>As we can see from above our machine falls into the second address range with an IP of 192.168.200.120.  The first addressable IP is 192.168.200.65 and the broadcast address is 192.168.200.127.  Remember that the broadcast address for a network is the last IP shown for that range. This makes the default gateway one less than the broadcast address giving us 192.168.200.126 for the gateway.  There are 62 host IP address available on your network segment after taking out the network and broadcast IP.</p>
<p>So there it is.  You have now found your default gateway and know how many hosts are on your network segment and what their IP addresses are.</p>
<p>-j</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/linux-lotus-domino/quick-subnetting-and-ip-calculations-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
