.
 © 1995-2001 Dave Krauss, Michigan
State University
Note: If you wish to print this page and experience problems, click
here to clear the frames. Then, press the back button on your browser
to return.
Table of Contents:
Things to Consider Before
Buying a Computer In the initial stages of determining what
sort of computer you need to get, at some point you need to ask yourself,
what am I going to be using the computer for? Whether you intend to
write papers for class, surf the World Wide Web, or just play computer
games, you need to have an idea of what the minimum requirements the
computer needs to have. If all you intend to do is just write letters
using a DOS based word processing program, a 386 or 486 system with a
couple megabytes of memory is more than adequate. If you want to use a
Windows version of some word processing program, then your requirements go
up a bit, particularly on the amount of RAM memory and hard disk space. If
you want to be able to surf the Web and play some of the multimedia
virtual reality games, then you need a higher-end system, with more
memory, more disk space, and a modem.
Once you determine what you need the computer for, the next question
that you need to ask yourself is how much money I can afford to
spend. If you are looking for a Pentium III based system, expect to
pay around $1,500 for a good quality system including software and a
monitor. You will no doubt see several systems advertised for less
(sub-$1,000 computers), but there is a good reason why these systems are
cheaper and we will discuss this a little later in this document.
Buy as much PC as you can afford. Don't cut corners on the main system
unit (monitor, processor, memory, disk space, etc.). If you are short on
cash, hold off on the printer or a software application or two that you
really don't need right away. Remember, this system is going to last you
at least 2 or 3 years or more and you don't want to start running out of
disk space or memory in the first week that you have it because you
trimmed down the amount of memory or got a smaller hard drive so that you
could afford to buy 18 different versions of a screen saver program!
Remember, you get what you pay for. If the price is cheap, most likely
the components are cheap. For example, a good brand name 9 GB (Gigabyte)
hard drive currently sells for $150 to $200. If a salesman talks you into
their in-house brand for $50, make sure you have them throw in an extra
set of rubber bands! Or a good quality 17 inch color SVGA monitor will
typically go for somewhere in the range of $300 to $600. If the local
computer store is selling a high-end model SVGA monitor for only $150,
check to see if there is a crank on the side!
Finally, give yourself some room to work. Shoot for a dollar amount but
be willing to spend a couple hundred more to get exactly what you want and
something that you'll be happy with. If you say I want the best
computer graphics workstation made, but I don't want to spend more than
$500, I say go buy yourself a 64-pack of Crayolas with some colored
paper, because that's all you can afford. Be realistic!
What is the Main
Purpose of the Computer If you have made the decision to buy
a computer, there must be a reason or need that you have to get one, other
than I have $2000 burning a hole in my pocket and I need to get rid of
it! A good reason for buying a computer would be something like
writing papers for a class or keeping track of your finances or business.
A bad reason for buying a computer would be something like your best
friend has one or everyone else you know has one, because you're probably
never going to use it and you end up with a $2000 paper weight.
Computer
Terminology Before we get into our discussion of computers
and components, there are a few terms that I should define first for those
that are shopping for a computer for the first time: bits,
bytes, and megahertz. These are the most common terms that
are used to describe a computer's ability to store information and the
speed in which it can process data.
Bits & Bytes Defined Computers only
work with binary numbers. A binary number, or bit for short, is the
smallest unit of information that is used by a computer and consists of
one of two different characters, a 0 (zero) or a 1 (one). A
0 would refer to off or false or no, while a
1 would refer to on or true or yes. A
simplified example of the use of a bit would be when the computer is
booted up, it sends out a signal to the printer connected to the computer
to see if it is ready to accept documents. Assuming that the printer is
turned on and isn't ready yet, it would respond by sending back a 0
indicating no, I'm not ready. If the printer is ready, it would
respond by sending back a 1 indicating yes, I am ready. When
you see the speed rating of a communications device, such as a serial port
or a modem, the speed will be listed in bps or bits per
second. A modem that has a rating of 56K bps (since K
refers to thousand, that is 56,000 bps) would have the capability
to sending or receiving 56,000 0s and/or 1s in one second.
Since sending out information 1 bit at a time can be rather time
consuming for the computer, information is sent as a package of data or
instructions called a byte. A byte is made up of 8 bits of
information, such as 00000000 or 10101010. Most of a
computer's specifications are represented in terms of bytes, such as the
computer's memory capacity or the size of a disk drive.
The following table lists the various terms and their associated
values:
| Term |
Symbol |
|
Value |
| bit |
b |
|
0 or 1 |
| byte |
B |
|
8 bits |
| kilobit |
Kb |
|
1,024 bits |
| kilobyte |
KB |
|
1,024 bytes |
| megabit |
Mb |
|
1,048,576 bits |
| megabyte |
MB |
|
1,048,576 bytes |
| gigabit |
Gb |
|
1,073,741,824
bits |
| gigabyte |
GB |
|
1,073,741,824
bytes |
| terabit |
Tb |
|
1,099,511,627,776
bits |
| terabyte |
TB |
|
1,099,511,627,776
bytes |
Note in the above table that when referring to computers, the K
(thousand) actually refers to 1,024 and not 1,000. Therefore, a
document stored on the computer's hard drive that is listed as being 10 KB
in size is actually 10,240 bytes (10 times 1,024) and not 10,000 bytes. If
a computer contains 32 MB of memory, it actually contains 33,554,432 bytes
(32 times 1,048,576) and not 32,000,000.
Megahertz Defined The speed of a
computer depends on the amount of data its processor can manipulate in a
given period of time and the processor's clock speed. The clock
speed of a processor is measured by the number of electronic pulses it can
produce in a second. Clock speed is built into the processor and is
measured in megahertz (MHz). Since mega means million and
hertz means times (cycles) per second, 500 MHz is 500 million times
per second. The electronic pulses affect the speed with which program
instructions are executed because instructions are executed at
predetermined intervals, which are timed by the electronic pulses. For
example, if we had a computer than contained a processor that was running
at 500 MHz and it executed an instruction every 100 pulses, it would
process 5,000,000 instructions per second (500 million divided by 100). If
the computer had a 300 MHz processor and executed an instruction every 100
pulses, it would process 3,000,000 instructions per second.
The amount of data that the processor can handle is called the word
size and refers to the number of bits of information that can be
processed at a time. An Intel Pentium processor can handle 64-bit words or
64 bits (0s and 1s) of information at a time. The older 486 computers
contained 32-bit processors and could only handle 32 bits of information
at a time. Before you jump to conclusions, a 64-bit processor is not
necessarily twice as fast as a 32-bit processor. The 64-bit processor may
be more than twice as fast in performing some tasks, but less than twice
as fast in performing others. Generally speaking though, a 64-bit
processor is faster than a 32-bit processor, which in turn is faster than
a 16-bit processor.
We will discuss processing speed in more detail under the Processor
Paranoia section below.
Operating Systems and
Software Applications The software applications that you get
for your computer must be compatible. Once you determine which operating
system you are going to run on your new computer (assuming that you have a
choice), Windows 95, 98, NT, Me, 2000, OS/2, or Linux, you can then select
which software applications to get. Most software applications are
available in each of these flavors, so the application does not
necessarily determine which operating system you have to use. If you buy a
complete computer system from a single outlet store as opposed to
purchasing each of the components separately from different outlets, the
complete system will most likely come with an operating system
preinstalled, such as Microsoft Windows Me or on an IBM brand computer,
IBM's OS/2 Warp.
- Windows
95
- A 32-bit, semi-preemptive multitasking operating system, in
definition anyway. In reality, it is a hybrid version of Windows 3.x (in
that it still contains some of the same 16-bit code) and Windows NT (a
true 32-bit operating system). Due to the 16-bit code which is still
part of the operating system, Windows 95 will actually run faster on a
computer with a Pentium processor that is not optimized for a 32-bit
operating system and slower on computers with processors that are fully
optimized for a 32-bit operating system (Pentium Pro and Pentium II). It
was designed as more or less a transition operating system to move users
from the older, slower 16-bit software applications to the newer, more
powerful 32-bit software application. Therefore, it still runs most of
the older 16-bit applications such as Microsoft Office 4.x, DOS versions
of word processing and spreadsheet applications, as well as most DOS
based computer games. While maintaining this backward compatibility,
Microsoft also included some 32-bit code to allow it to take advantage
of the faster and more powerful 32-bit software applications that are
now available, such as Microsoft Office 97 and Corel WordPerfect Office
Suite 8. Problems associated with Windows 95 are generally due to the
backward compatibility issue with 16-bit software written for DOS and
Windows 3.x. These problems will generally appear as Windows GPF
(General Protection Fault) errors, which were common with Windows 3.x
(although not quite as bad in Windows 95). One way to avoid the GPF
errors is to stick with device drivers that were written specifically
for Windows 95. Also, Windows 95 supports Plug & Play which makes
the installation of components a snap.
- Windows 98
- 32-bit operating system like Windows 95 and although it is marketed
as a new operating system, in reality it is more or less a
bug-fix for Windows 95 with a few new bells and whistles thrown in. The
major differences between Windows 95 and Windows 98 are that Windows 98
integrates Microsoft's Internet Explorer web browser into the operating
system - creating a single interface for browsing the web and the PC,
better help and troubleshooting wizards, enhanced support for DVD and
USB (defined below), support for multiple display monitors (I can barely
afford one monitor, let alone two), WebTV support, and a feature called
Windows Update that automatically checks Microsoft's software
update site for newer versions and updates your computer for you
(assuming that your computer is connected to a network or you have a
modem). If you already have a PC with Windows 95 and it is working fine,
I wouldn't recommend upgrading to Windows 98 due to the cost and disk
space overhead (195 MB). However, if you are buying a new computer,
Windows 98 is definitely better than Windows 95 due to the enhanced
support and cleaner interface.
- Windows Me
- Another 32-bit operating system like Windows 95 and Windows 98. Me
is targetted at the home user and includes improvements to the
reliability and ease of use of Windows 98. There are also some enhanced
features including Internet Explorer 5.5, Windows Media Player 7,
System Restore which restores deleted files, Auto Update
that automatically checks Microsoft's software update site for newer
versions and updates your computer for you, Windows Image
Acquisition the simplifies downloading and saving of images from
digital cameras, Windows Movie Maker for editing digital video,
and the Home Networking Wizard that is designed to help users
setup a home network. Most new computers will come with Windows Me
installed.
- Windows NT
- A true multitasking, multithreaded 32-bit operating system. Although
the interface of Windows 95 and Windows NT appear the same, Windows NT
does not contain any 16-bit code and is therefore not backward
compatible with older 16-bit software applications. Since it has been
around for several years, it is considered a mature operating
system and it has a built in crash protection scheme that usually
prevents one software application from crashing everything else,
although it can still happen on occasion. Windows NT still has its share
of bugs, but they are related more to hardware compatibility issues
rather than the operating system itself. As long as you stick to
hardware components that are certified to work with Windows NT, you
shouldn't have any problems. If you want security and increased power
and stability, Windows NT is the operating system for you, but note that
it is not quite as user friendly as Windows 95 is and it also
does not support Plug & Play.
- Windows 2000
- A true multitasking, multithreaded, 32-bit operating system. It
combines the best features of Windows 98 with the security,
manageability and reliability of Windows NT. Some of the new features
include safeguards that prevent important files and device drivers from
being overwritten during a software installation, eliminates the need to
reboot the computer after installing software applications, can run more
applications and perform more tasks at the same time than Windows 95 or
Windows 98, provides support for multiple processors and several hundred
languages, faster data transfers with Universal Serial Bus (USB) and
IEEE 1394 (discussed below), and it is rumored to be 25% faster than
previous versions of Windows. There is also a tool that allows you to
view a small thumbnail image of a multimedia or graphic file before you
open it, a feature called Hibernate that will automatically turn
your computer and monitor off at a set time, off-line viewing for files
and folders, and Internet Connection Sharing that allows you to
connect your Windows 2000 computer to the Internet (via dial-up or other
method) and then give network access to other computers in your home.
- Windows XP
- A multitasking, multithreaded, operating system that will be
available in both 32-bit and 64-bit formats. There will be two 32-bit
versions of Windows XP when it is released later this year, Windows XP
Home Edition and Windows XP Professional. Both versions have the new
Windows XP interface, advanced support for laptops, wireless
connections, faster bootup and application startup times, advanced power
management, a builtin Internet firewall, and support Internet Explorer
6.0 Privacy. Windows XP Professional has all of the above plus support
for remote desktops, offline files and folders, multiprocessors, file
encryption, enhanced administrative functions (like Windows 2000), and a
multi-lingual user interface. Windows XP 64-Bit Edition is Microsoft's
first 64-bit client operating system and is targeted at technical users
working with high-end multimedia, engineering, and scientific
applications. It contains all of the enhancements for the 32-bit
versions of WIndows XP plus it is optimized to run on the Intel Itanium
processor and will initially support 16GB of RAM memory and up to 16TB
(terabytes) of virtual memory.
- OS/2
Warp
- Similar to Windows NT in that it is also a true multitasking,
multithreaded 32-bit operating system. At one time this IBM operating
system was considered to be the next step for all personal computers,
but over the past few years, support for OS/2 appears to have all but
faded away. Software applications written specifically for OS/2 seem to
be lagging behind those written for Windows NT or completely
non-existent. For example, when Adobe Photoshop 4.0 came out, this was
listed in its specifications, "Adobe Photoshop 4.0 is not designed (nor
was it tested) to be run under the IBM OS/2 Warp operating system." IBM
itself has even been shipping Windows NT on some of their lower-end
systems, so I'm not sure what lies in the future for OS/2.
- Linux
- Free, 32-bit, multitasking, Unix-based operating system. Unlike the
other operating systems listed here, Linux will run on a wide variety of
platforms, from the old Intel 386 to a Sun Sparc. Although there are
many sites that will allow you to download a Linux for free, I strongly
suggest that you purchase an installation CD from a company like Redhat, it will make the
installation a lot easier.
Productivity Software Besides the operating
system, you need to choose which software applications that you are going
to need on your new computer. Most computer systems now come bundled with
a suite of software applications, such as Microsoft Works,Microsoft Office,
WordPerfect
Office, or Lotus SmartSuite. These suites of applications typically
contain all the programs that you would need to run a small business.
Microsoft Office comes with Word (word processor), Excel (spreadsheet),
Schedule+ (calendar), PowerPoint (presentation graphics), and Access
(database) in the professional version. Novel WordPerfect Suite comes with
WordPerfect (word processor), Quattro Pro (spreadsheet), CorelCENTRAL
(calendar), Presentations (presentation graphics), Envoy (Internet
publisher), and Paradox (database) in the profession version. Lotus
SmartSuite comes with Lotus 1-2-3 (spreadsheet), Word Pro (word
processing), Freelance Graphic (presentation graphics), Approach
(database), Screencam (multimedia), and Organizer (time management
software). Sun StarOffice comes with Writer (word processor), Calc
(calculation and analysis), Impress (presentation graphics), Draw
(graphics), Base (database), Schedule (time management software), Mail
(E-mail program), and Discussion (news reader). Each package has its
merits and I can't recommend one over the other. Other than a personal
preference for the layout of one application over another, all of these
are fine programs.
In addition to the operating system and the business software
applications, there are many other categories of software that you may or
may not want to use on your computer. Software to access the Internet such
as Microsoft Internet Explorer or Netscape
Communicator, graphics applications such as Adobe
Photoshop or Paint Shop Pro, multimedia editing software such as Adobe
Premier or RealProducer Pro, and games should also be taken into
consideration when choosing the brand and model of computer that you are
going to purchase.
Hardware There are literally hundreds of
manufacturers for computers, monitors, printers, and other components. My
advice to a first time buyer is to stick with a brand name. Getting that
first computer can be very exciting, but the excitement can quickly
dwindle to sheer terror and frustration if there are compatibility
problems between the components and the software.
The basic components of a computer system are the motherboard
(containing the processor and memory), keyboard, mouse, monitor, diskette
drive, CD-ROM drive, and hard drive. In addition to these, there are
several other types of devices that you may or may not want to include in
your computer purchase, such as a trackball, joy stick, modem, tape drive,
zip drive, printer, plotter, scanner, sound card and speakers, TV card,
video capture card, power supply backup, and surge protector. Whether you
need any of these other devices or not will depend on which software
applications that you intend to use. Also, if you are short on money when
you buy your computer or decide that you need one or more of these items
later on, you shouldn't have any problem installing these after the
original purchase has been made, just make sure you buy components that
are compatible with your system.
I have had the opportunity to work with several different brands and
models of computers, devices, and components over the years. The following
is a list of computer components and their manufacturers that I have
worked with and would recommend to others:
- Desktop/Tower Computers:
- ALR, Compaq, Dell, Gateway, IBM
- Laptop/Notebook Computers:
- Compaq, Gateway, IBM, Sony
- RAM Memory:
- Kingston Memory
Products, Simple
Technologies
- Controller Cards:
- Adaptec, Conner, Western Digital
- Hard Drives:
- Fujitsu, Maxtor, Quantum, Western Digital
- Diskette Drives:
- TEAC
- CD-ROM Drives:
- Mitsumi/Panasonic, Philips,
Sony
- Tape Drives:
- Colorado Memory
Systems, Hewlett
Packard
- Zip/Jazz Drives:
- Iomega
- Monitors:
- CTX, IBM, NEC
- Video Cards:
- Creative Labs, Diamond, Matrox
- Fax/Modems:
- Hayes, Practical Peripherals,
US Robotics (3com)
- Sound Cards:
- Creative Labs
- Power Supplies:
- American Power
Conversion
- Color Ink Jet Printers:
- Canon, Epson, Hewlett Packard
- Black Ink Jet Printers:
- Epson, Hewlett Packard
- Dot Matrix Printers:
- Epson, Lexmark
- Black Laser Printers:
- Hewlett Packard
- Color Laser Printers:
- Canon, Hewlett Packard
- Plotters:
- Hewlett Packard
- Color Scanners:
- Hewlett Packard, Umax
Note, the above lists component manufacturers that I have
personally worked with and consider to be of good quality. Manufacturers
and/or devices that do not appear in this list are either items that I
have not worked with or items that I thought were of lesser quality.
Processor
Paranoia If you've already done some shopping around, you've
discovered that you not only have to figure out which brand of computer to
buy, but also what's inside. This is analogous to that first car you ever
bought. You wanted that Corvette with the souped up 8-cylinder engine, but
settled on the Ford Escort with the 4-cylinder engine. The processor is
the "engine" that drives the computer, the bigger and faster the
processor, the better the performance.
The overall speed of a computer is affected by several things, but most
notably the clock speed of the processor and the speed and size of the
instruction/data bus. The clock speed is the rate at which the processor
processes information and this is measured in millions of cycles per
second (MHz). The way that this information gets to the processor is via
the instruction/data bus. The instruction/data bus is the pathway for data
communications between the computer's processor and the various components
in the computer and is analogous to the buses that run in the city. The
bigger the bus, the more people that it can carry. The faster the bus
travels, the faster you get to where you want to go. Similarly, the
computer's bus has a certain size or width called the data path which is
measured in bits. The speed of the bus is also measured in MHz just like
the processor. The larger the bus width and/or the faster the bus speed,
the more data that can travel on it in a given amount of time.
In addition, there is a thing called the cache that affects the
speed of a computer. Before we go into detail on how the cache affects
processor performance, lets see how a cache speeds up a web browser.
The web browser that you are using right now to view this page also
uses a cache to store the text and graphics that you see displayed. This
information is stored temporarily in a folder on your hard drive. When you
return to this page, rather than downloading the text and graphics again
from this site, the browser just loads the information stored in the cache
folder. This process speeds up access to web pages and graphics and also
reduces traffic over the Internet.
The cache in a computer is similar to the browser's cache in that it is
used to store information temporarily so that the computer doesn't have to
search around for it the next time that it is needed. There are two basic
types of caches that speed up the computers overall performance, disk
cache and memory cache.
The disk cache is used to store the most recently accessed
information and also information adjacent to this that is likely to be
accessed. This reduces the time that it takes to read and/or write
information to the hard drive.
The speed at which a processor executes instructions depends on the
cache memory. This cache memory simply remembers
instructions and information that the processor has executed or accessed
previously. There are two levels of cache memory and these are referred to
by their location and degree of accessibility to the processor. The
Level 1 cache (referred to as L1 or primary cache) is
located on the same chip as the processor. This close proximity to the
processor makes the L1 cache very fast. The Level 2 cache (referred
to as L2 or secondary cache) is a separate chip on the computer's
motherboard. Although it takes longer for the processor to retrieve
information from the L2 cache than the L1 cache, the L2 cache is much
faster than the computer's main (RAM) memory. The next time the processor
needs to execute an instruction or load information that it has previously
used, the memory cache supplies the data. If the information is not found
in the L2 cache, the processor moves on to the computer's RAM memory.
Besides the processors that are offered by AMD and Cyrix (which I have no
experience with), there are several models from Intel that are available.
From slowest to the fastest there is the Pentium, Pentium with MMX
technology, Pentium Pro, Pentium II, Pentium III, and the Pentium 4. If we
compared the speed of the Pentium through Pentium III processors, assuming
that they all had the same clock speed, it would go something like this.
The 200 MHz Pentium processor with MMX is about 28% faster than the 200
MHz Pentium, the 200 MHz Pentium Pro is about 20% faster than the 200 MHz
Pentium with MMX, and the 233 MHz Pentium II is about 20% faster than the
200 MHz Pentium Pro (based on Intel's
data). The 350 MHz Pentium II, based on the 100 MHz bus, is 20% faster
than a 333 MHz Pentium II. A 1.5 GHz Pentium 4 is over 50% faster than a
1.0 GHz Pentium III.
- What is MMX Technology? MMX, or MultiMedia eXtensions is a
chip level enhancement to speed up any application that uses multimedia,
such as slide presentations, games, etc. Based on a technique called
Single Instruction, Multiple Data, (SIMD), MMX allows a processor
to receive 8 bytes of data, one at a time, and then process each byte
individually. Basically what this does is speeds up multimedia and
communication software applications such as audio, graphics, video, and
data communications.
I have four computers in my office, a 500
MHz Pentium III, an 866 MHz Pentium III, an 1800 MHz Pentium 4, and a dual
700 MHz Xeon. If I were only using the computer for word processing,
creating simple spreadsheets, or E-mail, I wouldn't really notice much of
a difference in the speed between these four computers. However, if I were
using the computer to manipulate some graphic images, edit sound files,
run a statistical analysis package, or compile some programming code
written in Visual C++, then I would notice a big difference. So, if you
only intend to use the computer for word processing, E-mail, and maybe an
occasional spreadsheet or two, then the type and speed of the processor
that you get doesn't really matter.
Until recently, we only needed to decide on the type and speed of the
processor that we wanted in our new computer, since most of the Pentium
based computers had a data bus with a maximum speed of 66 MHz. With the
release of the Intel 100 MHz bus architecture (440BX AGPset chipset), this
changed. The Pentium II, Pentium III, and Pentium 4 processors use this
new bus standard instead of the older 66 MHz bus. Needless to say, this
increased the communication speed between the processor and components in
the computer. In the case of the Pentium 4 processor, Intel uses a quad
pumping and buffering scheme to increase the bus speed from 100 MHz to 400
MHz.
Pentium II The following chart compares
the Pentium II processors:
| Pentium II |
Bus |
L1
Cache |
L2
Cache |
|
Socket |
| Processor |
Speed |
Size |
Speed |
Size |
Speed |
Voltage |
Type |
| 233
MHz |
66
MHz |
32K |
233
MHz |
512K |
117
MHz |
2.8V |
Slot
1 |
| 266
MHz |
66
MHz |
32K |
266
MHz |
512K |
133
MHz |
2.8V |
Slot
1 |
| 300
MHz |
66
MHz |
32K |
300
MHz |
512K |
150
MHz |
2.8V |
Slot
1 |
| 333
MHz |
66
MHz |
32K |
333
MHz |
512K |
166
MHz |
2.0V |
Slot
1 |
| 350 MHz |
100 MHz |
32K |
350 MHz |
512K |
175 MHz |
2.0V |
Slot 1 |
| 400 MHz |
100 MHz |
32K |
400 MHz |
512K |
200 MHz |
2.0V |
Slot 1 |
| 450 MHz |
100 MHz |
32K |
450 MHz |
512K |
200 MHz |
2.0V |
Slot 1 |
Celeron The Celeron is a lower-end
processor for the sub-$1,000 PC market. It has some of the characteristics
of the higher-end Pentium II processors, but there are two big
differences. First, the Celeron uses the older 66 MHz data bus. Secondly,
the first two Celeron processors (266 MHz and 300 MHz) do not contain any
secondary or Level 2 cache (L2 cache). The 333 MHz Celeron and later
versions contain a 128K L2 cache. Since the Celeron uses the older bus
standard and has eliminated the L2 cache, it is cheaper to produce and
thus cheaper for computer manufacturers to incorporate in their low-end,
sub-$1,000 computers. Also, since the L2 cache is not present in the
Celeron, it uses the computer's main RAM memory exclusively to execute
instructions. Depending on what you are using the computer for, this may
or may not matter to you.
The Celeron processor also runs at a lower frequency (266 MHz) and has
a lower operating temperature when compared to the other Pentium
processors. Since it runs at a lower temperature, it requires a smaller
heat sink (used to cool the processor). If a company decided to boost the
performance of this processor by increasing the voltage (called
overclocking), it would no doubt overheat down the road.
Pentium III In addition to the new line
of faster Pentium II and the Celeron processors, Intel has a new processor
called the Xeon which is directed at the high-end computer user. The Xeon
is similar to the faster Pentium II processors, but incorporates a larger
and faster L2 cache and a new Slot 2 design. The following table compares
the new Xeon processors to the Pentium II 400 MHz model:
| Pentium II |
Bus |
L1
Cache |
L2
Cache |
|
Socket |
| Processor |
Speed |
Size |
Speed |
Size |
Speed |
Voltage |
Type |
| 400
MHz |
100
MHz |
32K |
400
MHz |
512K |
200
MHz |
2.0V |
Slot
1 |
| 400
MHz Xeon |
100
MHz |
32K |
400
MHz |
2,000K |
400
MHz |
2.0V |
Slot
2 |
| 450
MHz Xeon |
100
MHz |
32K |
450
MHz |
2,000K |
450
MHz |
2.0V |
Slot
2 |
The Pentium III processor is a Slot 1 upgrade for motherboards
supporting the 100 MHz bus (Intel 440BX and 440JX chipsets) and 133 MHz
bus (Intel 810E and 840 chipsets). It uses the same Single Edge
Cartridge Contact 2 (SECC2) package style as the Pentium II processor,
but the Pentium III requires less power to operate (1.8V versus 2.0V) and
since the Pentium III does not have an attached cooling fan, for those
considering upgrading, it is important to make sure that the motherboard
supports 1.8V. The following table compares the new Pentium III
processors:
| Pentium III |
Bus |
L1
Cache |
L2
Cache |
|
Socket |
| Processor |
Speed |
Size |
Speed |
Size |
Speed |
Voltage |
Type |
| 450
MHz |
100
MHz |
32K |
450
MHz |
512K |
225
MHz |
1.8V |
Slot
1 |
| 500
MHz |
100
MHz |
32K |
500
MHz |
512K |
250
MHz |
1.8V |
Slot
1 |
| 533
MHz |
100
MHz |
32K |
533
MHz |
512K |
266
MHz |
1.8V |
Slot
1 |
| 550
MHz |
100
MHz |
32K |
550
MHz |
512K |
275
MHz |
1.8V |
Slot
1 |
| 600
MHz |
100
MHz |
32K |
600
MHz |
512K |
300
MHz |
1.8V |
Slot
1 |
| 650
MHz |
100
MHz |
32K |
600
MHz |
512K |
325
MHz |
1.8V |
Slot
1 |
| 667
MHz |
133
MHz |
32K |
667
MHz |
256K |
667
MHz |
1.8V |
Slot
1 |
| 700
MHz |
133
MHz |
32K |
700
MHz |
256K |
700
MHz |
1.8V |
Slot
1 |
| 733
MHz |
133
MHz |
32K |
733
MHz |
256K |
733
MHz |
1.8V |
Slot
1 |
| 750
MHz |
133
MHz |
32K |
750
MHz |
256K |
750
MHz |
1.8V |
Slot
1 |
| 800
MHz |
133
MHz |
32K |
800
MHz |
256K |
800
MHz |
1.8V |
Slot
1 |
| 850
MHz |
133
MHz |
32K |
850
MHz |
256K |
850
MHz |
1.8V |
Slot
1 |
| 866
MHz |
133
MHz |
32K |
866
MHz |
256K |
866
MHz |
1.8V |
Slot
1 |
| 1,000
MHz |
133
MHz |
32K |
1,000
MHz |
256K |
1,000
MHz |
1.8V |
Slot
1 |
Pentium III enhancements include the new Katmai New Instruction
(KNI) set (referred to as MMX-2), which is designed to accelerate
graphics and multimedia applications, such as real-time MPEG2
encoding/decoding, 3D graphics, and AC3 audio & speech recognition.
Pentium 4 The Pentium 4 is Intel's
latest and most powerful processor, with speeds in excess of 1.8 GHz.
There are speed improvements for Internet applications that use streaming
media (sound and video), 3D graphics enhancements for games and design
applications, image processing including digital photography, digital
video and content creation, speech recognition, engineering and scientific
applications, and multitasking applications.
This new processor is twice the size of a Pentium III, containing 42
million transistors, and is based on a new micro-architecture called
NetBurst. The last time Intel introduced a new micro-architecture
was in 1996 with the Pentium Pro. Other enhancements to the Pentium 4
based on this new architecture include 144 new multimedia instructions,
better performance for multimedia applications (graphics and sound), dual
channel RDRAM memory, 400 MHz system bus, Streaming SIMD Extensions 2
(SSE2), a new advanced Level 1 cache technology (Execution Trace Cache),
and a new Hyper Pipelined Technology.
- Hyper Pipelined Technology is used in the new NetBurst
micro-architecture increases the length of the Pentium 4 pipeline to
twice that of a Pentium III. Consider the pipeline like an assembly line
in a factory containing components to build a computer. The first item
in the line is the case, followed by the power supply, then the
motherboard, diskette drive, hard drive, and so on until you get to the
last item which is the software applications. Obviously if there is a
limited amount of space on the assembly line to place components, there
is a limit to the amount of items that can be used to build the
computer. The Pentium III had 10 stages in its pipeline, so there was a
limit of 10 instructions that could be waiting in the queue to be
processed by the processor. The Pentium 4 has 20 stages, double the
amount of a Pentium III and can therefore have more instructions in the
queue waiting to be processed and therefore allow for a faster
processing speed.
But there is a catch, what if the hard drive was missing in our
assembly line? What do you do when you get to the last item which is the
software applications that need to be loaded on the computer? You start
over. This Hyper Pipelined Technology takes this very thing into account
(its called latency) and has a special cache that checks the
instructions in the pipeline to make sure everything is in order.
Older Pentium III motherboards can not be upgraded to a
Pentium 4 processor. This new processor requires the new Intel 850 chipset
as well as a new motherboard design (Intel D850GB).
SIMM, DIMM, and RIMM
Memory There are currently three different memory module
types, the 72-pin SIMM (Single In-line Memory Module), the 168-pin DIMM
(Dual In-line Memory Module), and the 184-pin DDR (Double Data Rate) DIMM
and RIMM (Rambus DRAM) slots. The 72-pin SIMM memory transfers information
over a 32-bit data path. The 168-pin and 184-pin DIMM and DDR DIMM memory
transfers information over a 64-bit data path. The 184-pin RIMM memory
transfers information over a 16-bit data path. As far as the type of
memory that you install in the computer goes, there are several types and
if you are a first time buyer, I would take whatever the computer comes
with and not worry about it, it can get rather confusing. Suffice to say
that RIMM and/or DDR DIMM memory is going to be the way of the future and
that is what you want in your new computer if it is an option.
As for the types of memory that you can install goes, there are memory
modules that have either tin or gold plated connectors. The modules with
the gold plated connectors are supposed to last longer and be a little
more reliable than tin, but I've never had a problem with either type.
Memory modules are available in the following five basic flavors:
- DRAM (Dynamic Random Access Memory)
- The type of memory that was used in the 386 and 486 class computers.
Of the three types listed here, this is the slowest.
- EDO (Extended Data Out)
- Primarily used with Pentium class computers since there is no
significant gain in performance with slower processors. This was the
dominant type of memory used between 1995 through late 1996.
- SDRAM (Synchronous DRAM)
- The fastest of the first three types of DRAM memory. This form of
memory has a separate clock signal to the control signals and supports
burst access modes.
- RDRAM (Rambus DRAM)
- RDRAM is a type of memory module that was developed by the Rambus Corporation for use
with Intel Pentium 4 processors and started showing up in new computers
at the end of 1999. RDRAM has a 1.6 GB per second data transfer rate
which greatly improves the performance of graphics intensive
applications.
- DDR SDRAM (Double Data Rate SDRAM)
- This is a fairly new type of memory that is being developed to
compete with RDRAM memory. DDR SDRAM is a type of SDRAM memory with
speeds up to 200 MHz, significantly higher than the current 133MHz
(PC133) SDRAM standard.
The Memory Bottleneck From a purely performance
point of view, the speed at which a computer can perform various tasks
depends on a number of factors. These factors include things like the
speed of the processor, the speed that data can be transfered between the
processor and other components inside the computer (bus speed), and the
speed of the computer's memory. While processor speeds have continued to
double every 18-24 months and there have been improvements to internal bus
speeds, computer memory has only seen modest speed improvements in the
past few years. There are two schools of thought as to how to fix the
memory problem. On one side is Intel with the Rambus DRAM memory solution
and on the other side is everyone else pushing DDR SDRAM memory.
The current memory standard at the time of this update for SDRAM is
PC133 - memory operating at 133MHz. PC133 is capable of transfering data
at 800MB/s (800 MegaBytes per second). This is commonly refered to as the
peak or maximum bandwidth. Considering the fact that SDRAM is only
75% efficient at transfering data at this rate, the effective transfer
rate is limited to an effective or actual bandwidth of 600MB/s
(800MB/s * 0.75).
DDR SDRAM memory (PC266) operates at twice the speed of PC133 (133MHz *
2) and is capable of transfering data at 2100MB/s. Since DDR SDRAM is only
65% efficient at transfering data at this rate, the effective transfer
rate is limited to 1370MB/s (2100MB/s * 0.65). Rambus DRAM (PC800) is
capable of transfering data at 1600MB/s, but since it has a higher
efficiency rating (85%), the effective bandwidth is 1360MB/s (1600MB/s *
0.85) - about the same as DDR SDRAM. Since DDR SDRAM and Rambus DRAM have
essentially the same effective bandwidth, the main consideration at this
point in chosing one over the other is price - Rambus DRAM is more
expensive than DDR SDRAM.
Both DDR SDRAM and Rambus DRAM require a 184-pin memory slot along with
a special set of chips on the motherboard to access the memory. Computers
with SDRAM memory can not be upgraded to DDR SDRAM or Rambus DRAM.
Likewise, computers with either DDR SDRAM or Rambus DRAM can not use each
others memory modules or SDRAM memory.
Which type of memory do you need to get? For most people, SDRAM is
still the cheapest solution for most computer applications (word
processing, E-mail, surfing the Web, etc.). If you plan to use your
computer for multimedia applications (image and sound development,
graphics intensive games, etc.), either DDR SDRAM or Rambus DRAM is the
way to go.
ISA and PCI Bus
Slots When you install new components in your computer, such
as a graphics adapter card or internal modem, these adapter cards are
installed in a slot on the computer's motherboard called a bus slot. Once
installed, the adapter is then capable of communicating with the rest of
the computer. There are two basic types of bus slots that are available,
the ISA (Industry Standard Architecture) and the PCI (Peripheral Component
Interconnect).
- ISA bus slots were developed by IBM
back in the late 1980's and it has a 16-bit data bus. There are several
manufacturers that still produce these adapter cards today (proprietary
cards for scanners, video cards, sound cards, etc.) that require an ISA
bus slot in order to be installed in your computer.
- PCI bus slots have a 64-bit data bus
and since Pentium processors use 64 bits of data at a time (per clock
cycle), they are definitely the bus of choice for Pentium computers. The
PCI bus currently runs at 33 MHz, but Intel has talked about doubling
this. This increased size and speed associated with the PCI bus is
important for your multimedia adapter cards (video and sound) in your
computer.
If you plan to ever install any adapter cards in your
computer that are still using the old IBM standard, then you will need ISA
bus slots. Most new computers do come with at least 2 of these. PCI is
essential in a Pentium class computers and you definitely want a PCI video
adapter and a PCI sound adapter at the very least. Most Pentium class
computers contain at least 2 PCI bus slots and the newer Pentium Pro,
Pentium II, and Pentium III computers may contain 4 or more. Make sure
that you have the appropriate number of slots for the components that you
plan to add in your computer in the future.
ATA Versus Ultra
ATA ATA (Advanced Technology Attachment) is the official
name for the Integrated Drive Electronics (IDE) standard that hard drives
use to communicate with the rest of the computer via the data bus. The
original standard first defined in 1991 called ATA-1 defined the physical,
electrical, transport, and command protocols for computer storage devices.
There has been several revisions to the ATA standard, from ATA-2 (Enhanced
Integrated Drive Electronics or EIDE) up to the latest standards known as
Ultra ATA or Ultra DMA (ATA-4 and ATA-5).
The Ultra Direct Memory Access (Ultra DMA or ATA-4) standard is an
advanced version of the ATA-2 (EIDE) standard, which allows the drive to
communicate at twice the speed of the older standard. The speed increase
is achieved by reducing some of the delays inherent in the ATA standard
and using Direct Memory Access (modes 0, 1, and 2) that allows the drive
to access the computer's memory without intervention by the processor.
Drives that conform to this standard will be listed as ATA/ATAPI-4,
Ultra-ATA, Ultra-DMA, Ultra-DMA/33, or UDMA/33 and support data transfer
rates up to 33MB/second.
The ATA-5 standard has additional DMA support (modes 3 and 4) using a
special 80-wire, 40-pin Ultra-DMA data cable. The wires in an Ultra-DMA
cable are shielded by a set of proprietary ground wires positioned between
each signal wire. These additional ground wires reduces the amount of bus
noise between the wires which enhances the hard drive's performance,
speed, and reliability. Drives that conform to the ATA-5 standard will be
listed as ATA/ATAPI-5, Ultra-ATA, Ultra-DMA, Ultra-DMA/66, or UDMA/66 and
support data transfer rates up to 66MB/second.
Universal Serial
Bus The Universal Serial Bus (USB) is a new industry-wide
standard that will eventually replace the hassle of connecting parallel
and serial devices to your computer. With USB, you don't need to worry
about selecting the correct serial or parallel port, installing expansion
cards, configuring the myriad of dip switches, IRQ (interrupt) settings,
DMA (Direct Memory Access) channels, I/O (Input/Output) addresses, or the
getting the correct settings for the device's software drivers. USB is
Plug & Play with a twist, you never have to turn off the computer to
connect or disconnect a device. You have virtually unlimited expansion
capabilities without ever having to remove the cover off the computer. USB
has an industry standard, one-size-fits-all connector that allows
you to install and remove devices without opening the computer. Since this
connector is hot swappable, you do not have to turn off the
computer.
 |
Since there will
no longer be the need to install an adapter card inside the computer
to connect a device, the installation of new computer components
will be much easier. Also, since the USB contains its own power
supply, new devices will no longer need AC power adapters (modems,
speakers, etc.) as they will run off the computer's power and the
cost of new devices should be more
affordable. |
USB Specifications:
- One industry-wide standard connector type.
- Automatic configuration.
- Multiple devices are chained together.
- Up to 127 devices in a daisy-chain may be connected simultaneously.
- Peripheral connections may be up to five meters in length.
- The USB cable distributes +5-volt power to low-power devices.
- Connects to PBX and digital telephones without the need for special
adapter cards.
- Supports high-speed interfaces, such as ISDN, PRI, and T1.
- Data transfer rate of 1.5 Mbits for low speed devices such as
keyboards and mice.
- Data transfer rate of 12 Mbits for medium speed devices such as
modems, scanners, and digital cameras. (Note, data transfer rates to
support higher speeds necessary for mass storage devices should be
available for USB in the near future).
Is your computer ready
for USB? If you are using a USB compliant version of Windows 95, the
version level should be 4.00950B or later. For more information on the
Universal Serial Bus, see the USB.org
site.
High Performance Serial
Bus IEEE (Institute of Electrical and Electronics Engineers)
1394 is a new standard that is used by the computer manufacturers to
connect various types of devices to your computer. In a lot of ways, 1394
is similar to USB in that they both are fairly new technologies, offer an
alternative method to connect devices to your computer without the need to
reboot, the ability to connect several devices to your computer, and both
technologies use similar cables and connectors. The main difference
between 1394 and USB is speed. The data transfer rate for 1394 devices is
over 30 times faster than USB and this is expected to increase in the
coming years.
Eventually, 1394 will replace the serial, parallel, and SCSI ports on
the back of a computer, but what happens to USB? 1394 and USB ports will
both coexist on the computers of the future. Devices which do not require
a high speed connection (such as keyboards, mice, keyboards, mice,
monitors, joysticks, low-resolution digital cameras, low-Speed CD-ROM
drives, and modems) will use USB ports. Devices that do require a high
speed connection (such as hard drives, DVD-ROM drives, set-top boxes,
digital audio and video, digital cameras, printers, and scanners) will use
1394 ports.
The following table summarizes the current standards for 1394, USB, and
SCSI:
| Technology |
Maximum
Cable Length |
Maximum Speed |
Maximum Devices |
| 1394 |
4.5 m |
50
MBps |
62 |
| USB |
5 m |
1.5
MBps |
127 |
| SCSI-1 |
6 m |
5 MBps |
8 |
| SCSI-2 |
6 m |
5-10
MBps |
8 or
16 |
| Fast SCSI-2 |
3 m |
10-20
MBps |
8 |
| Wide SCSI-2 |
3 m |
20
MBps |
16 |
| Fast Wide SCSI-2 |
3 m |
20
MBps |
16 |
| Ultra-2 SCSI |
12 m |
40
MBps |
8 |
| Wide Ultra-2 SCSI |
12 m |
80
MBps |
16 |
| Ultra-3 SCSI |
12 m |
160
MBps |
16 |
Digital Versatile
Disc A Digital Versatile Disc (DVD) is an optical, high
capacity version of the CD-ROM. Up to now the CD-ROM has been limited to a
maximum storage capacity of 650 MB of data, the new DVD discs will be able
to store all of the information on 25 CD-ROMs and then some. There are
currently three versions of the DVD, a standard single-layer, single-sided
disc that can store 4.7 GB of data, a two-layer, single-sided disc that
can store 8.5 GB, and a two-layer, double-sided disc that can store 17 GB.
DVD will be used to store everything from computer games to software
applications to full-length movies and will be similar in size to a CD-ROM
or compact disc. The DVD drive will be able to read any CDs that you have
now, but in order to take advantage of this new technology, you will need
to get a DVD drive in your new computer.
Accelerated Graphics
Port The Accelerated Graphics Port (AGP) interface is a new
bus specification developed by Intel. In order to use this new technology,
you need an AGP video adapter card and a motherboard in your computer that
has the special AGP connector (older computers can not be upgraded to AGP
without changing the motherboard). At the time of this writing, most
Pentium II class computers are being shipped with the AGP chipset, but
make sure you check the specifications before buying to be sure.
The way AGP works is that it enables software applications that use 3D
images to dynamically access the computer's RAM memory to render and store
information so that it can quickly be used to refresh the image displayed
on the monitor. Access to the RAM memory is via a dedicated bus that runs
independently of the computer's PCI bus and also has a higher bandwidth
and faster transfer rate. The result is that 3D software applications not
only run faster, but graphics are more lifelike.
UMA vs AGP The purpose of the Unified
Memory Architecture (UMA) was to move the graphics buffer that was used by
software applications to render images from the dedicated memory on the
graphics card to the computer's RAM memory. Since the cost of the video
adapter card was a major consideration, the amount of on-board video
memory was kept to a minimum, thus reducing the overall cost of the video
adapter cards since video memory is more expensive than conventional RAM
memory in the PC.
AGP still assumes that there is some dedicated memory on the graphics
adapter card to use as a buffer, but the computer's RAM memory is used to
render memory intensive 3D images. The big difference between UMA and AGP
is that the computer's RAM memory used with UMA must be allocated when the
computer is booted up, thus reducing the total amount of RAM available to
other software applications and decreasing performance. With ADP, once the
image is rendered, the RAM memory is reclaimed by the computer's operating
system and is then available for other software applications to use.
Internet Service
Providers A common phrase that you will hear when shopping
for an Internet Service Provider (ISP) is up to, as in a connection
speed up to 56K. This reminds me of the weekly car ads that I get
in the mail which say that I qualify for up to $1,000 off a brand
new car, which in reality is saying that I qualify for $0 to $1,000 off
the list price and anything over $1,000 is out of the question. Keep this
in mind when you are shopping around.
There are several methods available to connect your home computer to
the Internet. These range in cost from installing a simple modem in your
computer for $25-30 to spending tens of thousands of dollars on optical
fiber cable and the associated hardware. As with most other things, the
more it costs usually the better (faster in this case) it is. The thing
that you need to ask yourself is, is it worth spending $10,000 per month
for a fast Internet connection to surf the web for recipes and do e-mail
or can I get by with a $15 per month service that only provides a 56K
connection.
Before we get into the various types of services, a few definitions are
in order. First off, the speed of an Internet connection or the data
transfer rate, is measured in bits per second (bps). Modems will
list their connection speed as Kbps (Kilo = thousand) bits per
second. The faster services will either be listed as Mbps (Mega =
million) or Gbps (Giga = billion). You will also see services
described in terms of upstream and downstream data transfer
rates. Upstream refers to the rate at which data is transferred from your
computer to your ISP. Downstream refers to the rate at which data is
transferred from your ISP to your computer. There are a couple different
types of wiring that are used for Internet connections that you should be
aware of, twisted pair or 10BASE-T (telephone cable) and coaxial
cable or 10BASE-2 (cable TV cable). Twisted pair cable simply means
that each pair of wires are twisted together, this reduces the amount of
interference (called noise) that can affect the signal. Coaxial cable will
usually be shielded which means there is a layer of material inside
the cable to reduce interference.
Modems A
modem (modulator/demodulator) connects your computer to the
Internet by modulating the digital signal from the computer to a carrier
signal (audio). This audio signal is then sent (via the modem) over your
existing telephone line to your ISP. Your ISP will have a modem that your
modem is dialed in to that demodulates the signal back to digital, giving
your computer the ability to connect to the Internet. The data transfer
rate of a modem is limited by the telephone company's bandwidth which is
about 3,000 Hz.
If you upgraded from a 33.6 Kbps modem to one of the new 56 Kbps modems
when they first became available, you seen a rather modest increase in
your dialup connection speed at best. Theoretically, the maximum modem
speed connection over a standard analog telephone line is approximately 35
Kbps, so a 33.6 Kbps modem connected about as fast as the telephone line
would allow. I was getting a 31.2 Kbps connection with my 33.6 Kbps modem
and after upgrading to a 56 Kbps modem, I got 31.2 Kbps. Remember what I
said about up to.
 |
Lucent Technologies
developed the K56flex modem technology that enables a 56K modem to
connect at up to 56 Kbps over a standard analog telephone
line (53K is about the maximum). This new technology offers faster
Internet access without the need to install an expensive ISDN
(Integrated Services Digital Network) line. To take advantage of
this increased connection speed, the modem that you are using as
well as the modem that you are dialing into must have the K56flex
technology. What this means to the typical Web surfer is that Web
pages that contain graphics, video, and sound files will download
much faster. |
If you are purchasing a 56K modem with your new computer, make sure
that the modem uses the new K56flex technology or the modem's firmware is
upgradeable.
For more information on K56flex technology, see The Official 56K Modem Web
Site. If you have a 56K modem that is not currently running the
K56flex standard and need the firmware upgrade, see the V.90/K56flex
Upgrade Central site.
ISDN Like
modems, Integrated Services Digital Network (ISDN) use twisted pair cable
for the Internet connection. Where the modem uses your current analog
telephone line, the telephone company will need to install a new digital
line for ISDN. Typically the ISDN service is allocated in 64 Kbps
channels, one channel gives you a 64 Kps connection, two channels gives
you a 128 Kps connection.
DSL DSL
refers to Digital Subscriber Line and is a relatively new
technology for home Internet access. DSL uses your existing telephone
line, but is able to significantly increase the bandwidth over the lines
between your home and the telephone company. This is one of the more
attractive alternatives to using a modem, especially if you have two phone
lines with one line just for computer use. DSL gives you 24 hour access to
the Internet and does not interfere with incoming and outgoing telephone
calls. In other words, your computer is connected to the Internet 24-hours
per day, you can still use your telephone anytime you wish, and you only
need one telephone line! There is a drawback to DSL however, you need to
live less than 3 miles from the phone company's main office and the closer
you are to the main office, the faster the data transfer rate. Data
transfer rates range from 128 Kbps to 8.5 Mbps.
Depending on the type of service that your telephone company supports,
there are several options for DSL, which include Asymmetric Digital
Subscriber Line (ADSL), Consumer Digital Subscriber Line (CDSL),
EtherLoop, High Bit-rate Digital Subscriber Line (HDSL), ISDN based DSL
(IDSL), Rate Adaptive Digital Subscriber Line (RADSL), Symmetric Digital
Subscriber Line (SDSL), and Very High Bit-rate Digital Subscriber Line
(VDSL).
Cable
Modems If you have cable TV and your cable company supports
it, a cable modem may be an option for you. A cable modem uses your
existing cable TV cable by allowing you to connect your computer (using a
network interface card) to the set-top box that connects your TV to the
cable. The upstream data transfer rate for a cable modem is 27 Mbps and
around 2.5 Mbps downstream, but this depends on the cable company's
connection to the Internet.
Wireless The technology to connect a computer to
the Internet via a wireless connection is fairly new. The only wireless
connections available at the time of this writing are General Packet Radio
System (GPRS) which has connections speeds raging from 56 Kbps to 114 Kbps
and Satellite which has a connection speed of 400 Kbps. Future
technologies will include Enhanced Data GSM Environment (EDGE) which will
be available in 2001 and has a connection speed of 384 Kbps and the
Universal Mobile Telecommunications Service (UMTS) which will be available
in 2002 that will have a connection speed up to 2 Mbps. Problems with
wireless connections are interference, noise problems, and bandwidth
limitations.
What Type of
Configuration Do You Need Most computer systems,
particularly the higher-end models, come in more than one configuration,
desktop, mini tower, or tower. The configuration you chose depends mainly
on the amount of expansion you plan to do in the future. Most tower
configurations tend to have a greater amount of expandability than do
desktop models as well as larger power supplies to handle additional
internal components, such as multiple hard drives, CD-ROM drives, and tape
drives. Also, the amount of space that you have in your office or home
needs to be taken into consideration. Tower configurations are made to be
placed on the floor (except for the mini tower models), whereas desktop
models are made to sit on the surface where the keyboard and monitor are
located. Other than expandability and maybe a larger internal power
supply, whether the computer is a desktop, mini tower, or tower
configuration, its still the same computer.
Complete System
Bundles Most stores, including mail order outlets, bundle
various types of computer systems with a set of software applications.
Some of these bundle deals include a printer, but most do not. If you are
thinking about purchasing a bundled system, find out what exactly is
included in the bundle as well as the manufacturers and models of the
various components, such as the hard drive, modem, monitor, CD-ROM drive
and speed, etc. Outlets that have bundled systems that appear to be a lot
cheaper than other outlets are cheaper for a reason and usually this
reason is not readily obvious. For example, around December 1995, my
brother purchased the following bundle from a computer super store for
$1349.99:
- Brand X computer system, 75 MHz Pentium processor, 8 MB RAM, 2x
CD-ROM drive, 540 MB hard drive, DOS version 6.20, Microsoft Office
version 4.0, Microsoft Windows version 3.10, and an Internet
connectivity package.
Besides the 2x CD-ROM drive and the
540 MB hard drive which I doubt were still being manufactured at the time
he bought the computer, the software that was included with this bundle
was old! DOS version 6.20 was replaced by 6.22 soon after it was released,
Microsoft Office had been at version 4.3 for well over a year prior to the
time he bought the computer, and Windows was upgraded to version 3.11 at
least two years before he made the purchase. And the funniest part of all
of this was the phone numbers that were included in the Internet
connectivity package, they were no longer in use by the provider and had
been given to private individuals!
So the moral of the story is, watch out for these bundled deals,
especially if the price seems a bit too good to be true. Make sure you
know up front what you are and are not getting for your money.
Sources for
Information Based on the type of things you plan to do with
your computer, you will have a set of minimum requirements that the
software must have in order to do the tasks that you plan to perform at a
reasonable or acceptable speed (I define an acceptable speed as being able
to do a spell check in a word processing application faster than I can
thumb through Webster's Dictionary myself). To find out what types of
systems are available, the first place to start is by picking up a copy of
one of the many computer magazines on the market or visiting their Web
site, such as PC World,
PC Magazine, or Byte, or one of the trade
newspapers, such as InfoWorld or PC Week. These magazines and newspapers usually have
articles comparing the various types and brands of computers as well as
other components, such as monitors, modems, printers, and software. But
beware, don't put too much into the rating systems that these magazines
and newspapers use, since many of the computer manufacturers pay these
companies for advertising, I seriously doubt that a magazine is really
going to give a system such as IBM, Compaq, or Gateway a very poor rating,
would you? Use these ratings as a way to narrow down your list of options.
One of the best sources for information is your friends and family
members. See if any of them have a system similar to what you want to buy.
Check to see if they have had any trouble with their system or have ever
tried to get technical support from the system's manufacturer. Also see if
they have ever had any compatibility problems with any software
applications or hardware. The main things to look for are compatibility
problems with the operating system, printers, and CD-ROM drives. If they
have had compatibility problems, see what steps they took to get the
problems resolved and how long it took to get the system working again.
And finally, see if they would buy another computer system from this
company.
Another good place to check for information is the World Wide Web. Fire
up your favorite Web browser, then in the locator field enter a URL in the
format www.Company.com, replacing the word Company with the
name of the company, such as http://www.compaq.com/ (Compaq), http://www.ibm.com/ (IBM), http://www.gateway.com/
(Gateway), or http://www.dell.com/ (Dell). Usually these hardware
manufacturers, as well as most of the software and component companies,
will have a complete listing of their line of products as well as the
specifications.
In addition to the World Wide Web, information on the various types of
computer systems and software can also be found in the USENET newsgroups.
If your Internet Provider gives you access to the USENET newsgroups, you
can just click on one of the links below. If your provider does not give
you USENET access, these newsgroups are available via the Web at http://www.remarq.com/.
Groups with a * may contain several subgroups.
Computer
Salesmen Before you walk into a computer store with money
burning a whole in your pocket, make a list of the items (hardware and
software) that you want in your new computer system and bone up a bit on
the computer lingo. Prior knowledge as to what exactly you want and
a knowledge of the terminology will help you when you meet with a salesman
for the first time.
A computer salesman, just like any other salesman, is going to want to
sell you something - a computer. Their job depends on their sales ability
and in some cases, have a certain quota of systems and/or peripherals they
need to sell. By having prior knowledge of what exactly you want or don't
want and having an understanding of the terminology will help you make a
good decision on whether their system is right for you. If the salesman is
not able to answer your questions or you feel like you are being pressured
into buying the system that they want you to buy, find another salesman or
just leave the store and come back another day. Remember, if you get
talked into something that you don't really want, it's your own fault.
If you are shopping for a computer for the first time, particularly if
you've never used a computer before, do not buy the first thing you see.
Get all the information that you can about the system or systems that you
are interested in, then go home and do a little price comparison. A great
way to compare the pricing of a system is to visit the Web site of one of
the on-line computer stores that allow you to configure your own system.
Two good sites for comparison are Dell and Gateway. These manufacturers have a wide selection of
complete computer systems and allow you to configure your own computer
on-line and then calculate the price. This should give you a pretty good
idea whether the price you got at the store is a good deal or not.
One thing to watch out for when buying a computer (or anything for that
matter) is the old bait and switch ploy. The way this typically
works is you are shown a super-duper computer system, usually a well known
brand with all the bells and whistles. Once given the specifications on
this one-of-a-kind system, you are informed that they also have an
in-house brand of computer with the same specifications for a much cheaper
price. By just saying that their computer is essentially the same as the
brand name computer, most people assume that all of the specifications
associated with the brand name computer apply to the in-house computer and
leave it at that. When in fact, the only specification that probably does
apply is that both systems run off electricity, although I wouldn't be
surprised to find an in-house brand powered by a set of rubber bands. Most
stores that deal in this type of activity don't stay in business too long
and the two that I know of that used the bait and switch ploy in
this area, are no longer in business.
When you talk to a salesman, here are some basic questions that you
should ask about the computer you are interested in, whether it is of the
in-house variety or a brand name:
- What brand of processor does the computer
have, type and speed?
- Intel and American Micro Devices (AMD)
are the leading manufacturers of processors, but processors are also
manufactured by other companies such as Cyrix. The type of processor or the class of computer is
important. Anything under a Pentium II is old technology. Since Pentium
is a copyrighted name, other chip manufacturers have to call their
processor something else like 586. As far as the speed of the processor
goes, the current standard in computer systems being produced today is
somewhere around 700MHz to 1.0GHz, although there are still a lot of the
older ones being sold and several models faster than 1.0GHz.
- What brand and type of hard drive is in the
computer?
- Most manufacturers are using the enhanced version of the IDE drive
(EIDE) in the systems currently being built, although there are still a
lot of regular IDE drives available. I d
|