<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4359438882665888824</id><updated>2011-07-07T13:24:43.735-07:00</updated><category term='IGRP'/><category term='Debuggin'/><category term='MCSE'/><category term='IP Addresses'/><category term='Subnetting'/><category term='MCP'/><category term='70-271'/><category term='Protocols'/><category term='Naked People'/><category term='Windows'/><category term='MCSA'/><category term='Apple'/><category term='Future'/><category term='Distance-Vector'/><category term='Layer 3'/><category term='CCNA'/><category term='cisco'/><category term='OSI Model'/><category term='commands'/><category term='Routing Protocols'/><category term='MCDST'/><category term='Linux'/><category term='Networking'/><category term='Links'/><category term='Layer 1'/><category term='Certifications'/><category term='VLSM'/><category term='Routing'/><category term='VLANs'/><category term='APIPA'/><category term='70-272'/><category term='DHCP'/><category term='Cisco IOS'/><category term='Link-State'/><title type='text'>Networks and Certifications</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-1802470997170558791</id><published>2007-11-23T17:05:00.000-08:00</published><updated>2007-11-23T18:07:58.278-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='DHCP'/><category scheme='http://www.blogger.com/atom/ns#' term='Apple'/><category scheme='http://www.blogger.com/atom/ns#' term='APIPA'/><category scheme='http://www.blogger.com/atom/ns#' term='Protocols'/><title type='text'>APIPA: Automatic Private IP Addressing</title><content type='html'>&lt;p&gt;Have you ever found that you could not pull up a web page, and while troubleshooting the problem you found an unexpected IP address of 169.254.x.x? What did you later find out the trouble was? I will bet a dollar that for some reason, your computer could not find the DHCP server.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Windows and Apple computers (and some Linux flavors) have a default setting in the operating system that is based on international standards. When the interface is configured for DHCP but is unable to receive a response from a DHCP server, the OS automatically configures the interface with an address.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;First of all, I assume you know what an IP address is. And you know what DHCP is? Let's keep this short and sweet and you can look up the details in Wikipedia later on if you need. An IP address is what ubniquely identifies your computer on the internet; without an IP address, you can be found. Imagine if your house did not have an address; how would you get any mail? &lt;/p&gt;&lt;br /&gt;&lt;p&gt;DHCP stands for Dynamic Host Configuration Protocol. You can either configure your network interface for DHCP or assign it a static address. If you assign static, that means you have to manually assign an address on every PC, one at a time. If you administer 100 PC's, that can get complex and time consuming. DHCP allows each PC to request an address from a server (as well as the Gateway and DNS addresses). This allows the administrator to set up one server, let the PC's configure themselves, and go home early.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;However, cables break. Segments fail. Routers and servers fail. Stuff happens. If your PC is configured for DHCP, it sends out a request, and it never hears a reply, what can it do?&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Well, it could just continually transmit requests; however, this consumes resources and becomes pointless after a few minutes. It could cause a hardware failure if this scenario was not planned for by the design engineers. It could disable the interface; however, when the DHCP server becomes available you are at a disadvantage--especially if you are a novice without support.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The solution is to allow APIPA to assign a private address to the network interface. This simply ends the DHCP request process and keeps the interface alive. Later, when the DHCP server is functional, the interface will automatically discover it at reconfigure itself. &lt;a href="http://support.microsoft.com/kb/220874"&gt;Windows will assign an APIPA address and attempt to discover the DHCP server &lt;/a&gt;every 3 minutes (5 minutes if the DHCP lease expired while connected) by default.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;APIPA is an IANA (Internet Assigned Numbers Authority) standard, which means that it is applicable to the internet as a whole. The IANA has assigned the IP range of 168.254.0.0 through 169.254.255.255 as APIPA addresses only. These addresses are not routable and can be used by anyone without registering. However, without a functional DHCP server, you probably have bigger troubles on your hands than addressing.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-1802470997170558791?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/1802470997170558791/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=1802470997170558791' title='40 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/1802470997170558791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/1802470997170558791'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/11/apipa-automatic-private-ip-addressing.html' title='APIPA: Automatic Private IP Addressing'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>40</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-5611645909803783766</id><published>2007-11-23T14:20:00.000-08:00</published><updated>2007-11-23T15:21:06.061-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MCDST'/><category scheme='http://www.blogger.com/atom/ns#' term='Certifications'/><category scheme='http://www.blogger.com/atom/ns#' term='MCSE'/><category scheme='http://www.blogger.com/atom/ns#' term='MCSA'/><category scheme='http://www.blogger.com/atom/ns#' term='70-272'/><category scheme='http://www.blogger.com/atom/ns#' term='MCP'/><category scheme='http://www.blogger.com/atom/ns#' term='70-271'/><title type='text'>MCDST</title><content type='html'>&lt;p&gt;I am well on my way now to the MCDST, or Microsoft Certified Desktop Support Technician. This consists of two exams, the 70-271 and the 70-272. Both of those tests cover your ability to install, upgrade, and support Windows XP. Passing either one of them will make you an MCP, or Microsoft Certified Professional. That adds another line to your resume and another Logo to your email signature but doesn't really impress anyone. &lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;After passing both of them, you earn the MCDST. That still isn't much, but it is something. Three more tests later (70-270, 70-290, and 70-291) and you are an MCSA, or Microsoft Certified Systems Administrator. This is a more common and slightly more impressive cert. The crowning achievement is the MCSE, but I have my eye on other achievements.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;My company is encouraging us to get the MCDST. My company pays the bills, I like the job, and the MCDST is not far off of my career goals. Therefore, that is my current focus. I am using "Skillsoft" CBT's (Computer Based Training) to study for the 70-271. I am also using resources on the Microsoft websites, especially Technet. I am hoping that will be sufficient for these entry-level tests. Since this is not a lifelong dream, I am trying to avoid coughing up my own cash for the certification.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;What I really want is to study security, beginning with firewalls. I would like to pass the Cisco 642-552 "Securing Network Devices", with an eye on the FIrewall Specialist cert, and then the CCSP "Cisco Certified Security Professional". &lt;/p&gt;&lt;br /&gt;&lt;p&gt;However, I am also keeping an eye on the big picture. I cannot do everything I want all at once without neglecting my family. Achieving my goals at the expense of my family seems like ultimate failure. Also, I feel a need for a graduate degree to expand my future options. Therefore, I have begun my MBA studies at Baker University. Finally, I need to play besides work, so I am training for a marathon in 2008. I also waste an hour or so a day in front of my TV, but I often watch documentaries to feel smart while being lazy.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If you are interested in the MSDST, stay tuned. I will let you know how the study goes and what the exam is like.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-5611645909803783766?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/5611645909803783766/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=5611645909803783766' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/5611645909803783766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/5611645909803783766'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/11/mcdst.html' title='MCDST'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-5053545465634244163</id><published>2007-11-14T04:06:00.000-08:00</published><updated>2007-11-14T04:43:14.214-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Future'/><category scheme='http://www.blogger.com/atom/ns#' term='Certifications'/><category scheme='http://www.blogger.com/atom/ns#' term='CCNA'/><title type='text'>CCNA Obtained</title><content type='html'>&lt;p&gt;On October 30, 2007, I obtained my CCNA. That was the original point of this blog; to aid me in my pursuit of my CCNA. However, this blog will continue on as I develop myself.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Now that I have my CCNA, I have a taste for Certifications. It is like a Shark; normally, they don't view humans as a source of sustenance. However, once they have tasted an arm or a leg, they will come back for more. At least, that is what I learned by watching Jaws.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Certification is only meaningful if you make it so. I am not making more money today, nor I am truly a better engineer just because I have certificate and wallet card from Cisco. However, my thinking is a little different. I am more confident. I have a sense of accomplishment from setting and achieving a goal. I also have more ammunition when presenting myself as an expert in a situation: Cisco says that I am a CCNA, what have you got?&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;My company wants us to obtain our Microsoft Desktop Support Technician certificate (MCDST). It is not something I am excited about, but it won't hurt. It consists of the 70-271 and 70-272 exams, and covers your skill at supporting Windows XP on individual PCs in workgroup and domain networks. Passing either exam designates you as a Microsoft Certified Professional (MCP), which is another line on your resume and another logo under your email signature. Successfully passing both exams gets you the MCDST, which will make my VP happy.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Three more tests after that and you are a Microsoft Certified System Administrator (MCSA). That is a little more interesting to me. From MCSA to Microsoft Certified Systems Engineer (MCSE) is just a few more tests. Combining MCSE with a Cisco specialist certification will definitely help out in the marketplace.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Which brings me to what I want to do. I want to get up to speed on firewalls. I have a lot to learn on routers and switches, but I am competent enough now to get the job done. I am not very knowledgeable on VPNs and security using firewalls. In the future, I would like to spend a lot more time on network security. Therefore, in 2008 I will work earnestly towards passing the Cisco 642-552 Securing Network Devices (SND) exam. This will extend my CCNA certification past October 30, 2010. It will also count towards a Cisco Firewall Specialist designation, and ultimately towards the Cisco Certified Security Professional (CCSP), which is like gold.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;I have to pay the bills, and my current job is doing that well, so I am buckling down on the 70-271 right now. I hope to pass that during my two weeks of vacation at the end of November. That exam will spell out the rest of my journey. If it is as easy as I hope, then I will complete my MCDST by January and then focus on the Cisco SND exam. If the 70-271 is tricky and requires more brain cells than I am willing to commit, I will scrap it and try to convince the powers that be that my SND is much more valuable to them. Stay tuned. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-5053545465634244163?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/5053545465634244163/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=5053545465634244163' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/5053545465634244163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/5053545465634244163'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/11/ccna-obtained.html' title='CCNA Obtained'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-4814545442706701723</id><published>2007-10-11T09:37:00.000-07:00</published><updated>2007-10-11T10:09:50.338-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Routing'/><category scheme='http://www.blogger.com/atom/ns#' term='VLSM'/><category scheme='http://www.blogger.com/atom/ns#' term='IP Addresses'/><category scheme='http://www.blogger.com/atom/ns#' term='Subnetting'/><category scheme='http://www.blogger.com/atom/ns#' term='Routing Protocols'/><title type='text'>Classfull / Classless Routing</title><content type='html'>&lt;p&gt;There are three main &lt;i&gt;classes&lt;/i&gt; of IP addresses. You know about A, B, and C already, right? If not, you are lost already; this is not the post for you. You need to gain an understanding of IP addresses before you venture further. It is painfully boring, but it is information you will use on a daily basis in the networking world. Just Google or Wiki "IP addressing and subnetting".&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Your Cisco router is &lt;i&gt;classfull&lt;/i&gt; by default. This means that it will obey the conventions of the IP classes when routing. If you have configured RIP as your routing protocol and enabled the network 172.16.0.0 for broadcasts, then your router will assume that the interface with an address on 172.16.0.0 will be able to route &lt;b&gt;all&lt;/b&gt; 172.16.0.0 traffic.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Here is the problem: Let's say that Fastethernet 0/0 on your router is at 172.16.1.1 with a 255.255.255.0 address. This means that it is attached to a network that includes 172.16.1.1 through 172.16.1.255, right?&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Now, your router is also attached to a 10.10.10.0 network, which attaches to a remote router with an interface in the 172.16.&lt;b&gt;&lt;i&gt;99&lt;/i&gt;&lt;/b&gt;.0 network (/24 or 255.255.255.0 subnet mask, as well.) Therefore, the remote router (which shares RIP updates with your router) can get to 172.16.99.1 through 172.16.99.255 and your local router knows this; you can see it in the routing table. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;The point of using RIP is so that your router and the remote router talk to each other and share this information, right? So, if your local router receives a packet destined for 172.16.99.100 it should look in its routing table and see that the most specific match is to use the 10.10.10.0 network and route the packet to the remote router, which has a directly connected interface in the 172.16.99.0 network. However, if you have left the router defaulted to "classfull", this will not happen.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If your router is operating as classfull, it will take a packet destined for 172.16.99.100 and only look at the "172.16" portion. That is bacause those are the only octets relevant in a class B address. If it is only looking at the first two octets when it makes its routing decision, the router will choose the directly connected interface with "172.16" every time--even though that interface does not have access to 172.16.99.100. Stupid router.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If you want to make your router a free spirit, throw out the conventions of classfull routing, break all the rules, and find its way to 172.16.99.100, you need to enter the following command:&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Router(config)#ip classless&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Your router will no longer have any class, just like you. More importantly, your router will look for a more specific match in its routing table, taking into account the subnets that it knows about through RIP.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-4814545442706701723?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/4814545442706701723/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=4814545442706701723' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/4814545442706701723'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/4814545442706701723'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/10/classfull-classless-routing.html' title='Classfull / Classless Routing'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-9049510842496003217</id><published>2007-10-11T09:02:00.000-07:00</published><updated>2007-10-11T09:16:36.231-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cisco'/><category scheme='http://www.blogger.com/atom/ns#' term='Routing'/><category scheme='http://www.blogger.com/atom/ns#' term='IGRP'/><category scheme='http://www.blogger.com/atom/ns#' term='Routing Protocols'/><title type='text'>IGRP Facts</title><content type='html'>&lt;p&gt;Interior Gateway Routing Protocol (IGRP) is an improvement on RIP, but just barely. I have never seen it in use in the field, nor have I ever read someone claiming that IGRP is the best protocol for a specific purpose. Basically, it is an option on Cisco routers so you need to know about it if you are studying for certification, but you will &lt;i&gt;probably&lt;/i&gt; never need this information in real life.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Real world routing protocol advice: if you have a small, simple network use RIP to dynamically share routing information among routers. If you have a large, complex network and/or security is a concern, use EIGRP. The other protocols (IGRP, OSPF, and IS-IS) are just about worthless in comparison to RIP and EIGRP. The only caveat to this is if you are connecting your network to a non-Cisco powered network. In that case, your routing protocol will be dictated by the capabilities of the neighbor router, and OSPF may be your best choice here. Let's hope that never happens to you.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;&lt;u&gt;IGRP Facts&lt;/p&gt;&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;&lt;p&gt;I just want to share a few quick facts about IGRP that you may not know which will help when you sit for a Cisco certification:&lt;p&gt;&lt;br /&gt;&lt;p&gt;-The components of the IGRP routing metric are bandwidth, delay, reliability, load, and MTU.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;-IGRP differs from rip because IGRP is more suitable for large networks, it uses a more flexible metric for route selection, and it can select multiple non-equal paths to a destination.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;-When you configure IGRP for un-equal cost load-balancing, you must observe several rules. First, The maximum paths you can set is 6. Second, The next-hop must be closer to your destination than the local router, according to the local router's best path. Third, the alternate path metrics must be within a specified variance of the best local metric.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-9049510842496003217?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/9049510842496003217/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=9049510842496003217' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/9049510842496003217'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/9049510842496003217'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/10/igrp-facts.html' title='IGRP Facts'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-4789026985812606202</id><published>2007-10-11T08:47:00.000-07:00</published><updated>2007-10-11T09:01:44.582-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cisco IOS'/><category scheme='http://www.blogger.com/atom/ns#' term='commands'/><category scheme='http://www.blogger.com/atom/ns#' term='Debuggin'/><title type='text'>Quit Buggin Me</title><content type='html'>&lt;p&gt;There is a command that I so rarely need that I sometimes forget its syntax when I do need it. &lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Have you ever been on a router where &lt;i&gt;someone&lt;/i&gt; left debugging on?  Perhaps it was you, or it was the last dial-in support jerk who did what he had to do and left the debug on because...why would he care if debugging is on, he's out of it.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Anyhow, debugging is on and scrolling crap accross your screen so fast you can't remember where you were in the command you are typing out. Remember this gem:&lt;/p&gt;&lt;br /&gt;&lt;p&gt;router#no debug all&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Do yourself, and the next guy, a favor: remember to enter that command when you resolve the issue you had debuggin on for, huh?&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-4789026985812606202?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/4789026985812606202/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=4789026985812606202' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/4789026985812606202'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/4789026985812606202'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/10/quit-buggin-me.html' title='Quit Buggin Me'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-8866593532655031818</id><published>2007-09-27T04:49:00.000-07:00</published><updated>2007-09-27T04:58:20.067-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cisco'/><category scheme='http://www.blogger.com/atom/ns#' term='Routing'/><category scheme='http://www.blogger.com/atom/ns#' term='commands'/><title type='text'>My Favorite Router Commands</title><content type='html'>I hate to wait for anything, and I hate for anything to slow my momentum when I am trying to get something done. Unfortunately, Cisco routers, by default, are designed to make me mad.&lt;br /&gt;&lt;br /&gt;First of all, they are designed to lookup every single command you type--or mis-type. First, the router looks in its own database of known commands. It then goes out to a domain server to look for additional commands. If you have not established a domain server (why would you?) then it goes to 255.255.255.255 and waits for someone to respond to the request. Of course, no one will. After an eternity (I think it is 30 seconds) it times out. If you are fast but inaccurate, you will see this alot and it will drive you nuts. Fortunately, there is a remedy:&lt;br /&gt;&lt;br /&gt;Router(config)#no ip domain-lookup&lt;br /&gt;&lt;br /&gt;That one is going to save me from having a full head of gray by the time I am 40.&lt;br /&gt;&lt;br /&gt;Another thing that drives me batty is when the router is scrolling errors while I am trying to read an output or type in a long command. If an interface is bouncing or EIGRP is running into issues, I would rather the router wait until I am done typing before it scrolls its lines of complaint. Therefore, when I am configuring the logins for console and vty, I add the following line:&lt;br /&gt;Router(config-line)#logging synchronous&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-8866593532655031818?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/8866593532655031818/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=8866593532655031818' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/8866593532655031818'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/8866593532655031818'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/09/my-favorite-router-commands.html' title='My Favorite Router Commands'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-204631007915898474</id><published>2007-09-24T17:08:00.000-07:00</published><updated>2007-09-24T17:11:14.499-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Routing'/><category scheme='http://www.blogger.com/atom/ns#' term='commands'/><title type='text'>CoRuSt</title><content type='html'>Just a quick update to share a joke that just popped into my head. Maybe no one would find this funny, but only a brilliant network geek would even understand that Jesus copy run starts.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-204631007915898474?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/204631007915898474/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=204631007915898474' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/204631007915898474'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/204631007915898474'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/09/corust.html' title='CoRuSt'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-4855786314118219865</id><published>2007-09-08T05:37:00.000-07:00</published><updated>2007-09-08T07:40:31.720-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OSI Model'/><category scheme='http://www.blogger.com/atom/ns#' term='Layer 3'/><title type='text'>OSI Model: Layer 3 - The Network Layer</title><content type='html'>&lt;p&gt;Okay, we are building our network communications one layer at a time. We have built the  &lt;span style="font-weight: bold;"&gt;Physical Layer 1&lt;/span&gt;, which is the cabling and electricity. We then addressed the devices plugged into the cabling and checked the electrical signals for errors at &lt;span style="font-weight: bold;"&gt;Layer 2&lt;/span&gt;, the &lt;span style="font-weight: bold;"&gt;Data Link Layer&lt;/span&gt;. Now we are ready to build our &lt;span style="font-weight: bold;"&gt;Network Layer&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;Layer 3&lt;/span&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Why do we need a &lt;span style="font-weight: bold;"&gt;Layer 3&lt;/span&gt;? We already have electricity, cables, and addressing. Let's gets this show on the road, right? Well, before we begin to transmit email, web pages, pictures, and phone calls, we need to subdivide our network.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The Postal System is often a great method of illustrating network principles. Imagine that every house in the U.S. had a unique address, and that is all the post office had to go on. Without the information of street, city, state, and zip code, any house would be difficult to find. Now imagine that when you move, you have the option to take that unique address with you: you are now even harder to find.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Layer 3&lt;/span&gt; allows us to subdivide all the devices on the Internet into logical hierarchies. This makes finding your way through the Internet much easier. Layer 3 also limits traffic on local networks, making your network more efficient. Finally, layer 3 allows you to limit access to a network, increasing security.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Layer 3 is all about routers.&lt;/span&gt; At &lt;span style="font-weight: bold;"&gt;Layer 1&lt;/span&gt;, you have everything plugged into a cable: PC, server, printer, etcetera. At &lt;span style="font-weight: bold;"&gt;Layer 2&lt;/span&gt;, you subdivided the wires with a &lt;span style="font-weight: bold;"&gt;switch &lt;/span&gt;to make sure that the wires were used more efficiently. A network can be one cable connecting two devices, a switch connecting several devices, or even several switches. At some point, that network becomes too large; too many switches, cables, and devices. It is time to subdivide that network with a router.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;In this case, you may have 46 devices connected to two switches, with those two switches connected to each other (&lt;a href="http://en.wikipedia.org/wiki/Crossover_cable"&gt;with a cross-over cable.&lt;/a&gt;) It may make sense to create two networks here, with a router dividing the two switches.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Why divide the two switches? Because there are many times that a device needs to broadcast a packet to every device in the network. An example is when a PC knows the IP address of a resource it needs (e.g. a printer or server) but does not know the MAC Address. The network will be more efficient if the PC transmits its data directly to the MAC address of the destination device, allowing the switch to do its job of connecting the two ports based on a MAC address. However, the PC needs to first learn that MAC address, so it broadcasts to every device a request for the MAC based on the IP address; this is define by Address Resolution Protocol (&lt;span style="font-weight: bold;"&gt;ARP&lt;/span&gt;). It happens constantly; a PC does not retain a table of MAC address for very long because an efficient network does not require it and the database could grow very large.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;ARP &lt;/span&gt;is a low impact to an efficient network. However, if you have hundreds of devices  you will clog your network with these &lt;span style="font-weight: bold;"&gt;broadcasts &lt;/span&gt;and the real data will never get through. Therefore, you use a router to subdivide a network into a &lt;span style="font-weight: bold;"&gt;broadcast domain&lt;/span&gt;. That way, if the PC needs a resource that is local, it can broadcast to the few devices on its network and find the resource. If the IP address is not local, rather than broadcasting an ARP request the PC can transmit the packet to its default gateway and let the network infrastructure find the proper device. Routers and switches are designed to know how to find network devices, PCs should be allowed to just worry about their job of user functionality.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Routers are the end of a network broadcast. Switches will receive a broadcast and forward it out all ports in that network. A router receives a broadcast, responds to it, if necessary, directly to the device who initiated it, and that is the end of that broadcast. The only way to get to other computers on other networks is through a router; therefore, if the router does not send the broadcast to the other networks, the broadcast will remain local. This prevents my PC and network from being effected by broadcasts on your network that have nothing to do with us.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Ownership:&lt;/span&gt; There are times when you want to divide ownership of a network. For instance, you may be willing to maintain the network in your home, but you are unwilling to maintain the cables and devices between you and the Google servers. Therefore, you establish your network and divide it from your ISP's network with a router. More importantly, your ISP would want to subdivide networks to keep its interests divided from its competitors.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Efficient Administration:&lt;/span&gt; The Internet is a big place. &lt;span style="font-weight: bold;"&gt;Layer 3&lt;/span&gt; helps us to keep this manageable. First of all, layer 3 addressing allows us to form a system similar to the Postal system of states, cities, and zip codes; Layer 3 allows us to create hierarchical networks. At &lt;span style="font-weight: bold;"&gt;Layer 2,&lt;/span&gt; every device was equally on the same network. At &lt;span style="font-weight: bold;"&gt;Layer 3 &lt;/span&gt;we can subdivide address down to hosts of thousands, hundreds, tens, or even just two. That way, not every router needs to know the address of every host on the Internet; that would require a database of gigabytes and the processing power of several computers. With hierarchical networks, your router just needs to know about its local peer networks and the next higher-layer router (usually your &lt;span style="font-weight: bold;"&gt;ISP&lt;/span&gt;'s router). Once your packet reaches  the &lt;span style="font-weight: bold;"&gt;ISP &lt;/span&gt;router, it will quickly find its way to a router that knows the way to your destination.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Security:&lt;/span&gt; The Internet is a scary place. It is easy to gain access to critical systems and data anonymously and disappear without a trace. One way to limit security risks is to use &lt;span style="font-weight: bold;"&gt;Layer 3&lt;/span&gt; subdivision. Obviously, subdividing yourself from a network that you neither own nor control will increase you security. You may also want to subdivide two networks that you own. For instance, you will probably want to divide the accounting department from the sales department. This will not only improve their network performance and ease the administration of both networks, it will allow the administrator to control the access to each network. In that manner, a malicious sales person will be less likely to access the data in the accounting department. Other precautions are necessary, but subdividing networks is a large step in preventing security breaches.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;How to "See" Layer 3:&lt;/span&gt; There is a quick and easy way to view Layer 3 from your Windows computer. If you are on a MAC, I can't help you; maybe &lt;a href="http://www.google.com"&gt;Google &lt;/a&gt;can. If your are on a Linux machine, I assume that you already know how to view your IP address, route table, and perform a traceroute. If not, &lt;a href="http://google.com"&gt;Google &lt;/a&gt;it.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;On a Windows computer, click on Start, then Run. In the white text box, type "&lt;span style="font-weight: bold;"&gt;CMD&lt;/span&gt;" and hit return. This will pop-up a black screen with white letters known as a Command Prompt now; we used to call this DOS. Anyhow, at the "&gt;" prompt, type "&lt;span style="font-weight: bold;"&gt;ipconfig&lt;/span&gt;" and hit return. You will now see several lines, depending on your configuration. The first line of interest to you is the I&lt;span style="font-style: italic;"&gt;P Address&lt;/span&gt;. The number depicted is the address used to locate your computer in the network. The second line to look at is the &lt;span style="font-style: italic;"&gt;Subnet Mask&lt;/span&gt;. In a future post, I will explain how this can be used to subdivide a network for efficiency and convenience. The third line to notice is your &lt;span style="font-style: italic;"&gt;Default Gateway&lt;/span&gt;. This address is the router on your network that allows your PC to find other networks.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Your PC knows that the subnet mask determines your local network relative to your IP address. Based on those two numbers, your PC will know if you are trying to access a device on another network and will send that data to the Default Gateway (a specified router).&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-style: italic;"&gt;Another method of viewing Layer 3 on your PC&lt;/span&gt; is to use the &lt;span style="font-weight: bold;"&gt;CMD &lt;/span&gt;window and type "&lt;span style="font-weight: bold;"&gt;route print&lt;/span&gt;". This is called a routing table; it is similar to what routers use to find their way around the internet. PCs keep a very general and small routing table; many routers would fill your screen with known routes.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;A third way to view Layer 3 on your PC is to use the &lt;span style="font-weight: bold;"&gt;CMD &lt;/span&gt;window and type "&lt;span style="font-weight: bold;"&gt;tracert 4.2.2.1&lt;/span&gt;". Tracert is the command for &lt;span style="font-style: italic;"&gt;trace route&lt;/span&gt;,  a standard network tool that works on Windows, Linux, Unix, Routers, Switches, and various other devices. Almost anything on a network that understands Internet Protocol (&lt;span style="font-weight: bold;"&gt;IP&lt;/span&gt;) will understand trace route, even if the command is a little different.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Trace route sends a packet to the host you specify, in this case it is a DNS server at 4.2.2.1. The packet you send tells the host to simply reply back to you and let you know they exist. Your PC then sends another packet to this same host, but configures it to be rejected one router before it reaches the destination. The router that kills that transmission is identified in a packet that it sends back to you telling you that it will not allow you to go further. Your PC now knows what router is next to last and sends a packet to die &lt;span style="font-style: italic;"&gt;two &lt;/span&gt;routers before the destination, which identifies itself in a message sent back to you.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;In this manner, your PC is able to map out the path between you and your destination. You can also get this to work by typing "&lt;span style="font-weight: bold;"&gt;tracert www.google.com&lt;/span&gt;" or whatever your favorite website is. Trace route may show a different path each time; this demonstrates how dynamic routing can be.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;There are two ways that routing can work: statically or dynamically. A static route is one that you type in. For instance, you can create a static route on your PC to send all traffic for outside networks to a default gateway, which is the third line you observed in the output of "ipconfig". This makes it easy: you pass the responsibility to someone else. However, &lt;span style="font-style: italic;"&gt;someone &lt;/span&gt;needs to know how to get around the Internet, so you usually do not want just a "Default Gateway" programmed into every router. Routers should know more than PCs.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If you tried to type a static route into your router for every network on the Internet, it would take your whole life and be out-of-date within a few seconds. Connections go up and down, networks change locations and sizes, and prices to connect between some routers change. Therefore, you need a way of deciding quickly and easily what the best way is to traverse the Internet. Therefore, since routers can store millions of lines or more and can think at billions of times per second, it is better to just let them manage the network. This is called dynamic routing. The routers talk to each other and share information about what is connected to them and what shape those connections are in. In this manner, routers can always know better than a human how to get around. I wish there was a way for our cars to do this during rush hour.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I go into a little more depth about this in my post on &lt;a href="http://slobonetworks.blogspot.com/2007/08/overview-of-routing-protocols.html"&gt;Routing Protocols&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;To summarize Layer 3:&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Layer 3 increases performance by limiting broadcats allowed by a switch.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Layer 3 allows for security by creating divisions between disparate users.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Layer 3 allows for better and more efficient organization of networks.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Layer 3 is run by routers.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Routers divide networks into hierarchies.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Routers dynamically discover paths accross the internet.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Without Layer 3, the Internet would be too large and inefficient to navigate.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-4855786314118219865?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/4855786314118219865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=4855786314118219865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/4855786314118219865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/4855786314118219865'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/09/osi-model-layer-3-network-layer.html' title='OSI Model: Layer 3 - The Network Layer'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-3483508664289816422</id><published>2007-09-04T18:01:00.000-07:00</published><updated>2007-09-08T07:52:55.073-07:00</updated><title type='text'>Layer 2</title><content type='html'>&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Layer 2 - Data Link Layer&lt;/span&gt;: Layer 2 is the domain of switches. You may not have a switch at home, but your PC at work certainly connects to one. The idea at Layer 2 is this: provide a software solution to address the physical layer devices, and provide a means of verifying that the physical signal is error free.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The most common method of implementing Layer 2 on the Internet is called Ethernet (that first "e" must be pronounced as a long e, as in "eat" or I will pounce on you...sorry, pet peeve of mine). With Ethernet, every device has a Media Access Control (MAC) address. In this manner, my computer's Network Interface Card (NIC; where the cable plugs into the computer) can address a message specifically to your computer's NIC if we are both on the same network. Without layer 2 addressing, if our two computers needed to talk to each other they would have to send a message to every computer on the network at once. In the meantime, those computers may be sending a message to everyone at once. It sounds like my family reunions, but it is a nightmare in the networking world. Layer two allows two device to have a quiet conversation with eachother without bother everyone else on the network.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Once devices are addressed, Ethernet at Layer 2 describes a means to pass the digital message to the physical wire or radio. This is done in an Ethernet frame; the frame is a specific pattern that must be followed to create a digital signal. The is a set length that the frame can be and there is a specific order of items that the frame contains. Included in this frame is the destination address, the source address, an identification of the type of frame it is (data, finally, Ethernet adds a Cyclical Redundancy Check (CRC) calculation to the end of each message that is passed to the physical layer; this CRC allows the remote device to verify if the message received is complete or corrupted compared to the message sent. I wish the English language had this feature built into it.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The most interesting thing at Layer 2, for me, is how it allows you to optimize and subdivide networks. Ethernet only allows one device to use the wire at a time. If two devices try to use the wire simultaneously, this is called a collision. If you have ever tried to merge onto a busy road, or get a word in edgewise among talkative people, you know how inefficient and frustrating it can be to have to wait your turn. Waiting your turn should be unnecessary in the computer world; everything should be instantaneous and perfectly efficient.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;By using a switch, you can limit collisions. First, you make sure that there is only one device plugged into each port of the switch. That way, the only two devices on each wire are the switch and one other device (a PC, server, printer, router, another switch, etc...) By using Layer 2 MAC addresses, the switch can then determine which two ports to connect for each conversation. For instance: Assume that I am on Port 1 and the network printer is on Port 20. When I need to send a print job, I can do so immediately since the wire is dedicated to me. First, my PC uses Address Resolution Protocol (ARP) to discover the MAC address of the printer based on its known IP address (which is coming up in Layer 3). My PC then sends out an Ethernet frame onto the wire with my MAC address as the source and the printer's MAC address as the destination. The next device in the physical path, the switch, receives this frame on Port 1, reads the destination port, checks its list of known MAC Addresses per port (the CAM table) and forwards the frame to port 20.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Prior to the affordability and prevalence of switches, people often used hubs to connect a network together. With a hub, everyone is connected to everyone else automatically; you are all on the same wire, essentially. Therefore, if I try to download music on my computer while you are trying to send a print job, we will collide. Then, our PC's each wait a random interval before trying to use the wire again. In the meantime, either the wire is unused or someone else seizes the opportunity to check their email. The network is a lot slower. Imagine have 8 teenage girls in a house with one bathroom. Now imagine that same house with 9 bathrooms (to include a place for your hygiene). Which house would have fewer boyfriends waiting in the parlor?&lt;/p&gt;&lt;br /&gt;&lt;p&gt;A switch can be subdivided into VLANs. This subdivision is accomplished at layer 2. To connect VLANs, you need to move up to layer three. A switch has multiple ports, and normally every port has access to every other port on the switch. If you tell the switch that some ports should be in VLAN 1 and others in VLAN 2, then the switch will make sure that frames are not switched to ports from one VLAN to another. There are times when a device will broadcast a series of frames to every device on the network; by subdividing a switch into multiple VLANs, you make sure that broadcasts are not received by devices that are unrelated. Broadcasts take up time and bandwidth; therefore, the fewer broadcasts that each network experiences, the better. This is called creating a Broadcast Domain.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Layer 2 also ensures that the physical layer did not corrupt the frame during transmission. If a cable is experiencing excessive resistance which degrades the electrical signal, or if the signal is interfered with from Electrical Magnetic Frequency (EMF), the received frame may be quite different from what was transferred. Layer two adds a value to the end of the packet that is based on the numeric value of the data that is transmitted. The receiving device looks at the bits coming off the wire, adds up their numeric value, runs a calculation on that value, and then com[pares its answer to the value that was added by the transmitting device to the end of the frame. This is called a Cyclical Redundancy Check (CRC). It is a mathematical method of determining whether the data has been accurate received compared to what was transmitted.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;How to "See" Layer 2 on your PC:&lt;/span&gt; You can see layer 2 on your Windows PC easily. First, click on the Start button, then the "Run" button. In the white text box, type "CMD". In the black box that pops-up here, type "&lt;span style="font-weight: bold;"&gt;ipconfig -all&lt;/span&gt;". Look for the line that says "Physical Address". That code is your MAC Address, in &lt;a href="http://en.wikipedia.org/wiki/Hexadecimal"&gt;hexadecimal &lt;/a&gt;form.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;To see more Layer 2, type "arp -a". This will show you all the MAC addresses that you PC knows about. Remember, MAC addresses remain local your network. Therefore, your PC will never know the MAC address of the Google server, nor does it need to. It only needs to know what the MAC address is of the router on your network that will take you to Google, which is probably the only thing in your ARP table right now. If you know the IP address of another device on your local network, such as a PC or printer, "ping" it and then do "arp -a" again. You will now see the MAC address of that device in your ARP table's output.&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;To sum up&lt;/span&gt;, Layer 2 provides addressing, collision avoidance, and error checking. The key concepts at Layer 2 that will further your knowledge are MAC Addresses, CRC, ARP, and VLANs. Understanding the importance and mechanics of collision and broadcast domains will help you grasp concepts of layers 2 and 3, as well as help you design efficient networks throughout your career.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-3483508664289816422?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/3483508664289816422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=3483508664289816422' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/3483508664289816422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/3483508664289816422'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/09/layer-2.html' title='Layer 2'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-5795698066718632444</id><published>2007-08-31T10:33:00.000-07:00</published><updated>2007-08-31T10:43:04.495-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Links'/><category scheme='http://www.blogger.com/atom/ns#' term='CCNA'/><title type='text'>Helpful Links</title><content type='html'>Until I get a chance to continue with my OSI Model discussion, I want to post two helpful websites to develop your knowledge of networking:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.firewall.cx/modules.php?name=Alternative_Menu"&gt;Firewall&lt;/a&gt;: This is a fantastic website full of free information.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://celticrover.com/BSIG/default.aspx"&gt;Bright Spark/Celtic Rover's Internetworking Gateway&lt;/a&gt;: Another fantastic, free site jam-packed with networking information.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-5795698066718632444?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/5795698066718632444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=5795698066718632444' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/5795698066718632444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/5795698066718632444'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/08/helpful-links.html' title='Helpful Links'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-251390395806714843</id><published>2007-08-30T05:32:00.000-07:00</published><updated>2007-08-30T05:34:56.176-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OSI Model'/><category scheme='http://www.blogger.com/atom/ns#' term='Layer 1'/><category scheme='http://www.blogger.com/atom/ns#' term='CCNA'/><title type='text'>OSI: Layer 1 - The Physical Layer</title><content type='html'>&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Layer 1 - Physical&lt;/span&gt;: This is the wires and connectors of the network, as well as the electrical signal on the wire. Examples that you can see on your computer right now: The network cable that runs to the wall, switch, or cable modem. Also, there is probably a green or amber light next to that cable which is evidence of physical, &lt;span style="font-weight:bold;"&gt;Layer 1&lt;/span&gt; connectivity. If your network connection is ethernet, the cable plugs into your computer using an RJ45 jack and the cable is called Category 5 (Cat 5; you may have Cat 6 if you are really up to speed). If you are on dial-up, then the phone cable connected to your computer is using an RJ11 jack and Cat 3 (or, twisted-pair) cabling for &lt;span style="font-weight:bold;"&gt;Layer 1&lt;/span&gt;. If your computer is using wireless 802.11 to connect to the internet, then the antennaes and radio signal are the physical, Layer 1 elements.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The &lt;span style="font-weight:bold;"&gt;physical &lt;/span&gt;layer is usually the most common culprit of network connection problems. Cables have a tendency to get unplugged, cut, pinched, damaged, or just plain go bad. Also, it is possible you have the wrong type of cable, there is electrical interference, or power issues. A wise troubleshooter will always verify &lt;span style="font-weight:bold;"&gt;physical &lt;/span&gt;connectivity twice before proceeding with any troubleshooting; I cannot tell you how frustrating it is to troubleshoot for an hour using every advanced resource available to you and then find out that the cable is unplugged.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;Layer 1&lt;/span&gt; is the third largest consideration in designing a network, after considering cost-justification and security. You need to make sure you have the right cables and adapters for the network, and that they will be secure from damage, interference, and maliciousness. You also need to plan for the limitations of your signals; cables can only be so long and can only handle so many users. Radio signals are easier to prevent damage to, but are increasingly running into problems with interference and will never be the most secure solution. Radio signals are also faced with many limitations and will make a larger impact in your budget.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-251390395806714843?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/251390395806714843/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=251390395806714843' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/251390395806714843'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/251390395806714843'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/08/osi-layer-1-physical-layer.html' title='OSI: Layer 1 - The Physical Layer'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-7279399583845575163</id><published>2007-08-29T18:45:00.001-07:00</published><updated>2007-08-29T20:09:47.273-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OSI Model'/><category scheme='http://www.blogger.com/atom/ns#' term='Naked People'/><category scheme='http://www.blogger.com/atom/ns#' term='CCNA'/><title type='text'>The OSI Model Overview</title><content type='html'>&lt;p style="font-family: verdana;"&gt;Before I take off more advanced CCNA topics, I feel like I should first re-visit the fundamentals. This will help any reader who is starting out, and it will ensure that I myself am building on a solid foundation. Every baseball player re-visits the fundamentals in spring training camp; by the same hand I know that I would also benefit from some fundamental.&lt;/p&gt;&lt;br /&gt;&lt;p style="font-family: verdana;"&gt;The fundamental concept that builds networks today is the &lt;a href="http://en.wikipedia.org/wiki/Osi_model"&gt;Open Systems Interconnect (&lt;span style="font-weight: bold;"&gt;OSI&lt;/span&gt;) model&lt;/a&gt;. This model drives the design of network appliances, network application software, network protocols, and network cabling. It also assists the field engineer with designing and troubleshooting networks. Understanding the OSI Model is essential if you wish to have success at any level or in any function of networking.&lt;/p&gt;&lt;br /&gt;&lt;p style="font-family: verdana;"&gt;The OSI model describes the seven logical layers of networking. This is not something tangible; you cannot hold an OSI layer in your hand or click on an icon to view it. You can hold or click on items that are examples of the OSI concept, but in the end these are just concepts that all the networking geeks have agreed on.&lt;/p&gt;&lt;br /&gt;&lt;p style="font-family: verdana;"&gt;The real purpose of the OSI model when it was first written was to make sure that everyone who designed a piece of hardware or software intended for a network could do so and ensure that it would be compatible with all the other devices in a network. The OSI model is like a framework upon which to build the details of network communications. The details are listed elsewhere, such as by the &lt;a href="http://www.ietf.org/"&gt;Internet Engineering Task Force&lt;/a&gt; and the &lt;a href="http://www.ieee.org/"&gt;Institute of Electrical and Electronic Engineers&lt;/a&gt;.&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style="font-family: verdana;"&gt;The OSI Model consists of seven layers:&lt;br /&gt;&lt;/p&gt;&lt;ol style="font-family: verdana;"&gt;&lt;li&gt;Physical&lt;/li&gt;&lt;li&gt;Data Link&lt;/li&gt;&lt;li&gt;Network&lt;/li&gt;&lt;li&gt;Transport&lt;/li&gt;&lt;li&gt;Session&lt;/li&gt;&lt;li&gt;Presentation&lt;/li&gt;&lt;li&gt;Application&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-family: verdana;"&gt;To remember this order, I like to use the mnemonic phrase Please Do Not Throw Sausage Pizza Away.  Another good one, though it is in reverse order: All People Seem To Need Data Processing. A learned a new one (also reversed) tonight: &lt;/span&gt;&lt;span p9qkd="0" rk9l8="1"  style="font-family:Arial;"&gt;&lt;a style="font-family: verdana;" href="http://www.tcpipguide.com/free/t_OSIReferenceModelLayerMnemonics.htm"&gt;All People Standing Totally Naked Don't  Perspire&lt;/a&gt;&lt;span style="font-family: verdana;"&gt;. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;In the future, I will describe each layer in a little more depth.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-7279399583845575163?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/7279399583845575163/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=7279399583845575163' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/7279399583845575163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/7279399583845575163'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/08/osi-model-overview.html' title='The OSI Model Overview'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-6670694840850646534</id><published>2007-08-28T04:31:00.000-07:00</published><updated>2007-08-28T09:25:39.362-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Routing'/><category scheme='http://www.blogger.com/atom/ns#' term='Link-State'/><category scheme='http://www.blogger.com/atom/ns#' term='Distance-Vector'/><category scheme='http://www.blogger.com/atom/ns#' term='Protocols'/><title type='text'>Overview of Routing Protocols</title><content type='html'>&lt;p&gt;There are &lt;span style="font-style: italic;"&gt;routing &lt;/span&gt;protocols and &lt;span style="font-style: italic;"&gt;routed &lt;/span&gt;protocols. Examples of the latter are HTML and SMTP; these are protocols that are routed between networks and their purpose is to facilitate the end device's purposes. &lt;span style="font-style: italic;"&gt;Routing &lt;/span&gt;protocols assist with routing; they facilitate the intermediate devices that make up the infrastructure of the &lt;span style="font-style: italic;"&gt;inter&lt;/span&gt;network.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Why do we need routing protocols? Ask yourself this: if you had to tell your computer how to get a packet to Google's website, would you know the way? Of course not; there are routers between you and Google that you do not know about, you do not know what traffic conditions exist, what links are down, which links are more reliable and/or cheaper to use, which are faster, etc. Therefore, you allow the routers to make those path decisions for you.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;How does a router know the best way? Well, one way is to build a routing table on each router. If you are connected to, and enabled on, a router you can type "show ip route" to display the router's known paths. This table will automatically show networks that are directly connected to it. For instance, a router may have two interfaces, and one network on each interface: &lt;span style="font-weight: bold;"&gt;1.1.1.0&lt;/span&gt; on "Ethernet 0" and &lt;span style="font-weight: bold;"&gt;2.2.2.0&lt;/span&gt; on "Ethernet 1". If the router receives a packet that has a source destination for network &lt;span style="font-weight: bold;"&gt;1.1.1.0&lt;/span&gt; or &lt;span style="font-weight: bold;"&gt;2.2.2.0&lt;/span&gt;, it will know which interface to use to forward this packet since those networks are located on the router.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If you have not provided further instructions to the router and it receives a packet destined for network &lt;span style="font-weight: bold;"&gt;3.3.3.0&lt;/span&gt;, it will not know what to do with the packet and will return "Network not available." If you do not tell a router about other networks or provide a means to learn about other networks on its own, it will only know about the networks that are physically, directly connected to it.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;To teach your router the path to a network that is not directly connected to it you can add to the route table by programming a "static" route. In this manner, you decide how the router finds the network &lt;span style="font-weight: bold;"&gt;3.3.3.0&lt;/span&gt;. You can type in "ip route x.x.x.x s.s.s.s y.y.y.y" Replace the &lt;span style="font-weight: bold;"&gt;x&lt;/span&gt; with the destination network, the &lt;span style="font-weight: bold;"&gt;s&lt;/span&gt; with the subnet mask for that network, the y with the address of the router that your router knows about (directly connected network or statically assigned) and will use to find the &lt;span style="font-weight: bold;"&gt;3.3.3.0&lt;/span&gt; network. For instance, assume that your router (&lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt;) has an interface named "Ethernet 1" which is attached to the 2.2.2.0 network. In that network, &lt;span style="font-weight: bold;"&gt;Router 1's&lt;/span&gt; "Ethernet 1" interface is addressed as &lt;span style="font-weight: bold;"&gt;2.2.2.1&lt;/span&gt; and there is another router at address &lt;span style="font-weight: bold;"&gt;2.2.2.2&lt;/span&gt; (&lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;). &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; also has two interfaces: "Ethernet 0" is on the &lt;span style="font-weight: bold;"&gt;2.2.2.0&lt;/span&gt; network and "Ethernet 1" is on the 3.3.3.0 network. Therefore, if &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; needs to forward a packet to 3.3.3.x, it can send the packet to &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;, which will know exactly what to do with it.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; does not intuitively know that it can send these packets to &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;. By creating a static route statement &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; now knows to send all packets for network &lt;span style="font-weight: bold;"&gt;3.3.3.0&lt;/span&gt; to Router 2 using interface "Ethernet 1". &lt;span style="font-weight: bold;"&gt;Here's the rub:&lt;/span&gt; If you did that for every network you needed your router to know about, you would soon end up with a very long and confusing routing table.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Imagine programming statements to www.google.com, www.yahoo.com, www.thekansascitychannel.com, etc... Every time you wanted to go to a new website or send an email to a new organization, you would have to create a static route statement on every router between you and your destination. Because network conditions change often, you would need an army of people to keep that table updated.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Another method would be to tell &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; to send all unknown packets to &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;. The command for this is "ip route &lt;span style="font-weight: bold;"&gt;0.0.0.0&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;0.0.0.0&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;2.2.2.2&lt;/span&gt;". We call this the "Gateway of Last Resort". The zeros in the place of the address and subnet mask are wildcards that tell the router to match all values. In other words, the 0 in each octet represents any value between 0 and 255, which covers any and all scenarios.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;This is a great solution for Router 1: when in doubt pass the buck. It is also a great solution for finding network &lt;span style="font-weight: bold;"&gt;3.3.3.0&lt;/span&gt; since &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; has it directly connected. However, what if &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; receives a packet addressed to a device on network &lt;span style="font-weight: bold;"&gt;4.4.4.0&lt;/span&gt;? It will forward the packet to &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; and be done with it. However, the network &lt;span style="font-weight: bold;"&gt;4.4.4.0&lt;/span&gt; is not directly connected to &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;; if we have not told &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; how to find this network, we will end up with "Network Not Available" again. If we setup a "Gateway of Last Resort" on &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;, we will move the packet further along the Internet, but who's to say that the next router will know how to find network &lt;span style="font-weight: bold;"&gt;4.4.4.0&lt;/span&gt;? Also, are you sure that you didn't set &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt;'s "Gateway of Last Resort" to &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt;, which puts the packet in an endless loop?&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;There is a set number of routers that a packet can hit before it is discarded; this is designed into the TCP/IP &lt;span style="font-style: italic;"&gt;routed &lt;/span&gt; protocol to make sure that lost packets do not traverse the Internet indefinetely, wasting time and bandwidth and eventually clogging up the links. By default, a packet can hit 29 routers; the thirtieth router will discard the packet and end its life. This is called "Hop Count" and will pop-up in later discussions.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;At some point in the network, we need to have a router that can make intelligent decisions quickly and efficiently without constant human input. This is the purpose of &lt;span style="font-style: italic;"&gt;routing &lt;/span&gt;protocols; they allow routers to talk to each other, sharing information about the networks that they know about, which links are up and down, how fast each link is, how many hops to the known network, how much it costs to use the link, how reliable the path is, etc. Basically, &lt;span style="font-style: italic;"&gt;routing &lt;/span&gt;protocols are a method for routers to gossip.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;There are two basic types of routing protocols that we are concerned with for the CCNA exam: &lt;span style="font-weight: bold;"&gt;Distance-Vector&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;Link-State&lt;/span&gt;. A &lt;span style="font-weight: bold;"&gt;Distance-Vector&lt;/span&gt; routing protocol focuses on how many hops it takes to get to a network. A &lt;span style="font-weight: bold;"&gt;Link-state&lt;/span&gt; routing protocol focuses more on the details of each link and on the whole topology of the network.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; When routers are configured with a &lt;span style="font-weight: bold;"&gt;Distance Vector&lt;/span&gt; routing protocol, then each router is told who its neighbor routers are. They send their entire routing table to each of these configured neighbors on a set schedule.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;In this case, assume that &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; has two interfaces. Interface "Ethernet 0" is directly connected to a network that includes &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt;. Interface "Ethernet 1" is directly connected to a network that includes &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt;. &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt; do not have a direct connection; they require &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; to "route" the packets between its own interfaces "Ethernet 0" and "Ethernet 1".&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; receives a packet for a network on &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt;. We do not want to have to program every network we will need as a static route into &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt;. We do not want to just forward the packet to &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; using a "Gateway of Last Resort" and hope that &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; makes the right decision. Instead, we program all three routers for a &lt;span style="font-weight: bold;"&gt;Distance Vector&lt;/span&gt; &lt;span style="font-style: italic;"&gt;routing &lt;/span&gt;protocol. &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt; sends its routing table to &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;. &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; now knows about the networks that are directly connected to itself &lt;span style="font-style: italic;"&gt;and&lt;/span&gt; the networks that are directly connected to &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt;. Router 2 then sends this new routing table to &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt;. In this way, Router 1 learns that, in addition to the networks that are directly connected to it, there are networks available to it through &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;. It doesn't know that network &lt;span style="font-weight: bold;"&gt;4.4.4.0&lt;/span&gt; is on &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt;; it doesn't even know that &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt; exists. However, due to the updates from the &lt;span style="font-weight: bold;"&gt;Distance Vector&lt;/span&gt; routing protocol, it does know that it can send packets destined for network &lt;span style="font-weight: bold;"&gt;4.4.4.0&lt;/span&gt; to &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; and they will find their way to their destination. Once they reach Router 3, and a reply packet needs to be sent back to the device on the network that is connected to &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt; will know that &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; knows how to find that network because it also has a copy of &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;'s route table.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Unfortunately, &lt;span style="font-weight:bold;"&gt;Router 2&lt;/span&gt; is forced to keep a huge routing table and then transmit the whole thing over two links on a regular basis. These two links will also be consumed by the updates from &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt;. This means that less bandwidth is available on each link when the routing tables are being transmitted. It also means that &lt;span style="font-weight:bold;"&gt;Router 2&lt;/span&gt;, in order to make the best routing decision, must look at every entry in a long routing table for every single packet it routes. Routing tables consume memory and processing time, just like having programs open on your computer. If you try to do too many things at once on your PC, you will slow it down and risk crashing it. By keeping long routing tables on &lt;span style="font-weight:bold;"&gt;Router 2&lt;/span&gt;, you also slow it down and risk crashing it. With three routers, this is improbable. However, if we tried to connect every router on the Internet using a &lt;span style="font-weight: bold;"&gt;Distance Vector&lt;/span&gt; &lt;span style="font-style: italic;"&gt;routing &lt;/span&gt;protocol, we would overload every link with gigabits of routing table data, we would exceed the memory of almost every router, and the processors in most routers would virtually melt down.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Even if we have unlimited resources on each router and googleplex-bits of bandwidth on every link, imagine how long it would take for your router to learn about a network that required 10 hops; in other words, a network that is 10 routers away. Each router between you and your target router would have to send their entire routing table to the next router, who would then pass that information down to the next, until it reached your router. By that time, a router may have gone down, a cable could have been unplugged, a more direct route could have been installed, etc. Distance Vector takes a long time to &lt;span style="font-style: italic;"&gt;converge&lt;/span&gt; (completely learn the paths) and is inefficient at learning complex network routing.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;There is another problem to consider with &lt;span style="font-weight: bold;"&gt;Distance-Vector&lt;/span&gt; routing protocols: what kind of link is each connection? &lt;span style="font-weight: bold;"&gt;Distance-Vector&lt;/span&gt; has no idea which links are better than others; it is only concerned with how many hops it would take to get from &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; to &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt;. If every link is equal, then this is a near-perfect philosophy. However, any two links are rarely equal.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;For purposes of illustration, let us add another link between these two routers: we will directly connect the routers with a dial-up connection. I can program both routers to know that if they ever need each other, they can use interface "Analog 0" to dial each other up and talk. What they do not understand is that the connection is a sluggish phone line that transmits at 28,000 bits per second and costs me $1.50 per minute to use. They know that they can also connect through &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;, but they do not realize that the connections through &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt; are 100 million bits per second and do not incur additional cost for me. What the &lt;span style="font-weight: bold;"&gt;Distance-Vector&lt;/span&gt; neighbors know is that hop counts are bad. Therefore, &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt; using a &lt;span style="font-weight: bold;"&gt;Distance-Vector&lt;/span&gt; &lt;span style="font-style: italic;"&gt;routing&lt;/span&gt; protocol would use the connection with the least hops by default, unless I told them otherwise. If I failed to configure the shorter, "backup" link with a high metric, they would choose the 1-hop, slow, expensive route every time.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt; A small-ish and simple network with equal links is great for a &lt;span style="font-weight:bold;"&gt;Distance-Vector&lt;/span&gt; philosophy, but a larger and more complex internetwork would do better with a &lt;span style="font-weight: bold;"&gt;Link-State&lt;/span&gt; &lt;span style="font-style: italic;"&gt;routing &lt;/span&gt;protocol. With &lt;span style="font-weight: bold;"&gt;Link-State&lt;/span&gt;, the philosophy is to discover each participating router in the internetwork and then send a status of your router's links to each participant. In this case, &lt;span style="font-weight:bold;"&gt;Router 2&lt;/span&gt; may know about &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt;'s networks but it doesn't gossip this information with &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt;. It simply minds its own business and only sends out the status of its own links. If &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt; needs to know about Router 1's new T1 interface, or how it is always having trouble with interface "Ethernet 1", it will just have to learn that from &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; itself. And it will; &lt;span style="font-weight: bold;"&gt;Router 1&lt;/span&gt; will send the status of its links directly to &lt;span style="font-weight: bold;"&gt;Router 3&lt;/span&gt; (via &lt;span style="font-weight: bold;"&gt;Router 2&lt;/span&gt;, who kindly routes the packets). Once a router has this information from all of the participants (the state of &lt;span style="font-style: italic;"&gt;convergence&lt;/span&gt;) it is able to build a topological database. When a routing decision is required, the router considers the various paths to that destination based on the database and uses an algorithm to determine the most efficient path. This algorithm is called &lt;span style="font-style: italic;"&gt;Shortest Path First&lt;/span&gt; (SPF) based on &lt;a href="http://en.wikipedia.org/wiki/Dijkstra%27s_algorithm"&gt;Dijkstra's algorithm&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Now let's consider a ten-hop network. This network is all in one company, under one network administrator, spread across the United States. Bob in IT located in New York needs his PC to connect to Iggy in Accounting, located in Hawaii. There are two ways for this company's Hawaiian office to connect to the mainland: through a T1 point-to-point connection from Hawaii to the office in California, or over a dial-up connection from Hawaii directly to New York. If you use the T1 to California, you are then connected to any number of links that will get you to New York; none of which are direct but all of which include high-speed OC3 connections (OC3 = 155.52 million bits per second). &lt;/p&gt;&lt;br /&gt;&lt;p&gt;If you, as a human, had to make this decision you would probably just go with the easiest connection: the dial-up phone connection. Getting from California to New York over the various OC3 connections would require a lot of research, time, and effort. Also, the path may need to change for every packet you send in each direction, depending on changing conditions of outages and congestion. However, if you know the phone number, the connection between New York and Hawaii is easy.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If a router has an accurate database of the network's topology and uses the SPF algorithm to determine the best path from New York to Hawaii for each packet, it will probably never use the dial-up connection. SPF is looking for fast, cheap, direct, and uncongested.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Dial-up is slow and expensive (long-distance phone rates from Hawaii to New York at 56,000 bits per second). Imagine Bob's computer will be sending 500 MB in this session: 500,000,000 Bytes; a Byte = 8 bits; 500 MB multiplied by 8 bits= 4,000,000,000,000 bits per second; how long would it take to transfer this data over a 56,000 bits per second link? Then multiply that length of time by the minute-by-minute rate of the long-distance company &lt;u&gt;to calculate how quickly Bob will get fired!&lt;/u&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;The SPF algorithm will prefer the T1 point-to-point connection to get from Hawaii to California because a T1 transmits at 1.544 million bits per second. However, it will also take into account if that T1 is down or is already congested with other traffic of equal or higher priority (see QoS in a future posting, or look it up for extra credit.) If the T1 is down when Bob needs to get to Hawaii, SPF will try to calculate the cheapest way to call Hawaii: perhaps the network administrator has already anticipated this scenario and programmed California's router to have a lower cost to use dial-up to Hawaii than New York's router due to reduced long-distance rates. A routing protocol will take care of most decisions for you, but it is occasionally necessary to change the settings when it suits your purposes, like when it is cheaper to call Hawaii from California than from New York.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Of course, if someone is already using the dial-up connection from California to Hawaii, SPF will resort to the slow and expensive connection from New York. However, you can see how many alternatives SPF can consider, and it hasn't even started yet! If it is going to use either connection from California to Hawaii, it will need to find a way from New York to California. This is where SPF earns its pay. &lt;/p&gt;&lt;br /&gt;&lt;p&gt;From New York, there may be three OC3's connecting to Boston, Buffalo, and Newark. From any one of these, there are OC3 connections to other cities, which are connected to each other, to California, and to New York. It resembles a spider web or a maze, and it would be easy for a human to get lost, get overwhelmed, or overlook efficient connections. However, SPF can keep up with which OC3 is unplugged, which one is overloaded, which one is up and down sporadically, etc. SPF can tell if it is quicker to take the New York-Boston-Detroit-Chicago-Kansas City-Dallas-Phoenix-Los Angeles route&lt;span style="font-weight: bold;"&gt;&lt;span style="font-style: italic;"&gt;OR&lt;/span&gt;&lt;/span&gt; the New York-Newark-Atlanta-Dallas-Las Vegas-Los Angeles route. In fact, it may use the first route for the first few packets, and then use the second route for next several packets, and then need an entirely different route to finish the session. Whatever the network state, if two paths exist between source and destination then SPF will determine the best one.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Therefore, &lt;span style="font-weight: bold;"&gt;Link-State&lt;/span&gt; &lt;span style="font-style:italic;"&gt;routing &lt;/span&gt;protocols maintain a better picture of the network, they make better decisions, and they make more efficient use of the network's bandwidth by not broadcasting everything it knows on a regular basis, unlike &lt;span style="font-weight: bold;"&gt;Distance-Vector&lt;/span&gt; protocols (don't you wish some people would quit broadcasting everything they know all the time..yeah, everyone except me, right?).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;However, &lt;span style="font-weight: bold;"&gt;Link-State&lt;/span&gt; protocols take up a lot of router resources. Maintaining a topological database and calculating algorithms for every packet means that the router has a lot to remember and think about. What this really means is that it is going to cost you; there may be a $50 router available with all the interfaces you need, but it will not be able to handle the demands of &lt;span style="font-weight: bold;"&gt;Link-State&lt;/span&gt; routing. You will have to spend more on your router, but you will end up with a more efficient network.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;In the Link-State example, we never left our company's internetwork; every link and router was controlled by Ralph, the company's network administrator. Now, what if Bob wants to connect to &lt;a href="http://larryslobodzian.blogspot.com/"&gt;http://larryslobodzian.blogspot.com&lt;/a&gt;, which is located on a separately owned/controlled network? In order to do so, he will have to leave Ralph's networks and find his way across the vast unknown of the Internet. How in the world are we going to do that?&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The best design for any network that will ultimately allow Internet connectivity is to create a hierarchical model. You start with lower, smaller networks: for instance, every department at a location has its own network, and those networks are connected within the location using small, affordable, routers running a &lt;span style="font-weight: bold;"&gt;Distance-Vector&lt;/span&gt; &lt;span style="font-style: italic;"&gt;routing &lt;/span&gt;protocol. Then, each location is connected together using dedicated links that connect to a larger, more powerful router running a &lt;span style="font-weight: bold;"&gt;Link-State&lt;/span&gt; &lt;span style="font-style: italic;"&gt;routing &lt;/span&gt;protocol.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;All of the smaller, Distance-Vector routers have a static route that tells them that if they do not know what to do with a packet, send it to the local Link-State router (The Gateway of Last Resort: Router# ip route &lt;span style="font-weight: bold;"&gt;0.0.0.0&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;0.0.0.0&lt;/span&gt; {insert address of the link-state router}). That Gateway router, running a &lt;span style="font-weight:bold;"&gt;Link-State&lt;/span&gt; protocol, will know what to do with every packet it receives. If it receives a packet destined for a remote destination within the company, it will have learned about the best paths available from its &lt;span style="font-weight: bold;"&gt;Link-State&lt;/span&gt; conversations with other Gateway routers within the company.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If the Gateway router receives a packet for a destination outside the company, there are three options to keep the packet moving. First of all, you can program each Gateway to have its own "Gateway of Last Resort" based on each location's details--especially if each location has its own Internet connection. Another option is to have all locations access the Internet through one location. In this case, the location with the Internet connection would have it's router that is part of the &lt;span style="font-weight: bold;"&gt;Link-State&lt;/span&gt; topology programmed with a "Gateway of Last Resort" that pointed the unknown traffic to the Internet (via an ISP's router.) Through Link-State routing updates, the other routers in the topology would learn that 0.0.0.0 is available through this one router. This is a solution for an organization that needs to closely monitor and control its Internet traffic for security or cost reasons. In fact, this was once necessary for reasons of cost and Internet availability; however, now that cable, DSL, wireless, and satellite is fast, affordable and widely available, this solution is less common.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;The final option is to have each router run an Exterior Gateway or Border Gateway Protocol. Either of these two protocols (EGP and BGP) can be used to exchange information between two separately owned/controlled networks. Gateway Protocols are merely mentioned on the CCNA exam, and I have little experience with them, so their discussion ends here.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;span style="font-style:italic;"&gt;Routing &lt;/span&gt;protocols explain how the internet works. They help the network administrator makes connections quickly and more efficiently than he or she could ever do. They also help us design efficient and cost-effective networks. Understanding routing protocols not only help you pass your CCNA exam, they help you build and maintain a better network.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-6670694840850646534?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/6670694840850646534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=6670694840850646534' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/6670694840850646534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/6670694840850646534'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/08/overview-of-routing-protocols.html' title='Overview of Routing Protocols'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-416576574919836001</id><published>2007-08-27T06:49:00.000-07:00</published><updated>2007-08-27T06:59:32.661-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VLANs'/><category scheme='http://www.blogger.com/atom/ns#' term='CCNA'/><title type='text'>Troubleshooting VLANs</title><content type='html'>First of all, I should mention that the posts on this blog are not in any particular order. Sometimes, I will just grab a random topic in order to study something. This is how my brain works, and I apologize to the orderly-minded people who consider this chaotic.&lt;br /&gt;&lt;br /&gt;Second of all, I am assuming that you are already familiar with this subject. I may skip many fundamentals and jump to the meat. That is exactly what I will do today.&lt;br /&gt;&lt;br /&gt;Virtual Local Arean Networks (VLANs) are a means of subdividing switches into broadcast domains. Switches are normally collision domains. If you will have several Layer 3 networks on one switch (such as a network for VOIP and a network for Computers), it is wise and often necessary to create VLANs. &lt;br /&gt;&lt;br /&gt;To troubleshoot VLANs on a switch, you can use the following commands:&lt;br /&gt;#show vlan brief (lists the vlans and interfaces in each vlan)&lt;br /&gt;#show vlan id x (replace x with the vlan number you are looking at for status.)&lt;br /&gt;#show spanning-tree vlan x (use this to check root id, discover possible loops)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-416576574919836001?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/416576574919836001/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=416576574919836001' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/416576574919836001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/416576574919836001'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/08/troubleshooting-vlans.html' title='Troubleshooting VLANs'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4359438882665888824.post-2605934873453025834</id><published>2007-08-26T07:27:00.000-07:00</published><updated>2007-08-26T07:43:22.703-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Networking'/><category scheme='http://www.blogger.com/atom/ns#' term='CCNA'/><title type='text'>The New Blog</title><content type='html'>&lt;p&gt;I have created this second blog because it matches my goals but does not match the theme of my primary blog. &lt;a href="http://larryslobodzian.blogspot.com/"&gt;Perceptions of Reality&lt;/a&gt; is geared more toward social science and topical commentary. This blog focuses on real knowledge in the subject of computer networks. If my opinion appears, it will only do so with a purpose: to make your study and real-world application more effective based on my experiences. Other than that, this blog will real information about networks.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;I have been in the IT industry in various roles for ten years. I have never passed the Cisco Certified Network Associate exam though it has been a goal of mine since my first attempt at it in 2000. There are various reasons and excuses for such failures, but I am leaving those behind me. I am now at a point in my life where I can focus on my CCNA, and I will pass it as soon as possible.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;My CCNA study is the purpose of this blog. I hope that my writing here helps someone else, but the real purpose here is to focus my study. By encoding knowledge in my head into written form, I learn better--most people do. That is why you write so many papers in school. I will try to write about at least one topic from the CCNA exam every day on this blog until my studies are through.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;In the future, I may pursue further certifications in the field. In that case, this blog will live on. Only time will tell. In the meantime, lets learn something together.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;If I can be of assistance, or I need to be corrected, please email me: lslobodzian@gmail.com&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4359438882665888824-2605934873453025834?l=slobonetworks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://slobonetworks.blogspot.com/feeds/2605934873453025834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4359438882665888824&amp;postID=2605934873453025834' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/2605934873453025834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4359438882665888824/posts/default/2605934873453025834'/><link rel='alternate' type='text/html' href='http://slobonetworks.blogspot.com/2007/08/new-blog.html' title='The New Blog'/><author><name>Larry Slobodzian</name><uri>http://www.blogger.com/profile/03430587081591534488</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_EtqsAYPRCOc/S64syc1SDPI/AAAAAAAABG0/3zf7BoCqiYk/S220/Headshot2.JPG'/></author><thr:total>0</thr:total></entry></feed>
