<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learn-Networking.com &#187; WAN</title>
	<atom:link href="http://learn-networking.com/tag/wan/feed" rel="self" type="application/rss+xml" />
	<link>http://learn-networking.com</link>
	<description>Where 127.0.0.1 is Home.</description>
	<lastBuildDate>Sat, 27 Nov 2010 22:11:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>A Brief Overview Of Cabling LANs And WANs</title>
		<link>http://learn-networking.com/network-design/a-brief-overview-of-cabling-lans-and-wans</link>
		<comments>http://learn-networking.com/network-design/a-brief-overview-of-cabling-lans-and-wans#comments</comments>
		<pubDate>Sun, 27 Jan 2008 05:05:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[client/server]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[peer to peer]]></category>
		<category><![CDATA[WAN]]></category>

		<guid isPermaLink="false">http://learn-networking.com/blog/network-design/a-brief-overview-of-cabling-lans-and-wans</guid>
		<description><![CDATA[If you take a moment to think about how your computer is accessing the internet, you’ll notice that it isn’t as simple as it sounds. Every LAN and WAN must follow strict specifications to function correctly. As a result, every good networking technician or student should know how to cable LANs and WANs. Recommended Ethernet [...]]]></description>
			<content:encoded><![CDATA[<p class="notifytext">If you take a moment to think about how your computer is accessing the internet, you’ll notice that it isn’t as simple as it sounds. Every LAN and WAN must follow strict specifications to function correctly. As a result, every good networking technician or student should know how to cable LANs and WANs.</p>
<h3>Recommended Ethernet Specifications for LANs</h3>
<p class="white">Cisco requires that students become familiar with the difference between Ethernet 10BASE-T, Fast Ethernet, and Gigabit Ethernet. You must know when to use each when cabling at the end-user level, workgroup level, and backbone level.</p>
<p style="text-align: center"><img src="http://www.learn-networking.com/wp-content/oldimages/ethernet-connectivity.jpg" alt="ethernet connectivity" /></p>
<p>Note that backbone cabling (cable running from network to network) needs higher performance, since it is the part of a network that gets the heaviest traffic. End-users don’t need as much bandwidth, since not as much traffic is being directed. Although one could argue more is better, you will generally see that more is also increasingly expensive.</p>
<h3>Peer-to- Peer Networks and Client/Server Networks</h3>
<p class="white">When we cable a LAN, there are two networking models we follow: peer-to-peer and client/server. Each model has its benefits and drawbacks, of which networking students are required to know.</p>
<p style="text-align: center"><img src="http://www.learn-networking.com/wp-content/oldimages/client-server-model.jpg" alt="client server model" /></p>
<p>The more popular of the two, client/server, makes use of a server. This server is simply a machine that performs requests for computers on the network. It might handle print requests, store information, or send email for computers on the network.</p>
<p style="text-align: center"><img src="http://www.learn-networking.com/wp-content/oldimages/peer-to-peer-model.jpg" alt="peer to peer model" /></p>
<p>Whereas the client/server model has a central point of authority, the peer-to-peer model functions without any certain authority. Instead of the server, we have the lot of networked computers. As you can probably tell, this can easily lead to security risks, instability, and they certainly don’t scale well as networks grow in size.</p>
<p>In general, there are a few things that Cisco demands students remember about these two models.</p>
<p class="title"><strong>Things to Remember with P2P and Client/Server Networking Models</strong></p>
<ul>
<hr />
<li><strong><span class="bold">1.</span></strong> Peer-to-peer models are much easier to install, as compared to the client/server model</li>
<p></p>
<li><strong><span class="bold">2.</span></strong> Peer-to-peer models don’t scale well- meaning as your network grows, you’ll be in a predicament to keep resources stable. The client/server model scales much more easily.</li>
<p></p>
<li><strong><span class="bold">3.</span></strong> Peer-to-peer models don’t require any extra hardware- just network a few computers and you’re up and running. The client/server model will obviously cost a bit more to maintain.</li>
<p></p>
<li><strong><span class="bold">4.</span> </strong>Client/server models are centralized- meaning a single administrator can grant or deny rights to certain content with ease. This can be done with peer-to-peer networks, but with much more difficulty. Peer-to-peer networks can easily become quite unsecure as a result.</li>
<hr /></ul>
<h3>The Basics of WAN Theory</h3>
<p style="text-align: center"><img src="http://www.learn-networking.com/wp-content/oldimages/wan-model.jpg" alt="lan wan" /></p>
<p>A WAN, or wide area network, simply links between routers and switches. The internet, for instance, is the biggest WAN in existence. LANs and WANs not only differ from what they are used for, but how they are created. Instead of the common UTP or STP media, we’ll instead use a serial connection.</p>
<p>There are two sides to a serial cable: the DCE and DTE. The data communications equipment, or DCE, is considered to be the provider- and thus, a clocking rate needs to be set on the router that receives this end. The data terminal equipment, or DTE, is considered the client- and should not be set with a clocking rate. This clocking rate will ensure that bits are transferred in a synchronized order.</p>
<p>Note that one of the most common mistakes when connecting serial cables is confusing the DCE and DTE ends. Often, they aren’t labeled. The DCE side will be the “female” side, while the DTE side is “male.” Keep in mind that if the clocking rate is set on the DTE side instead of the DCE, the connection will fail.</p>
<p>Don’t worry if this seems unfamiliar to you- right now, all we need to know is that DCE is the provider and needs a clocking rate set- while the DTE is the client. We’ll cover these topics again when we delve into router configuration.</p>
<h3>Closing Comments</h3>
<p>Luckily, this is all you need to know about configuration of LAN and WANs at this point in time. You’ll notice that this material corresponds to the CCNA 1 Module 5 exam. If you are indeed a Cisco networking student, be sure to bookmark this content for future reference.</p>
<img src="http://learn-networking.com/learn-networking.com/?ak_action=api_record_view&id=28&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://learn-networking.com/network-design/a-brief-overview-of-cabling-lans-and-wans/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Difference Between LANs MANs And WANs</title>
		<link>http://learn-networking.com/network-design/the-difference-between-lans-mans-and-wans</link>
		<comments>http://learn-networking.com/network-design/the-difference-between-lans-mans-and-wans#comments</comments>
		<pubDate>Sun, 27 Jan 2008 01:03:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[WAN]]></category>

		<guid isPermaLink="false">http://learn-networking.com/blog/network-design/the-difference-between-lans-mans-and-wans</guid>
		<description><![CDATA[There are several types of computer network designs- you are more than likely familiar with the LAN, or local area network. But the fun doesn’t stop there- we have MANs, SANs, CANs, and more “ANs” than you can shake a stick at. But don’t worry- if you can remember what the first letter in each [...]]]></description>
			<content:encoded><![CDATA[<p class="notifytext">There are several types of computer network designs- you are more than likely familiar with the LAN, or local area network. But the fun doesn’t stop there- we have MANs, SANs, CANs, and more “ANs” than you can shake a stick at. But don’t worry- if you can remember what the first letter in each acronym means, you’re set! (And that much more prepared for your networking exams!)</p>
<h3>What is a LAN?</h3>
<p class="white">If you aren’t already familiar with a LAN, it is defined as a local area network. From the term local, you’d probably guess that LAN network designs don’t span a large region (and you’d be correct). The basic LAN is just a simple network of computers, although LANs can often span multiple buildings. In the example below, you can see a network divided by a router, which is being used to connect the network to the internet.</p>
<p class="article_image">&nbsp;</p>
<p style="text-align: center"><img src="http://www.learn-networking.com/wp-content/oldimages/LAN.jpg" alt="local area network" /></p>
<p>In general there are three things to remember about a LAN:</p>
<p><strong>Three Things to Remember about LANs</strong></p>
<ul>
<hr />
<li><strong>1.</strong> They operate within a limited geographical area</li>
<p></p>
<li><strong>2.</strong> They allow a large amount of users to access media with high-bandwidth capability</li>
<p></p>
<li><strong>3.</strong> They prove full-time connectivity with local services</li>
<hr /></ul>
<p>A LAN is a fairly easy concept to grasp- perhaps the simplest of all networks. In fact, computer networking started out with a simple LAN connection. Since the birth of the LAN, we have been graced with even more advanced technologies- such as the WAN.</p>
<h3>The Difference between a LAN and a WAN</h3>
<p class="white">WANs are networks that interconnect LANs. You can think of it as a company who has offices in three separate states. If the company wishes to have each office on the same network, they would need to somehow connect the LANs together.</p>
<p class="article_image">&nbsp;</p>
<p style="text-align: center"><img src="http://www.learn-networking.com/wp-content/oldimages/wide-area-network.jpg" alt="wide area network" /></p>
<p>Whereas a WAN enables you to send an instant message to someone around the world, a LAN would be limited to a much smaller geographical location. You are actually more familiar with WANs than you think- you’re using one right now! The internet is biggest WAN on Earth. Looking at it from a global perspective, you can see a WAN as a collective of networks run by many people- whereas a LAN is often ran by a specific organization (and thus usually only has one administrator).</p>
<p>In general, there are three things to remember about WANs:</p>
<p><strong>Three Things to Remember about WANs</strong></p>
<ul>
<hr />
<li><strong>1.</strong> They operate using serial interfaces</li>
<p></p>
<li><strong>2.</strong> They generally provide lower bandwidth compared to LANs</li>
<p></p>
<li><strong>3.</strong> They provide full-time remote resources that are connected to local services</li>
<hr /></ul>
<p>Generally speaking, we could stop there. But we can further classify network designs even further with MANs and CANs.</p>
<h3>What are MANs and CANs?</h3>
<p class="white">A MAN is short for metropolitan area network. As the name implies, it covers a metropolitan area- such as a city or the suburbs of a city. You can think of them as between what a LAN and WAN would be. They span a much larger geographical area than LANs, but do not often surpass the limits of a metropolitan area.</p>
<p>MANs are generally good for businesses and organizations that have multiple locations around a city. A bank may also take advantage of a MAN.</p>
<p class="article_image">&nbsp;</p>
<p style="text-align: center"><img src="http://www.learn-networking.com/wp-content/oldimages/metropolitan-area-network.jpg" alt="metropolitan area network" /></p>
<p>So, far so good, right? Well now we’ll introduce the CAN- the campus area network. You’ve probably guessed it- this type of network design spans a university or campus. It acts a lot like a MAN would in some cases, although it obviously has a much more specific purpose.</p>
<p>Thus far the deciding factor on how we classify network designs has been the area they cover. The black sheep of this convention is the SAN: noted (and named) for its functionality- not its coverage area.</p>
<h3>What is a SAN?</h3>
<p class="white">A SAN stands for a storage-area network. It is a dedicated and high performance network that moves data between servers or other resources. The SAN is used to connect storage machines in a “farm” so that other parts of the network can take advantage of the storage space. You will commonly see a SAN connected to a LAN or WAN. In the below example, we are using the SAN to store information the web and email servers may need.</p>
<p class="article_image">&nbsp;</p>
<p style="text-align: center"><img src="http://www.learn-networking.com/wp-content/oldimages/storage-area-network.jpg" alt="storage area network" /></p>
<p>If you ever decide to start your own Fortune 500 business, your network will need to be very large in size. To help alleviate the strain on your network and stress from lack of disk space, a SAN will be all but necessary. Most SANs offer great disaster tolerance and scalability built in- something vital for keeping important company documents.</p>
<h3>Other Types of Networks</h3>
<p>Although you’d think we’ve just about covered it all, we can delve even deeper into network design. You may have heard of a WLAN, or a wireless local area network (which operates much like a LAN without cables). You might have also heard of a PAN- or a personal area network. These are usually used to describe small networks made between mobile devices such as phones. In the below example, you can see two devices connecting wirelessly- by Bluetooth, perhaps.</p>
<p style="text-align: center"><img src="http://www.learn-networking.com/wp-content/oldimages/personal-area-network.jpg" alt="personal area network" /></p>
<p align="left"> Although you can be as specific as you’d like, most networking exams only require you know the basics of LANs, WANs, MANs, and SANs. This may change in the future, so be sure to keep an open mind about the upcoming network designs. We did, after all, only start networking computers with simple LANs. Just years after, we have the many &#8220;AN&#8221;s that we just covered- and there’s no telling what we’ll have in the years to come.</p>
<img src="http://learn-networking.com/learn-networking.com/?ak_action=api_record_view&id=23&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://learn-networking.com/network-design/the-difference-between-lans-mans-and-wans/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

