1100-Ch03.docx
Document Details
Uploaded by ExtraordinaryMars
Anoka-Ramsey Community College
Tags
Full Transcript
A Technician's knowledge must extend beyond knowing how to assemble a computer. You need to have in-depth knowledge of computer system architecture and how each component operates and interacts with other components. This depth of knowledge is necessary when you have to upgrade a computer with new c...
A Technician's knowledge must extend beyond knowing how to assemble a computer. You need to have in-depth knowledge of computer system architecture and how each component operates and interacts with other components. This depth of knowledge is necessary when you have to upgrade a computer with new components that must be compatible with existing components and also when you build computers for very specialized applications. This chapter covers the computer boot process, protecting the computer from power fluctuations, multicore processors, redundancy through multiple storage drives, and protecting the environment from hazardous materials found inside of computer components. You will learn about the computer boot process including the power on self-test (POST) conducted by the BIOS. Explore various BIOS and UEFI settings and how they impact this process. You will explore basic electrical theory and Ohm's law and calculate voltage, current, resistance, and power. Power fluctuations can damage computer components so you will learn how to mitigate the risk of power fluctuations with surge protectors, uninterruptible power supplies (UPSs), and standby power supplies (SPSs). You will learn how to provide storage redundancy and load balancing using redundant arrays of independent disks (RAID). You will also learn how to upgrade computer components and configure specialized computers. Finally, after upgrading a computer, technicians must dispose of the old parts properly. Many computer components contain hazardous materials, such as mercury and rare earth metals in batteries and deadly voltage levels in power supplies. You will learn the risks posed by these components and how to dispose of them properly. When a computer is booted, the basic input/output system (BIOS) performs a hardware check on the main components of the computer. This check is called a power-on self-test (POST). 1 short beep: memory refresh failure 2 short beeps: memory Parity failure 3 short beeps: Base 64K memory failure 4 short beeps: System timer failure 5 short beeps: Processor failure 6 short beeps: 8042 Gate A20 error 7 short beeps: Virtual memory error 8 short beeps: Video memory failure 9 short beeps: ROM checksum failure If a device is malfunctioning, an error or a beep code alerts the technician of the problem. If there is a hardware problem, a blank screen might appear at bootup, and the computer will emit a series of beeps. BIOS manufacturers use different codes to indicate hardware problems. The table below shows a chart of common beep codes. However, motherboard manufacturers may use different beep codes. Always consult the motherboard documentation to get the beep codes for your computer. **Installation Tip**: To determine if POST is working properly, remove all of the RAM modules from the computer and power it on. The computer should emit the beep code for a computer with no RAM installed. This will not harm the computer. All motherboards need BIOS to operate. BIOS is a ROM chip on the motherboard that contains a small program. This program controls the communication between the operating system and the hardware. Along with the POST, BIOS also identifies: - Which drives are available - Which drives are bootable - How the memory is configured and when it can be used - How PCIe and PCI expansion slots are configured - How SATA and USB ports are configured - Motherboard power management features The motherboard manufacturer saves the motherboard BIOS settings in a Complementary Metal Oxide Semiconductor (CMOS) memory chip When a computer boots, the BIOS software reads the configured settings stored in CMOS to determine how to configure the hardware. The BIOS settings are retained by CMOS using a battery, such as the one shown in the figure below. However, if the battery fails, important settings can be lost. Therefore, it is recommended that BIOS settings always be documented. **Note**: An easy way to document these settings is to take pictures of the various BIOS settings. **Installation Tip**: If the computer's time and date are incorrect, it could indicate that the CMOS battery is bad or is getting very low. Most computers today run Unified Extensible Firmware Interface (UEFI). All new computers come with UEFI, which provides additional features and addresses security issues with legacy BIOS. You may see "BIOS/UEFI" when booting into your BIOS settings. This is because Intel chips currently support backwards compatibility with legacy BIOS systems. However, by 2020, Intel will end support for legacy BIOS. For more information, do an internet search for "Intel to remove legacy BIOS". **Note**: This section uses BIOS, UEFI, and BIOS/UEFI interchangeably. In addition, manufacturers may continue to label their UEFI programs with "BIOS" so that users know it supports the same functions. UEFI configures the same settings as traditional BIOS but also provides additional options. For example, UEFI can provide a mouse-enabled software interface instead of the traditional BIOS screens. However, most systems have a text-based interface, similar to legacy BIOS systems. UEFI can run on 32-bit and 64-bit systems, supports larger boot drives and includes additional features such as secure boot. Secure boot ensures your computer boots to your specified operating system. This helps prevent rootkits from taking over the system. For more information, do an internet search for "Secure boot and rootkits". **Note**: The UEFI setup screens in this section are for reference only and most likely will not look the same as yours. Please consider them as a guide and refer to your motherboard manufacturer documents. Power supply specifications are typically expressed in watts (W). To understand what a watt is, refer to the interactive image which describes the four basic units of electricity that a computer technician must know. A basic equation, known as Ohm\'s Law, expresses how voltage is equal to the current multiplied by the resistance: V = IR. In an electrical system, power is equal to the voltage multiplied by the current: P = VI. **Voltage**: The electric potential difference between two points. It's like the pressure that pushes electric charges through a conductor. Measured in volts (V). **Resistance**: The opposition to the flow of electric current in a material. It's like the friction that slows down the flow of electricity. Measured in ohms (Ω). **Current**: The flow of electric charge through a conductor. It's like the amount of water flowing through a pipe. Measured in amperes (A). **Power**: The rate at which electrical energy is transferred by an electric circuit. It's like the amount of work done by the electric current. Measured in watts (W). On the back of some power supplies is a small switch called the voltage selector switch, as shown in the image. This switch sets the input voltage to the power supply to either 110V / 115V or 220V / 230V. A power supply with this switch is called a dual voltage power supply. The correct voltage setting is determined by the country where the power supply is used. Setting the voltage switch to the incorrect input voltage could damage the power supply and other parts of your computer. If a power supply does not have this switch, it automatically detects and sets the correct voltage. **CAUTION**: Do not open a power supply. Electronic capacitors located inside of a power supply can hold a charge for extended periods of time. Voltage is a measure of energy required to move a charge from one location to another. The movement of electrons is called current. Computer circuits need voltage and current to operate electronic components. When the voltage in a computer is not accurate or steady, computer components might not operate correctly. Unsteady voltages are called power fluctuations. The following types of AC power fluctuations can cause data loss or hardware failure: - **Blackout** - Complete loss of AC power. A blown fuse, damaged transformer, or downed power line can cause a blackout. - **Brownout** - Reduced voltage level of AC power that lasts for a period of time. Brownouts occur when the power line voltage drops below 80 percent of the normal voltage level and when electrical circuits are overloaded. - **Noise** - Interference from generators and lightning. Noise results in poor quality power, which can cause errors in a computer system. - **Spike** - Sudden increase in voltage that lasts for a short period and exceeds 100 percent of the normal voltage on a line. Spikes can be caused by lightning strikes, but can also occur when the electrical system comes back on after a blackout. - **Power surge** - Dramatic increase in voltage above the normal flow of electrical current. A power surge lasts for a few nanoseconds, or one-billionth of a second. To help shield against power fluctuation problems, use devices to protect the data and computer equipment: - **Surge protector** - Helps protect against damage from surges and spikes. A surge suppressor diverts extra electrical voltage that is on the line to the ground. The amount of protection offered by a surge protector is measured in joules. The higher the joule rating, the more energy over time the surge protector can absorb. Once the number of joules is reached, the surge protector no longer provides protection and will need to be replaced. - **Uninterruptible power supply (UPS)** - Helps protect against potential electrical power problems by supplying a consistent level of electrical power to a computer or other device. The battery is constantly recharging while the UPS is in use. The UPS provides a consistent quality of power when brownouts and blackouts occur. Many UPS devices can communicate directly with the computer operating system. This communication allows the UPS to safely shut down the computer and save data prior to the UPS losing all battery power. - **Standby power supply (SPS)** - Helps protect against potential electrical power problems by providing a backup battery to supply power when the incoming voltage drops below the normal level. The battery is on standby during normal operation. When the voltage decreases, the battery provides DC power to a power inverter, which converts it to AC power for the computer. This device is not as reliable as a UPS because of the time it takes to switch over to the battery. If the switching device fails, the battery cannot supply power to the computer. **CAUTION**: UPS manufacturers suggest never plugging a laser printer into a UPS because the printer could overload the UPS. A program is a sequence of stored instructions. A CPU executes these instructions by following a specific instruction set. There are two distinct types of instruction sets that CPUs may use: - **Reduced Instruction Set Computer (RISC)** - This architecture uses a relatively small set of instructions. RISC chips are designed to execute these instructions very rapidly. Some well-known CPUs using RISC are PowerPC and ARM. - **Complex Instruction Set Computer (CISC**) - This architecture uses a broad set of instructions, resulting in fewer steps per operation. Intel x86 and Motorola 68k are some well-known CPUs using CISC. While the CPU is executing one step of the program, the remaining instructions and the data are stored nearby in a special, high-speed memory, called cache. Various CPU manufacturers complement their CPU with performance-enhancing features. For instance, Intel incorporates Hyper-Threading to enhance the performance of some of their CPUs. With Hyper-Threading, multiple pieces of code (threads) are executed simultaneously in the CPU. To an operating system, a single CPU with Hyper-Threading performs as though there are two CPUs when multiple threads are being processed. AMD processors use HyperTransport to enhance CPU performance. HyperTransport is a high-speed connection between the CPU and the Northbridge chip. The power of a CPU is measured by the speed and the amount of data that it can process. The speed of a CPU is rated in cycles per second, such as millions of cycles per second, called megahertz (MHz), or billions of cycles per second, called gigahertz (GHz). The amount of data that a CPU can process at one time depends on the size of the front side bus (FSB). This is also called the CPU bus or the processor data bus. Higher performance can be achieved when the width of the FSB increases, much like a roadway can carry more cars when it has many lanes. The width of the FSB is measured in bits. A bit is the smallest unit of data in a computer. Current processors use a 32-bit or 64-bit FSB. Overclocking is a technique used to make a processor work at a faster speed than its original specification. Overclocking is not a recommended way to improve computer performance and can result in damage to the CPU. The opposite of overclocking is CPU throttling. CPU throttling is a technique used when the processor runs at less than the rated speed to conserve power or produce less heat. Throttling is commonly used on laptops and other mobile devices. CPU virtualization is a hardware feature supported by AMD and Intel CPUs that enables a single processor to act as multiple processors. This hardware virtualization technology allows the operating system to support virtualization more effectively and efficiently than is possible through software emulation. With CPU virtualization multiple operating systems can run in parallel on their own virtual machines as if they were running on completely independent computers. CPU virtualization is sometimes disabled by default in the BIOS and will need to be enabled. Multicore processors are CPUs with multiple processing units (cores) on a single chip. Each core can execute instructions independently, allowing for parallel processing and improved performance, especially for multitasking and complex computations. **Key Components of Multicore Processors** 1. **Cores**: Each core in a multicore processor can handle its own tasks, making the processor more efficient at handling multiple processes simultaneously. 2. **Cache Memory**: Cache memory is a small, high-speed memory located close to the CPU cores. It stores frequently accessed data and instructions to speed up processing. There are three levels of cache in modern CPUs: - **L1 Cache**: This is the smallest and fastest cache, located directly on the CPU core. It is usually divided into two parts: one for data (L1d) and one for instructions (L1i). [The size typically ranges from 128 KB to 2 MB per core^1^](https://bing.com/search?q=describe+multicore+processors+including+l2+and+l3+cache). - **L2 Cache**: This cache is larger and slightly slower than L1. It can be either dedicated to each core or shared among a few cores. [The size ranges from 256 KB to 32 MB^1^](https://bing.com/search?q=describe+multicore+processors+including+l2+and+l3+cache). - **L3 Cache**: This is the largest and slowest cache, shared among all the cores in the processor. It helps reduce the latency when cores need to access the same data. [The size can range from 1 MB to 128 MB^1^](https://bing.com/search?q=describe+multicore+processors+including+l2+and+l3+cache)[^2^](https://www.technewstoday.com/l1-vs-l2-vs-l3-cache/). **Benefits of Multicore Processors** - **Parallel Processing**: Multiple cores can handle different tasks simultaneously, improving overall performance. - **Energy Efficiency**: Multicore processors can perform more work per watt of power consumed compared to single-core processors. - **Improved Multitasking**: Users can run multiple applications smoothly without significant slowdowns. **Applications** Multicore processors are widely used in various applications, from everyday computing tasks to high-performance computing environments like servers, gaming, and scientific simulations. **Single Core** - **Description**: A CPU with a single processing unit. - **Use**: Found in older computers and basic devices. Suitable for simple tasks like word processing, web browsing, and basic gaming. **Dual Core** - **Description**: A CPU with two processing units. - **Use**: Common in budget laptops and desktops. Good for multitasking, basic gaming, and everyday computing tasks. **Triple Core** - **Description**: A CPU with three processing units. - **Use**: Less common, but can be found in some mid-range devices. Offers better multitasking and performance for slightly more demanding applications. **Quad Core** - **Description**: A CPU with four processing units. - **Use**: Standard in many modern laptops and desktops. Ideal for gaming, multimedia editing, and running multiple applications simultaneously. **Hexa-Core** - **Description**: A CPU with six processing units. - **Use**: Found in higher-end laptops and desktops. Excellent for gaming, video editing, and other resource-intensive tasks. **Octa-Core** - **Description**: A CPU with eight processing units. - **Use**: Common in high-performance desktops, gaming rigs, and some high-end smartphones. Perfect for heavy multitasking, 3D rendering, and professional-grade applications. Each core configuration offers different levels of performance and efficiency, catering to various user needs and applications. **Case Fan** Increasing the air flow in the computer case allows more heat to be removed. An active cooling solution uses fans inside of a computer case to blow out hot air. For increased air flow, some cases have multiple fans with cool air being brought in while another fan is blowing out hot air. **CPU Heat Sink** The CPU generates a lot of heat inside the case. To draw heat away from the CPU core, a heat sink is installed on top of it, The heat sink has a large surface area with metal fins to dissipate heat into the surrounding air. This is known as passive cooling. Between the heat sink and the CPU is a special thermal compound. The thermal compound increases the efficiency of heat transfer from the CPU to the heat sink by filling any tiny gaps between the two. **CPU Fan** CPUs that are overclocked or running multiple cores tend to generate excessive heat. It is a very common practice to install a fan on top of the heat sink. The fan moves heat away from the metal fins of the heatsink. This is known as active cooling. **Graphics Card Cooling System** Other components are also susceptible to heat damage and are often equipped with fans. Video adapter cards have their own processor called a graphics-processing unit (GPU) which generates excessive heat. Video adapter cards also come equipped with one or more fans. **Water Cooling System** Computers with extremely fast CPUs and GPUs might use a water-cooling system. A metal plate is placed over the processor, and water is pumped over the top to collect the heat that the processor generates. The water is pumped to a radiator to disperse the heat into the air and the water is then recirculated. CPU fans make noise and can be annoying at high speeds. An alternative to cooling a CPU with a fan is a method that uses heat pipes. The heat pipe contains liquid that is permanently sealed at the factory and uses a system of cyclic evaporation and condensation. Storage devices can be grouped and managed to create large storage volumes with redundancy. To do so, computers can implement redundant array of independent disks (RAID) technology. RAID provides a way to store data across multiple storage devices for availability, reliability, capacity, and redundancy and/or performance improvement. In addition, it may be more economical to create an array of smaller devices than it is to purchase a single device of the combined capacity provided by the RAID, especially for very large drives. To the operating system, a RAID array appears as one drive. The following terms describe how RAID stores data on the various disks: - **Striping** -- This RAID type enables data to be distributed across multiple drives. This provides a significant performance increase. However, since the data is distributed across multiple drives, the failure of a single drive means that all data is lost. - **Mirroring** -- This RAID type stores duplicate data on one or more other drives. This provides redundancy so that the failure of a drive does not cause the loss of data. The Mirror can be recreated by replacing the drive and restoring the data from the good drive. - **Parity** -- This RAID type provides basic error checking and fault tolerance by storing checksums separately from data. This enables the reconstruction of lost data without sacrificing speed and capacity, like mirroring. - **Double** **Parity** -- This RAID type provides fault tolerance up to two failed drives. The figure shows a large drive enclosure that could be used in a data center with one or more RAID implementations. Drive enclosures can use hot swappable drives. This means that a drive that fails can be replaced without powering down the entire RAID. Powering down the RAID may make the data on the RAID unavailable to users for an extended period of time. Not all drives and RAID types support hot swapping. **RAID 0 (Striping)** - **Description**: Data is split across multiple drives, improving performance but offering no redundancy. - **Minimum Drives**: 2 **RAID 1 (Mirroring)** - **Description**: Data is duplicated across two drives, providing redundancy. If one drive fails, the other can be used. - **Minimum Drives**: 2 **RAID 5 (Striping with Parity)** - **Description**: Data and parity (error checking) information are striped across three or more drives. This setup offers a good balance of performance, storage efficiency, and redundancy. - **Minimum Drives**: 3 **RAID 6 (Striping with Double Parity)** - **Description**: Similar to RAID 5, but with an additional parity block, allowing for two drives to fail without data loss. - **Minimum Drives**: 4 **RAID 10 (1+0, Mirroring and Striping)** - **Description**: Combines RAID 1 and RAID 0 by mirroring data across pairs of drives and then striping across those pairs. This setup offers high performance and redundancy. - **Minimum Drives**: 4 Each RAID level has its own advantages and trade-offs in terms of performance, redundancy, and storage efficiency. **Legacy Ports** Computers have many different types of ports to connect the computer to external peripheral devices. As computer technology has evolved, so have the types of ports used to connect peripheral devices. Legacy ports are typically found on older computers and have been mostly replaced by newer technologies such as USB. **Serial** Serial ports were used to connect various peripherals such as printers, scanners, and modems. Today, serial ports are sometimes used for making console connections to network devices to perform initial configuration. There are two form factors of serial ports, a 9-pin DB-9 port and a 25-pin port. **Parallel** Parallel ports have a 25-pin receptacle used to connect various peripheral devices. As the name implies, parallel ports send data in multiple bits at once, in parallel communication. Because these ports were often used to connect printers, they are often called printer ports. **Game** The 15-pin game port was used as a connector for joystick input. Game ports were originally located on a dedicated game controller expansion card and then later integrated with sound cards and on PC motherboards. **PS/2** The PS/2 is a 6-pin din connector used for connecting a keyboard and mouse. Shown are two color-coded PS/2, purple for the keyboard and green for the mouse. **Audio ports** Audio ports connect audio devices to the computer. Analog ports typically include a line in port to connect to an external source (e.g., stereo system), a microphone port, and line out ports to connect speakers or headphones. **Video and Graphic Ports** Graphic ports are used to connect monitors and external video displays to desktop computers and laptops. **VGA** VGA is an analog port and is the oldest graphics port likely still used on some PCs, although it is quickly becoming a legacy technology. VGA ports are colored blue and accept a 15-pin connector, with the pins arranged in three rows. **DVI** The emergence of digital display such as LCD monitors and TVs led to the development of the DVI for transmitting uncompressed digital video. Variants of the DVI interface are configured to support multiple transmission modes. DVI-A (analog) supports analog only, DVI-D (digital) supports digital only, and DVI-I (integrated) supports both digital and analog. There are also two forms of DVI connections; single-link connections that use a single Transition Minimized Differential Signaling (TMDS) transmitter, and dual-link connections that use two TMDS transmitters to provide higher-resolutions to larger monitors. **HDMI** HDMI carries the same video information as DVI but is also capable of providing digital audio and control signals. HDMI uses a 19-pin connector. Smaller portable electronic devices have a smaller 19-pin Mini-HDMI port. HDMI is capable of very high resolutions. HDMI is also capable of changing the refresh rate of a monitor to match the rate of the source device output. There are two categories of HDMI, 1 (Standard) and 2 (High Speed). There are also many versions of the HDMI standard such as v1.4. Newer versions of the standard support the latest features such as high refresh rates and 4K and 8K resolutions. Versions 2.0 and 2.1 can achieve very high speeds, 2.0 supports Premium High Speed up to 18 Gbps and 2.1 supports Ultra High Speed up to 48 Gbps. A high-speed HDMI cable that supports at least HDMI 1.4, is required for supporting 4K signals. HDMI connectors are available in three sizes: standard, mini and micro. The majority of HDMI connectors in use today are the Type A (Standard), Type C (Mini) and Type D (Micro). **DisplayPort** The DisplayPort is a newer technology designed to replace both DVI and VGA for connecting computer monitors. The DisplayPort uses a 20-pin connector for delivering high bandwidth video and audio signals. Like HDMI, there is a miniaturized version of the DisplayPort called the Mini DisplayPort which is primarily used on Apple computers. DisplayPort can handle up to 20 Gbps with version 2.0. DisplayPort is also capable of connecting multiple monitors to the same video source with a single cable. **USB Cables and Connectors** Over the years, the USB protocol has evolved and the various standards can be confusing. USB 1.0 provided a low-speed transfer rate at 1.5 Mbps for keyboards and mice and a full-speed channel at 12 Mbps. USB 2.0 made a significant leap, increasing transfer rates up to High Speed at 480 Mbps. USB 3.0 increased the transfer rate to SuperSpeed 5 Gbps, USB 3.1 increased the transfer rate of SuperSpeed to 10 Gbps, and USB 3.2, the latest USB-C specification supports speeds of up to SuperSpeed+ 20 Gbps. **USB Type-A** This is a rectangular connector found on virtually every desktop PC and laptop, as well as TVs, game consoles, and media players. USB 1.1, 2.0, and 3.0 Type-A connectors and receptacles are physically compatible. **Mini-USB** The USB Mini-B connector is rectangular with a small indention on each side. The Mini-USB form factor is being phased out and replaced by the micro-USB connector. **Micro-USB** The Micro-USB connector is found on smartphones, tablets, and other devices. Except for Apple, most manufacturers have adopted the Micro-USB interface. The USB 2.0 Micro-B connector has two corners pushed in at an angle. **USB Type-B** The USB Type-B connector is commonly used to connect printer and external hard drives. It has a square shape with beveled exterior corners and an extra notch at the top. **USB Type-C** The USB Type-C connector is the newest USB interface. It is smaller than the Type-A connector and is rectangular with four rounded corners. Both Thunderbolt 3 and USB Type-C are an example of a multipurpose cable that can be used to attach different kinds of peripheral devices to a PC. USB Type C is the shape of the port. Thunderbolt 3 combines the functionality of USB, Thunderbolt, DisplayPort, and the ability to deliver power to devices through the cable. **Lightning** The Lightning connector is a small proprietary 8-pin connector used by Apple mobile devices such as iPhones, iPads, and iPods for both power charging and data transfer. It is similar in appearance to a USB Type-C connector. **SATA Cables and Connectors** SATA is an interface type used connect SATA hard drives and other storage devices to the motherboard inside the computer. SATA cables are long (up to 1 meter) and thin with a flat and thin 7-pin connector on each end. **SATA Cable and Connector** One end plugs into a SATA port on the motherboard and the other end into the back of an internal storage device such as a SATA hard drive. The SATA connecter has an "L" shaped key so that it can only be installed in one way. **SATA Data and Power Cables** The SATA cable does not provide power so an addition cable is needed to supply power to SATA drives. **eSATA Cable** eSATA is used to connect external SATA drives. eSATA connectors do not have an "L" shaped key like the SATA connector. However, an eSATA port does have a key feature to prevent inadvertent insertion of a USB connector, which is similar in size and shape. **eSATA Adapter Card** Often, an expansion card is installed in the computer to provide eSATA ports. **Twisted Pair Cables and Connectors** Twisted pair cable is used in wired Ethernet networks and in older telephone networks. Twisted pair cabling gets its name from the fact that pairs of wires inside the cable are twisted together. The twisting of wire pairs helps reduce crosstalk and electromagnetic induction. **RJ-45 Connector** Each end of a UTP cable must be terminated with a connector. In the case of Ethernet networks, it is an RJ-45 connector that terminates the cable and is plugged into an Ethernet port. **Twisted Pairs** There are basically two types of twisted pair cables: Unshielded Twisted Pair (UTP) cabling and Shielded Twisted Pair (STP). The most commonly used form of twisted pair cabling is UTP. It consists of color-coded insulated copper wires without the foil or braiding found in STP. **RJ-11 Connector** Older telephone networks used a four-wire UTP cable with two wire pairs terminated with a 6-pin RJ-11 connector. The RJ-11 connector looks very similar to the RJ-45 connector but is smaller. **Coax Cables and Connectors** Coaxial cable has an inner center conductor, usually made from copper or copper-clad-steel, which is surrounded by a non-conductive dielectric insulating material. The dielectric is surrounded by a foil shield which forms the outer conductor and shields against electromagnetic interference (EMI). The outer conductor/shield is encased in a PVC outer jacket. **Coax Cable Construction** Coax cable with the outer jacket pulled back to reveal the braided shielding and copper core conductor. **RG-6** RG-6 cable is heavy gauge and has insulation and shielding tuned for high-bandwidth, high-frequency applications such as Internet, Cable TV, and Satellite TV signals. RG-6 commonly uses an F-Type connector, as shown in the figure. **RG-59** RG-59 cable is thinner than RG-6 and has less shielding. RG-59 is recommended in low bandwidth and lower frequency applications such as analog video and CCTV applications. RG-59 commonly uses a BNC connector as shown in the next figure. **BNC** BNC connectors connect coaxial cables to devices using a quarter-turn connection scheme. BNC is used with digital or analog audio, or video. **SCSI Cables and Connectors** Small Computer Systems Interface (SCSI) is a standard for connecting peripheral and storage devices. SCSI is a bus technology, meaning that all devices connect to a central bus and are \"daisy-chained\" together. The cabling/connector requirements depend upon the location of the SCSI bus. Integrated Drive Electronics (IDE) is a standard type of interface used to connect some hard drives and optical drives to each other and to the motherboard. **External SCSI Cable** The Centronics connector is used for connecting older external SCSI devices such as scanners and printers. This connector came in 36-pin and 50-pin versions. The pins are arranged in two rows with a plastic bar through the center that holds the contact pins. Squeeze latches or bail locks located on the sides of the connector are used to hold it in place. **Internal SCSI Cable** A common SCSI connector for internal hard drives is the internal 50-pin SCSI which has 50 pins arranged in two rows and is attached to a ribbon cable. **IDE Cable** IDE ribbon cables look very similar to internal SCSI cables however IDE uses 40-pin connectors. There are typically three connectors on the cable. One to connect to the IDE port on the motherboard and two for attachment of IDE drives. There are many types of computer monitors available. Some are designed for casual use, while others are for specific requirements, such as those used by architects, graphic designers, or even gamers. Monitors vary by use, size, quality, clarity, brightness and more. Therefore, it is useful to understand the various terms used when discussing monitors. Computer monitors are usually described by: - **Screen size** -- This is the diagonal measurement of the screen (i.e., top left to bottom right) in inches. Common sizes include 19 to 24 inches, to ultrawide monitors that are 30 or more inches wide. Larger monitors are usually better but are more expensive and require more desk space. - **Resolution** -- Resolution is measured by the number of horizontal and vertical pixels. For example, 1920 x 1080 (i.e., 1080p) is a common resolution. This means it has 1920 horizontal pixels and 1080 vertical pixels. - **Monitor resolution** -- This relates to the amount of information that can be displayed on a screen. A higher resolution monitor displays more information on a screen than a lower resolution monitor does. This is true even with monitors that have the same screen size. - **Native resolution** -- This identifies the best monitor resolution for the specific monitor. In Windows 10, the native resolution of a monitor is identified using the keyword (Recommended) beside the monitor resolution. For example, in the figure, the native resolution of the monitor is 1920 x 1080. - **Native mode** -- This term describes when the image sent to the monitor by the video adapter card matches the native resolution of the monitor. - **Connectivity** -- Older monitors used VGA or DVI connectors while newer monitors support HDMI and DisplayPort ports. DisplayPort is a connection found on newer monitors. It supports higher resolutions and high refresh rates. **Note**: If you want to display more things on the screen, then select a higher resolution monitor. If you just want things to appear bigger, then select a larger screen size. **CGA (Color Graphics Adapter)**: **VGA (Video Graphics Array)**: **SVGA (Super Video Graphics Array)**: **HD (High Definition)**: **FHD (Full High Definition)**: **QHD (Quad High Definition)**: **UHD (Ultra High Definition)**: Adding monitors can increase your visual desktop area and improve productivity. The added monitors enable you to expand the size of the monitor or duplicate the desktop so you can view additional windows. Many computers have built-in support for multiple monitors. To connect multiple monitors to a computer, you need the supporting cables. Then you need to enable your computer to support multiple monitors. For example, on a Windows 10 host, right-click anywhere on the Desktop and choose **Display settings**. This should open the Display window as shown in the figure. In the example, the user has two monitors connected in the configuration displayed. The current monitor selected is in blue and has a resolution of 1920 x 1080. It is also the main display monitor. Clicking on monitor 2 would display its resolutions. Computers need periodic upgrades for various reasons: - User requirements change - Upgraded software packages require new hardware - New hardware offers enhanced performance Changes to the computer may cause you to upgrade or replace components and peripherals. Research the effectiveness and cost of both upgrading and replacing. If you upgrade or replace a motherboard, consider that you might have to replace other components including the CPU, heat sink and fan assembly, and RAM. A new motherboard must also fit into the old computer case and the power supply must support it. When upgrading the motherboard, begin the upgrade by moving the CPU and the heat sink and fan assembly to the new motherboard if they will be reused. These items are much easier to work with when they are outside of the case. Work on an antistatic mat, and wear antistatic gloves or an antistatic wrist strap to avoid damaging the CPU. If the new motherboard requires a different CPU and RAM, install them at this time. Clean the thermal compound from the CPU and heat sink. Remember to re-apply thermal compound between the CPU and the heat sink. Before beginning an upgrade, ensure that you know where and how everything is connected. Always make notes in a journal to record how the current computer is set up. A quick way is to use a cell phone and take pictures of important items such as how components connect to the motherboard. These pictures may prove to be surprisingly helpful when re-assembling. To upgrade a motherboard from a computer case, follow these steps: **Step 1.** Record how the power supply, case fans, case LEDs, and case buttons attach to the old motherboard. **Step 2.** Disconnect the cables from the old motherboard. **Step 3.** Disconnect the expansion cards from the case. Remove each expansion card and place them in antistatic bags, or on an antistatic mat. **Step 4.** Carefully record how the old motherboard is secured to the case. Some mounting screws provide support while some may provide an important grounding connection between the motherboard and chassis. In particular, pay attention to screws and standoffs that are non-metallic, because these may be insulators. Replacing insulating screws and supports with metal hardware that conducts electricity might damage electrical components. **Step 5.** Remove the old motherboard from the case. **Step 6.** Examine the new motherboard and identify where all of the connectors are such as power, SATA, fan, USB, audio, front panel connector, and any others. **Step 7.** Examine the I/O shield located at the back of the computer case. Replace the old I/O shield with the I/O shield that comes with the new motherboard. **Step 8.** Insert and secure the motherboard into the case. Be sure to consult the case and motherboard manufacturer user guides. Use the proper types of screws. Do not swap threaded screws with self-tapping metal screws, because they will damage the threaded screw holes and might not be secure. Make sure that the threaded screws are the correct length and have the same number of threads per inch. If the thread is correct, they fit easily. If you force a screw to fit, you can damage the threaded hole, and it will not hold the motherboard securely. Using the wrong screw can also produce metal shavings that can cause short circuits. **Step 9.** Next, connect the power supply, case fans, case LEDs, front panel, and any other required cables. If the ATX power connectors are not the same size (some have more pins than others), you might need to use an adapter. Refer to the motherboard documentation for the layout of these connections. **Step 10.** After the new motherboard is in place and the cables are connected, install and secure the expansion cards. It is now time to check your work. Make sure that there are no loose parts or unconnected cables. Connect the keyboard, mouse, monitor, and power. If a problem is detected, shut the power supply off immediately. One way to increase the power of a computer is to increase the processing speed. You can do this by upgrading the CPU. However, the CPU must meet the requirements listed in the figure. The new CPU might require a different heat sink and fan assembly. The assembly must physically fit the CPU and be compatible with the CPU socket. It must also be adequate to remove the heat of the faster CPU. **CAUTION**: You must apply thermal compound between the new CPU and the heat sink and fan assembly. View thermal settings in the BIOS to determine if there are any problems with the CPU and the heat sink and fan assembly. Third-party software applications can also report CPU temperature information in an easy-to-read format. Refer to the motherboard or CPU user documentation to determine if the chip is operating in the correct temperature range. To install additional fans in the case to help cool the computer, follow these steps: **Step 1.** Align the fan so that it faces the correct direction to either draw air in or blow air out. **Step 2.** Mount the fan using the predrilled holes in the case. It is common to mount fans near the top of the case to blow hot air out, and near the bottom of the case to bring air in. Avoid mounting two fans close together that are moving air in opposite directions. **Step 3.** Connect the fan to the power supply or the motherboard, depending on the case fan plug type. **Requirements** - The new CPU must fit into the existing CPU socket. - The new CPU must be compatible with the motherboard chipset. - The new CPU must operate with the existing motherboard and power supply. Instead of purchasing a new computer to get faster speed and more storage space, you might consider adding another hard drive. There are several reasons for installing an additional drive as listed in the figure. After selecting the appropriate hard drive for the computer, follow these general guidelines during installation: **Step 1.** Place the hard drive in an empty drive bay, and tighten the screws to secure the hard drive. **Step 2.** Connect the drive to the motherboard using the correct cable. **Step 3.** Attach the power cable to the drive. **Reasons for New Drive** - Increase storage space - Increase hard drive speed - Install a second operating system - Store the system swap file - Provide fault tolerance - Back up the original hard drive Peripheral devices periodically need to be upgraded. For example, if the device stops operating or if you wish to improve performance and productivity, an upgrade might be necessary. These are a few reasons for upgrading a keyboard and/or a mouse: - Change the keyboard and mouse to an ergonomic design such as those shown in the figure below. Ergonomic devices are made to be more comfortable to use and to help prevent repetitive motion injuries. - Reconfigure the keyboard to accommodate a special task, such as typing in a second language with additional characters. - To accommodate users with disabilities. However, sometimes it is not possible to perform an upgrade using the existing expansion slots or sockets. In this case, you may be able to accomplish the upgrade using a USB connection. If the computer does not have an extra USB connection, you must install a USB adapter card or purchase a USB hub Upgrading your computer hardware will most likely also change its power needs. If so, you may need to upgrade your power supply. You can find calculators on the internet to help you determine if you need to upgrade the power supply. Search for "power supply wattage calculator". In addition to upgrading for additional power, a computer may be capable of having two power supplies. One acts as a redundant power supply in case of failure. A special motherboard must be used to take advantage of this configuration. This configuration is not often found with desktop computers. It is more commonly used in servers. This allows both power supplies to be hot-swappable. The faulty power supply can be replaced without losing power to the computer. After upgrading a computer, or replacing a broken device, what do you do with the leftover parts? If the parts are still good, they can be donated or sold. Parts that no longer work must be disposed of, but they must be disposed of responsibly. The proper disposal or recycling of hazardous computer components is a global issue. Make sure to follow regulations that govern how to dispose of specific items. Organizations that violate these regulations can be fined or face expensive legal battles. Regulations for the disposal of the items on this page vary from state to state and from country to country. Check your local environmental regulatory agency. **Batteries** Batteries often contain rare earth metals that can be harmful to the environment. These metals do not decay and remain in the environment for many years. Mercury is commonly used in the manufacturing of batteries and is extremely harmful to humans. Recycling batteries should be standard practice. All batteries are subject to disposal procedures that comply with local environmental regulations. **Monitors** Handle CRT monitors with care. Extremely high voltage can be stored in CRT monitors, even after being disconnected from a power source. Monitors contain glass, metal, plastics, lead, barium, and rare earth metals. According to the U.S. Environmental Protection Agency (EPA), monitors can contain approximately 4 pounds (1.8 kg) of lead. Monitors must be disposed of in compliance with environmental regulations. **Toner Kits, Cartridges, and Developers** Used printer toner kits and printer cartridges must be disposed of properly in compliance with environmental regulations. They can also be recycled. Some toner cartridge suppliers and manufacturers take empty cartridges for refilling. Kits to refill inkjet printer cartridges are available but are not recommended, because the ink might leak into the printer, causing irreparable damage. Using refilled inkjet cartridges might also void the inkjet printer warranty. **Chemical Solvents and Aerosol Cans** Contact the local sanitation company to learn how and where to dispose of the chemicals and solvents used to clean computers. Never dump chemicals or solvents down a sink or dispose of them in a drain that connects to public sewers. **Cell Phones and tablets** The EPA recommends individuals check with local health and sanitation agencies for their preferred way to depose of electronics such as cell phones, tablets, and computers. Most computer equipment and mobile devices contain hazardous materials, such as heavy metals, that do not belong in a landfill because they contaminate the earth. Local communities may also have recycling programs. Hazardous materials are sometimes called toxic waste. These materials can contain high concentrations of heavy metals such as cadmium, lead, or mercury. The regulations for the disposal of hazardous materials vary by state or country. Contact the local recycling or waste removal authorities in your community for information about disposal procedures and services. A Safety Data Sheet (SDS), formerly known as a Material Safety and Data Sheet (MSDS), is a fact sheet that summarizes information about material identification, including hazardous ingredients that can affect personal health, fire hazards, and first-aid requirements. The SDS contains chemical reactivity and incompatibility information. It also includes protective measures for the safe handling and storage of materials and spill, leak, and disposal procedures. To determine if a material is classified as hazardous, consult the manufacturer's SDS which in the U.S. is required by OSHA when the material is transferred to a new owner. The SDS explains how to dispose of potentially hazardous materials in the safest manner. Always check local regulations concerning acceptable disposal methods before disposing of any electronic equipment. In the European Union, the regulation Registration, Evaluation, Authorization and restriction of Chemicals (REACH) came into effect on June 1, 2007, replacing various directives and regulations with a single system.