 




<?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>Network technologies and trends &#187; OSPFv2</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/ospfv2/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-technologies</link>
	<description></description>
	<lastBuildDate>Wed, 15 May 2013 18:52:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>OSPF from CCNA- ICND2 perspective &#8211; Series 2</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/ospf-from-ccna-icnd2-perspective-series-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/ospf-from-ccna-icnd2-perspective-series-2/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 18:36:07 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[CCNA tips]]></category>
		<category><![CDATA[Classless Inter-Domain-Routing (CIDR)]]></category>
		<category><![CDATA[Dijkstra algorithm]]></category>
		<category><![CDATA[Distance vector protocols]]></category>
		<category><![CDATA[how OSPF works?]]></category>
		<category><![CDATA[ICND2 certification exam]]></category>
		<category><![CDATA[ICND2 tips]]></category>
		<category><![CDATA[ink state protocol]]></category>
		<category><![CDATA[IPv4 networks]]></category>
		<category><![CDATA[IPv6 networks]]></category>
		<category><![CDATA[Open Shortest Path First (OSPF)]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[OSPF from CCNA- ICND2 perspective]]></category>
		<category><![CDATA[OSPFv2]]></category>
		<category><![CDATA[OSPFv3]]></category>
		<category><![CDATA[RIP1]]></category>
		<category><![CDATA[RIP2]]></category>
		<category><![CDATA[Variable-Length Subnet Masking (VLSM)]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/ospf-from-ccna-icnd2-perspective-series-2/</guid>
		<description><![CDATA[Most people were introduced to OSPF as the first link-sate routing protocol and some of the features of OSPF are as follows, Consists of areas and autonomous systems Minimizes routing update traffic Allows scalability Supports VLSM/CIDR Has unlimited hop count Allows multi-vendor deployment (open standard) Do know these features well from CCNA point of view. [...]]]></description>
				<content:encoded><![CDATA[<p>Most people were introduced to OSPF as the first link-sate routing protocol and some of the features of OSPF are as follows,</p>
<ul>
<li> Consists of areas and autonomous systems</li>
<li> Minimizes routing update traffic</li>
<li> Allows scalability</li>
<li> Supports VLSM/CIDR</li>
<li> Has unlimited hop count</li>
<li> Allows multi-vendor deployment (open standard)</li>
</ul>
<p>Do know these features well from CCNA point of view.</p>
<p>The below table compares OSPF with the distance vector routing protocols like RIP1 and RIP2</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="136" valign="top"><strong>Characteristic</strong></td>
<td width="120" valign="top"><strong>OSPF</strong></td>
<td width="122" valign="top"><strong>RIP2</strong></td>
<td width="123" valign="top"><strong>RIP1</strong></td>
</tr>
<tr>
<td width="134" valign="top">Type of protocol</td>
<td width="118" valign="top">Link state</td>
<td width="120" valign="top">Distance vector</td>
<td width="121" valign="top">Distance   vector</td>
</tr>
<tr>
<td width="134" valign="top">Classless support</td>
<td width="118" valign="top">Yes</td>
<td width="120" valign="top">Yes</td>
<td width="121" valign="top">No</td>
</tr>
<tr>
<td width="134" valign="top">VLSM support</td>
<td width="118" valign="top">Yes</td>
<td width="120" valign="top">Yes</td>
<td width="121" valign="top">No</td>
</tr>
<tr>
<td width="134" valign="top">Auto-summarization</td>
<td width="118" valign="top">No</td>
<td width="120" valign="top">Yes</td>
<td width="121" valign="top">Yes</td>
</tr>
<tr>
<td width="134" valign="top">Manual summarization</td>
<td width="118" valign="top">Yes</td>
<td width="120" valign="top">No</td>
<td width="121" valign="top">No</td>
</tr>
<tr>
<td width="134" valign="top">Discontiguous support</td>
<td width="118" valign="top">Yes</td>
<td width="120" valign="top">Yes</td>
<td width="121" valign="top">No</td>
</tr>
<tr>
<td width="134" valign="top">Route propagation</td>
<td width="118" valign="top">Multicast on   change</td>
<td width="120" valign="top">Periodic multicast</td>
<td width="121" valign="top">Periodic   broadcast</td>
</tr>
<tr>
<td width="134" valign="top">Path metric</td>
<td width="118" valign="top">Bandwidth</td>
<td width="120" valign="top">Hops</td>
<td width="121" valign="top">Hops</td>
</tr>
<tr>
<td width="134" valign="top">Hop count limit</td>
<td width="118" valign="top">None</td>
<td width="120" valign="top">15</td>
<td width="121" valign="top">15</td>
</tr>
<tr>
<td width="134" valign="top">Convergence</td>
<td width="118" valign="top">Fast</td>
<td width="120" valign="top">Slow</td>
<td width="121" valign="top">Slow</td>
</tr>
<tr>
<td width="134" valign="top">Peer authentication</td>
<td width="118" valign="top">Yes</td>
<td width="120" valign="top">Yes</td>
<td width="121" valign="top">No</td>
</tr>
<tr>
<td width="134" valign="top">Hierarchical network</td>
<td width="118" valign="top">Yes (using areas)</td>
<td width="120" valign="top">No (flat only)</td>
<td width="121" valign="top">No (flat only)</td>
</tr>
<tr>
<td width="134" valign="top">Updates</td>
<td width="118" valign="top">Event   triggered</td>
<td width="120" valign="top">Route table updates</td>
<td width="121" valign="top">Route table   updates</td>
</tr>
<tr>
<td width="134" valign="top">Route computation</td>
<td width="118" valign="top">Dijkstra</td>
<td width="120" valign="top">Bellman-Ford</td>
<td width="121" valign="top">Bellman-Ford</td>
</tr>
</tbody>
</table>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/ospf-from-ccna-icnd2-perspective-series-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSPF from CCNA- ICND2 perspective &#8211; Series 1</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/ospf-from-ccna-icnd2-perspective-series-1/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/ospf-from-ccna-icnd2-perspective-series-1/#comments</comments>
		<pubDate>Sat, 30 Oct 2010 10:55:05 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[CCNA tips]]></category>
		<category><![CDATA[Classless Inter-Domain-Routing (CIDR)]]></category>
		<category><![CDATA[Dijkstra algorithm]]></category>
		<category><![CDATA[Distance vector protocols]]></category>
		<category><![CDATA[how OSPF works?]]></category>
		<category><![CDATA[ICND2 certification exam]]></category>
		<category><![CDATA[ICND2 tips]]></category>
		<category><![CDATA[ink state protocol]]></category>
		<category><![CDATA[IPv4 networks]]></category>
		<category><![CDATA[IPv6 networks]]></category>
		<category><![CDATA[Open Shortest Path First (OSPF)]]></category>
		<category><![CDATA[OSPF]]></category>
		<category><![CDATA[OSPF from CCNA- ICND2 perspective]]></category>
		<category><![CDATA[OSPFv2]]></category>
		<category><![CDATA[OSPFv3]]></category>
		<category><![CDATA[RIP1]]></category>
		<category><![CDATA[RIP2]]></category>
		<category><![CDATA[Variable-Length Subnet Masking (VLSM)]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/ospf-from-ccna-icnd2-perspective-series-1/</guid>
		<description><![CDATA[If you are preparing for your CCNA or ICND2 certification exam for sure you are going to encounter OSPF. Open Shortest Path First (OSPF) is a better choice when you have a heterogeneous network, yes it&#8217;s a open standard routing protocol which over comes the major draw backs of Distance vector protocols like RIP 1 [...]]]></description>
				<content:encoded><![CDATA[<p>If you are preparing for your CCNA or ICND2 certification exam for sure you are going to encounter OSPF. Open Shortest Path First (OSPF) is a better choice when you have a heterogeneous network, yes it&#8217;s a open standard routing protocol which over comes the major draw backs of Distance vector protocols like RIP 1 and RIP2. OSPF is a link state protocol, which can be quite useful on a large network with hundreds of routers.</p>
<p>Unlike Distance vector protocols OSPF will not exchange full route updates at short interval rather the routing updates are send once there is a change in routing topology. Using the  <!--StartFragment--><span>Dijkstra algorithm,</span>OSPF first constructs the shortest path tree and then the routing table is populated which results in best paths to the destination. Due to this behavior, OSPF is able to recalculate the routes very fast in case of topology changes or a failure in link occurred. One of the OSPF&#8217;s advantage is convergence occurs quite fast and its scalable. Currently OSPFv2 is used with IPv4 networks and IPv6 networks use OSPFv3. OSPF also supports Variable-Length Subnet Masking (VLSM) and Classless Inter-Domain-Routing (CIDR).</p>
<p>In upcoming post I will talk about how OSPF works? and I will compare it with RIP1 and RIP2</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/ospf-from-ccna-icnd2-perspective-series-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
