12 Hardware and Network Troubleshooting Flashcards

1
Q

Troubleshooting Storage Drives and RAID Arrays

A

storage system problems usually stem from one of the following three causes:

The adapter (that is, the SATA, PATA, or other interface) is bad.

The hard drive (or optical disc) is bad or failing.

The adapter and disk are connected incorrectly.

If the problem is a bad or failing disk drive, the symptoms aren’t always as obvious.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Hard Drive Lights and Sounds

A

Storage systems usually have some sort of activity indicator that blinks when the drive is busy either reading or writing data. If the light never comes on, or if the light is on constantly without flickering, there could be a problem. External network attached storage (NAS) and redundant array of independent (or inexpensive) disks (RAID) storage enclosures have lights. Many RAID arrays have a light that only illuminates if a drive has failed and needs to be replaced.

Storage devices that have moving components will make sounds. Mechanical HDDs have a whirring sound as the platters spin, and an irregular ticking or clicking sound when reading and writing. An optical drive spins up when a disc is inserted, and it too will whirr. A grinding noise from a storage device means there is a failure in the motor or spindle, or if it sounds more like fingernails on a chalkboard, it means the read/write heads have crashed into the platter and are cutting grooves into it. A regular, rhythmic ticking or clicking sound is bad usually means the drive is failing or has failed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Devices Not Found

A

If a storage device is plugged in and working, the BIOS/UEFI should detect it first, and then as the operating system loads, it will recognize the drive as well. If someone gives you the symptom that their hard drive isn’t being found, the first thing to do is clarify where it’s not being found. Is it the BIOS/UEFI, or in the operating system? Bootable Device Not Found This could manifest itself in a few different ways, such as a complete failure to boot, the hard drive not being recognized by the BIOS/UEFI, or the OS not being found. Failure to boot at all likely means the drive is not properly connected or it’s dead. Do your due diligence and reseat your connections and try different cables, or try the drive in another machine if possible. Most BIOSs/UEFIs today auto detect the hard drive. If that auto-detection fails, it’s bad news for the hard drive, unless there’s a cable or connection issue. Finally, a system that boots fine but can’t find the OS could indicate a problem with the master boot record (MBR) or boot sector on the hard drive. To fix this in any current version of Windows, boot to bootable media (USB or optical disc) and enter the Windows Recovery Environment (WinRE). In WinRE, you can get to a command prompt and use bootrec /fixmbr to fix the MBR and bootrec /fixboot to fix the boot sector.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Missing Drives in OS

A

Sometimes you have a storage device installed, but you are unable to find it in Windows File Explorer or the Finder in macOS. This could be a connection issue, or perhaps the drive hasn’t been properly set up for use. Windows comes with a utility called Disk Management, and Macs have Disk Utility to perform storage device management. If those utilities don’t see the drive or mark it as unusable, there are a few things to try:

Check the connections and try a new cable or port.

Double-check that the drive is found by the BIOS/UEFI and enabled. If the BIOS/UEFI doesn’t see it, the OS won’t either.

Ensure that the drive is found in Disk Management or Disk Utility. If the BIOS/UEFI sees the drive, then the disk utilities should too—but that doesn’t necessarily mean the drive is ready for use by File Explorer or the Finder.

Prepare the drive by initializing it (if needed), allocate space by creating a partition, and assign a drive letter. Without a partition and drive letter, File Explorer and the Finder won’t be able to use the space.

Update the storage device’s driver, if possible. This is admittedly a long shot, but it could work, particularly if you’re dealing with older hardware.

Check the drive for bad sectors or other damage. If enough sectors are damaged, the operating system may deem the drive unreadable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Hard Drive Performance Issues

A

Data loss/corruption
Extended read/write times
Input/output operations per second (IOPS)

A failing hard drive might exhibit data loss or corruption or very slow (extended) read/
write times. They can also be a symptom of the hard drive being too full. If the drive doesn’t have enough free space (at least 10 percent), it can slow down dramatically. The solution here is to remove files or old applications to free up space and look at defragmenting the hard drive. If problems
persist, consider formatting the hard drive and reinstalling the OS. If the issues don’t go
away, assume that the hard drive is on its last legs. Input/output operations per second (IOPS), pronounced eye-ops, is an industry standard for how many reads and writes a storage unit can complete. IOPS is frequently quoted on dedicated storage systems such as NAS and RAID devices. If a device’s IOPS steadily declines over time or is no longer fast enough to service the user’s (most likely the network’s) needs, it could be time to replace the device. The most popular tool used to measure IOPS is Iometer. Iometer runs simulated disk reads/writes and provides results in a graphical interface and a CSV file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

S.M.A.R.T. Diagnostics

A

As of 2004, nearly every hard drive has been built with Self-Monitoring, Analysis, and
Reporting Technology (S.M.A.R.T.) software installed. S.M.A.R.T. monitors hard drive reliability and theoretically can warn you in the event of an imminent failure. Helping hard drive manufacturers do a better job isn’t a bad thing, but S.M.A.R.T. hasn’t enjoyed widespread commercial success with end users. This can largely be attributed to the following three factors:

Windows OSs don’t come with a built-in
graphical utility to parse the data.

The 70 metrics provided by S.M.A.R.T. aren’t always easy to understand, and there has been little guidance as to which metric or metrics are most closely associated with
impending drive failure.

Manufacturers have not consistently defined the metrics among themselves; there are no
industrywide analysis applications or standards for this technology.

The safe conclusion is that S.M.A.R.T. can provide useful diagnostics on a hard drive’s health, but it’s by no means a guaranteed problem finder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

S.M.A.R.T. metrics most correlated with hard drive failure

A

ID Attribute name Description

05 Reallocated sector count
The number of bad sectors that have been found and remapped during read/write processes. Any nonzero number could indicate a problem.

187 Reported uncorrectable errors
The number of errors that could not be recovered using hardware error correction

188 Command timeout The number of failed hard drive read/write operations due to disk timeout

197 Current pending sector count
The number of unstable sectors waiting to be remapped

198 Uncorrectable sector count
The total number of bad sectors when reading from or writing to a sector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

RAID Issues

A

If you are using a redundant array of independent (or inexpensive) disks (RAID) system, you have more disks, so the chance of having a single failure increases. You more than likely have one or more additional hard disk controllers, so again you introduce more parts that can fail. There will likely be a software component that manages the RAID array. If your RAID array isn’t found or stops working, try to narrow down the issue. Is it one disk that’s failed, or is the whole system down, indicating a problem with a controller or the software? Most external RAID systems have status indicators and troubleshooting utilities to help you identify problems. Definitely use those to your advantage.
Finally, the problem could be dependent on the type of RAID you’re using. If you are
using RAID 0 (disk striping), you actually have more points of failure than a single device,
meaning that you’re at a greater risk of failure versus using just one hard drive. One drive failure will cause the entire set to fail. RAID 1 (disk mirroring) increases your fault tolerance; if one drive fails, the other has an exact replica of the data. You’ll need to replace the failed drive, but unless both drives unexpectedly fail, you shouldn’t lose any data. If you’re using RAID 5 (disk striping with parity), a minimum of three drives are needed and a single drive failure usually means that your data will be fine, provided that you replace the failed drive. If two or more drives fail, the RAID 5 array will be lost and you will need to fix the array and then restore the data from backup. RAID 10 is a mirrored striped set that requires at
least four drives. As long as one drive in each mirrored pair is functional (just like in RAID
1), you shouldn’t lose any data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Optical Drive Issues

A

Optical drive (CD, DVD, and Blu-ray)
problems are normally media-related. One factor to consider is the cleanliness of the disc. On many occasions, if a disc is unreadable, cleaning it with an approved
cleaner and a lint-free cleaning towel will fix the problem. The next step might be to use a
commercially available scratch-removal kit. If that fails, you always have the option to send the disc to a company that specializes in data recovery. If the operating system doesn’t see the drive determine if the drive is receiving power. If the tray will eject, you can assume the drive has power. Next, check BIOS/UEFI Setup (SATA or PATA drives) to make sure that the drive has been detected. If not, check the primary/secondary jumper on the drive, and make sure that the PATA adapter is set to Auto, CD-ROM, or ATAPI in BIOS/UEFI Setup. Once inside the case, ensure that both the drive and motherboard ends are securely connected and, on a
PATA drive, that the ribbon cable is properly aligned with pin 1, the edge that has the red or pink stripe, being closest to the power connector. To play movies, a DVD or Blu-ray
drive must have Moving Picture Experts Group (MPEG) decoding capability. This is usually built into the drive, video card, or sound card, but it could require a software decoder. If DVD or Blu-ray data discs will read but not play movies, suspect a problem with the MPEG decoding. If an optical drive works normally but doesn’t perform its special capability (for example, it won’t burn discs), perhaps you need to install software to work with it. For example, with CD-RW
drives, unless you’re using an operating system that supports CD writing (and nearly all OSs today do), you must install CD-writing
software in order to write to CDs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Troubleshooting Video, Projector, and
Display Issues

A

There is either no video or bad video.

The video card or the monitor/projector/display/cable is to blame.
In the majority of cases when you have a video problem on a desktop computer, a good troubleshooting step is to check the monitor by transferring it to another machine that you know is working. See if it works there. If the problem persists, you know it’s the monitor. If it goes away, you know it’s the video card (or possibly the driver). Is the video card seated properly? Is the newest driver installed?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Video Input Issues

A

Try these three steps:

  1. Check the obvious. Is everything plugged in and powered on? Look for indicator lights on the projector or external monitor to be sure.
  2. Make sure the laptop is set to output video to the right device. On most laptops, you
    need to press the function key and another key known as the LCD cutoff switch (such
    as F4 or F8) to direct the video output to an external monitor. This is called toggling the display. You might need to do this a few times.
  3. Verify that the monitor or projector is configured for the correct data input source.
    Having an incorrect data source means that the device won’t display anything. Most
    monitors and projectors have multiple inputs, such as three or four HDMI, DisplayPort, and possibly even VGA ports. There may be a button on the monitor or projector to bring up an onscreen menu and configure the correct source, or you may need to use the device’s remote control.
    If everything checks out, it’s possible there could be physical cabling issues. You can try
    disconnecting and reconnecting the video cables or another cable if possible.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Video Image Problems

A

This group of symptoms deals specifically with the image on the screen, or the lack thereof. Here are the ones you should know:

Burned-Out Bulb
This is a projector-specific issue. Projector bulbs have a limited shelf life, and the heat produced by a projector and its bulb can shorten it even further. If the bulb burns out, then clearly there will be nothing displayed. The only resolution is to replace the bulb.

Fuzzy Image
Projectors have focus mechanisms that allow them to produce images on screens at different distances. A lot of projectors will try to autofocus but will also have onscreen menu options or a knob around the outside of the lens to manually adjust the focus. A fuzzy image on an LCD screen could be caused by external interference such as fluorescent lights, magnetic devices, and electrical devices such as fans, lamps, and speakers. If the display uses a cable, it could also be a loose or bad cable. Finally, it could be that the resolution is set for something that the display can’t handle well. Change the display resolution or Custom scaling features

Display Burn-In
When this happens, no matter what you have on your screen, you can still see the outlines of a different image. That image has been “burned” into the monitor (sometimes simply referred to as burn-in) and isn’t going away. The only solution is to replace the monitor.

Dead Pixels
Dead pixels are spots on the screen that never light up. You can check for these by setting the background to white and seeing if any spots don’t light up. The only solution for dead pixels is to replace the monitor. Flashing Screen Sometimes a display will either subtly flicker or flash off and on. Flickering screens are most commonly caused by the backlight starting to fail. In those cases, replace the backlight. Flashing off and on could be the backlight, but it could also be a loose cable or an unsupported resolution. Try the usual fixes, including checking the cables (if applicable),
changing the resolution, or reinstalling the video card driver.

Incorrect Color Display
This can happen when the LCD monitor’s controller board starts to fail and doesn’t perform color mapping correctly. To fix it on an old CRT display, you use a process called degaussing (decreasing or eliminating an unwanted magnetic field), which is done through a utility built into the menu on the monitor. Finally, this can also happen if the pins on the connector are damaged or if the connector isn’t plugged in all the way. If switching the monitor makes the problems go away, it’s probably time to replace the monitor.

Dim Image
If this is a problem with the monitor itself, it’s most likely caused by a failing backlight. However, it could also be a configuration setting. On an external monitor, open the onscreen menu and try adjusting the brightness. If no amount of adjustment makes the image bright enough for
normal use, then replace the backlight.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Other Display Issues

A

Audio Issues
Many display units today have built-in
speakers. The most common reason people have audio problems is because something is muted, but it could also be a cable or connection issue. Check to ensure that the computer’s audio output is set to the correct device. In Windows, right-click the speaker icon on the taskbar, then choose Open Sound Settings.

Intermittent Projector Shutdown
When a projector overheats, it will shut itself off to avoid frying components or the
bulb. This is the most likely cause of intermittent shutdowns. Perform a little maintenance cleaning. Most projectors have an air filter to keep dust and debris out of it. Check to make sure the cooling fan is operational and blowing out warm air.
Monitors can shut down intermittently as well due to overheating. Be sure the air
vents on the back of the display unit are clear from dust and debris. If the problem persists, it’s best to replace the monitor.

Booting into Low-Resolution Mode Sometimes an operating system refuses to boot into its normal mode and instead boots into a basic video mode. Newer versions of Windows call this “low-resolution” mode, whereas older versions called it VGA mode. This is normally caused by one of two things: the video card was set to a resolution
it can’t handle / there’s something messed up with the video card driver. After the OS boots, try reducing the resolution and reboot. If it’s still a problem, reinstall the
video card driver. If new drivers don’t help, consider that the video card is failing.

Other graphics issues can be attributed to the memory installed on the video card. Certain unacceptable video-quality issues, such as jerky refresh speeds or lags, can be remedied by adding memory to a video card (if possible). Doing so generally results in an increase in both quality and performance. If you can’t add memory to the video card, you can upgrade to a new one with more memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Mobile Device Issues: Power and Heat Issues

A

Battery and Charging Issues
If the device works when it’s plugged in but not unplugged, you’ve narrowed down the problem. Always check power and connections first!

Poor Battery Health
If the laptop works while it’s plugged in but not while on battery power, the battery
may be the culprit. As batteries get older, they are not able to hold as much of a charge and, in some cases, are not able to hold a charge at all. Another issue that small devices can have is an extremely short battery life. If it’s a laptop, you can try to perform a battery calibration. For all mobile devices, you can try to drain the battery completely and then charge it fully
before turning the device back on. If these options don’t work, then it’s likely that the battery needs to be replaced.

Swollen Battery
Battery physically swells in size. It can be caused by a number of things, including manufacturer defects, age, misuse, using the wrong adapter for charging, or leaving the laptop constantly plugged into a wall outlet. Inside the battery, the individual cells become overcharged, causing them to swell. Sometimes the swelling is barely noticeable, but it can cause the device case to crack or pop apart. If you have a swollen battery, turn the device off immediately and make sure that it’s not plugged into a charger. If the battery is removable, you can try to remove. Swollen batteries are more prone to explosions than normal batteries because the casing is already compromised.

Overheating
Smaller devices have greater potential to overheat, all the components are packed tightly together, which means less room for each component to breathe. Manufacturers use components that generate less heat. It could be from overuse, or perhaps it did not
have proper ventilation. On laptops, check to ensure that the cooling fan is working and not full of dust or debris. If the overheating is persistent test or replace the battery. If overheating still happens, you may have to replace the device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Connectivity Issues

A

If your wireless networking isn’t working on a laptop, do the following:

  1. Ensure that the network card is turned on. Most laptops have an external switch or
    button on the front or side or above the keyboard that can toggle the network card on and off. In some cases, it will be a function key. Be sure that this is set to the On position.
  2. Next, make sure the wireless card is enabled through Windows.
  3. Check the strength of the signal. A weak signal is the most common cause of intermittent wireless networking connection
    problems. If you have intermittent connectivity and keep getting dropped, see if you can get closer to the wireless access point (WAP) or remove obstructions between you and the WAP. Failing network cards and connectivity devices can also cause intermittent wireless networking connection failures.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Physical Device Damage

A

A device can become damaged in many ways, dropping being the most common. Liquid can damage as well. If a laptop gets doused in a liquid, turn it off and let it dry out. For significant liquid damage, the laptop can be taken apart and the components—even circuit boards such as the motherboard—can be cleaned with demineralized water and a lint-free cloth. Reassemble, and see if it works.

Many phones and tablets today are water-resistant / entirely waterproof. Every smartphone that is considered water-resistant will have an ingress protection (IP) rating, such as IP67 or IP68. The first digit, which will be from 0–6, represents the device’s ability to withstand solid foreign material such as dust. The second digit, which will be from 0–8, shows its moisture resistance. A rating such as IPX6, which means the device has not been tested for dust resistance and has a moisture resistance rating of 6. For a device to be considered waterproof, it needs to have a moisture resistance rating of 7 or 8. A 7 rating means the device is protected from damage from immersion in water with a depth of up to 1 meter (3.3 feet) for up to 30 minutes. An 8 rating is given to devices that can withstand greater depth and time of immersion.

If a mobile device has suffered water damage, turn it off. Remove the case, SIM card and battery. Dry everything you can with a lint-free cloth. Let it air dry for at least 48 hours. Sometimes the ports can be damaged or simply fail to work. The only remedy is to replace the port, which usually means replacing several components,
including the motherboard on a laptop, or replacing the entire mobile device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Laptops and Malware

A

To help guard against malware, install antimalware software. Four main classes of applications to help protect your system against malware and hackers:

Antivirus software defends against viruses, worms, and Trojan horses.

Antispyware software defends against adware and spyware.

Antispam software reduces the amount of junk email you receive.

Software firewalls block potentially dangerous network traffic.

When a system is infected with a virus, a worm, a Trojan horse, or other malicious software, you need to remove it immediately. Here are the five steps to take to remove malware:

  1. Identify malware symptoms.
  2. Quarantine the infected system.
  3. Remediate infected systems.
  4. Schedule scans and updates.
  5. Educate the end user.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Mobile Devices and Malware

A

Four most common ways mobile devices can contract malware:

Malicious Apps
The most common way that malware ends up on mobile devices is through downloading malicious apps. If someone has jailbroken their phone and is downloading apps from random places this is a risk to contract a malware infection.

Operating System Vulnerabilities
A general rule of thumb is to always update to the newest version of the mobile
operating system that you can.

Suspicious Links
Clicking it can install malware on your
device without your knowledge.

Unsecure Networks
Using an unsecure network doesn’t risk downloading malware, but it could allow a hacker to read the data transmitted to or from your device. A VPN can help eliminate these issues on unsecured public networks.

Don’t jailbreak mobile devices. This compromises built-in security mechanisms.

Download apps only from official app stores.

Always update the OS to the most current version.

Avoid clicking links if you are unsure of the source.

Use a VPN when on public networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Impact Printer Problems

A

Impact printers are relatively simple devices; therefore, only a few problems usually
arise. Common impact print quality problems:

Consistently faded or light characters /
Worn-out printer ribbon / See if you can adjust the print head to be closer to the ribbon. If not (or if it doesn’t help), replace the ribbon with a new, vendor recommended ribbon.

Print lines that go from dark to light as the print head moves across the page /
Printer ribbon-advance gear slipping /
Replace the ribbon-advance gear or mechanism.

A small, blank line running through a line of print (consistently) / Print head pin stuck inside the print head / Replace the print head.

A small, blank line running through a line of print (intermittently) / A broken, loose, or shorting print head cable / Secure or replace the print head cable.

A small, dark line running through a line of print / Print head pin stuck in the out position / Replace the print head. (Pushing the pin in may damage the print head.)

Printer making a printing noise, but no print appears on the page / Worn, missing, or
improperly installed ribbon cartridge / Replace the ribbon cartridge correctly.

Printer printing garbage, such as garbled characters / Cable partially unhooked, wrong driver selected, or bad printer control board
(PCB) / Hook up the cable correctly, select
the correct driver, or replace the PCB
(respectively).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Printout Jams inside the Printer

A

A paper jam happens when something prevents the paper from advancing through the printer evenly. There are generally
three causes of printer jams:

an obstructed paper path
stripped drive gears
using the wrong paper

Obstructed paper paths are often difficult to find. A common obstruction is a piece of the “perf”—the perforated sides of tractor-feed paper—that has torn off and gotten crumpled up and then lodged in the paper path.

Stripped drive gears cause the paper to feed improperly, causing it to crinkle and cause
jams. Using the wrong paper, such as thick paper when the platen has been set for thin
paper, can also cause jams. When loading new paper, always be sure that the platen is properly adjusted.

Impact printers are used for multipart (or multipage) forms. Those forms are typically
three or more sheets of paper thick. If the multipage forms are not feeding properly, it could be that the printer is set to receive paper that is too thin or too thick.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Stepper Motor Problems

A

Printers use stepper motors to move the print head back and forth as well as to advance the paper. The carriage motor is responsible for the back-and-forth
motion while the main motor advances the paper. These motors get damaged when they are forced in any direction while the power is on. This includes moving the print head over to install a printer ribbon as
well as moving the paper-feed roller to align paper. These motors are very sensitive to stray voltages. If you are rotating one of these motors by hand, you are essentially turning it into a small generator and thus damaging it. A damaged stepper motor is easy to detect. Damage to the stepper motor will cause it to lose precision and move farther with each step. If the main motor is damaged (which is more likely to happen), lines of print will be unevenly spaced. If the print head motor goes bad, characters will be scrunched together. If a stepper motor is damaged badly enough, it won’t move at all in any direction; it may even make grinding or high-pitched squealing noises. If any of these symptoms appear, it’s time to replace one of these motors. Stepper motors are usually expensive to replace—about
half the cost of a new printer! Damage to them is easy to avoid; the biggest key is to not force them to move when the power is On.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Inkjet Printer Parts:

A

The parts on an inkjet can be divided into the following four categories:

Print head/ink cartridge
Print head carriage, belt, and stepper motor
Paper-feed mechanism
Control, interface, and power circuitry

Biggest difference between inkjet and impact printers is that impact printers often use tractor-feed paper, whereas inkjets use normal paper. Inkjet printers work by spraying ink (often in the form of a bubble) onto a page. The pattern of the bubbles forms images on the paper. Inkjet printers are the most common type of printer found in homes because they are inexpensive and produce good-quality images.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Inkjet Printer Print Quality Issues

A

The majority of inkjet printer problems are quality problems. Ninety-nine percent of these can be traced to a faulty ink cartridge. With most inkjet printers, the ink cartridge contains the print head and the ink. The ink will dry out in the small nozzles and block them if they are not used at least once every week or two. Another common problem is faded printing. Replacing the ink cartridge generally solves these issues. If an ink cartridge becomes damaged or develops a hole, it can put too much ink on the page and the letters will smear. After you install a new cartridge into many inkjet printers, the print heads in that cartridge must be aligned. Print head alignment is the process by which the print head is calibrated for use. A special utility that comes with the printer software is used to do this. Sometimes it’s run from the printer itself and other times from the computer the printer is installed on.

24
Q

Inkjet Printer Color Output Problems

A

Sometimes when you print a color document, the colors might not be the same colors that you expected. This is called an incorrect chroma display. A few different issues could cause this problem. First, ink could be bleeding from adjacent areas of the picture, causing the color to be off. A leaking cartridge can cause this, as can using the wrong type of paper for your printer.
If you know that you’re using the right paper, try cleaning the print cartridges using the
software utility that should have been included with the printer software. Once you do that, print a test page to confirm that the colors are correct. On most color printers, the test page will print colors in a pattern from left to right that mirrors the way the ink cartridges are installed. The ink cartridges could be installed in the wrong spot. If the ink that comes out of the cartridge doesn’t match the label on the cartridge, try the self-cleaning utility. If that doesn’t help, replace the cartridge.

25
Q

Inkjet Printer Paper Jams

A

Inkjet printers have pretty simple paper paths, so paper jams due to obstructions are less likely than they are on impact printers.
Paper jams in inkjet printers are usually due to one of two things:

A worn pickup roller
The wrong type of paper

The pickup roller usually has one or two D-shaped rollers mounted on a rotating shaft.
When the shaft rotates, one edge of the D roller rubs against the paper, pushing it into the printer. When the roller gets worn, it gets smooth and doesn’t exert enough friction against the paper to push it into the printer.

If the paper used in the printer is too smooth, it can cause the same problem. Pickup rollers use friction, and smooth paper doesn’t offer much friction. If the paper is too rough, on the other hand, it acts like sandpaper on the rollers, wearing them smooth.

26
Q

Inkjet Printer Paper-Feeding Problems

A

Two paper-feeding options on an inkjet printer:

paper is stored in a paper tray on the front of the printer
paper to be fed in vertically from the
back of the printer in a paper feeder.

Both types may also have manual feed or envelope feed options. Regardless of the feed style, the printer will have a paper-feed
mechanism, which picks up the paper and feeds it into the printer. Inside the paper-feed mechanism are pickup rollers, which are small rubber rollers that rub up against the paper and feed it into the printer. They press up against small rubber or cork patches known as separation pads. These help to keep the rest of the paper in the tray so that only one sheet is picked up at a time. A pickup stepper motor turns the pickup rollers. If your printer fails to pick up paper, it could indicate that the pickup rollers are too
worn. If your printer is always picking up multiple sheets of paper, it could be problems with the separation pads or your paper being too “sticky,” damp, or rough. Some printers that use vertical paper feeders have a lever with which you can adjust the amount of tension between the pickup rollers and the separation pads. If your printer is consistently pulling multiple sheets of paper, you might want to try to increase the tension using this lever. The paper-feed
sensor is designed to tell the printer when it’s out of paper, and it rarely fails. When it does, the printer will refuse to print because it thinks it is out of paper. Cleaning the sensor might help, but if not, you should
replace the printer.

27
Q

Inkjet Printer Stepper Motor Problems

A

Inkjet printers use stepper motors, just like impact printers. On an inkjet, the print head
carriage is the component containing the print head that moves back and forth. A carriage stepper motor and an attached belt (the carriage belt) are responsible for the movement. The print head carriage stays horizontally stable by resting on a metal stabilizer bar. Another stepper motor is responsible for advancing the paper.
Stepper motor problems on an inkjet printer will look similar to the ones on an impact
printer. That is, if the main motor is damaged, lines of print will be unevenly spaced, and if the print head motor goes bad, characters will be scrunched together. A lot of damage may cause the stepper motor to not move at all and possibly make grinding or high-pitched squealing noises. If any of these symptoms appear, it’s time to replace one of these motors. As with impact printers, stepper motors can be expensive. It may make more economical sense to replace the printer.

28
Q

Inkjet Printer Power Problems

A

Inkjet printers have internal power circuits that convert the electricity from the outlet into voltages that the printer can use—typically, 12V and 5V. The specific device that does this is called the transformer. If the transformer fails, the printer will not power up. If this happens, it’s time to get a new printer.

29
Q

Laser Printer EP imaging process

A

Processing The page to be printed gets rendered, one horizontal strip at a time. The image is stored in memory for printing.

Charging The charging corona gets a high voltage from the high-voltage power supply
(HVPS). It uses the voltage to apply a strong uniform negative charge (–600VDC) to the photosensitive drum.

Exposing The laser scans the drum. Wherever it touches the drum, the charge is reduced from –600VDC to around –100VDC. The pattern formed on the drum will be the
image that is printed.

Developing
The developing roller acquires a –600VDC charge from the HVPS and picks up toner, which gets the same –600VDC charge. As the developing toner rolls by the photosensitive drum, the toner is attracted to the lesser-charged (–100VDC) areas on the photosensitive drum and sticks to it in those areas.

Transferring
The charging corona wire or roller acquires a strong positive charge (+600VDC) and transfers it to the paper. As the photosensitive drum with ink on it rolls by,
the ink is attracted to the paper.

Fusing The 350°F fuser roller melts the toner paper and the rubberized pressure roller
presses the melted toner into the paper, making the image permanent.

Cleaning A rubber blade scrapes any remaining toner off the drum, and a fluorescent lamp discharges any remaining charge on the photosensitive drum.

30
Q

Laser Printer Power Problems

A

A laser printer’s DC power supply provides three different DC voltages to printer components. These can be checked at a power interface labeled J210, which is a 20-pin female interface. Pin 1 will be in the lower-left corner, and the pins along the bottom will all be odd numbers, increasing from left to right. You can use a multimeter to test printer voltages. Using the multimeter, you should find the following voltages:

Pin 1 +5V
Pin 5 –5V
Pin 9 +24V

If none of the voltages are reading properly, then you probably need to replace the fuse
in the DC power supply. If one or more (but not all) of the voltages aren’t reading properly, then the first thing to do is to remove all optional hardware in the printer (including memory) and test again. If the readings are still bad, then you likely need to replace the DC power supply.

31
Q

Laser Printer No Connectivity (IP Issues)

A

You can connect many laser printers directly to your network by using a network cable
or by using a wireless network adapter with the printer. In cases like these, the printer acts as its own print server (typically, print server software is built into the printer), and it can speed up printing because you don’t have a separate print server translating and then sending the directions to the printer. For printers such as these, no connectivity can be a sign of improperly configured IP settings, such as the IP address. While each printer is somewhat different, you can manually configure most laser printers’ IP settings a number of ways:

Through the printer’s LCD control panel.

By using Telnet to connect to the printer’s management software from your computer.
Note that Telnet is not secure. If you need a secure connection, use Secure Shell
(SSH) instead.

By using the management software that came with your printer.

You can also configure most IP printers to obtain an IP address automatically from a Dynamic Host Configuration Protocol (DHCP) server. When the printer is powered up, it will contact the server to get its IP configuration information, just like any other client on the network. While this may be convenient, it’s usually not a good idea to assign dynamic IP addresses to printers. Client computers will have their printer mapped to a specific IP address; if that address is changed, you will have a lot of people complaining about no connectivity.
If you are using the DHCP server to manage all of your network’s IP addresses, be
sure to reserve a static address for the printers.

32
Q

Laser Printer Paper Jams

A

Paper can get jammed in a printer for several reasons. First, feed jams happen
when the paper-feed rollers get worn (similar to feed jams in inkjet printers). The solution: replace the worn rollers. Another cause of feed jams is related to the drive gear of the pickup roller. The drive gear (or clutch) may be broken or have teeth missing. Again, the solution is to replace it. To determine
if the problem is a broken gear or worn rollers, print a test page, but leave the paper
tray out. Look into the paper-feed opening with a flashlight and see if the paper pickup
roller(s) are turning evenly and don’t skip. If they turn evenly, the problem is probably
worn rollers. If the paper is very close to the exit rollers, they are probably the problem.
The solution: replace all the exit rollers. You must replace them all at the same time
because even one worn exit roller can cause the paper to jam. Paper jams can also be the fault of the paper. If your printer consistently tries to feed multiple pages into the printer, the paper isn’t dry enough.

33
Q

Laser Printer Blank Pages

A

There are three major causes of blank pages:

Toner Cartridge
The toner cartridge is the source of most quality problems because it contains most of the image-formation pieces for laser printers. A blank page or faded prints will come out of the printer if there is no toner
or low toner in the cartridge. Just open the printer, remove the toner cartridge, and shake it. You will be able to hear if there’s toner inside the cartridge. If it is not yet empty, shaking it redistributes the toner and may provide better printing for some time.
During their recycling process, these cartridges may be filled with the wrong kind of toner (for example, one with an incorrect composition). This can cause toner to be repelled from the EP drum instead of being attracted to it. Thus, there’s no toner on the page because there was no toner on the EP drum to begin with. The solution once again is to replace the toner cartridge with the type recommended by the manufacturer. Remove the sealing tape.

Transfer Corona Assembly
Damaged or missing transfer corona wire or damaged transfer corona roller. If a wire is lost or damaged, the developed image won’t transfer from the EP drum to the paper; thus, no image appears on the printout. If there is an image on the drum but not on the paper, you know that the transfer corona assembly isn’t doing its job. To check if the transfer corona assembly is causing the problem, open the cover and examine the wire (or roller, if your printer uses one). The corona wire is hard to see, so you may need a flashlight. You will know if it’s broken or missing just by looking at it. If it’s not broken or missing, the problem may be related to the high-voltage power supply. The transfer corona wire (or roller) is a relatively inexpensive part. You can easily
replace it by removing two screws and having some patience.

High-Voltage
Power Supply The high-voltage power supply (HVPS) supplies high-voltage, low-current
power to both the charging and transfer corona assemblies in laser printers. If it’s broken, neither corona will work properly. If the self-test shows an image on the drum but none on the paper, and the transfer corona assembly is present and not
damaged, then the HVPS is at fault.

34
Q

Laser Printer All-Black Pages

A

This happens when the charging unit (the charging corona wire or charging corona roller) in the toner cartridge malfunctions and fails to place a charge on the EP drum. Because the drum is grounded, it has no charge. Anything with a charge (like toner) will stick to it. As the drum rotates, all of
the toner is transferred to the page and a black page is formed. This problem wastes quite a bit of toner, but it can be fixed easily. The solution is to replace the toner cartridge with a known, good, manufacturer recommended one. If that doesn’t solve the problem, then the HVPS is at fault. (It’s not providing the high voltage that the charging corona needs to function.)

35
Q

Laser Printer Repetitive Small Marks or Defects

A

Repetitive marks occur frequently in heavily used (as well as older) laser printers. Toner
spilled inside the printer may be causing the problem. It can also be caused by a crack or
chip in the EP drum (this mainly happens with recycled cartridges), which can accumulate toner. In both cases, some of the toner gets stuck onto one of the rollers. Once this happens, every time the roller rotates and touches a piece of paper, it leaves toner smudges spaced a roller circumference apart. The solution is relatively simple: clean or replace the offending roller.

36
Q

Laser Printer Lines

A

Vertical White Lines on the Page
Vertical white lines running down all or part of the page are a relatively common problem
on older printers, especially ones that don’t see much maintenance. Foreign matter caught on the transfer corona wire causes this. The dirty spots keep the toner from being transmitted to the paper with the result that streaks form as the paper progresses past the transfer corona wire.
The solution is to clean the corona wires. Many laser printers contain a small corona wire brush to help with this procedure. It’s usually a small, green-handled brush located near the transfer corona wire. To use it, remove the toner cartridge and run the brush in the charging corona groove on top of the toner cartridge. Replace the cartridge, and then use the brush to remove any foreign deposits on the transfer corona.

Vertical Black Lines on the Page
A groove or scratch in the EP drum can cause the problem of vertical black lines running
down all or part of the page. Because a scratch is lower than the surface, it doesn’t receive as much (if any) of a charge as the other areas. The result is that toner sticks to it as though it were discharged. The groove may go around the circumference of the drum, so the line may go all the way down the page. Another possible cause of vertical black lines is a dirty charging corona wire. A dirty charging corona wire prevents a sufficient charge from being placed on the EP drum. Because the charge on the EP drum is almost zero, toner sticks to the areas that correspond to the dirty areas on the charging corona. The solution to the first problem is, as always, to replace the toner cartridge (or EP drum, if your printer uses a separate EP drum and toner). You can also solve the second problem with a new toner cartridge, although that would be an extreme solution. It’s easier to clean the charging corona with the brush supplied with the cartridge.

37
Q

Laser Printer Image Smudging

A

The fuser isn’t heating the toner and fusing it into the paper. This could be caused by a number of things—but all of them can be handled by a fuser replacement. For example, if the halogen light inside the heating roller has burned out, that would cause the problem. The solution is to replace the fuser. The fuser can be replaced with a rebuilt unit, if you prefer. A similar problem occurs when small areas of smudging repeat themselves down the page. Dents or cold spots in the fuser heat roller cause this problem. The only solution is to replace
either the fuser assembly or the heat roller.

38
Q

Laser Printer Ghosting

A

Ghosting (or echo images) is what you have when you can see faint images of previously
printed pages on the current page. This is caused by one of two things:

a broken cleaning blade
bad erasure lamps

A broken cleaning blade causes old toner to build up on the EP drum and consequently present itself in the next printed image. If the erasure lamps are bad, then the previous electrostatic discharges aren’t completely wiped away. When the EP drum rotates toward the developing roller, some toner sticks to the slightly discharged areas. If the problem is caused by a broken cleaner blade, you can replace the toner cartridge. If
it’s caused by bad erasure lamps, you’ll need to replace them. Because the toner cartridge is the least expensive cure, you should try that first. Usually, replacing the toner cartridge will solve the ghosting problem. If it doesn’t, you will have to replace the erasure lamps.

39
Q

Laser Printer Prints Pages of Garbage

A

This problem comes from one of two different sources:

Printer Driver
The correct printer driver needs to be installed for the printer and operating system. Once the driver has been installed, it must be configured for the correct page-description language: PCL or PostScript. Determine which page-description language your printer has been configured for, and set the printer driver to the same setting.

If the problem is the wrong driver setting, the garbage that the printer prints will look
like English. That is, the words will be readable, but they won’t make any sense.
Formatter Board The other cause of several pages of garbage being printed is a bad
formatter board. This circuit board turns the information the printer receives from the
computer into commands for the various components in the printer. Usually, problems with the formatter board produce wavy lines of print or random patterns of dots on the page. Replacing the formatter board in a laser printer is relatively easy. Usually, this board is installed under the printer and can be removed by loosening two screws and pulling it out. Typically, replacing the formatter board also replaces the printer interface, which is another possible source of garbage printouts.

40
Q

Laser Printer Finishing Issues

A

Many laser printers today are multifunction devices that include copying and scanning. Some devices come with finishers, which add touches like collating, stapling papers together, or hole punching output. If one of those functions is not working properly, it’s an issue with the finisher. More often than not, it’s a simple cleaning that takes care of the issue. For example, if documents are not being stapled, it could be a jam in the stapling mechanism that needs to be cleared. Or, of course, the printer may be out of staples.

41
Q

Laser Printer Self-Tests

A

You can perform three tests to narrow down which assembly is causing the problem:

the engine self-test,
the engine half self-test,
and the secret self-test.

Engine Self-Test
The engine self-test tests the print engine of the LaserJet. This test causes the printer to print a single page with vertical lines running its length. If an engine self-test can be performed, you know that the laser print engine can print successfully. To perform an engine self-test, you must press the printer’s self-test button, which is hidden behind a small cover on the side of the printer

Half Self-Test
A print engine half self-test is performed the same way as the self-test, but you interrupt it halfway through the print cycle by opening the cover. This test is useful in determining which part of the print process is causing the printer to malfunction. If you stop the print process and part of a developed image is on the EP drum and part has been transferred to the paper, then you know that the pickup rollers, registration rollers, laser scanner, charging roller, EP drum, and transfer roller are all working correctly. You can stop the half self-test at various points in the print process to determine the source of a malfunction.

Secret Self-Test
To activate this test, you must first put the printer into service mode. To accomplish this, turn on the printer while simultaneously holding down the On Line, Continue, and Enter buttons. When the screen comes up blank, release the keys and press, in order, Continue and then Enter. The printer will perform an internal self-test and then display 00 READY. At this point, you are ready to initiate the rest of the secret
self-test. Take the printer offline by pressing the On Line button, press the Test button
on the front panel, and hold the button until you see the 04 SELF TEST message. Then
release the Test button. This will cause the printer to print one self-test page. (If you
want a continuous printout, instead of releasing the Test button at the 04 SELF TEST
message, keep holding the Test button. The printer will print continuous self-test pages
until you power it off or press On Line, or until it runs out of paper.)

42
Q

HP LaserJet error messages

A

00 READY
The printer is in standby mode and ready to print.

02 WARM UP
The fuser is being warmed up before the 00 READY state.

04 SELF TEST or 05 SELF TEST
A full self-test has been initiated from the front panel.

11 PAPER OUT
The paper tray sensor is reporting that there is no paper in the paper tray. The printer will not print as long as this error exists.

13 PAPER JAM
A piece of paper is caught in the paper path. To fix this problem, open the cover and clear the jam (including all pieces of paper causing the jam). Close the cover to resume printing. The printer will not print as long as this error exists.

14 NO EP CART
There is no EP cartridge (toner cartridge) installed in the printer. The printer will not print as long as this error exists.

15 ENGINE TEST
An engine self-test is in progress.

16 TONER LOW
The toner cartridge is almost out of toner. Replacement will be necessary soon.

50 SERVICE
A fuser error has occurred. This problem is most commonly caused by fuser lamp failure. Power off the printer, and replace the fuser to solve the problem. The printer will not print as long as this error exists.

51 ERROR
There is a laser-scanning assembly problem. Test and replace, if necessary. The printer will not print as long as this error exists.

52 ERROR
The scanner motor in the laser-scanning
assembly is malfunctioning. Test and replace as per the service manual. The printer will not print as long as this error exists.

55 ERROR
There is a communication problem between the formatter and the DC controller. Test and replace as per the service manual. The printer will not print as long as this error exists.

43
Q

Managing the Print Spooler

A

The print spooler is a service that formats print jobs in a language that the printer understands. Think of it as a holding area where the print jobs are prepared for the printer. In Windows, the spooler is started automatically when Windows loads. If jobs aren’t printing and there’s no apparent reason why, it could be that the print spooler has stalled. To fix the problem, you need to stop and restart the print spooler.

44
Q

Hardware and Cabling Tools

A

Multimeter Multimeters are versatile electronic measuring tools. A multimeter can
measure voltage, current, and resistance on a wire.

Crimpers and Cable Strippers
A crimper is a very handy tool for helping you put connectors on the end of a cable. Most crimpers are combination tools that strip and snip wires and crimp the connector onto the end

Wi-Fi Analyzer
Specific tools for locating Wi-Fi
networks and analyzing their traffic
are indispensable today. A wireless locator or a Wi-Fi analyzer can be either a handheld
hardware device, such as the one shown in or specialized software that is installed on a laptop and the purpose of which is to detect and analyze Wi-Fi signals.

Toner Probe
If you need to trace a wire in a wall from one location to another, a toner probe (also called a tone generator and probe) is the tool for you. It consists of two pieces:

a tone generator
a probe

To use a toner probe, attach one end to one end of the cable, such as the end at the computer. Then go to the patch panel with the other end of the probe to locate the cable.

Punch-Down Tool
It’s not a testing tool but one that allows you to connect (that is, punch down) the exposed ends of a wire into wiring harnesses

Cable Tester
Usually, you would use a cable tester before you install a cable to make sure it works. Of
course, you can test it after it’s been run as well. A decent cable tester will tell you the
type of cable, and more elaborate models have connectors for multiple types of cables.

Loopback Plug
A loopback plug is for testing the ability of a network adapter to send and receive. The plug gets plugged into the NIC, and then a loopback test is performed using troubleshooting software. You can then tell whether or not the card is working
properly.

Network Tap
A network tap (tap is an acronym for test access port) is a hardware device that creates a copy of network traffic for use by monitoring devices without disrupting normal traffic. Taps have great versatility because they can be moved from one location to another on a network, allowing an administrator to focus on an area that’s believed to have problems. They can also detect potential network intrusions, making them helpers for network security as well.

45
Q

Software Commands: ipconfig

A

With Windows-based operating systems, you can determine the network settings on the
client’s network interface cards, as well as any that a DHCP server has leased to your computer, by typing the following at a command prompt: ipconfig /all.
ipconfig /all also gives you full details on the duration of your current lease. You can
verify whether a DHCP client has connectivity to a DHCP server by releasing the client’s IP
address and then attempting to lease an IP address. You can conduct this test by typing the following sequence of commands from the DHCP client at a command prompt:
ipconfig /release
ipconfig /renew
ipconfig is one of the first tools to use when experiencing problems accessing resources
because it will show you whether an address has been issued to the machine. If the address displayed falls within the 169.254.x.x category, this means that the client was unable to reach the DHCP server and has defaulted to Automatic Private IP Addressing (APIPA), which will prevent the network card from communicating outside its subnet, if not altogether.

/all
Shows full configuration information

/release
Releases the IP address if you are getting addresses from a Dynamic Host
Configuration Protocol (DHCP) server

/release6
Releases the IPv6 addresses

/renew Obtains a new IP address from a DHCP server

/renew6 Obtains a new IPv6 address from a DHCP server

/flushdns Flushes the Domain Name System (DNS) server’s name resolver cache

46
Q

Software Commands: ping

A

The ping command is one of the most useful commands in the TCP/IP protocol. It sends a
series of packets to another system, which in turn sends back a response. This utility can be extremely useful for troubleshooting problems with remote hosts. Pings are also called ICMP echo requests/replies because they use Internet Control Message Protocol (ICMP). The ping command indicates whether the host can be reached and how long it took for the host to send a return packet. Across WAN links, the time value will be much larger than across healthy LAN links. The syntax for ping is ping hostname or ping IP address.

-t
Persistent ping. Will ping the remote host until stopped by the client (by using Ctrl+C).

-n
count Specifies the number of echo requests to send.

-l
size Specifies the packet size to send.

ping -4/
ping -6
Uses either the IPv4 or IPv6 network

47
Q

Software Commands: hostname

A

It returns the name of the host computer on
which its executed

48
Q

Software Commands: netstat

A

The netstat command is used to check out the inbound and outbound TCP/IP connections on your machine. It can also be used to view packet statistics, such as how many packets have been sent and received and the number of errors. When used without any options, the netstat command shows all the outbound TCP/IP connections.

-a
Displays all connections and listening ports.

-b
Displays the executable involved in creating each connection or listening port. In
some cases, well-known executables host multiple independent components, and
in these cases the sequence of components involved in creating the connection or
listening port is displayed. In this case, the executable name is in brackets at the bottom. At the top is the components it called, in sequence, until TCP/IP was reached.

-e
Displays Ethernet statistics. This may be combined with the -s option.

-f
Displays fully qualified domain names (FQDNs) for foreign addresses

-n
Displays addresses and port numbers in numerical form.

-o
Displays the owning process ID associated with each connection.

-p proto
Shows connections for the protocol specified by proto; proto may be any of the following:
TCP, UDP, TCPv6, or UDPv6. If netstat is used with the -s option to display per-protocol
statistics, proto may be IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, or UDPv6.

-r
Displays the routing table.

-s
Displays per-protocol statistics. By default, statistics are shown for IP, IPv6, ICMP,
ICMPv6, TCP, TCPv6, UDP, and UDPv6; the -p
option may be used to specify a subset of the default.

49
Q

Software Commands: nslookup

A

One of the key things that must take place to use TCP/IP effectively is that a hostname must resolve to an IP address—an action usually performed by a DNS server. nslookup is a command that enables you to verify entries on a DNS server. You can use
the nslookup command in two modes: interactive and noninteractive.

In interactive mode, you start a session with the DNS server in which you can make several requests. In noninteractive mode, you specify a command that makes a single query of the DNS server. If you want to make another query, you must type another noninteractive command. To start nslookup in interactive mode (which is what most admins use because it allows them to make multiple requests without typing nslookup several times), type nslookup at the command prompt and press Enter. You will receive a greater than prompt (>) and you can then type the command that you want to run. You can also type help or ? to bring up the list of possible commands. To exit nslookup and return to a command prompt, type exit and press Enter. To run nslookup in noninteractive mode, you would use the nslookup command option you want to run at the command prompt—for example, nslookup /set timeout=<3> or
nslookup /view:domain.

50
Q

Software Commands: net

A

All Windows versions include a net command, but its capabilities differ based on whether it is used on a server or workstation and the version of the operating system.

net accounts
To set account options (password age, length, and so on)

net computer
To add and delete computer accounts

net config
To see network-related configuration

net continue, net pause, net start, net statistics, and net stop
To control services

net file
To close open files

net group and net localgroup
To create, delete, and change groups

net help
To see general help

net helpmsg
To see specific message help

net name
To see the name of the current machine and user

net print
To interact with print queues and print jobs

net send
To send a message to user(s)

net session
To see session statistics

net share
To create a share

net time
To set the time to that of another computer

net use
To connect to a share

net user
To add, delete, and see information about a user

net view
To see available resources

51
Q

Software Commands: tracert

A

the route to a remote host. Execute the command tracert hostname, where hostname is the computer name or IP address of the computer whose route you want to trace. tracert returns the different IP addresses the packet was routed through to reach the final destination. The results also include the number of hops needed to reach the destination. If you execute the tracert command without any options, you see a help file that describes all the tracert switches. The traceroute command can be used on Macs and Linux/UNIX machines; it performs the same task as tracert. This utility determines the intermediary steps involved in communicating with another IP host. It provides a road map of all the routing an IP packet takes to get from host A to host B.
Timing information from tracert can be useful for detecting a malfunctioning or overloaded router.

52
Q

Software Commands: pathping

A

pathping (path ping) combines the best of both worlds from ping and tracert and is a
favorite command for many net admins. It acts much like a ping, but it also traces the route to the destination and shows where, if anywhere, packet loss occurs between the sending computer and the remote host. Said differently, pathping first traces the route to the destination host, and then it pings each node between itself and the destination.

-h number
Defines the maximum number of hops to search. Useful if, for example, you just
want to test connectivity to the ISP.

-n
Does not resolve each hostname. This speeds up the results.

-p number
Number of milliseconds to wait between pings. The default is 250. A good choice
is 100. Again, speeds up results.

-q number
Number of queries per hop. The default is 100, choosing fewer speeds it up. Around 10–20 is usually enough.

-w number
Number of milliseconds to wait for each reply. The default is 3 seconds; 500 milliseconds is fine. Speeds up results.

53
Q

Fixing Poor VoIP Quality

A

Most corporate landline telephones today run over an IP network. This is called Voice over Internet Protocol (VoIP). A bad or intermittent network connection will definitely cause poor VoIP quality. Most routers have an option called Quality of Service (QoS) that allows administrators to set priorities for different streams of network traffic. If a network is suffering from poor VoIP quality, the administrator could give it a higher priority. That way, if the network connection is overloaded, higher priority traffic should be less affected.

54
Q

Dealing with Port Flapping

A

Check the cables, connections, and look for a speed or duplex mismatch. There are two other things to check for as well. First, look at the error logs for the switch. There should be a layer 1 issue on both ends of the link. If not, it could be an intermediary device between the ends of the link causing the problem. Second, reseat the small form-factor pluggable (SFP) connectors. SFPs are pinky-sized, hot-swappable transceivers used in gigabit and faster connections. If reseating doesn’t help, switch out the SFPs on the link with ones that are known to work.

55
Q

Which type of plug is used to test the functionality of your network interface card (NIC)?

A

A loopback plug is wired to send and receive signals to itself, for use in testing a network interface card or network connection solely using the plug.