Troubleshooting E-Mail

Posted by: repair  :  Category: Troubleshooting Internet Connections

Although there are several e-mail programs (called clients) that people use, in addition to Web-based e-mail such as Hotmail? and Yahoo?, Outlook? Express is the most common (besides AOL). The reason is that Windows and Internet Explorer come with Outlook Express. A few problems are common with Outlook Express, as we discuss here.

Outlook Express and General E-Mail Information

Note We will be covering Outlook Express version 6 here, the latest as of this writing. Much of this information applies to other e-mail programs as well.

The problem most people have with Outlook Express has to do with a change in their account. If there are any errors, you might not be able to send or receive mail. You must set up new accounts using the wizard. The wizard is very simple to use, as long as you have all the correct information from the ISP. To access the wizard, open Outlook Express. There might be icons for it all over the Desktop, but you should be able to find it in the Start menu program list. The first time you start it, the wizard will open. Just follow the prompts. If Outlook Express has already been configured, you can access the wizard by going to Tools > Accounts > Mail and clicking the Add button (see Figure 10.20). This adds another e-mail account to Outlook Express. If the ISP has any unusual configuration requirements, you might have to configure the account manually anyway. To do this, select the name of the account in the Mail page and click Properties. You’ll get a page like the one shown in Figure 10.21.

Click To expand
Figure 10.20: Add an e-mail account.
Click To expand
Figure 10.21: General properties.

The key to successful configuration of most of these pages is not to make any typos. If there are connection problems, compare what is entered in these text boxes to the information provided by the ISP, letter by letter if you have to.

Note Some ISPs require the full e-mail address to be entered in the username box, and some require just the username portion (the part before the @). Sometimes, such as when the ISP is separate from the e-mail domain, you might be required to use a % in place of the @.

The Servers page (Figure 10.22) contains some of the most important information. The server names must be right. Don’t use @ in place of periods in the server name; normally, only the e-mail address itself will use the @. In addition, don’t select theMy server requires authenticationcheck box unless the username and password are different from the one for incoming mail, a rare occurrence.

Click To expand
Figure 10.22: The Servers page.

The Connection (Figure 10.23) page gives the option of selecting the Internet connection to be used for the particular account. If you have multiple ISPs and multiple e-mail accounts, this is where you match them up.

Click To expand
Figure 10.23: Connection page.

The Security page has various options that you would configure based only on instructions from the ISP. The same goes for the Advanced page (Figure 10.24), except for the setting at the bottom. Most ISPs allow you to get e-mail on your local computer and on the Web. Many business e-mail accounts are monitored by more than one person. Selecting theLeave messages on servercheck box allows other users to download the same messages on their computers, and keeps the messages available on the ISP’s Web page. Users who have this box selected will have to regularly delete the messages from the server to keep from using up their quotas and/or disk space.

Click To expand
Figure 10.24: Advanced page.
By : Book-PC Repair and Maintenance: A Practical Guide

Hard Drives and Operating Systems

Posted by: repair  :  Category: Magnetic Disk Drives

For it to store and retrieve data on a hard drive, and keep track of multiple partitions and multiple drives, significant portions of OSs have to be dedicated to managing hard drives. A partition is a portion of a hard drive recognized by the OS as a separate and complete entity; it is not the divider between these portions as the name suggests.

File Systems

The OS has to have a method of storing and organizing files on a drive. There are different file systems used by Windows and DOS to serve that purpose:

File Allocation Table (FAT): Better known today as FAT16 for its 16-bit file storage, this is the original DOS and Windows file system. Its storage efficiency is the lowest of all file systems in use and it is highly susceptible to fragmentation (portions of files spread out all over the drive resulting in slow performance and additional wear). Additionally, FAT16 limits file names to eight characters plus a three-character extension. The maximum partition size for FAT16 is 4GB. FAT16 is the only file system accessible in all versions of Windows and DOS, and is the only file system usable by the original version of Windows 95 and older. It is also the file system for floppy disks.

FAT32: FAT32 stores files more efficiently than FAT16 and has support for long filenames. FAT32 drives can be read by every version of Windows since the second version of Windows 95 (except for NT 4.0), and is the default file system for 98 and Me. The maximum partition size for FAT32 is very large, although there is a 32GB limit in Windows XP.

NTFS: The original version of NTFS was introduced with Windows NT. A newer version was introduced in Windows 2000, and it is the default file system for 2000 and XP. NTFS is somewhat resistant to fragmentation and allows for many of Windows 2000 and XP’s security features not available in FAT16 or 32. The maximum size for an NTFS partition is two terabytes (TB), which is 240 bytes, or 2048GB. Windows 9x and DOS cannot use NTFS.

To select a file system for a hard drive, you have to format the drive. When installing Windows 9x, you can use the DOS program FDISK, covered later in this chapter. When installing 2000 or XP, the OS setup program provides this service. You’ll be shown a graphical display of all the hard drives installed on the system, and you’ll be given your choice for installation of the OS. You’ll also have the choice of file systems, and NTFS will be recommended.
By : Book-PC Repair and Maintenance: A Practical Guide

Firewalls

Posted by: repair  :  Category: Troubleshooting Internet Connections

A firewall is a program or hardware device that keeps hostile attackers from accessing a computer’s data. Firewalls can help prevent virus transmission, and overall, they are good to have. Unfortunately, configuration of some firewalls can be painstaking. Without proper configuration, certain firewalls can block all Internet access.

Certain products come with firewalls. For example, Linksys routers act as firewalls, but the router firmware also makes available a trial version of a software-based firewall. Trend Micro’s PC-Cillin antivirus program comes with a firewall that, at least in recent versions, won’t deactivate even when the program settings indicate that it is disabled. (To disable it in 2000 or XP, go into Services and disable the Trend Micro personal firewall service there.) As mentioned earlier, Windows XP comes with the ICF.

Here are some basic recommendations about use of firewalls:

  • Use of more than one firewall on a system will probably stop most or all Internet traffic. Stick with one.
  • If you are using Internet Connection Sharing in 2000/XP, enable the ICF or use another firewall product.
  • If you use a proxy server to connect to the Internet, don’t use a firewall, except on the proxy server. (It is not necessary to know what a proxy server is for our purposes.)

See XP’s Help and Support for more information about the ICF.

By : Book-PC Repair and Maintenance: A Practical Guide