<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Zoneclick's Community</title>
	<atom:link href="http://zoneclick.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://zoneclick.wordpress.com</link>
	<description>Try how your work's easy</description>
	<lastBuildDate>Mon, 10 Mar 2008 07:22:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='zoneclick.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4d59dbf97fdbd8dc293bfbd478508f58?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Zoneclick's Community</title>
		<link>http://zoneclick.wordpress.com</link>
	</image>
			<item>
		<title>Hard Disks</title>
		<link>http://zoneclick.wordpress.com/2008/02/01/hard-disks/</link>
		<comments>http://zoneclick.wordpress.com/2008/02/01/hard-disks/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 02:49:01 +0000</pubDate>
		<dc:creator>zoneclick</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>

		<guid isPermaLink="false">http://zoneclick.wordpress.com/?p=10</guid>
		<description><![CDATA[
Nearly every desktop computer and server in use today contains one or more hard-disk drives. Every mainframe and supercomputer is normally connected to hundreds of them. You can even find VCR-type devices and camcorders that use hard disks instead of tape. These billions of hard disks do one thing well &#8212; they store changing digital [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=10&subd=zoneclick&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div align="left"><img border="0" src="http://static.howstuffworks.com/gif/hard-disk-ch150.jpg" alt="hard disk" /><br />
Nearly every desktop computer and server in use today contains one or more hard-disk drives. Every mainframe and supercomputer is normally connected to hundreds of them. You can even find VCR-type devices and camcorders that use hard disks instead of tape. These billions of hard disks do one thing well &#8212; they store changing digital information in a relatively permanent form. They give computers the ability to remember things when the power goes out.</div>
<div align="left">In this article, we&#8217;ll take apart a hard disk so that you can see what&#8217;s inside, and also discuss how they organize the gigabytes of information they hold in files!</div>
<div align="left">
<h1 class="articlePageTitle">Hard Disk Basics</h1>
</div>
<div align="left"><!-- dtl_id=7240 //-->Hard disks were invented in the 1950s. They started as large disks up to 20 inches in diameter holding just a few megabytes. They were originally called &#8220;fixed disks&#8221; or &#8220;Winchesters&#8221; (a code name used for a popular IBM product). They later became known as &#8220;hard disks&#8221; to distinguish them from &#8220;floppy disks.&#8221; Hard disks have a hard platter that holds the magnetic medium, as opposed to the flexible plastic film found in tapes and floppies.</div>
<div align="left">At the simplest level, a hard disk is not that different from a cassette tape. Both hard disks and cassette tapes use the same magnetic recording techniques described in How Tape Recorders Work. Hard disks and cassette tapes also share the major benefits of magnetic storage &#8212; the magnetic medium can be easily erased and rewritten, and it will &#8220;remember&#8221; the magnetic flux patterns stored onto the medium for many years.</div>
<div align="left">In the next section, we&#8217;ll talk about the main differences between casette tapes and hard disks.</div>
<div align="left">
<h1 class="articlePageTitle">Capacity and Performance</h1>
</div>
<div align="left"><!-- dtl_id=31542 //-->A typical desktop machine will have a hard disk with a capacity of between 10 and 40 gigabytes. Data is stored onto the disk in the form of files. A file is simply a named collection of bytes. The bytes might be the ASCII codes for the characters of a text file, or they could be the instructions of a software application for the computer to execute, or they could be the records of a data base, or they could be the pixel colors for a GIF image. No matter what it contains, however, a file is simply a string of bytes. When a program running on the computer requests a file, the hard disk retrieves its bytes and sends them to the CPU one at a time.</div>
<div align="left">There are two ways to measure the performance of a hard disk:</div>
<div align="left">
<ul>
<li>Data rate &#8211; The data rate is the number of bytes per second that the drive can deliver to the CPU. Rates between 5 and 40 megabytes per second are common.</li>
<li>Seek time &#8211; The seek time is the amount of time between when the CPU requests a file and when the first byte of the file is sent to the CPU. Times between 10 and 20 milliseconds are common.</li>
</ul>
</div>
<p align="left">The other important parameter is the capacity of the drive, which is the number of bytes it can hold.</p>
<h1 class="articlePageTitle">Inside: Electronics Board</h1>
<p align="left"><!-- dtl_id=31544 //-->The best way to understand how a hard disk works is to take a look inside. (Note that OPENING A HARD DISK RUINS IT, so this is not something to try at home unless you have a defunct drive.)</p>
<p>Here is a typical hard-disk drive:</p>
<table align="center" width="400" cellPadding="3" cellSpacing="0">
<tr>
<td><img src="http://static.howstuffworks.com/gif/hard-disk1.jpg" /></td>
</tr>
</table>
<p>It is a sealed aluminum box with controller electronics attached to one side. The electronics control the read/write mechanism and the motor that spins the platters. The electronics also assemble the magnetic domains on the drive into bytes (reading) and turn bytes into magnetic domains (writing). The electronics are all contained on a small board that detaches from the rest of the drive:</p>
<table align="center" width="433" cellPadding="3" cellSpacing="0">
<tr>
<td><img src="http://static.howstuffworks.com/gif/hard-disk2.jpg" /></td>
</tr>
</table>
<h1 class="articlePageTitle">Inside: Beneath the Board</h1>
<p><!-- dtl_id=37646 //-->Underneath the board are the connections for the motor that spins the platters, as well as a highly-filtered vent hole that lets internal and external air pressures equalize:</p>
<table align="center" width="400" cellPadding="3" cellSpacing="0">
<tr>
<td><img src="http://static.howstuffworks.com/gif/hard-disk5.jpg" /></td>
</tr>
</table>
<p>Removing the cover from the drive reveals an extremely simple but very precise interior:</p>
<table align="center" width="400" cellPadding="3" cellSpacing="0">
<tr>
<td><img src="http://static.howstuffworks.com/gif/hard-disk8.jpg" /></td>
</tr>
</table>
<p>In this picture you can see:</p>
<ul>
<li>The platters &#8211; These typically spin at 3,600 or 7,200 rpm when the drive is operating. These platters are manufactured to amazing tolerances and are mirror-smooth (as you can see in this interesting self-portrait of the author&#8230; no easy way to avoid that!).</li>
<li>The arm &#8211; This holds the read/write heads and is controlled by the mechanism in the upper-left corner. The arm is able to move the heads from the hub to the edge of the drive. The arm and its movement mechanism are extremely light and fast. The arm on a typical hard-disk drive can move from hub to edge and back up to 50 times per second &#8212; it is an amazing thing to watch!</li>
</ul>
<h1 class="articlePageTitle">Inside: Platters and Heads</h1>
<p><!-- dtl_id=37648 //-->In order to increase the amount of information the drive can store, most hard disks have multiple platters. This drive has three platters and six read/write heads:</p>
<table align="center" width="433" cellPadding="3" cellSpacing="0">
<tr>
<td><img src="http://static.howstuffworks.com/gif/hard-disk7.jpg" /></td>
</tr>
</table>
<table align="center" width="433" cellPadding="3" cellSpacing="0">
<tr>
<td><img src="http://static.howstuffworks.com/gif/hard-disk10.jpg" /></td>
</tr>
</table>
<p>The mechanism that moves the arms on a hard disk has to be incredibly fast and precise. It can be constructed using a high-speed linear motor.</p>
<table align="center" width="433" cellPadding="3" cellSpacing="0">
<tr>
<td><img src="http://static.howstuffworks.com/gif/hard-disk11.jpg" /></td>
</tr>
</table>
<p>Many drives use a &#8220;voice coil&#8221; approach &#8212; the same technique used to move the cone of a speaker on your stereo is used to move the arm.</p>
<h1 class="articlePageTitle">Storing the Data</h1>
<p><!-- dtl_id=37650 //-->Data is stored on the surface of a platter in sectors and tracks. Tracks are concentric circles, and sectors are pie-shaped wedges on a track, like this:</p>
<table align="center" width="433" cellPadding="3" cellSpacing="0">
<tr>
<td><img src="http://static.howstuffworks.com/gif/hard-disk-track.gif" /></td>
</tr>
</table>
<p>A typical track is shown in yellow; a typical sector is shown in blue. A sector contains a fixed number of bytes &#8212; for example, 256 or 512. Either at the drive or the operating system level, sectors are often grouped together into clusters.</p>
<p>The process of low-level formatting a drive establishes the tracks and sectors on the platter. The starting and ending points of each sector are written onto the platter. This process prepares the drive to hold blocks of bytes. High-level formatting then writes the file-storage structures, like the file-allocation table, into the sectors. This process prepares the drive to hold files.</p>
<p>For more information on hard disks and related topics, check out the links on the next page.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/zoneclick.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/zoneclick.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zoneclick.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zoneclick.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zoneclick.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zoneclick.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zoneclick.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zoneclick.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zoneclick.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zoneclick.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zoneclick.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zoneclick.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=10&subd=zoneclick&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://zoneclick.wordpress.com/2008/02/01/hard-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/542b610fb1df10686f638312fdbf645f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zoneclick</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/hard-disk-ch150.jpg" medium="image">
			<media:title type="html">hard disk</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/hard-disk1.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/hard-disk2.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/hard-disk5.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/hard-disk8.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/hard-disk7.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/hard-disk10.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/hard-disk11.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/hard-disk-track.gif" medium="image" />
	</item>
		<item>
		<title>Motherboard</title>
		<link>http://zoneclick.wordpress.com/2008/02/01/motherboard/</link>
		<comments>http://zoneclick.wordpress.com/2008/02/01/motherboard/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 02:46:06 +0000</pubDate>
		<dc:creator>zoneclick</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>

		<guid isPermaLink="false">http://zoneclick.wordpress.com/?p=11</guid>
		<description><![CDATA[Form Factor
A motherboard by itself is useless, but a computer has to have one to operate. The motherboard&#8217;s main job is to hold the computer&#8217;s microprocessor chip and let everything else connect to it. Everything that runs the computer or enhances its performance is either part of the motherboard or plugs into it via a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=11&subd=zoneclick&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h1 class="articlePageTitle">Form Factor</h1>
<p><!-- dtl_id=24814 //-->A motherboard by itself is useless, but a computer has to have one to operate. The motherboard&#8217;s main job is to hold the computer&#8217;s microprocessor chip and let everything else connect to it. Everything that runs the computer or enhances its performance is either part of the motherboard or plugs into it via a slot or port.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/motherboard-callouts.jpg" alt="A modern motherboard" border="0" /><br />
<font size="-2">Photo courtesy Consumer Guide Products</font><br />
<font size="-1"><b>A modern motherboard.<br />
See more motherboard pictures.</b></font><br />
</font></td>
</tr>
</table>
<p>The shape and layout of a motherboard is called the <b>form factor</b>. The form factor affects where individual components go and the shape of the computer&#8217;s case. There are several specific form factors that most PC motherboards use so that they can all fit in standard cases. For a comparison of form factors, past and present, check out Motherboards.org.</p>
<p>The form factor is just one of the many standards that apply to motherboards. Some of the other standards include:</p>
<ul>
<li>The <b>socket for the microprocessor</b> determines what kind of Central Processing Unit (CPU) the motherboard uses.</li>
<li>The <b>chipset</b> is part of the motherboard&#8217;s logic system and is usually made of two parts &#8212; the northbridge and the southbridge. These two &#8220;bridges&#8221; connect the CPU to other parts of the computer.</li>
<li>The Basic Input/Output System (BIOS) chip controls the most basic functions of the computer and performs a self-test every time you turn it on. Some systems feature dual BIOS, which provides a backup in case one fails or in case of error during updating.</li>
<li>The <b>real time clock chip</b> is a battery-operated chip that maintains basic settings and the system time.</li>
</ul>
<p>The slots and ports found on a motherboard include:</p>
<ul>
<li>Peripheral Component Interconnect (PCI)- connections for video, sound and video capture cards, as well as network cards</li>
<li>Accelerated Graphics Port (AGP) &#8211; dedicated port for video cards.</li>
<li>Integrated Drive Electronics (IDE) &#8211; interfaces for the hard drives</li>
<li>Universal Serial Bus or FireWire &#8211; external peripherals</li>
<li>Memory slots</li>
</ul>
<p>Some motherboards also incorporate newer technological advances:</p>
<ul>
<li>Redundant Array of Independent Discs (RAID) controllers allow the computer to recognize multiple drives as one drive.</li>
<li><b>PCI Express</b> is a newer protocol that acts more like a network than a bus. It can eliminate the need for other ports, including the AGP port.</li>
<li>Rather than relying on plug-in cards, some motherboards have <b>on-board</b> sound, networking, video or other peripheral support.</li>
</ul>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/motherboard-socket-754.jpg" alt="A Socket 754 motherboard" /><br />
<font size="-2">Photo courtesy Consumer Guide Products</font><br />
<font size="-1"><b>A Socket 754 motherboard</b></font><br />
</font></td>
</tr>
</table>
<p>Many people think of the CPU as one of the most important parts of a computer. We&#8217;ll look at how it affects the rest of the computer in the next section.</p>
<h1 class="articlePageTitle">Sockets and CPUs</h1>
<p><!-- dtl_id=24816 //-->The CPU is the first thing that comes to mind when many people think about a computer&#8217;s speed and performance. The faster the processor, the faster the computer can think. In the early days of PC computers, all processors had the same set of pins that would connect the CPU to the motherboard, called the <b>Pin Grid Array</b> (PGA). These pins fit into a socket layout called <b>Socket 7</b>. This meant that any processor would fit into any motherboard.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/motherboard-socket-939.jpg" alt="A socket 939 motherboard" /><br />
<font size="-2">Photo courtesy HowStuffWorks Shopper</font><br />
<font size="-1"><b>A Socket 939 motherboard</b></font><br />
</font></td>
</tr>
</table>
<p>Today, however, CPU manufacturers Intel and AMD use a variety of PGAs, none of which fit into Socket 7. As microprocessors advance, they need more and more pins, both to handle new features and to provide more and more power to the chip.</p>
<p>Current socket arrangements are often named for the number of pins in the PGA. Commonly used sockets are:</p>
<ul>
<li><b>Socket 478</b> &#8211; for older Pentium and Celeron processors</li>
<li><b>Socket 754</b> &#8211; for AMD Sempron and some AMD Athlon processors</li>
<li><b>Socket 939</b> &#8211; for newer and faster AMD Athlon processors</li>
<li><b>Socket AM2</b> &#8211; for the newest AMD Athlon processors</li>
<li><b>Socket A</b> &#8211; for older AMD Athlon processors</li>
</ul>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/motherboard-lga755.jpg" alt="A Socket LGA755 motherboard" /><br />
<font size="-2">Photo courtesy HowStuffWorks Shopper</font><br />
<font size="-1"><b>A Socket LGA755 motherboard</b></font><br />
</font></td>
</tr>
</table>
<p>The newest Intel CPU does not have a PGA. It has an LGA, also known as Socket T. LGA stands for Land Grid Array. An LGA is different from a PGA in that the pins are actually part of the socket, not the CPU.</p>
<p>Anyone who already has a specific CPU in mind should select a motherboard based on that CPU. For example, if you want to use one of the new multi-core chips made by Intel or AMD, you will need to select a motherboard with the correct socket for those chips. CPUs simply will not fit into sockets that don&#8217;t match their PGA.</p>
<p>The CPU communicates with other elements of the motherboard through a chipset. We&#8217;ll look at the chipset in more detail next.</p>
<h1 class="articlePageTitle">Chipsets</h1>
<p><!-- dtl_id=24818 //-->The chipset is the &#8220;glue&#8221; that connects the microprocessor to the rest of the motherboard and therefore to the rest of the computer. On a PC, it consists of two basic parts &#8212; the <b>northbridge</b> and the <b>southbridge</b>. All of the various components of the computer communicate with the CPU through the chipset.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/motherboard-bridges.jpg" alt="The northbridge and southbridge" /><br />
<font size="-2">Photo courtesy HowStuffWorks Shopper</font><br />
<font size="-1"><b>The northbridge and southbridge</b></font><br />
</font></td>
</tr>
</table>
<p>The northbridge connects directly to the processor via the front side bus (FSB). A memory controller is located on the northbridge, which gives the CPU fast access to the memory. The northbridge also connects to the AGP or PCI Express bus and to the memory itself.</p>
<p>The southbridge is slower than the northbridge, and information from the CPU has to go through the northbridge before reaching the southbridge. Other busses connect the southbridge to the PCI bus, the USB ports and the IDE or SATA hard disk connections.</p>
<p>Chipset selection and CPU selection go hand in hand, because manufacturers optimize chipsets to work with specific CPUs. The chipset is an integrated part of the motherboard, so it cannot be removed or upgraded. This means that not only must the motherboard&#8217;s socket fit the CPU, the motherboard&#8217;s chipset must work optimally with the CPU.</p>
<p>Next, we&#8217;ll look at busses, which, like the chipset, carry information from place to place.</p>
<h1 class="articlePageTitle">Bus Speed</h1>
<p><!-- dtl_id=24820 //-->A bus is simply a circuit that connects one part of the motherboard to another. The more data a bus can handle at one time, the faster it allows information to travel. The <b>speed</b> of the bus, measured in megahertz (MHz), refers to how much data can move across the bus simultaneously.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/motherboard-busses.jpg" alt="Busses connect different parts of the motherboard to one another" /><br />
&lt;!&#8211; <font size="-2">Photo courtesy URL title </font><br />
&#8211;&gt;<font size="-1"><b>Busses connect different parts of the motherboard<br />
to one another</b></font><br />
</font></td>
</tr>
</table>
<p>Bus speed usually refers to the speed of the <b>front side bus</b> (FSB), which connects the CPU to the northbridge. FSB speeds can range from 66 MHz to over 800 MHz. Since the CPU reaches the memory controller though the northbridge, FSB speed can dramatically affect a computer&#8217;s performance.</p>
<p>Here are some of the other busses found on a motherboard:</p>
<ul>
<li>The <b>back side bus</b> connects the CPU with the level 2 (L2) cache, also known as secondary or external cache. The processor determines the speed of the back side bus.</li>
<li>The <b>memory bus</b> connects the northbridge to the memory.</li>
<li>The <b>IDE</b> or <b>ATA</b> bus connects the southbridge to the disk drives.</li>
<li>The <b>AGP</b> bus connects the video card to the memory and the CPU. The speed of the AGP bus is usually 66 MHz.</li>
<li>The <b>PCI</b> bus connects PCI slots to the southbridge. On most systems, the speed of the PCI bus is 33 MHz. Also compatible with PCI is <b>PCI Express</b>, which is much faster than PCI but is still compatible with current software and operating systems. PCI Express is likely to replace both PCI and AGP busses.</li>
</ul>
<p>The faster a computer&#8217;s bus speed, the faster it will operate &#8212; to a point. A fast bus speed cannot make up for a slow processor or chipset.</p>
<p>Now let&#8217;s look at memory and how it affects the motherboard&#8217;s speed.</p>
<h1 class="articlePageTitle">Memory and Other Features</h1>
<p><!-- dtl_id=24822 //-->We&#8217;ve established that the speed of the processor itself controls how quickly a computer thinks. The speed of the chipset and busses controls how quickly it can communicate with other parts of the computer. The speed of the RAM connection directly controls how fast the computer can access instructions and data, and therefore has a big effect on system performance. A fast processor with slow RAM is going nowhere.</p>
<p>The amount of memory available also controls how much data the computer can have readily available. RAM makes up the bulk of a computer&#8217;s memory. The general rule of thumb is the more RAM the computer has, the better.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/motherboard-dimm.jpg" alt="184-pin DDR DIMM RAM" /><br />
<font size="-2">Photo courtesy HowStuffWorks Shopper</font><br />
<font size="-1"><b>184-pin DDR DIMM RAM</b></font><br />
</font></td>
</tr>
</table>
<table align="right" bgcolor="#ffffe0" border="1" cellpadding="3" cellspacing="0" width="200">
<tr>
<td><font face="arial,helvetica"><font color="#000099" size="+1">RAM</font><font size="-1">For information about different types of RAM, check out How RAM Works. </font></font></td>
</tr>
</table>
<p>Much of the memory available today is <b>dual data rate </b>(DDR) memory. This means that the memory can transmit data twice per cycle instead of once, which makes the memory faster. Also, most motherboards have space for multiple memory chips, and on newer motherboards, they often connect to the northbridge via a dual bus instead of a single bus. This further reduces the amount of time it takes for the processor to get information from the memory.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/motherboard-sodimm.jpg" alt="200-pin DDR SODIMM RAM" /><br />
<font size="-2">Photo courtesy HowStuffWorks Shopper</font><br />
<font size="-1"><b>200-pin DDR SODIMM RAM</b></font><br />
</font></td>
</tr>
</table>
<p>A motherboard&#8217;s memory slots directly affect what kind and how much memory is supported. Just like other components, the memory plugs into the slot via a series of pins. The memory module must have the right number of pins to fit into the slot on the motherboard.</p>
<table align="right" cellpadding="3" cellspacing="0" width="200">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/motherboard-simm.jpg" alt="64 MB SDRAM SIMM" /><br />
<font size="-2">Photo courtesy HowStuffWorks Shopper</font><br />
<font size="-1"><b>64MB SDRAM SIMM</b></font><br />
</font></td>
</tr>
</table>
<p>In the earliest days of motherboards, virtually everything other than the processor came on a card that plugged into the board. Now, motherboards feature a variety of onboard accessories such as LAN support, video, sound support and RAID controllers.</p>
<p>Motherboards with all the bells and whistles are convenient and simple to install. There are motherboards that have everything you need to create a complete computer &#8212; all you do is stick the motherboard in a case and add a hard disk, a CD drive and a power supply. You have a completely operational computer on a single board.</p>
<p>For many average users, these built-in features provide ample support for video and sound. For avid gamers and people who do high-intensity graphic or computer-aided design (CAD) work, however, separate video cards provide much better performance.</p>
<p>For more information on motherboards and related topics, check out the links on the following page.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/zoneclick.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/zoneclick.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zoneclick.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zoneclick.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zoneclick.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zoneclick.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zoneclick.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zoneclick.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zoneclick.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zoneclick.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zoneclick.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zoneclick.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=11&subd=zoneclick&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://zoneclick.wordpress.com/2008/02/01/motherboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/542b610fb1df10686f638312fdbf645f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zoneclick</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/motherboard-callouts.jpg" medium="image">
			<media:title type="html">A modern motherboard</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/motherboard-socket-754.jpg" medium="image">
			<media:title type="html">A Socket 754 motherboard</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/motherboard-socket-939.jpg" medium="image">
			<media:title type="html">A socket 939 motherboard</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/motherboard-lga755.jpg" medium="image">
			<media:title type="html">A Socket LGA755 motherboard</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/motherboard-bridges.jpg" medium="image">
			<media:title type="html">The northbridge and southbridge</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/motherboard-busses.jpg" medium="image">
			<media:title type="html">Busses connect different parts of the motherboard to one another</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/motherboard-dimm.jpg" medium="image">
			<media:title type="html">184-pin DDR DIMM RAM</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/motherboard-sodimm.jpg" medium="image">
			<media:title type="html">200-pin DDR SODIMM RAM</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/motherboard-simm.jpg" medium="image">
			<media:title type="html">64 MB SDRAM SIMM</media:title>
		</media:content>
	</item>
		<item>
		<title>CPU</title>
		<link>http://zoneclick.wordpress.com/2008/01/31/cpu/</link>
		<comments>http://zoneclick.wordpress.com/2008/01/31/cpu/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 08:38:17 +0000</pubDate>
		<dc:creator>zoneclick</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>

		<guid isPermaLink="false">http://zoneclick.wordpress.com/?p=9</guid>
		<description><![CDATA[


CPU is a well-known acronym in the computing world, but what is in them? Learn more about CPUs, including the differences between Pentium and Celeron processors, or how graphics cards work.



When you buy a CPU chip, it has a &#8220;maximum&#8221; speed rating stamped on the chip&#8217;s case. For example, the chip might indicate that it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=9&subd=zoneclick&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="body">
<div class="leftColumn">
<div class="categoryIntro"><img src="http://static.howstuffworks.com/gif/c_computerhard_cpu-90x130.gif" style="margin-bottom:5px;" /></p>
<div class="description">CPU is a well-known acronym in the computing world, but what is in them? Learn more about CPUs, including the differences between Pentium and Celeron processors, or how graphics cards work.</div>
</div>
</div>
</div>
<p>When you buy a CPU chip, it has a &#8220;maximum&#8221; speed rating stamped on the chip&#8217;s case. For example, the chip might indicate that it is a 3-GHz part. This means that the chip will perform without error when executed at or below that speed within the chip&#8217;s normal temperature parameters.</p>
<p>There are two things that limit a chip&#8217;s speed:</p>
<ul>
<li><b>Transmission delays</b> on the chip</li>
<li><b>Heat build-up</b> on the chip</li>
</ul>
<p><b>Transmission delays</b> occur in the wires that connect things together on a chip. The &#8220;wires&#8221; on a chip are incredibly small aluminum or copper strips etched onto the silicon. A chip is nothing more than a collection of transistors and wires that hook them together, and a transistor is nothing but an on/off switch. When a switch changes its state from on to off or off to on, it has to either <b>charge up or drain the wire</b> that connects the transistor to the next transistor down the line. Imagine that a transistor is currently &#8220;on.&#8221; The wire it is driving is filled with electrons. When the switch changes to &#8220;off,&#8221; it has to drain off those electrons, and that takes time. The bigger the wire, the longer it takes.As the size of the wires has gotten smaller over the years, the time required to change states has gotten smaller, too. But there is some limit &#8212; charging and draining the wires takes time. That limit imposes a speed limit on the chip.</p>
<p>There is also a minimum amount of time that a transistor takes to <b>flip states</b>. Transistors are chained together in strings, so the transistor delays add up. On a complex chip like the G5, there are likely to be longer chains, and the length of the longest chain limits the maximum speed of the entire chip.</p>
<p>Finally, there is <b>heat</b>. Every time the transistors in a gate change state, they leak a little electricity. This electricity creates heat. As transistor sizes shrink, the amount of wasted current (and therefore heat) has declined, but there is still heat being created. The faster a chip goes, the more heat it generates. Heat build-up puts another limit on speed.</p>
<p>You can try to run your chip at a faster speed &#8212; doing that is called <b>overclocking</b>. On many chips (especially certain models of the Celeron &#8212; see the first link below), it works very well. Sometimes, you have to cool the chip artificially to overclock it. Other times, you cannot overclock it at all because you immediately bump into transmission delays.</p>
<p><font color="#000099"><b>These links will help you learn more:</b></font></p>
<ul>
<li>Microprocessor/CPU</li>
<li>Celeron Overclocking FAQ</li>
<li>Overclocking Database</li>
<li>Circuit design techniques for the high-performance CMOS IBM S/390</li>
<li>Webopedia: Microprocessor Comparison Chart</li>
<li>How Microprocessors Work</li>
<li>How Semiconductors Work</li>
<li>What is the difference between a Pentium and a Celeron processor?</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/zoneclick.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/zoneclick.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zoneclick.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zoneclick.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zoneclick.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zoneclick.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zoneclick.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zoneclick.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zoneclick.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zoneclick.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zoneclick.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zoneclick.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=9&subd=zoneclick&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://zoneclick.wordpress.com/2008/01/31/cpu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/542b610fb1df10686f638312fdbf645f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zoneclick</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/c_computerhard_cpu-90x130.gif" medium="image" />
	</item>
		<item>
		<title>Buses</title>
		<link>http://zoneclick.wordpress.com/2008/01/31/buses/</link>
		<comments>http://zoneclick.wordpress.com/2008/01/31/buses/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 08:35:11 +0000</pubDate>
		<dc:creator>zoneclick</dc:creator>
				<category><![CDATA[Computer Hardware]]></category>

		<guid isPermaLink="false">http://zoneclick.wordpress.com/?p=8</guid>
		<description><![CDATA[
A bus, or computer universal switch, is essential for data transfer within a computer or between more than one. We&#8217;ll take a look at topics like PCI, SCSI, USB Ports and serial ports.
A computer is full of busses &#8212; highways that take information and power from one place to another. For example, when you plug [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=8&subd=zoneclick&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://static.howstuffworks.com/gif/c_computerhard_buses-90x130.gif" style="margin-bottom:5px;" /></p>
<div class="description">A bus, or computer universal switch, is essential for data transfer within a computer or between more than one. We&#8217;ll take a look at topics like PCI, SCSI, USB Ports and serial ports.</div>
<div class="description">A computer is full of <b>busses</b> &#8212; highways that take information and power from one place to another. For example, when you plug an MP3 player or digital camera into your computer, you&#8217;re probably using a universal serial bus (USB) port. Your USB port is good at carrying the data and electricity required for small electronic devices that do things like create and store pictures and music files. But that bus isn&#8217;t big enough to support a whole computer, a server or lots of devices simultaneously.</p>
<table align="center" cellpadding="3" cellspacing="0" width="430">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/scsi-1.jpg" alt="SCSI devices usually connect to a controller card like this one." border="0" /><br />
<font size="-1"><b>SCSI devices usually connect to a controller card like this one.<br />
See more pictures of SCSI connectors and cables.</b></font><br />
</font></td>
</tr>
</table>
<p>For that, you&#8217;d need something more like <b>SCSI</b>. SCSI originally stood for <b>Small Computer System Interface</b>, but it&#8217;s really outgrown the &#8220;small&#8221; designation. It&#8217;s a fast bus that can connect lots of devices to a computer at the same time, including hard drives, scanners, CD-ROM/RW drives, printers and tape drives. Other technologies, like serial-ATA (SATA), have largely replaced it in new systems, but SCSI is still in use. This article will review SCSI basics and give you lots of information on SCSI types and specifications</p>
<h1 class="articlePageTitle">SCSI Basics</h1>
<p><!-- dtl_id=27548 //-->SCSI is based on an older, proprietary bus interface called <b>Shugart Associates System Interface</b> (SASI). SASI was originally developed in 1981 by Shugart Associates in conjunction with NCR Corporation. In 1986, the <b>American National Standards Institute</b> (ANSI) ratified SCSI (pronounced &#8220;scuzzy&#8221;), a modified version of SASI. SCSI uses a <b>controller</b> to send and receive data and power to SCSI-enabled devices, like hard drives and printers.</p>
<table align="center" cellpadding="3" cellspacing="0" width="430">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/scsi-4.jpg" /><br />
<font size="-1"><b>SCSI connector</b></font><br />
</font></td>
</tr>
</table>
<p>SCSI has several benefits. It&#8217;s fairly fast, up to 320 megabytes per second (MBps). It&#8217;s been around for more than 20 years and it&#8217;s been thoroughly tested, so it has a reputation for being reliable. Like Serial ATA and FireWire, it lets you put multiple items on one bus. SCSI also works with most computer systems.</p>
<p>However, SCSI also has some potential problems. It has limited system BIOS support, and it has to be configured for each computer. There&#8217;s also no common SCSI software interface. Finally, all the different SCSI types have different speeds, bus widths and connectors, which can be confusing. When you know the meaning behind &#8220;Fast,&#8221; &#8220;Ultra&#8221; and &#8220;Wide,&#8221; though, it&#8217;s pretty easy to understand. We&#8217;ll look at these SCSI types next.</p>
<table align="center" bgcolor="#ffffe0" border="1" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font color="#000099" size="+1">RAID</font>SCSI is often used to control a <b>redundant array of independent discs</b> (RAID). Other technologies, like serial-ATA (SATA), can also be used for this purpose. Newer SATA drives tend to be faster and cheaper than SCSI drives.A RAID is a series of hard drives treated as one big drive. These drives can read and write data at the same time, known as <b>striping</b>. The RAID controller determines which drive gets which chunk of data. While that drive writes the data, the controller sends data to or reads it from another drive.RAID also improves <b>fault tolerance</b> through <b>mirroring</b> and <b>parity</b>. Mirroring makes an exact duplicate of one drive&#8217;s data on a second hard drive. Parity uses a minimum of three hard drives, and data is written sequentially to each drive, except the last one. The last drive stores a number that represents the sum of the data on the other drives. For more information on RAID and fault tolerance, check out this page.</td>
</tr>
</table>
</div>
<h1 class="articlePageTitle">SCSI Types</h1>
<p><!-- dtl_id=27550 //-->SCSI has three basic specifications:</p>
<ul>
<li><b>SCSI-1</b>: The original specification developed in 1986, SCSI-1 is now obsolete. It featured a <b>bus width</b> of 8 bits and <b>clock speed</b> of 5 MHz.</li>
<li><b>SCSI-2</b>: Adopted in 1994, this specification included the <b>Common Command Set (CCS)</b> &#8212; 18 commands considered an absolute necessity for support of any SCSI device. It also had the option to double the clock speed to 10 MHz (<b>Fast</b>), double the bus width from to 16 bits and increase the number of devices to 15 (<b>Wide</b>), or do both (<b>Fast/Wide</b>). SCSI-2 also added <b>command queuing</b>, allowing devices to store and prioritize commands from the host computer.</li>
<li><b>SCSI-3</b>: This specification debuted in 1995 and included a series of smaller standards within its overall scope. A set of standards involving the <b>SCSI Parallel Interface</b> (SPI), which is the way that SCSI devices communicate with each other, has continued to evolve within SCSI-3. Most SCSI-3 specifications begin with the term <b>Ultra</b>, such as Ultra for SPI variations, Ultra2 for SPI-2 variations and Ultra3 for SPI-3 variations. The Fast and Wide designations work just like their SCSI-2 counterparts. SCSI-3 is the standard currently in use.</li>
</ul>
<p>Different combinations of doubled bus speed, doubled clock speed and SCSI-3 specifications have led to lots of SCSI variations. The chart below compares several of them. Many of the slower ones are no longer in use &#8212; we&#8217;ve included them for comparison.</p>
<table align="center" bgcolor="#ffffe0" border="1" cellpadding="3" cellspacing="0" width="400">
<tr>
<td align="center"><font face="arial,helvetica" size="-1"><b>Name</b></font></td>
<td align="center"><font face="arial,helvetica" size="-1"><b>Specification</b></font></td>
<td align="center"><font face="arial,helvetica" size="-1"><b># of Devices</b></font></td>
<td align="center"><font face="arial,helvetica" size="-1"><b>Bus Width</b></font></td>
<td align="center"><font face="arial,helvetica" size="-1"><b>Bus Speed</b></font></td>
<td align="center"><font face="arial,helvetica" size="-1"><b>MBps</b></font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Asynchronous<br />
SCSI</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-1</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">5 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">4 MBps</font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Synchronous<br />
SCSI</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-1</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">5 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">5 MBps</font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Wide</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-2</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">5 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">10 MBps</font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Fast</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-2</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">10 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">10 MBps</font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Fast/Wide</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-2</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">10 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">20 MBps</font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Ultra</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-3<br />
SPI</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">20 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">20 MBps</font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Ultra/Wide</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-3<br />
SPI</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">20 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">40 MBps</font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Ultra2</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-3<br />
SPI-2</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8</font></td>
<td align="center"><font face="arial,helvetica" size="-1">8 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">40 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">40 MBps</font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Ultra2/Wide</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-3<br />
SPI-2</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">40 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">80 MBps</font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Ultra3</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-3<br />
SPI-3</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">40 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">160 MBps</font></td>
</tr>
<tr>
<td align="center"><font face="arial,helvetica" size="-1">Ultra320</font></td>
<td align="center"><font face="arial,helvetica" size="-1">SCSI-3<br />
SPI-4</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16</font></td>
<td align="center"><font face="arial,helvetica" size="-1">16 bits</font></td>
<td align="center"><font face="arial,helvetica" size="-1">80 MHz</font></td>
<td align="center"><font face="arial,helvetica" size="-1">320 MBps</font></td>
</tr>
</table>
<p>In addition to the increased bus speed, Ultra320 SCSI uses <b>packeted</b> data transfer, increasing its efficiency. Ultra2 was also the last type to have a &#8220;narrow,&#8221; or 8-bit, bus width.</p>
<p>All of these SCSI types are <b>parallel</b> &#8212; bits of data move through the bus simultaneously rather than one at a time. The newest type of SCSI, called <b>Serial Attached SCSI (SAS)</b>, uses SCSI commands but transmits data serially. SAS uses a point-to-point serial connection to move data at 3.0 gigabits per second, and each SAS port can support up to 128 devices or expanders.</p>
<table align="center" cellpadding="3" cellspacing="0" width="430">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/scsi-3.jpg" /><br />
<font size="-1"><b>SCSI controller</b></font><br />
</font></td>
</tr>
</table>
<p>All the different SCSI varieties use controllers and cables to interface with devices. We&#8217;ll look at this process next.</p>
<h1 class="articlePageTitle">Controllers, Devices and Cables</h1>
<p><!-- dtl_id=27552 //-->A SCSI controller coordinates between all of the other devices on the SCSI bus and the computer. Also called a <b>host adapter</b>, the controller can be a card that you plug into an available slot or it can be built into the motherboard. The SCSI BIOS is also on the controller. This is a small ROM or Flash memory chip that contains the software needed to access and control the devices on the bus.</p>
<p>Each SCSI device must have a unique <b>identifier</b> (ID) in order for it to work properly. For example, if the bus can support sixteen devices, their IDs, specified through a hardware or software setting, range from zero to 15. The SCSI controller itself must use one of the IDs, typically the highest one, leaving room for 15 other devices on the bus.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/scsi-cable3.jpg" /><br />
<font size="-1"><b>Internal SCSI devices connect to a ribbon cable.</b></font><br />
</font></td>
</tr>
</table>
<p>Internal devices connect to a SCSI controller with a ribbon cable. External SCSI devices attach to the controller in a <b>daisy chain</b> using a thick, round cable. (Serial Attached SCSI devices use SATA cables.) In a daisy chain, each device connects to the next one in line. For this reason, external SCSI devices typically have two SCSI connectors &#8212; one to connect to the previous device in the chain, and the other to connect to the next device.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/scsi-cable1.jpg" /><br />
<font size="-1"><b>External SCSI devices connect using thick, round cables.</b></font><br />
</font></td>
</tr>
</table>
<p>The cable itself typically consists of three layers:</p>
<ul>
<li><b>Inner layer:</b> The most protected layer, this contains the actual data being sent.</li>
<li><b>Media layer:</b> Contains the wires that send control commands to the device.</li>
<li><b>Outer layer:</b> Includes wires that carry parity information, which ensures that the data is correct.</li>
</ul>
<p>Different SCSI variations use different connectors, which are often incompatible with one another. These connectors usually use 50, 68 or 80 pins. SAS uses smaller, SATA-compatible connectors.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/scsi-connector3.jpg" /><br />
<font size="-1"><b>68-pin Alternative 3 SCSI connector</b></font><br />
</font></td>
</tr>
</table>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/scsi-connector5.jpg" /><br />
<font size="-1"><b>50-pin Centronics SCSI connector</b></font><br />
</font></td>
</tr>
</table>
<p>Once all of the devices on the bus are installed and have their own IDs, each end of the bus must be closed. We&#8217;ll look at how to do this next.</p>
<h1 class="articlePageTitle">Termination</h1>
<p><!-- dtl_id=27554 //-->If the SCSI bus were left open, electrical signals sent down the bus could reflect back and interfere with communication between devices and the SCSI controller. The solution is to <b>terminate</b> the bus, closing each end with a <b>resistor circuit</b>. If the bus supports both internal and external devices, then the last device on each series must be terminated.</p>
<p>Types of SCSI termination can be grouped into two main categories: passive and active. <b>Passive termination</b> is typically used for SCSI systems that run at the standard clock speed and have a distance of less than 3 feet (1 m) from the devices to the controller. <b>Active termination</b> is used for Fast SCSI systems or systems with devices that are more than 3 feet (1 m) from the SCSI controller.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/scsi-terminator1.jpg" /><br />
<font size="-1"><b>Some SCSI terminators are built into the SCSI device, while others may require an external terminator like this one.</b></font><br />
</font></td>
</tr>
</table>
<p>SCSI also employs three distinct types of <b>bus signaling</b>, which also affect termination. Signaling is the way that the electrical impulses are sent across the wires.</p>
<ul>
<li><b>Single-ended</b> (SE): The controller generates the signal and pushes it out to all devices on the bus over a single data line. Each device acts as a ground. Consequently, the signal quickly begins to degrade, which limits SE SCSI to a maximum of about 10 ft (3 m). SE signaling is common in PCs.</li>
<li><b>High-voltage differential</b> (HVD): Often used for servers, HVD uses a tandem approach to signaling, with a data high line and a data low line. Each device on the SCSI bus has a signal transceiver. When the controller communicates with the device, devices along the bus receive the signal and retransmit it until it reaches the target device. This allows for much greater distances between the controller and the device, up to 80 ft (25 m).</li>
<li><b>Low-voltage differential</b> (LVD): LVD is a variation on HVD and works in much the same way. The big difference is that the transceivers are smaller and built into the SCSI adapter of each device. This makes LVD SCSI devices more affordable and allows LVD to use less electricity to communicate. The downside is that the maximum distance is half of HVD &#8212; 40 ft (12 m).</li>
</ul>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><img src="http://static.howstuffworks.com/gif/scsi-terminator4.jpg" /><br />
<font size="-1"><b>An active terminator</b></font><br />
</font></td>
</tr>
</table>
<p>Both HVD and LVD normally use passive terminators, even though the distance between devices and the controller can be much greater than 3 ft (1 m). This is because the transceivers ensure that the signal is strong from one end of the bus to the other.</p>
<p>For more information on SCSI and other busses, check out the links on the following page.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/zoneclick.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/zoneclick.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zoneclick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zoneclick.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zoneclick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zoneclick.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zoneclick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zoneclick.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zoneclick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zoneclick.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zoneclick.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zoneclick.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=8&subd=zoneclick&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://zoneclick.wordpress.com/2008/01/31/buses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/542b610fb1df10686f638312fdbf645f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zoneclick</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/c_computerhard_buses-90x130.gif" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/scsi-1.jpg" medium="image">
			<media:title type="html">SCSI devices usually connect to a controller card like this one.</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/scsi-4.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/scsi-3.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/scsi-cable3.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/scsi-cable1.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/scsi-connector3.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/scsi-connector5.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/scsi-terminator1.jpg" medium="image" />

		<media:content url="http://static.howstuffworks.com/gif/scsi-terminator4.jpg" medium="image" />
	</item>
		<item>
		<title>What are the different types of computers?</title>
		<link>http://zoneclick.wordpress.com/2008/01/31/what-are-the-different-types-of-computers/</link>
		<comments>http://zoneclick.wordpress.com/2008/01/31/what-are-the-different-types-of-computers/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 08:03:55 +0000</pubDate>
		<dc:creator>zoneclick</dc:creator>
				<category><![CDATA[Types of Computer]]></category>

		<guid isPermaLink="false">http://zoneclick.wordpress.com/2008/01/31/what-are-the-different-types-of-computers/</guid>
		<description><![CDATA[There are a lot of terms used to describe computers. Most of these words imply the size, expected use or capability of the computer. While the term computer can apply to virtually any device that has a microprocessor in it, most people think of a computer as a device that receives input from the user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=6&subd=zoneclick&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There are a lot of terms used to describe computers. Most of these words imply the size, expected use or capability of the computer. While the term <b>computer</b> can apply to virtually any device that has a microprocessor in it, most people think of a computer as a device that receives input from the user through a mouse or keyboard, processes it in some fashion and displays the result on a screen.</p>
<table align="center" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><img src="http://static.howstuffworks.com/gif/laptop-sam.jpg" alt="laptop with binary code" border="0" height="267" width="400" /><br />
<font size="1">John Foxx/Getty Images</font><br />
<font size="2"><b>Laptops are portable computers that integrate components in a battery-operated package slightly larger than an average hardcover book.</b></font></td>
</tr>
</table>
<ul>
<li><b>PC</b> &#8211; The personal computer (PC) defines a computer designed for general use by a single person. While a <b>Mac</b> is a PC, most people relate the term with systems that run the Windows operating system. PCs were first known as <b>microcomputers</b> because they were a complete computer but built on a smaller scale than the huge systems in use by most businesses.</li>
<li><b>Desktop</b> &#8211; A PC that is not designed for portability. The expectation with desktop systems are that you will set the computer up in a permanent location. Most desktops offer more power, storage and versatility for less cost than their portable brethren.</li>
<li><b>Laptop</b> &#8211; Also called <b>notebooks</b>, laptops are portable computers that integrate the display, keyboard, a pointing device or trackball, processor, memory and hard drive all in a battery-operated package slightly larger than an average hardcover book.</li>
<li><b>Palmtop</b> &#8211; More commonly known as Personal Digital Assistants (PDAs), palmtops are tightly integrated computers that often use flash memory instead of a hard drive for storage. These computers usually do not have keyboards but rely on touchscreen technology for user input. Palmtops are typically smaller than a paperback novel, very lightweight with a reasonable battery life. A slightly larger and heavier version of the palmtop is the <b>handheld computer</b>.</li>
<li><b>Workstation</b> &#8211; A desktop computer that has a more powerful processor, additional memory and enhanced capabilities for performing a special group of task, such as 3D Graphics or game development.</li>
<li><b>Server</b> &#8211; A computer that has been optimized to provide services to other computers over a network. Servers usually have powerful processors, lots of memory and large hard drives.</li>
<li><b>Mainframe</b> &#8211; In the early days of computing, mainframes were huge computers that could fill an entire room or even a whole floor! As the size of computers has diminished while the power has increased, the term mainframe has fallen out of use in favor of <b>enterprise server</b>. You&#8217;ll still hear the term used, particularly in large companies to describe the huge machines processing millions of transactions every day.</li>
<li><b>Minicomputer</b> &#8211; Another term rarely used anymore, minicomputers fall in between microcomputers (PCs) and mainframes (enterprise servers). Minicomputers are normally referred to as <b>mid-range servers</b> now.</li>
<li><b>Supercomputer</b> &#8211; This type of computer usually costs hundreds of thousands or even millions of dollars. Although some supercomputers are single computer systems, most are comprised of multiple high performance computers working in parallel as a single system. The best known supercomputers are built by Cray Supercomputers.</li>
<li><b>Wearable</b> &#8211; The latest trend in computing is wearable computers. Essentially, common computer applications (e-mail, database, multimedia, calendar/scheduler) are integrated into watches, cell phones, visors and even clothing!</li>
</ul>
<p><!-- Link text for HSW Items: 1. Question-of-the-Day: for the link, use link#.htm. For the link text, use the question (Is it true that a diesel engine can operate under water while a gasoline engine cannot?) 2. News Items: for the link, use news-item#.htm. For the link text, use the news item header (Golf Swing Benefits Brain Research) 3. Article: for the link, use articlename.htm. For the link text, use the article header (How Hybrid Cars Work) --></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/zoneclick.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/zoneclick.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zoneclick.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zoneclick.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zoneclick.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zoneclick.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zoneclick.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zoneclick.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zoneclick.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zoneclick.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zoneclick.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zoneclick.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=6&subd=zoneclick&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://zoneclick.wordpress.com/2008/01/31/what-are-the-different-types-of-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/542b610fb1df10686f638312fdbf645f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zoneclick</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/laptop-sam.jpg" medium="image">
			<media:title type="html">laptop with binary code</media:title>
		</media:content>
	</item>
		<item>
		<title>How Computers Viruses Work</title>
		<link>http://zoneclick.wordpress.com/2008/01/31/how-computers-viruses-work/</link>
		<comments>http://zoneclick.wordpress.com/2008/01/31/how-computers-viruses-work/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 07:24:12 +0000</pubDate>
		<dc:creator>zoneclick</dc:creator>
				<category><![CDATA[Computer Virus]]></category>

		<guid isPermaLink="false">http://zoneclick.wordpress.com/2008/01/31/how-computers-viruses-work/</guid>
		<description><![CDATA[  Strange as it may sound, the computer virus is something of an Information Age marvel. On one hand, viruses show us how vulnerable we are &#8212; a properly engineered virus can have a devastating effect, disrupting productivity and doing billions of dollars in damages. On the other hand, they show us how sophisticated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=5&subd=zoneclick&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://static.howstuffworks.com/gif/virus-ch.jpg" alt="A virus can spell doom for your computer." />  Strange as it may sound, the computer virus is something of an Information Age marvel. On one hand, viruses show us how vulnerable we are &#8212; a properly engineered virus can have a devastating effect, disrupting productivity and doing billions of dollars in damages. On the other hand, they show us how sophisticated and interconnected human beings have become.</p>
<h1 class="articlePageTitle">Virus Origins</h1>
<p><!-- dtl_id=8311 //-->Computer viruses are called viruses because they share some of the traits of biological viruses. A computer virus passes from computer to computer like a biological virus passes from person to person. Unlike a cell, a virus has no way to reproduce by itself. Instead, a biological virus must inject its DNA into a cell. The viral DNA then uses the cell&#8217;s existing machinery to reproduce itself. In some cases, the cell fills with new viral particles until it bursts, releasing the virus. In other cases, the new virus particles bud off the cell one at a time, and the cell remains alive. A computer virus shares some of these traits. A computer virus must <b>piggyback</b> on top of some other program or document in order to launch. Once it is running, it can infect other programs or documents. Obviously, the analogy between computer and biological viruses stretches things a bit, but there are enough similarities that the name sticks.</p>
<p style="margin:auto 0;" class="printabletocitem">People write computer viruses. A person has to write the code, test it to make sure it spreads properly and then release it. A person also designs the virus&#8217;s attack phase, whether it&#8217;s a silly message or the destruction of a hard disk. Why do they do it?</p>
<p>There are at least three reasons. The first is the same psychology that drives vandals and arsonists. Why would someone want to break a window on someone&#8217;s car, paint signs on buildings or burn down a beautiful forest? For some people, that seems to be a thrill. If that sort of person knows computer programming, then he or she may funnel energy into the creation of destructive viruses. The second reason has to do with the thrill of watching things blow up. Some people have a fascination with things like explosions and car wrecks. When you were growing up, there might have been a kid in your neighborhood who learned how to make gunpowder. And that kid probably built bigger and bigger bombs until he either got bored or did some serious damage to himself. Creating a virus is a little like that &#8212; it creates a bomb inside a computer, and the more computers that get infected the more &#8220;fun&#8221; the explosion. The third reason involves bragging rights, or the thrill of doing it. Sort of like Mount Everest &#8212; the mountain is there, so someone is compelled to climb it. If you are a certain type of programmer who sees a security hole that could be exploited, you might simply be compelled to exploit the hole yourself before someone else beats you to it. Of course, most virus creators seem to miss the point that they cause real damage to real people with their creations. Destroying everything on a person&#8217;s hard disk is real damage. Forcing a large company to waste thousands of hours cleaning up after a virus is real damage. Even a silly message is real damage because someone has to waste time getting rid of it. For this reason, the legal system is getting much harsher in punishing the people who create viruses. For example, experts estimate that the Mydoom worm infected approximately a quarter-million computers in a single day in January 2004. Back in March 1999, the Melissa virus was so powerful that it forced Microsoft and a number of other very large companies to completely turn off their e-mail systems until the virus could be contained. The ILOVEYOU virus in 2000 had a similarly devastating effect. In January 2007, a worm called Storm appeared &#8212; by October, experts believed up to 50 million computers were infected. That&#8217;s pretty impressive when you consider that many viruses are incredibly simple. ­When you listen to the news, you hear about many different forms of electronic infection. The most common are:</p>
<ul>
<li><b>Viruses</b> &#8211; A virus is a small piece of software that piggybacks on real programs. For example, a virus might attach itself to a program such as a spreadsheet program. Each time the spreadsheet program runs, the virus runs, too, and it has the chance to reproduce (by attaching to other programs) or wreak havoc.</li>
<li><b>E-mail viruses</b> &#8211; An e-mail virus travels as an attachment to e-mail messages, and usually replicates itself by automatically mailing itself to dozens of people in the victim&#8217;s e-mail address book. Some e-mail viruses don&#8217;t even require a double-click &#8212; they launch when you view the infected message in the preview pane of your e-mail software .</li>
<li><b>Trojan</b> <b>horses</b> &#8211; A Trojan horse is simply a computer program. The program claims to do one thing (it may claim to be a game) but instead does damage when you run it (it may erase your hard disk). Trojan horses have no way to replicate automatically.</li>
<li><b>Worms</b> &#8211; A worm is a small piece of software that uses computer networks and security holes to replicate itself. A copy of the worm scans the network for another machine that has a specific security hole. It copies itself to the new machine using the security hole, and then starts replicating from there, as well.</li>
</ul>
<p>In this article, we will discuss viruses &#8212; both &#8220;traditional&#8221; viruses and e-mail viruses &#8212; so that you can learn how they work and understand how to protect yourself.</p>
<table align="center" bgcolor="#ffffe0" border="1" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><font color="#000099" size="+1">Patch Tuesday</font><font size="-1"><span>On the second Tuesday of every month, Microsoft releases a list of known vulnerabilities in the Windows operating system. The company issues patches for those security holes at the same time, which is why the day is known as &#8220;Patch Tuesday.&#8221; Viruses written and launched on Patch Tuesday to hit unpatched systems are known as &#8220;zero-day&#8221; attacks. Thankfully, the major anti-virus vendors work with Microsoft to identify holes ahead of time, so if you keep your software up to date and patch your system promptly, you shouldn&#8217;t have to worry about zero-day problems.</span></font></font></td>
</tr>
</table>
<h1 class="articlePageTitle">Virus History</h1>
<p><!-- dtl_id=8313 //-->Traditional computer viruses were first widely seen in the late 1980s, and they came about because of several factors. The first factor was the spread of personal computers<b>PCs</b>). Prior to the 1980s, home computers were nearly non-existent or they were toys. Real computers were rare, and they were locked away for use by &#8220;experts.&#8221; During the 1980s, real computers started to spread to businesses and homes because of the popularity of the IBM PC (released in 1982) and the Apple Macintosh (released in 1984). By the late 1980s, PCs were widespread in businesses, homes and college campuses. (</p>
<p align="left">The second factor was the use of computer <b>bulletin boards</b>. People could dial up a bulletin board with a modem and download programs of all types. Games were extremely popular, and so were simple word processors, spreadsheets and other productivity software. Bulletin boards led to the precursor of the virus known as the <b>Trojan horse</b>. A Trojan horse is a program with a cool-sounding name and description. So you download it. When you run the program, however, it does something uncool like erasing your disk. You think you are getting a neat game, but it wipes out your system. Trojan horses only hit a small number of people because they are quickly discovered, the infected programs are removed and word of the danger spreads among users.</p>
<p>The third factor that led to the creation of viruses was the <b>floppy disk</b>. In the 1980s, programs were small, and you could fit the entire operating system, a few programs and some documents onto a floppy disk or two. Many computers did not have hard disks, so when you turned on your machine it would load the operating system and everything else from the floppy disk. Virus authors took advantage of this to create the first self-replicating programs.</p>
<p align="left">Early viruses were pieces of code attached to a common program like a popular game or a popular word processor. A person might download an infected game from a bulletin board and run it. A virus like this is a small piece of code embedded in a larger, legitimate program. When the user runs the legitimate program, the virus loads itself into memory and looks</p>
<table align="right" cellpadding="3" cellspacing="0">
<tr>
<td>
<div align="right"><img src="http://static.howstuffworks.com/gif/floppy-disk-drive-intro.jpg" alt="Floppy disk in drive." border="0" height="137" width="200" /> <font size="2"><b>Floppy disks were factors in the </b></font></div>
<div align="right"><font size="2"><b> distribution of computer viruses.</b> </font></div>
</td>
</tr>
</table>
<p>around to see if it can find any other programs on the disk. If it can find one, it modifies the program to add the virus&#8217;s code into the program. Then the virus launches the &#8220;real program.&#8221; The user really has no way to know that the virus ever ran. Unfortunately, the virus has now reproduced itself, so two programs are infected. The next time the user launches either of those programs, they infect other programs, and the cycle continues. If one of the infected programs is given to another person on a floppy disk, or if it is uploaded to a bulletin board, then other programs get infected. This is how the virus spreads. The spreading part is the <b>infection</b> phase of the virus. Viruses wouldn&#8217;t be so violently despised if all they did was replicate themselves. Most viruses also have a destructive <b>attack</b> phase where they do damage. Some sort of trigger will activate the attack phase, and the virus will then do something &#8212; anything from printing a silly message on the screen to erasing all of your data. The trigger might be a specific date, the number of times the virus has been replicated or something similar. <span>In the next section, we will look at how viruses have evolved over the years</span><span></span></p>
<h1 class="articlePageTitle">Virus Evolution</h1>
<p><!-- dtl_id=8315 //-->As virus creators became more sophisticated, they learned new tricks. One important trick was the ability to load viruses into memory so they could keep running in the background as long as the computer remained on. This gave viruses a much more effective way to replicate themselves. Another trick was the ability to infect the <b>boot sector</b> on floppy disks and hard disks. The boot sector is a small program that is the first part of the operating system that the computer loads. It contains a tiny program that tells the computer how to load the rest of the operating system. By putting its code in the boot sector, a virus can <b>guarantee it is executed</b>. It can load itself into memory immediately and run whenever the computer is on. Boot sector viruses can infect the boot sector of any floppy disk inserted in the machine, and on college campuses, where lots of people share machines, they could spread like wildfire. In general, neither executable nor boot sector viruses are very threatening any longer. The first reason for the decline has been the huge size of today&#8217;s programs. Nearly every program you buy today comes on a compact disc. Compact discs (CDs) cannot be modified, and that makes viral infection of a CD unlikely, unless the manufacturer permits a virus to be burned onto the CD during production. The programs are so big that the only easy way to move them around is to buy the CD. People certainly can&#8217;t carry applications around on floppy disks like they did in the 1980s, when floppies full of programs were traded like baseball cards. Boot sector viruses have also declined because operating systems now protect the boot sector. Infection from boot sector viruses and executable viruses is still possible. Even so, it is a lot harder, and these viruses don&#8217;t spread nearly as quickly as they once did. Call it &#8220;shrinking habitat,&#8221; if you want to use a biological analogy. The environment of floppy disks, small programs and weak operating systems made these viruses possible in the 1980s, but that environmental niche has been largely eliminated by huge executables, unchangeable CDs and better operating system safeguards. E-mail viruses are probably the most familiar to you. We&#8217;ll look at some in the next section.</p>
<table align="center" bgcolor="#ffffe0" border="1" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><font color="#000099" size="+1">Other Threats</font><font size="-1">Viruses and worms get a lot of publicity, but they aren&#8217;t the only threats to your computer&#8217;s health. Malware is just another name for software that has an evil intent. Here are some common types of malware and what they might do to your infected computer:</font></font></p>
<ul>  <font face="arial,helvetica"></p>
<li><font size="2"><span style="font-family:'times new roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span><b>Adware</b> puts ads up on your screen.</font></li>
<li><font size="2"><b>Spyware</b> collects personal information about you, like your passwords or other information you type into your computer.</font></li>
<li><font size="2"><b>Hijackers</b> turn your machine into a zombie computer.</font></li>
<li><font size="2"><b>Dialers</b> force your computer to make phone calls. For example, one might call toll 900-numbers and run up your phone bill, while boosting revenue for the owners of the 900-numbers. </font></li>
<p></font></ul>
</td>
</tr>
</table>
<h1 class="articlePageTitle">E-mail Viruses</h1>
<p><!-- dtl_id=8317 //-->Virus authors adapted to the changing computing environment by creating the <b>e-mail virus</b>. For example, the <b>Melissa virus</b> in March 1999 was spectacular. Melissa spread in Microsoft Word documents sent via e-mail, and it worked like this: Someone created the virus as a Word document and uploaded it to an Internet newsgroup. Anyone who downloaded the document and opened it would trigger the virus. The virus would then send the document (and therefore itself) in an e-mail message to the first 50 people in the person&#8217;s address book. The e-mail message contained a friendly note that included the person&#8217;s name, so the recipient would open the document, thinking it was harmless. The virus would then create 50 new messages from the recipient&#8217;s machine. At that rate, the Melissa virus quickly became the fastest-spreading virus anyone had seen at the time. As mentioned earlier, it forced a number of large companies to shut down their e-mail systems. The <b>ILOVEYOU virus</b>, which appeared on May 4, 2000, was even simpler. It contained a piece of code as an <b>attachment</b>. People who <b>double-clicked</b><b>VBA</b>, or Visual Basic for Applications. It is a complete programming language and it can be programmed to do things like modify files and send e-mail messages. It also has a useful but dangerous <b>auto-execute</b> feature. A programmer can insert a program into a document that runs instantly whenever the document is opened. This is how the Melissa virus was programmed. Anyone who opened a document infected with Melissa would immediately activate the virus. It would send the 50 e-mails, and then infect a central file called NORMAL.DOT so that any file saved later would also contain the virus. It created a huge mess. Microsoft applications have a feature called <b>Macro Virus Protection</b> built into them to prevent this sort of virus. With Macro Virus Protection turned on (the default option is ON), the auto-execute feature is disabled. So when a document tries to auto-execute viral code, a dialog pops up warning the user. Unfortunately, many people don&#8217;t know what macros or macro viruses are, and when they see the dialog they ignore it, so the virus runs anyway. Many other people turn off the protection mechanism. So the Melissa virus spread despite the safeguards in place to prevent it. In the case of the ILOVEYOU virus, the whole thing was human-powered. If a person double-clicked on the program that came as an attachment, then the program ran and did its thing. What fueled this virus was the human willingness to double-click on the executable. on the attachment launched the code. It then sent copies of itself to everyone in the victim&#8217;s address book and started corrupting files on the victim&#8217;s machine. This is as simple as a virus can get. It is really more of a Trojan horse distributed by e-mail than it is a virus. The Melissa virus took advantage of the programming language built into Microsoft Word called</p>
<table align="center" bgcolor="#ffffe0" border="1" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><font color="#000099" size="+1">Phishing and Social Engineering</font><font size="-1">While you may be taking steps to protect your computer from becoming infected by a virus, you may very well run into another, more insidious type of attack. Phishing and other social engineering attacks have been on the rise. Social engineering is a fancy term for someone trying to get you to give up your personal information &#8212; online or in person &#8212; so they can use it to steal from you. Anti-spam traps may catch e-mail messages coming from phishers, but the U.S. Computer Emergency Readiness Team says the best way for you to beat them at their own game is to be wary. And never give out your personal or financial information online.</font></font></td>
</tr>
</table>
<div class="articleBody">
<h1 class="articlePageTitle">Worms</h1>
<p><!-- dtl_id=8319 //-->A <b>worm</b> is a computer program that has the ability to copy itself from machine to machine. Worms use up computer time and network bandwidth when they replicate, and often carry payloads that do considerable damage. A worm called <b>Code Red</b> made huge headlines in 2001. Experts predicted that this worm could clog the Internet so effectively that things would completely grind to a halt. A worm usually exploits some sort of <b>security hole</b> in a piece of software or the operating system. For example, the Slammer worm (which caused mayhem in January 2003) exploited a hole in Microsoft&#8217;s SQL server. &#8220;Wired&#8221; magazine took a fascinating look inside Slammer&#8217;s tiny (376 byte) program. Worms normally move around and infect other machines through computer networks. Using a network, a worm can expand from a single copy incredibly quickly. The Code Red worm replicated itself more than 250,000 times in approximately nine hours on July 19, 2001 [Source: Rhodes]. The Code Red worm slowed down Internet traffic when it began to replicate itself, but not nearly as badly as predicted. Each copy of the worm scanned the Internet for Windows NT or Windows 2000 servers that did not have the Microsoft security patch installed. Each time it found an unsecured server, the worm copied itself to that server. The new copy then scanned for other servers to infect. Depending on the number of unsecured servers, a worm could conceivably create hundreds of thousands of copies. The Code Red worm had instructions to do three things:</p>
<ul>
<li>Replicate itself for the first 20 days of each month</li>
<li>Replace Web pages on infected servers with a page featuring the message &#8220;Hacked by Chinese&#8221;</li>
<li>Launch a concerted attack on the White House Web site in an attempt to overwhelm it [Source: eEye Digital Security]</li>
</ul>
<p>Upon successful infection, Code Red would wait for the appointed hour and connect to the www.whitehouse.gov domain. This attack would consist of the infected systems simultaneously sending 100 connections to port 80 of www.whitehouse.gov (198.137.240.91). The U.S. government changed the IP address of www.whitehouse.gov to circumvent that particular threat from the worm and issued a general warning about the worm, advising users of Windows NT or Windows 2000 Web servers to make sure they installed the security patch. .</p>
<table align="right" bgcolor="#ffffe0" border="1" cellpadding="3" cellspacing="0" width="200">
<tr>
<td><font face="arial,helvetica"><font color="#000099" size="+1">Reported Viruses</font><font size="-1">According to a report by Symantec published in September 2007, the company received more than 212,000 reports of viruses, worms and other threats during the first half of 2007, a 185% increase over the second half of 2006.</font></font></td>
</tr>
</table>
<p>A worm called Storm, which showed up in 2007, immediately started making a name for itself. Storm uses social engineering techniques to trick users into loading the worm on their computers. So far, it&#8217;s working &#8212; experts believe between one million and 50 million computers have been infected . When the worm is launched, it opens a back door into the computer, adds the infected machine to a botnet and installs code that hides itself. The botnets are small peer-to-peer groups rather than a larger, more easily identified network. Experts think the people controlling Storm rent out their micro-botnets to deliver spam or adware, or for denial-of-service attacks on Web sites. In the next section, we&#8217;ll look at patching your system and other things you can do to protect your computer</p>
<h1 class="articlePageTitle">How to Protect Your Computer from Viruses</h1>
<p><!-- dtl_id=29422 //-->You can protect yourself against viruses with a few simple steps:</p>
<ul>
<li>If you are truly worried about traditional (as opposed to e-mail) viruses, you should be running a more secure operating system like UNIX. You never hear about viruses on these operating systems because the security features keep viruses (and unwanted human visitors) away from your hard disk.</li>
<li>If you are using an unsecured operating system, then buying virus protection software is a nice safeguard.</li>
<li>If you simply <b>avoid programs from unknown sources</b> (like the Internet), and instead stick with commercial software purchased on CDs, you eliminate almost all of the risk from traditional viruses.</li>
<li>You should make sure that <b>Macro Virus Protection</b> is enabled in all Microsoft applications, and you should NEVER run macros in a document unless you know what they do. There is seldom a good reason to add macros to a document, so avoiding all macros is a great policy.</li>
<li>You should <b>never double-click on an e-mail attachment that contains an executable.</b> Attachments that come in as Word files (.DOC), spreadsheets (.XLS), images (.GIF), etc., are data files and they can do no damage (noting the macro virus problem in Word and Excel documents mentioned above). However, some viruses can now come in through .JPG graphic file attachments. A file with an extension like EXE, COM or VBS is an executable, and an executable can do any sort of damage it wants. Once you run it, you have given it permission to do anything on your machine. The only defense is never to run executables that arrive via e-mail.</li>
</ul>
<table align="center" cellpadding="3" cellspacing="0">
<tr>
<td>
<div style="text-align:center;"><img src="http://static.howstuffworks.com/gif/virus1a.gif" alt="Macro Virus Protection in Microsoft Word" border="0" height="377" width="384" /> <font size="2"><b>Open the Options dialog from the Tools menu in Microsoft Word and make sure that Macro Virus Protection is enabled. Newer versions of Word allow you to customize the level of macro protection you use.</b> </font></div>
</td>
</tr>
</table>
<p>By following these simple steps, you can remain virus-free. For more information on computer viruses and related topics, see the links on the next page.</p>
<table align="center" bgcolor="#ffffe0" border="1" cellpadding="3" cellspacing="0" width="400">
<tr>
<td><font face="arial,helvetica"><font color="#000099" size="+1">An Anti-Virus Virus?</font><font size="-1">As we&#8217;ve discussed, worms attack known vulnerabilities in computer operating systems. Someone came up with the idea of turning worm tech around and created a variation of the MSBlast worm that would automatically patch the hole in the operating system and send itself out to other computers to do the same. Sounds like a good idea, right? Not so fast. MSBlast.D, Nachi or Welchia, as it was known, turned out to be more trouble than good. As it multiplied and scanned corporate networks for the vulnerability, it clogged network traffic. </font></font></td>
</tr>
</table>
</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/zoneclick.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/zoneclick.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zoneclick.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zoneclick.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zoneclick.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zoneclick.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zoneclick.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zoneclick.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zoneclick.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zoneclick.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zoneclick.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zoneclick.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=5&subd=zoneclick&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://zoneclick.wordpress.com/2008/01/31/how-computers-viruses-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/542b610fb1df10686f638312fdbf645f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zoneclick</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/virus-ch.jpg" medium="image">
			<media:title type="html">A virus can spell doom for your computer.</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/floppy-disk-drive-intro.jpg" medium="image">
			<media:title type="html">Floppy disk in drive.</media:title>
		</media:content>

		<media:content url="http://static.howstuffworks.com/gif/virus1a.gif" medium="image">
			<media:title type="html">Macro Virus Protection in Microsoft Word</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacker</title>
		<link>http://zoneclick.wordpress.com/2008/01/31/hacker/</link>
		<comments>http://zoneclick.wordpress.com/2008/01/31/hacker/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 07:09:12 +0000</pubDate>
		<dc:creator>zoneclick</dc:creator>
				<category><![CDATA[COmputer Hackers]]></category>

		<guid isPermaLink="false">http://zoneclick.wordpress.com/?p=3</guid>
		<description><![CDATA[
The Black Hat Hackers &#8211; Criminals
These hackers are the ones that you&#8217;ve seen in shackles arrested for cybercrimes when they were just getting out of puberty. Some have done it for financial gain others just for fun.
1. Kevin Mitnick.

Mitnick is perhaps synonymous with Hacker. The Department of Justice still refers to him as &#8220;the most [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=3&subd=zoneclick&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="node-header"></div>
<h2>The Black Hat Hackers &#8211; Criminals</h2>
<p>These hackers are the ones that you&#8217;ve seen in shackles arrested for cybercrimes when they were just getting out of puberty. Some have done it for financial gain others just for fun.</p>
<h2>1. Kevin Mitnick.</h2>
<div class="image-rewrite"><img src="http://mofoyo.com/files/images/393.preview.jpg" alt="Kevin Mitnick Computer Hacker" class="image preview" height="242" width="220" /></div>
<p>Mitnick is perhaps synonymous with Hacker. The Department of Justice still refers to him as &#8220;the most wanted computer criminal in United States history.&#8221; His accomplishments were memorialized into two Hollywood movies: Takedown and Freedom Downtime.</p>
<p>Mitnick got his start by exploiting the Los Angeles bus punch card system and getting free rides. Then similar to Steve Wozniak, of Apple, Mitnick tried Phone Phreaking. Mitnick was first convicted for hacking into the Digital Equipment Corporation&#8217;s computer network and stealing software.</p>
<p>Mitnick then embarked on a two and a half year coast to coast hacking spree. He has stated that he hacked into computers, scrambled phone networks, stole corporate secrets and hacked into the national defense warning system. His fall came when he hacked into fellow computer expert and hacker Tsutomu Shimomura&#8217;s home computer.</p>
<p>Mitnick is now a productive member of society. After serving 5 years and 8 months in solitary confinement, he is now a computer security author, consultant and speaker.</p>
<h2>2. Adrian Lamo</h2>
<div class="image-rewrite"><img src="http://mofoyo.com/files/images/392.preview.jpg" alt="Adrian Lamo Computer Hacker" class="image preview" height="322" width="323" /></div>
<p>Lamo hit major organizations hard, hacking into Microsoft and The New York Times. Lamo would use Internet connections at coffee shops, Kinko&#8217;s and libraries to achieve his feats earning him the nickname &#8220;The Homeless Hacker&#8221;. Lamo frequently found security flaws and exploited them. He would often inform the companies of the flaw.</p>
<p>Lamo&#8217;s hit list includes Yahoo!, Citigroup, Bank of America and Cingular. Of course White Hat Hackers do this legally because they are hired by the company to such, Lamo however was breaking the law.</p>
<p>Lamo&#8217;s intrusion into The New York Times intranet placed him squarely into the eyes of the top cyber crime offenders. For this crime, Lamo was ordered to pay $65,000 in restitution. Additionally, he was sentenced to six months home confinement and 2 years probation. Probation expired January of 2007. Lamo now is a notable public speaker and award winning journalist.</p>
<h2>3. Jonathan James</h2>
<div class="image-rewrite"><img src="http://mofoyo.com/files/images/391.preview.jpg" alt="Jonathan James Computer Hacker" class="image preview" height="512" width="484" /></div>
<p>At 16 years old, James gained enormous notoriety when he was the first minor to be sent to prison for hacking. He later admitted that he was just having fun and looking around and enjoyed the challenge.</p>
<p>James hit high profile organizations including the Defense Threat Reduction Agency, which is an agency of the Department of the Defense. With this hack he was able to capture usernames and passwords and view highly confidential emails.</p>
<p>High on James list, James also hacked in NASA computers and stole software valued at over $1.7 million. The Justice Department was quoted as saying: &#8220;The software stolen by James supported the International Space Station&#8217;s physical environment, including control of the temperature and humidity within the living space.&#8221; Upon discovering this hack, NASA had to shut dow its entire computer system costing taxpayers $41,000. Today James aspires to start a computer security company.</p>
<h2>4. Robert Tappan Morris</h2>
<div class="image-rewrite"><img src="http://mofoyo.com/files/images/390.preview.jpg" alt="Robert Tappan Morris Computer Hacker" class="image preview" height="400" width="400" /></div>
<p>Morris is the son of a former National Security Agency scientist named Robert Morris. Robert is the creator of the Morris worm. This worm was credited as the first computer worm spread through the Internet. Because of his actions, he was the first person to be prosecuted under the 1986 Computer Fraud and Abuse Act.</p>
<p>Morris created the worm while at Cornell as a student claiming that he intended to use the worm to see how large the Internet was at the time. The worm, however, reproduced itself uncontrollably, shutting down many computers until they had completely malfunctioned. Experts claim 6,000 machines were destroyed. Morris was ultimately sentenced to three years&#8217; probation, 400 hours of community service and assessed a $10,500 fine.</p>
<p>Morris is now a tenured professor at the MIT Computer Science and Artificial Intelligence Laboratory. His focus is computer network architecture.</p>
<h2>5. Kevin Poulsen</h2>
<div class="image-rewrite"><img src="http://mofoyo.com/files/images/389.preview.jpg" alt="Kevin Poulsen Computer Hacker" class="image preview" height="216" width="200" /></div>
<p>Frequently referred to as Dark Dante, Poulsen gained national recognition for his hack into Los Angeles radio&#8217;s KIIS-FM phone lines. These actions earned him a Porsche among many other items.</p>
<p>The FBI began to search for Poulson, when he hacked into the FBI database and federal computers for sensitive wiretap information. Poulsen&#8217;s specialty was hacking into phone lines and he frequently took over all of a station&#8217;s phone lines. Poulson also reactivated old Yellow Page escort telephone numbers for a partner who operated a virtual escort agency. Poulson was featured on Unsolved Mysteries and then captured in a supermarket. He was assessed a sentence of five years.</p>
<p>Since his time in prison, Poulsen has worked as a journalist and was promoted to senior editor for Wired News. His most popular article details his work on identifying 744 sex offenders with Myspace profiles.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/zoneclick.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/zoneclick.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/zoneclick.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/zoneclick.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/zoneclick.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/zoneclick.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/zoneclick.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/zoneclick.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/zoneclick.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/zoneclick.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/zoneclick.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/zoneclick.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=zoneclick.wordpress.com&blog=2679345&post=3&subd=zoneclick&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://zoneclick.wordpress.com/2008/01/31/hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/542b610fb1df10686f638312fdbf645f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">zoneclick</media:title>
		</media:content>

		<media:content url="http://mofoyo.com/files/images/393.preview.jpg" medium="image">
			<media:title type="html">Kevin Mitnick Computer Hacker</media:title>
		</media:content>

		<media:content url="http://mofoyo.com/files/images/392.preview.jpg" medium="image">
			<media:title type="html">Adrian Lamo Computer Hacker</media:title>
		</media:content>

		<media:content url="http://mofoyo.com/files/images/391.preview.jpg" medium="image">
			<media:title type="html">Jonathan James Computer Hacker</media:title>
		</media:content>

		<media:content url="http://mofoyo.com/files/images/390.preview.jpg" medium="image">
			<media:title type="html">Robert Tappan Morris Computer Hacker</media:title>
		</media:content>

		<media:content url="http://mofoyo.com/files/images/389.preview.jpg" medium="image">
			<media:title type="html">Kevin Poulsen Computer Hacker</media:title>
		</media:content>
	</item>
	</channel>
</rss>