A+ Certification All-In-One For Dummies

This cheat sheet is designed to give you quick facts to remember on test day to help you answer questions found on the A+ certification exams. You can review some of the major Windows concepts such as boot files, recovery tools, RAID types, and troubleshooting utilities. You will also review hardware specs for bus architectures, USB, FireWire, and POST messages. Finally, you will review some common best practices for securing your environment.






>


>


Windows Recovery Tools for the A+ Certification Exams


One of the hardest tasks to perform when troubleshooting a system is fixing a system that will not boot. The A+ Certification exams expect you to be comfortable with the different recovery tools available in Windows. This table reviews popular recovery tools and specifies where you can find the recovery tool — be sure to know these for the exam.






































UtilityDescriptionAccess
Recovery ConsoleCommand line interface for troubleshooting disk issues and boot
problems
Boot off the Windows installation CD or using the boot menu if
preinstalled
Repair ModeProvides access to GUI and command line recovery toolsBoot off the Vista installation CD
Restore pointsA snap-shot of a system’s configuration; used to revert
to a system’s state before a driver or software was
installed
From the Start menu, select All
Programs→Accessories→System Tools→System Restore.
Select Restore My Computer to an Earlier Time and click Next.
Choose your desired restore point and click Next, and then click
Next again. Windows will now boot to that restore point.

Windows Vista allows you to boot your operating system to a restore
point which allows you to revert back to that system configuration
— very useful if your system has been hit with a virus. In
order to boot to a restore point, you boot off the Windows Vista
Installation CD/DVD and choose Repair Your Computer, then System
Restore from the System Recovery dialog box.
Safe ModeLoads the operating system with minimal driversAn advanced startup menu option (F8)
Last Known Good ConfigurationLoads the configuration from the last time you successfully
booted and logged on
An advanced startup menu option (F8)
Automatic System Recovery (ASR)An automated installation and restore of WindowsPress F2 during bootup




>



>


>


RAID Types for the A+ Certification Exams


RAID (Redundant Array of Inexpensive Disks) is a method of implementing redundancy (duplicated information) on your hard drives — if one disk fails, the other disk(s) can provide the missing information. There are many different levels of RAID, but the following are the only RAID levels pertinent to the A+ exams:



  • RAID 0: Disk striping (striped volume)



  • RAID 1: Disk mirroring/duplexing (Mirrored volume)



  • RAID 5: Disk striping with parity (RAID 5 volume)







>



>


>


Bus Architectures for the A+ Certification Exams


Another term for the expansion slots on a computer’s motherboard is bus slots. A number of different bus architectures have been developed over time. For the A+ exams, you need to be able to identify the differences between each of these bus architectures and know which ones are more popular today.





















































ArchitectureBus Width (In Bits)Speed
ISA8/168 MHz
MCA3210 MHz
VLB32Speed of local bus
EISA328 MHz
PCI32/6433 MHz
AGP3266 MHz (1x), 133 MHz (2x), 266 MHz (4x), 533 MHz (8x)
PCMCIA (laptops)1633 MHz
PCI-X32/6466/133/266/533 MHz
PCIe321 to 4 GHz




>



>


>


USB and FireWire Standards for the A+ Certification Exams


The most popular ports used today on the system are the USB and FireWire ports — which allow you to connect devices such as flash drives, digital cameras, and digital video cameras. This table compares features of USB and FireWire, including the transfer rate and number of devices supported.




























StandardTransfer RateDevice Support
USB 1.012 Mbps127 devices
USB 2.0480 Mbps127 devices
IEEE 1394400 Mbps; also known as FireWire63 devices
IEEE 1394b800 Mbps; also known as FireWire 80063 devices




>



>


>


Windows 2000/XP Boot Files for the A+ Certification Exams


Windows 2000/XP requires four core files to boot. You will need to understand what they are on your A+ Certification exam. The four core files are:



  • ntldr: Operating system loader code



  • boot.ini: Builds the operating system selection menu



  • ntdetect.com: Performs hardware detection



  • ntoskrnl.exe: Core kernel code responsible for tasks such as thread management







>



>


>


Windows Vista Boot Files for the A+ Certification Exams


Windows Vista utilizes four boot files, and you will need an understanding of all four of them for the A+ Certification exams. The four boot files for Windows Vista are:



  • bootmgr: Operating system loader code; similar to ntldr in previous versions of Windows



  • Boot Configuration Database (BCD): Builds the operating system selection menu; similar to boot.ini in previous versions of Windows, but data resides in the BCD store



  • winload.exe: Loads the Vista operating system if selected from the operating system selection menu provided by BCD



  • winresume.exe: Resumes the Vista operating system if the system is started from a hibernate state







>



>


>


Power-On Self-Test (POST) Error Codes Categories for the A+ Certification Exams


Each BIOS manufacturer has its own diagnostic codes that identify specific POST errors. You need to consult the BIOS documentation for the diagnostic codes for your BIOS, but the general breakdown of the code categories is as follows:



  • 100–199: Motherboard error



  • 200–299: Memory error



  • 300–399: Keyboard error



  • 600–699: Floppy drive error



  • 1400–1499: Printer error



  • 1700–1799: Hard drive error







>



>


>


Windows Troubleshooting Utilities for the A+ Certification Exams


As an A+ Certified Professional you will troubleshoot a number of different problems on the system — this table outlines some of the popular utilities you will use to support or troubleshoot a system. Be sure to know these before taking the A+ Certification exams!



































































FilenameNameDescription
chkdisk.exeCheck DiskCheck your hard drive for problems with the file system and for
bad sectors.
regedit.exeRegistry EditorMake changes to Registry values; can be used to make selective
backups. Prior to Windows XP, there were two editors: class="code">regedit.exe and class="code">regedt32.exe.
defrag.exeDisk DefragmenterUsed from the command line, or graphically through the
Microsoft Management Console (MMC) and class="code">dfrg.msc.
ntbackup.exeWindows NT backupBack up files to tape or any writable file system.
sfc.exeSystem File CheckerVerifies that system files have not been modified; or, if they
have, replaces them with the original. It works with the hidden
C:\windows\system32\dllcache directory
and the original operating system CD.
taskman.exeTask ManagerSee running programs and services, terminate problems, and view
rudimentary performance information about the system.
perfmon.exePerformance ConsoleView detailed performance information
msconfig.exeSystem Configuration ToolReconfigure the boot process for troubleshooting and diagnosing
the boot process.
drwtsn32.exeDr. WatsonConfigure the level of logging you want to do when applications
crash.

System InformationView hardware and configuration information for your
computer.

Event ViewerLogging component of the operating system; the central location
for all logging activity.




>



>


>


Windows Network Troubleshooting Utilities for the A+ Certification Exams


When problems arise on a Windows network, you can use the following utilities to do your troubleshooting. Having a clear understanding of all of them will help you on the A+ Certification exam.



  • ipconfig: Display basic TCP/IP configuration, such as IP address, subnet mask, and default gateway.



  • ipconfig /all: Display TCP/IP settings, including your Media Access Control (MAC) address, domain name system (DNS) server, and lease information.



  • ipconfig /release: Release your IP address.



  • ipconfig /renew: Renew your IP address.



  • ping <IP address> or ping <host name>: Send four test messages to the IP address or host name you specify; verify whether the other system is up and running.



  • netstat: Display TCP/IP protocol statistics and connection information. Can be used to see who is connected to your system; what ports are open; and if you use an -o switch, what the process ID is of the program that opened the port.



  • nbtstat: Troubleshoot NetBIOS over TCP/IP. For example, you can view a remote NetBIOS name table using nbtstat -a <IP address>.



  • nslookup: Troubleshoot DNS problems. For example, you can get a listing of all the records in DNS using nslookup.



  • arp: Troubleshoot ARP. For example, you can use arp -a to view your Address Resolution Protocol (ARP) cache.



  • Tasklist: View a list of running processes.



  • Taskkill /PID <pid> /F: Terminates a process when you supply the process id.







>



>


>


Windows Security Best Practices for the A+ Certification Exams


One of the most important skills to have as an A+ Certified Professional is the capability of securing Windows systems and networks. And even if you are not working in a networked environment, you can apply these same skills to your customers with home Internet machines.



  • Harden the operating system: Uninstall any software you are not using and stop any services not being used. The more software that is running, the more potential security holes in the system.



  • Patch the systems: Keep the operating systems and devices up to date with Service Packs and security patches.



  • Use a firewall: Ensure that there is a firewall between your system and the Internet. A firewall prevents hackers from connecting to your system



  • Use strong passwords: Ensure that all user accounts use a strong password (at least eight characters, and uses a mix of uppercase and lowercase characters, numbers, and symbols).



  • Enable auditing: Log any suspicious activity on the system so you are aware of it.



  • Secure your wireless routers: If you have no need for wireless, disable this functionality on your wireless router. If you are using wireless, secure it by changing the SSID, disabling SSID broadcasting, and encrypting traffic with WEP, WPA, or WPA2 (best option). You should also secure the wireless router by setting a strong password for the admin account and disable DHCP on the router. You will then need to configure all your clients with static IP addresses.



  • Use antivirus software: Install antivirus software on all servers and client machines to help protect your systems from a virus. Make sure that your virus definition database is frequently updated.







>



>


>


Ten or So Things You Might Have Forgotten for the A+ Certification Exams


With the massive amount of information you’re required to know for the A+ Certification exams, there are bound to be a few things that might slip past you. Here’s a quick list of some things you’ll need to know for the A+ Certification exams that you might have easily forgotten or overlooked.



  • Contrast ratio: A value measuring the brightness of different colors such as white versus black. The larger the ratio, the better the picture quality on the display.



  • Component/RGB: Most analog video signals are composed of Red, Green, and Blue signals which are typically delivered over either VGA or S-Video connectors. However, some older high end monitors may include three separate RCA connectors to deliver each signal over a unique or separate wire.



  • Native Resolution: The actual resolution of a monitor, as opposed to the display resolution which may be set lower which scales the image to the display area of the monitor.



  • Creation of files: You can create a file in any folder on your hard drive by right-clicking in an empty area and choosing a document type from the New menu. Files can also be created from applications by choosing the application’s save feature.



  • Dxdiag: A troubleshooting utility for Windows that allows you to troubleshoot DirectX components on the system, such as driver version and settings.



  • Grayware: A term used to describe software that performs unwanted actions. Grayware encompasses malicious software such as adware and spyware. Be sure to have malware protection software loaded on your system to protect against forms of grayware.



  • Spam: An unsolicited e-mail message. Today’s e-mail servers are being hit with a wealth of unsolicited e-mail messages a day from companies that are trying to sell services or products. Be sure to configure spam filters on your e-mail servers and e-mail clients.



  • Media readers: Popular add-on devices that allow you to read different types of memory cards and flash cards. Most systems today have media readers located on the front panel of the computer in place of a floppy drive.



  • KVM switch: A device that allows you share a keyboard, video device (monitor), and mouse between several computers while being able to quickly switch between them.



  • Front panel connectors: The front of the PC has a number of connectors on the front panel. These connectors include USB connectors, microphone, headset, and possibly a FireWire connector.



  • Reset page count: A troubleshooting tip for printers — if you find the printer reports low toner and you know there is more than enough toner available then it could be that the printer is gauging the toner level by the number of pages printed. Find out how to reset the page count on your printer to get rid of the low toner error.



  • Administrative shares versus Local shares: Administrative shares are default shares on a Windows machine that allow an administrator to remotely connect to the machine while a local share is any shared resource that the administrator has created. Examples of administrative shares are the root of each hard drive being shared as C$ or D$ and the Windows directory being shared as Admin$.



  • Permission propagation: Permission propagation is when you set permissions on a parent folder and you want those settings to apply to all sub folders as well. To propagate the permissions to sub folders you will choose the Advanced button when setting NTFS permissions and choose to replace permission entries for all child objects.



  • Avoid trip hazards: You may create trip hazards when doing things like testing a replacement network cable by using a network jack which is further away or laying out tools and computer components in a walkway by a desk. Always ensure that you are not needless risking the safety of yourself or others.



  • Heavy devices: Most computer equipment is light enough for a single person to handle while many servers and UPSs will require two people to move or place in a server rack. Always ensure that you have help for these and other heavy items and bend with your knees to prevent injury.



  • Hot components: As equipment is used, many components will build up heat, which can injure you. This is especially true of both computer and printer components. When servicing equipment, ensure that you exercise proper care when hot components are present.



  • Odors: When troubleshooting system components be aware of unexpected odors or smells that may lead you to the source of the problem or signal an immediate danger. For example, burned smells could identify overheating components or melted connectors.



  • Alerts: A function found within Performance Monitor (perfmon.msc) which allows you monitor performance counters and perform an action when the counters are beyond a desired threshold. The action could be logging in the Event Log, generating a network message, starting a performance data log, or running a custom command.



  • Taskbar: The bar at bottom of the Windows desktop which displays the Start menu, all open applications and documents, and contains the system tray (systray).



  • Systray: The systray (or system tray) is on the right side of the taskbar and displays many processes, known as background processes, that run in the background but do not have a visual interface until you click on the icon in the system tray. Most of these processes are accessed by clicking or right-clicking on the icon in the system tray so that you can change the settings of the running program or terminate the process by choosing quit or exit from the menu that appears. If there are too many items to display, they can be shown by clicking on an arrow on the left of the systray.



  • Removal of peripherals: One of the processes in the systray is the Safely Remove Hardware tool. When you insert devices such as a USB flash drive an icon appears in the systray for the removable hardware. By clicking on this icon you will see a list of devices that can be stopped and safely removed when you are ready to unplug the drive.







>






>
dummies


Source:http://www.dummies.com/how-to/content/a-certification-allinone-for-dummies-cheat-sheet.html

No comments:

Post a Comment