old-www/HOWTO/Unix-and-Internet-Fundament.../anatomy.html

208 lines
4.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Basic anatomy of your computer</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="The Unix and Internet Fundamentals HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Introduction"
HREF="intro.html"><LINK
REL="NEXT"
TITLE="What happens when you switch on a computer?"
HREF="bootup.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Unix and Internet Fundamentals HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="intro.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="bootup.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="anatomy"
></A
>2. Basic anatomy of your computer</H1
><P
>Your computer has a processor chip inside it that does the actual
computing. It has internal memory (what DOS/Windows people call
<SPAN
CLASS="QUOTE"
>"RAM"</SPAN
> and Unix people often call <SPAN
CLASS="QUOTE"
>"core"</SPAN
>; the Unix
term is a folk memory from when RAM consisted of ferrite-core donuts). The
processor and memory live on the
<I
CLASS="firstterm"
>motherboard</I
>,
which is the heart of your computer.</P
><P
>Your computer has a screen and keyboard. It has hard drives and an
optical CD-ROM (or maybe a DVD drive) and maybe a floppy disk. Some of
these devices are run by <I
CLASS="firstterm"
>controller cards</I
> that plug
into the motherboard and help the computer drive them; others are run by
specialized chipsets directly on the motherboard that fulfill the same
function as a controller card. Your keyboard is too simple to need a
separate card; the controller is built into the keyboard chassis
itself.</P
><P
>We'll go into some of the details of how these devices work later. For
now, here are a few basic things to keep in mind about how they work
together:</P
><P
>All the parts of your computer inside the case are connected by a
<I
CLASS="firstterm"
>bus</I
>.
Physically, the bus is what you plug your controller cards into (the video
card, the disk controller, a sound card if you have one). The bus is the
data highway between your processor, your screen, your disk, and everything
else.</P
><P
>(If you've seen references to &#8216;ISA&#8217;, &#8216;PCI&#8217;,
and &#8216;PCMCIA&#8217; in connection with PCs and have not understood
them, these are bus types. ISA is, except in minor details, the same bus
that was used on IBM's original PCs in 1980; it is no longer used.
PCI, for Peripheral Component Interconnection, is the bus used on most
modern PCs, and on modern Macintoshes as well. PCMCIA is a variant of ISA
with smaller physical connectors used on laptop computers.)</P
><P
>The processor, which makes everything else go, can't actually see any of
the other pieces directly; it has to talk to them over the bus. The only
other subsystem that it has really fast, immediate access to is memory (the
core). In order for programs to run, then, they have to be <I
CLASS="firstterm"
>in
core</I
> (in memory).</P
><P
>When your computer reads a program or data off the disk, what actually
happens is that the processor uses the bus to send a disk read request
to your disk controller. Some time later the disk controller uses the
bus to signal the processor that it has read the data and put it in a
certain location in memory. The processor can then use the bus to look
at that data.</P
><P
>Your keyboard and screen also communicate with the processor via the
bus, but in simpler ways. We'll discuss those later on. For now, you know
enough to understand what happens when you turn on your computer.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="intro.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="bootup.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Introduction</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>What happens when you switch on a computer?</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>