<?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"
	>

<channel>
	<title>Certification Journals &#187; CCNA</title>
	<atom:link href="http://www.certificationjournals.com/wordpress/category/ccna-640-801/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.certificationjournals.com/wordpress</link>
	<description>Free certification exam study guides</description>
	<pubDate>Thu, 22 Mar 2007 04:46:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>CCNA 2.2 Configure IP addresses, subnet masks, and gateway addresses on Cisco routers and hosts</title>
		<link>http://www.certificationjournals.com/wordpress/2006/07/27/ccna-22-configure-ip-addresses-subnet-masks-and-gateway-addresses-on-cisco-routers-and-hosts/</link>
		<comments>http://www.certificationjournals.com/wordpress/2006/07/27/ccna-22-configure-ip-addresses-subnet-masks-and-gateway-addresses-on-cisco-routers-and-hosts/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 18:05:58 +0000</pubDate>
		<dc:creator>Quinn</dc:creator>
		
		<category><![CDATA[CCNA]]></category>

		<guid isPermaLink="false">http://www.certificationjournals.com/wordpress/?p=46</guid>
		<description><![CDATA[Configure IP addresses, subnet masks, and gateway addresses on routers and hosts
Configuring the IP address and subnet mask on a Cisco router is done with one easy command.   
The gateway address, also referred to as a default route, is the IP  address of the next step toward an IP address in a [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Configure IP addresses, subnet masks, and gateway addresses on routers and hosts</p></blockquote>
<p>Configuring the IP address and subnet mask on a Cisco router is done with <a href="http://www.tech-recipes.com/cisco_router_tips1392.html">one easy command</a>.   <span id="more-46"></span></p>
<p>The gateway address, also referred to as a default route, is the IP  address of the next step toward an IP address in a different subnet that isn&#8217;t provided by some other route.  Setting the default route on a Cisco router is also an easy <a href="http://www.tech-recipes.com/cisco_router_tips79.html">single commnd</a>.</p>
<p>Configuring these values on a host (as far as the exam is concerned) is more about knowing what values to configure than how to configure them (every operating system has different methods for setting these values anyway).  Understanding subnets is the most imporatant aspect of this objective point.  Make sure you can tell which IP addresses in a list are included in a subnet and which are outside of a subnet.  Keep in mind that the default route for a host must be in the same subnet as the host&#8217;s IP address.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.certificationjournals.com/wordpress/2006/07/27/ccna-22-configure-ip-addresses-subnet-masks-and-gateway-addresses-on-cisco-routers-and-hosts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CCNA 2.1 Configure routing protocols given user requirements</title>
		<link>http://www.certificationjournals.com/wordpress/2006/07/13/ccna-21-configure-routing-protocols-given-user-requirements/</link>
		<comments>http://www.certificationjournals.com/wordpress/2006/07/13/ccna-21-configure-routing-protocols-given-user-requirements/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 05:09:45 +0000</pubDate>
		<dc:creator>Quinn</dc:creator>
		
		<category><![CDATA[CCNA]]></category>

		<guid isPermaLink="false">http://www.certificationjournals.com/wordpress/?p=45</guid>
		<description><![CDATA[Now we are in the meat of it.  Part one of the objectives tended toward theoretical information.  Now we are into the objectives that uses verbs like implement, configure, and customize.  This is going to be a long one, so get comfortable.  
Configure routing protocols given user requirements
The principle job of [...]]]></description>
			<content:encoded><![CDATA[<p>Now we are in the meat of it.  Part one of the objectives tended toward theoretical information.  Now we are into the objectives that uses verbs like implement, configure, and customize.  This is going to be a long one, so get comfortable.  </p>
<blockquote><p>Configure routing protocols given user requirements</p></blockquote>
<p>The principle job of a router is to take in a packet, figure out where to send it next to get it closer to its destination, and send it out the appropriate interface.  To do this, a router is configured with or builds a routing table containing network addresses and how to route to those networks (either by IP address or router interface).  The majority of this objective, and a good part of the CCNA exam, is related to configuring a router to dynamically build the routing table.<br />
<span id="more-45"></span><br />
There are four routing protocols in addition to static routing that you need to be comfortable with, all with their own jargon and configuration steps.  Ultimately, the configuration steps for each are rather simple.  The trick is understanding when to use one over the others and remembering the configuration nuances of each.  </p>
<p>Multiple routing protocols may be in use at the same time on the same router.  Each routing protocol is assigned an <strong>administrative distance</strong>, a number determining the reliability of the information.  When multiple routes from different protocols are available to a destination, the router will select the route from the protocol with the lowest administrative distance.</p>
<h3>Static Routes</h3>
<p>Administrative distance: 1<br />
Routing protocols are either static or dynamic.  Static routes change only when manually edited.  Changes to the network will not be reflected in the routing table of a router.  Static routing alone is rarely used in large networks because of the administrative overhead, but their ease of configuration make them attractive for small networks with few or rarely changing routes or between networks connected by an expensive or slow WAN link.  Static routes require no conversation between routers, so utilize no bandwidth.  All dynamic routing protocols require some exchange of routing information between routers, thus utilizing the bandwidth between them.  </p>
<p>Configuring a static route is discussed <a href="http://www.tech-recipes.com/cisco_router_tips76.html">here</a>.</p>
<h3>Default route</h3>
<p>The &#8220;gateway of last resort&#8221; is another term for the default route, an IP address that serves as the route used when a destination is not included in the routing table.  The default route is a specialized form of static route and it&#8217;s <a href="http://www.tech-recipes.com/cisco_router_tips79.html">configuration</a> is similar. </p>
<h2>Dynamic routing</h2>
<p>Static routing does not scale well as networks increase in size.  Dynamic routing protocols provide the scalability required to support large networks.  There are numerous protocols, but for the exam it is sufficient to know RIP, IGRP, EIGRP, and OSPF.  Each routing protocol has its own merits and configuration steps.</p>
<p>For each of these protocols, the important information is highlighted in the text (the benefits and drawbacks of each), a link is provided for basic configuration instructions, and another link for detailed information about the protocol.  It is recommended not to get too deep into the behind-the-scenes information about the protocols.  The important information here is to be able to select the appropriate routing protocol based on simplistic scenarios and to be able to perform the few commands necessary to configure each protocol.  Avoid links to the more involved whitepapers on these topics (until you&#8217;re going for your CCNP.. or maybe CCIE).</p>
<h3>RIP</h3>
<p>Administrative distance: 120<br />
Distance-vector (maximum hop count 15)<br />
Route with fewest hops wins<br />
High bandwidth use (full routing table updates every 30 seconds)<br />
<a href="http://www.tech-recipes.com/cisco_router_tips103.html">Configuration steps</a><br />
<a href="http://en.wikipedia.org/wiki/Routing_Information_Protocol">Detailed information</a></p>
<h3>OSPF</h3>
<p>Administrative distance: 110<br />
<a href="http://www.tech-recipes.com/cisco_router_tips176.html">Configuration steps</a><br />
<a href="http://en.wikipedia.org/wiki/Ospf">Detailed information</a></p>
<h3>IGRP</h3>
<p>Administrative distance: 100<br />
Proprietary (developed by Cisco)<br />
Distance-vector (maximum hop-count 255)<br />
Classful protocol (no subnet masks)<br />
<a href="http://www.tech-recipes.com/cisco_router_tips104.html">Configuration steps</a><br />
<a href="http://en.wikipedia.org/wiki/IGRP">Detailed information</a></p>
<h3>EIGRP</h3>
<p>Administrative distance: 90<br />
Distance-vector and link-state hybrid<br />
Classless protocol (supports variable length subnet masks)<br />
<a href="http://www.tech-recipes.com/cisco_router_tips107.html">Configuration steps</a><br />
<a href="http://en.wikipedia.org/wiki/EIGRP">Detailed information</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.certificationjournals.com/wordpress/2006/07/13/ccna-21-configure-routing-protocols-given-user-requirements/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CCNA 1.5 Develop an access list to meet user specifications</title>
		<link>http://www.certificationjournals.com/wordpress/2006/03/14/ccna-15-develop-an-access-list-to-meet-user-specifications/</link>
		<comments>http://www.certificationjournals.com/wordpress/2006/03/14/ccna-15-develop-an-access-list-to-meet-user-specifications/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 16:22:49 +0000</pubDate>
		<dc:creator>Quinn</dc:creator>
		
		<category><![CDATA[CCNA]]></category>

		<guid isPermaLink="false">http://www.certificationjournals.com/wordpress/?p=43</guid>
		<description><![CDATA[Access lists provide a powerful mechanism for restricting what network traffic can flow through a router and can be used for other purposes like identifying interesting traffic for dial on demand routing, prioritizing traffic for quality of service, and network address translation.  
Develop an access list to meet user specifications
Implementing access lists comes down [...]]]></description>
			<content:encoded><![CDATA[<p>Access lists provide a powerful mechanism for restricting what network traffic can flow through a router and can be used for other purposes like identifying interesting traffic for dial on demand routing, prioritizing traffic for quality of service, and network address translation.  </p>
<blockquote><p>Develop an access list to meet user specifications</p></blockquote>
<p>Implementing access lists comes down the road in objective 2.10.  For now, it is only important to understand the types of access lists, their uses, and their overall design.<br />
<span id="more-43"></span></p>
<p>NetworkClue has an <a href="http://www.networkclue.com/routing/Cisco/access-lists/index.aspx">overview of access lists</a> that provides a good starting point. </p>
<p>A longer article called <a href="http://www.networkcomputing.com/907/907ws1.html">Demystifying Cisco Access Control Lists</a> provides a great and more thorough review of access lists.  The Anatomy of an Access List PDF referenced on the first page is an awesome reference and is definitely printer worthy.  The article gets into the how which we will revisit down the road, but it won&#8217;t hurt to read through it now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.certificationjournals.com/wordpress/2006/03/14/ccna-15-develop-an-access-list-to-meet-user-specifications/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CCNA 1.4 Design a simple internetwork using Cisco technology</title>
		<link>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-14-design-a-simple-internetwork-using-cisco-technology/</link>
		<comments>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-14-design-a-simple-internetwork-using-cisco-technology/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 06:57:04 +0000</pubDate>
		<dc:creator>Quinn</dc:creator>
		
		<category><![CDATA[CCNA]]></category>

		<guid isPermaLink="false">http://www.certificationjournals.com/wordpress/?p=42</guid>
		<description><![CDATA[Internetworking involves the connection of two or more networks.  Wide Area Networking (WAN) handles these connections.
Design a simple internetwork using Cisco technology

Cisco provides an introduction to WAN technologies which lightly covers the basics of internetworking sufficiently for this objective.  As you progress through preparation for the CCNA, you&#8217;ll cover more advanced WAN topics [...]]]></description>
			<content:encoded><![CDATA[<p>Internetworking involves the connection of two or more networks.  Wide Area Networking (WAN) handles these connections.</p>
<blockquote><p>Design a simple internetwork using Cisco technology</p></blockquote>
<p><span id="more-42"></span></p>
<p>Cisco provides an <a href="http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/introwan.htm">introduction to WAN technologies</a> which lightly covers the basics of internetworking sufficiently for this objective.  As you progress through preparation for the CCNA, you&#8217;ll cover more advanced WAN topics that will fill in the details of more open-ended objectives such as this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-14-design-a-simple-internetwork-using-cisco-technology/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CCNA 1.3 Select an appropriate routing protocol based on user requirements</title>
		<link>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-13-select-an-appropriate-routing-protocol-based-on-user-requirements/</link>
		<comments>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-13-select-an-appropriate-routing-protocol-based-on-user-requirements/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 06:42:22 +0000</pubDate>
		<dc:creator>Quinn</dc:creator>
		
		<category><![CDATA[CCNA]]></category>

		<guid isPermaLink="false">http://www.certificationjournals.com/wordpress/?p=38</guid>
		<description><![CDATA[Select an appropriate routing protocol based on user requirements
David Davis has a concise review of selecting routing protocols describing their strengths and weaknesses, their ideal topologies, and a brief description of how they work.
]]></description>
			<content:encoded><![CDATA[<blockquote><p>Select an appropriate routing protocol based on user requirements</p></blockquote>
<p>David Davis has a <a href="http://techrepublic.com.com/5100-1035_11-1040261.html#">concise review of selecting routing protocols</a> describing their strengths and weaknesses, their ideal topologies, and a brief description of how they work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-13-select-an-appropriate-routing-protocol-based-on-user-requirements/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CCNA 1.2 Design an IP addressing scheme to meet design requirements</title>
		<link>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-12-design-an-ip-addressing-scheme-to-meet-design-requirements/</link>
		<comments>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-12-design-an-ip-addressing-scheme-to-meet-design-requirements/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 06:42:01 +0000</pubDate>
		<dc:creator>Quinn</dc:creator>
		
		<category><![CDATA[CCNA]]></category>

		<guid isPermaLink="false">http://www.certificationjournals.com/wordpress/?p=39</guid>
		<description><![CDATA[The CCNA exam is likely to wear you out working on IP addressing and subnetting questions.  Be prepared for them by understanding this topic thoroughly.  Work lots of various examples to hone your skills and your speed.  The faster you can get these done (correctly), the more time you&#8217;ll have for things [...]]]></description>
			<content:encoded><![CDATA[<p>The CCNA exam is likely to wear you out working on IP addressing and subnetting questions.  Be prepared for them by understanding this topic thoroughly.  Work lots of various examples to hone your skills and your speed.  The faster you can get these done (correctly), the more time you&#8217;ll have for things that are more challenging.</p>
<blockquote><p>Design an IP addressing scheme to meet design requirements</p></blockquote>
<p><span id="more-39"></span></p>
<p>Cisco has a <a href="http://www.cisco.com/warp/public/701/3.html">IP addressing and subnetting for new users</a> document that provides a rough overview of the subject.  </p>
<p>This <a href="http://www.jinx.com/forum/topic.asp?TOPIC_ID=40526">forum post</a> describes two techniques for working with subnets, one one paper with charts (which he says is good for the CCNA and I agree), and another which can be done in your head which is good for real world work after getting some experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-12-design-an-ip-addressing-scheme-to-meet-design-requirements/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CCNA 1.1 Design a simple LAN using Cisco Technology</title>
		<link>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-11-design-a-simple-lan-using-cisco-technology/</link>
		<comments>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-11-design-a-simple-lan-using-cisco-technology/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 06:40:10 +0000</pubDate>
		<dc:creator>Quinn</dc:creator>
		
		<category><![CDATA[CCNA]]></category>

		<guid isPermaLink="false">http://www.certificationjournals.com/wordpress/?p=41</guid>
		<description><![CDATA[Local Area Network (LAN) technology these days is mostly wired Ethernet and wireless technologies.  For the purposes of the CCNA exam, Ethernet knowledge should be all that is needed.  
Design a simple LAN using Cisco Technology

networkdictionary.com has a very concise description of the Ethernet-related LAN technologies covered in this objective.
]]></description>
			<content:encoded><![CDATA[<p>Local Area Network (LAN) technology these days is mostly wired Ethernet and wireless technologies.  For the purposes of the CCNA exam, Ethernet knowledge should be all that is needed.  </p>
<blockquote><p>Design a simple LAN using Cisco Technology</p></blockquote>
<p><span id="more-41"></span></p>
<p>networkdictionary.com has a very <a href="http://www.networkdictionary.com/networking/eo.php">concise description</a> of the Ethernet-related LAN technologies covered in this objective.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.certificationjournals.com/wordpress/2006/02/21/ccna-11-design-a-simple-lan-using-cisco-technology/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
