<?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>Networking Reviews</title>
	<atom:link href="https://www.networkingreviews.com/tag/ip-address/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.networkingreviews.com</link>
	<description></description>
	<lastBuildDate>Mon, 15 Sep 2008 10:39:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>How to configure static IP address on a Windows Computer</title>
		<link>https://www.networkingreviews.com/how-to-configure-static-ip-address-on-windows-computer/</link>
					<comments>https://www.networkingreviews.com/how-to-configure-static-ip-address-on-windows-computer/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 15 Sep 2008 10:39:14 +0000</pubDate>
				<category><![CDATA[Usefull Network Info]]></category>
		<category><![CDATA[configure static ip]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[setup static ip]]></category>
		<category><![CDATA[static ip]]></category>
		<category><![CDATA[windows static ip]]></category>
		<guid isPermaLink="false">https://www.networkingreviews.com/?p=233</guid>

					<description><![CDATA[By default, the network interface card setting for a windows computer is configured to receive a dynamic IP address from a DHCP server. However, it is sometimes necessary to assign a static IP address to your Home Network Computer or to a server on your Local Area Network. Assigning a static IP to your Home [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>By default, the network interface card setting for a windows computer is configured to receive a dynamic IP address from a DHCP server. However, it is sometimes necessary to assign a static IP address to your Home Network Computer or to a server on your Local Area Network. Assigning a static IP to your Home Computer is a good security practice since you can configure your Home Internet Router to allow access to the Internet to only that specific IP address. Also, for LAN servers is a must to have static IP addresses assigned to them since these servers might need to be accessed from the Internet (therefore you will need a static NAT translation), and also you will need a static DNS binding of the server domain name with its static IP address.</p>
<p>In this post I will show an example configuration to setup a static IP address for a Windows XP computer. Similar settings are used for almost all Windows versions. Lets start:<span id="more-233"></span></p>
<p><strong>Step 1</strong>: Locate “My Network Places” icon on your desktop, right click and select properties. A new window (see below) will show you all network connections.</p>
<p style="TEXT-ALIGN: center"><img fetchpriority="high" decoding="async" class="aligncenter" title="windows network connections" src="/images/network-connections.jpg" alt="" width="500" height="466" /></p>
<p><strong>Step 2</strong>: Right click on &#8220;Local Area Connection&#8221; and select &#8220;Properties&#8221; (a new window as shown below appears)</p>
<p style="TEXT-ALIGN: center"><img decoding="async" class="aligncenter" title="windows local area connection tcp ip settings" src="/images/local-area-connection-tcp-ip-properties.jpg" alt="" width="367" height="445" /></p>
<p><strong>Step 3</strong>: Highlight “Internet Protocol (TCP/IP)” and click on “Properties” (a new window as shown below appears)</p>
<p style="TEXT-ALIGN: center"><img decoding="async" class="aligncenter" title="static ip address assignment on windows" src="/images/static-ip-assignment.jpg" alt="" width="407" height="449" /></p>
<p><strong>Step 4</strong>: Select the Radio Button &#8220;Use the following IP address&#8221; and fill out the static IP address, the subnet mask and the default gateway for your specific Network setup. The default gateway is the IP address of your local router.</p>
<p><strong>Step 5</strong>: Select also &#8220;Use the following DNS server addresses&#8221; to configure the DNS server that will be used in your network.</p>
<p>In our example above we used an IP address of 192.168.1.100 which is in the range of private addresses (for more info on private addresses see other posts in this site). The subnet mask (255.255.255.0) shows that the range of valid addresses that can be assigned in this network is between 192.168.1.1 up to 192.168.1.254. The default gateway address shows that our network router is 192.168.1.254, and also the local DNS server is 192.168.1.1 (note that the DNS server address in our example shows that this server is located on the local network. For a home PC, this DNS IP will be the address of your ISP DNS server).</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.networkingreviews.com/how-to-configure-static-ip-address-on-windows-computer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>IPv6 Addresses Explained</title>
		<link>https://www.networkingreviews.com/ipv6-addresses-explained/</link>
					<comments>https://www.networkingreviews.com/ipv6-addresses-explained/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 09 Jul 2008 10:45:01 +0000</pubDate>
				<category><![CDATA[Usefull Network Info]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<guid isPermaLink="false">https://www.networkingreviews.com/?p=87</guid>

					<description><![CDATA[A recent study by RIPE (the European Internet Registry for IP addresses) has warned that by 2011 the current version of IP addresses (IPv4) will be depleted, thus it urged all professional bodies and organizations dealing with the Internet to actively adopt and support the new IPv6 address version. IPv6 addresses are 128 bits long-much [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>A recent study by RIPE (the European Internet Registry for IP addresses) has warned that by 2011 the current version of IP addresses (IPv4) will be depleted, thus it urged all professional bodies and organizations dealing with the Internet to actively adopt and support the new IPv6 address version.</p>
<p>IPv6 addresses are 128 bits long-much longer than the current 32-bit IPv4 address. As we know, the 32-bit IPv4 address scheme supports around 4 billion IP addresses. The new IPv6 version, will support 2 to the 128th power of IP addresses, which is a number that even mathematicians will have a hard time to count!!<span id="more-87"></span></p>
<p>The IPv6 address version was designed by the IETF (Internet Engineering Task Force) not only to expand the available address space, but to also incorporate support for new features such as IPSEC security and easier network management through autoconfiguration.</p>
<p>The IPv4 address format was represented as 4 decimal octets in the form of AAA.BBB.CCC.DDD (for example 192.168.100.15). The IPv6 address format is totally different and can be written in the following ways:</p>
<p>In full hexadecimal format, the address is written as eight groups of four hexadecimal digits, with colons separating the groups. For example,<br />
1111:2222:3333:4444:5555:6666:7777:8888 represents a single IPv6 host.<br />
• Leading 0s can be omitted in any group. For example,<br />
1111:0200:0030:0004:5555:6666:7777:8888 can also be written as<br />
1111:200:30:4:5555:6666:7777:8888.<br />
• Because IPv6 addresses are so long and the address space is so large, addresses with many embedded 0s are common. Therefore, you can abbreviate any number of contiguous 0s as a double colon (::), even if the 0s cross a digit group boundary. For example, 1111:0:0:0:0:0:0:8888 could also be written as 1111::8888. This abbreviation can be used only once in an address, however.<br />
• IPv6 addresses can also be shown with a network prefix. This specifies how many most significant bits are used to represent a network address. This is very similar to IPv4 addresses, where the address and prefix values are separated by a slash (/). For IPv6, this format is also ipv6_address/prefix_length, where the prefix length is a value from 1 to 128 bits.</p>
<p> </p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.networkingreviews.com/ipv6-addresses-explained/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
