<?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>Problem Solved PC Repair &#187; IP Addressing</title>
	<atom:link href="http://problemsolvedpcrepair.com/tag/ip-addressing/feed/" rel="self" type="application/rss+xml" />
	<link>http://problemsolvedpcrepair.com</link>
	<description>Respected, local and well-known PC support and repair company.</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>So what is an IP address and how does it work?</title>
		<link>http://problemsolvedpcrepair.com/so-what-is-an-ip-address-and-how-does-it-work/</link>
		<comments>http://problemsolvedpcrepair.com/so-what-is-an-ip-address-and-how-does-it-work/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 06:35:00 +0000</pubDate>
		<dc:creator>mikedopp</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[What is]]></category>
		<category><![CDATA[IP Addressing]]></category>
		<category><![CDATA[What is an IP address]]></category>

		<guid isPermaLink="false">http://problemsolvedpcrepair.com/?p=18</guid>
		<description><![CDATA[So some PC Technician you]]></description>
			<content:encoded><![CDATA[<p>So some PC Technician you talked to one time said you need to update check or otherwise know what the heck a IP address is? </p>
<p>This is a very common question that I am asked and it is very fundamental to troubleshooting and diagnosing networking issues.</p>
<p>What an IP address is:</p>
<p>Think of an IP address like a address to your home. The city/state gives you an address based on your home location. The post office is the ISP(internet service provider) that directs traffic from a business or another residential location. If your home address is incorrect you don&#8217;t get the messages or packages you requested from the world. </p>
<p>When you sign up with a ISP or internet traffic director they assign an IP address to your modem/router that commonly connects to a phone line or cable line. This way the ISP knows where to send all your messages. Now where it gets more complicated is the modem/router then assigns a IP address to your computer,xbox360,wireless device or any other internet connected device that is only local to the modem/router. So in a way the modem/router is a gateway to the internet directing traffic and sending it to the ISP.</p>
<p>As usual the following info is quite technical but if you look at the info it will make sense how an IP address is designed.</p>
<p>&#160;&#160;&#160;&#160; <br />An IP address is often displayed as a numeric number in dotted decimal format (#.#.#.#), and represents the address for any host on a TCP/IP network. The address is made up of four 8 bit octets, for a total of 32 bits. Every octet is comprised of a number between 0 and 255. The limit of 255 for each octet is because, in binary the number equals 11111111. Computers don&#8217;t see the IP address in dotted decimal format, it is only done to simplify things for ourselves. The computers actually see an IP address as a continuous binary string. </p>
<p>Classes-   <br />There are two different parts to an IP address, the network and host portions. The network portion defines the network address, and the host portion defines the individual host address of a device. There are five different classes of IP addresses all of which define different network and host sections. They are as follows (n = network and h = host): </p>
<p>Class A:   <br />Decimal &#8211; n.h.h.h    <br />Binary- 0#######.########.########.########    <br />Address range -1.0.0.0 to 126.0.0.0    <br />Number of networks – 126    <br />Number of hosts per network – 16,777,214 </p>
<p>Class B:   <br />Decimal &#8211; n.n.h.h    <br />Binary- 10######.########.########.########    <br />Address range &#8211; 128.0.0.0 to 191.255.0.0    <br />Number of networks – 16,382    <br />Number of hosts per network – 65,534 </p>
<p>Class C:   <br />Decimal &#8211; n.n.n.h    <br />Binary- 110#####.########.########.########    <br />Address Range &#8211; 192.0.1.0 to 233.255.255.255    <br />Number of networks – 2,097,150    <br />Number of hosts per network &#8211; 254 </p>
<p>Class D addresses are used for multicast, and class E addresses are only used for experimental purposes only. </p>
<p>Private Addresses-   <br />It may look like there are many more IP addresses then we could ever use but that is not the case. The number of publicly available IP addresses we currently have available will run out eventually. Some say in 5-10 years the available number of IPv4 addresses will all be used up. To help slow the processes there was the introduction of private IP&#8217;s for use on privately owned networks that don&#8217;t need a publicly assigned address. Numbers from classes A though C were set aside for private use. The numbers are: </p>
<p>Class A Private: 10.0.0.0   <br />Class B Private: 172.16.0.0 to 172.31.255.255    <br />Class C Private: 192.168.0.0 to 192.168.255.255 </p>
<p>The version of IP used today is IPv4. Because of the address shortage, there is an IPv6 on the way to help solve the problem. IPv6 addresses will be 128 bits long and will use hexadecimal notation rather than the current dotted decimal. With 128 bits to work with, there should be plenty of addresses for every living person on this planet and then some.</p>
<p>Questions? Please let me know.</p>
<p>-Mike Dopp</p>
<p>&#160;</p>
<p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:ed21b6d7-f458-47b6-a051-cde36a4993bf" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/IP+Address" rel="tag">IP Address</a>,<a href="http://technorati.com/tags/What+is+a+IP+address" rel="tag">What is a IP address</a>,<a href="http://technorati.com/tags/Why+do+I+need+a+IP+address%3f" rel="tag">Why do I need a IP address?</a>,<a href="http://technorati.com/tags/UP%3f+IP%3f" rel="tag">UP? IP?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2f78cf8e-86dd-4849-8b2b-e91ce4532e11" class="wlWriterEditableSmartContent">LiveJournal Tags: <a href="http://www.livejournal.com/interests.bml?int=IP+Address" rel="tag">IP Address</a>,<a href="http://www.livejournal.com/interests.bml?int=What+is+a+IP+address" rel="tag">What is a IP address</a>,<a href="http://www.livejournal.com/interests.bml?int=Why+do+I+need+a+IP+address%3f" rel="tag">Why do I need a IP address?</a>,<a href="http://www.livejournal.com/interests.bml?int=UP%3f+IP%3f" rel="tag">UP? IP?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a1525156-3b6c-4ef4-9235-085214129a86" class="wlWriterEditableSmartContent">Flickr Tags: <a href="http://flickr.com/photos/tags/IP+Address" rel="tag">IP Address</a>,<a href="http://flickr.com/photos/tags/What+is+a+IP+address" rel="tag">What is a IP address</a>,<a href="http://flickr.com/photos/tags/Why+do+I+need+a+IP+address%3f" rel="tag">Why do I need a IP address?</a>,<a href="http://flickr.com/photos/tags/UP%3f+IP%3f" rel="tag">UP? IP?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1e8d992d-ea81-4128-87eb-1d7b623be8e8" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/IP+Address" rel="tag">IP Address</a>,<a href="http://del.icio.us/popular/What+is+a+IP+address" rel="tag">What is a IP address</a>,<a href="http://del.icio.us/popular/Why+do+I+need+a+IP+address%3f" rel="tag">Why do I need a IP address?</a>,<a href="http://del.icio.us/popular/UP%3f+IP%3f" rel="tag">UP? IP?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:b6743f8c-06e1-4c1c-97af-4096112e70f1" class="wlWriterEditableSmartContent">IceRocket Tags: <a href="http://blogs.icerocket.com/search?q=IP+Address" rel="tag">IP Address</a>,<a href="http://blogs.icerocket.com/search?q=What+is+a+IP+address" rel="tag">What is a IP address</a>,<a href="http://blogs.icerocket.com/search?q=Why+do+I+need+a+IP+address%3f" rel="tag">Why do I need a IP address?</a>,<a href="http://blogs.icerocket.com/search?q=UP%3f+IP%3f" rel="tag">UP? IP?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:2a5cbfc2-1832-4133-9f6e-10ce466cb171" class="wlWriterEditableSmartContent">43 Things Tags: <a href="http://www.43things.com/tag/IP+Address" rel="tag">IP Address</a>,<a href="http://www.43things.com/tag/What+is+a+IP+address" rel="tag">What is a IP address</a>,<a href="http://www.43things.com/tag/Why+do+I+need+a+IP+address%3f" rel="tag">Why do I need a IP address?</a>,<a href="http://www.43things.com/tag/UP%3f+IP%3f" rel="tag">UP? IP?</a></div>
</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a50c9087-1f37-456f-be36-b322e4311a8e" class="wlWriterEditableSmartContent">BuzzNet Tags: <a href="http://www.buzznet.com/tags/IP+Address" rel="tag">IP Address</a>,<a href="http://www.buzznet.com/tags/What+is+a+IP+address" rel="tag">What is a IP address</a>,<a href="http://www.buzznet.com/tags/Why+do+I+need+a+IP+address%3f" rel="tag">Why do I need a IP address?</a>,<a href="http://www.buzznet.com/tags/UP%3f+IP%3f" rel="tag">UP? IP?</a></div>
]]></content:encoded>
			<wfw:commentRss>http://problemsolvedpcrepair.com/so-what-is-an-ip-address-and-how-does-it-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
