Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

comptia a+ cheat sheet, Cheat Sheet of Computer Security

Complete comptia a+ cheat sheet

Typology: Cheat Sheet

2018/2019
On special offer
30 Points
Discount

Limited-time offer


Uploaded on 09/02/2019

ekobar
ekobar 🇺🇸

4.3

(32)

261 documents

1 / 12

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
A+ CERTIFICATION CHEAT SHEET
From CompTIA A+ Certification All-in-One For Dummies, 4th Edition
By Glen E. Clarke, Edward Tetz, Timothy Warner
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 A+ Exam.
Utility
Description
Access
Recovery
Console
Command line interface for
troubleshooting disk issues and
boot problems
Boot off the Windows installation CD
or using the boot menu if preinstalled
Repair Mode
Provides access to GUI and
command line recovery tools
Boot off the Vista installation CD
Restore points
A 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 7 and
Vista allow 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 7/Vista
Installation CD/DVD and choose Repair
Your Computer, then System Restore
from the System Recovery dialog box.
You can also get to restore points
pf3
pf4
pf5
pf8
pf9
pfa
Discount

On special offer

Partial preview of the text

Download comptia a+ cheat sheet and more Cheat Sheet Computer Security in PDF only on Docsity!

A+ CERTIFICATION CHEAT SHEET

From CompTIA A+ Certification All-in-One For Dummies, 4th Edition By Glen E. Clarke, Edward Tetz, Timothy Warner

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 A+ Exam. Utility Description Access Recovery Console Command line interface for troubleshooting disk issues and boot problems Boot off the Windows installation CD or using the boot menu if preinstalled Repair Mode Provides access to GUI and command line recovery tools Boot off the Vista installation CD Restore points A 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 7 and Vista allow 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 7/Vista Installation CD/DVD and choose Repair Your Computer, then System Restore from the System Recovery dialog box. You can also get to restore points

through Safe Mode, which could prove useful if you have been hit with a virus and are unable to launch System Restore normally. Safe Mode Loads the operating system with minimal drivers An advanced startup menu option (F8) Last Known Good Configuration Loads 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 Windows Press F2 during bootup

RAID TYPES FOR THE A+ CERTIFICATION EXAMS

You will need to know types of RAID for the A+ Certification Exam. 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+ Exam:  RAID 0: Disk striping (striped volume). With RAID level 0, the data is split across drives with no data redundancy. RAID level 0 improves read and write performance by writing to multiple drives at the same time. You need a minimum of two drives.  RAID 1: Disk mirroring/duplexing (mirrored volume). With disk mirroring, the data is written to both drives involved in the mirror in order to provide data redundancy. Windows 7 supports disk mirroring.  RAID 5: Disk striping with parity (RAID 5 volume). With RAID 5 volumes, the data is written to multiple drives along with parity information that is used to help recover data if a single drive fails. RAID 5 volumes need a minimum of three disks.  RAID 10: Mirrored disk striping. RAID level 10 is also known as RAID 1+0 because it is a disk striping while mirroring the data written in the stripe.

USB AND FIREWIRE STANDARDS FOR THE A+ CERTIFICATION

EXAMS

You will need to know USB and FireWire standards for the A+ Certification Exam. 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. Standard Transfer Rate Device Support USB 1.0 12 Mbps 127 devices USB 2.0 480 Mbps 127 devices USB 3.0 5 Gbps 127 devices USB 3.1 10 Gbps 127 devices IEEE 1394 400 Mbps; also known as FireWire 63 devices IEEE 1394b 800 Mbps; also known as FireWire 800 63 devices FireWire S1600 1.6 Gbps 63 devices FireWire S3200 3.2 Gbps 63 devices

COMPTIA TROUBLESHOOTING PROCESS FOR THE A+

CERTIFICATION EXAMS

CompTIA publishes a six-step process related to the troubleshooting process. You will need to understand what they are on your A+ Exam. The six steps are:

  1. Identify the problem.
  2. Establish a theory of probable cause.
  3. Test the theory to determine cause.
  4. Establish a plan of action to resolve the problem and implement the solution.
  5. Verify full system functionality and if applicable implement preventative measures.
  6. Document findings, actions, and outcomes.

WINDOWS BOOT FILES FOR THE A+ CERTIFICATION EXAMS

Windows utilizes four boot files, and you will need an understanding of all four of them for the A+ Exam. The four boot files for Windows are:  bootmgr: Operating system loader code; similar to ntldr in previous versions of Windows.  Boot Configuration Database (BCD): Builds the operating system selection menu and data resides in the BCD store. You can edit the boot configuration data with the bcdedit utility.  winload.exe: Loads the Windows operating system if selected from the operating system selection menu provided by BCD.  winresume.exe: Resumes the Windows 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 hardware manufacturer has its own diagnostic codes that identify specific POST errors and you will need to know these for the A+ Certification Exam. You need to consult the manufacturer documentation for the diagnostic codes for your hardware, 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

taskkill.exe (^) Task Kill Terminate a running application or service on a computer. gpupdate.exe (^) Group Policy Update Re-process Active Directory (AD) Group Policy Objects (GPO) on the computer. gpresult.exe (^) Group Policy Results Evaluate the resultant policy results and list all GPOs which apply to the current computer or user. eventvwr.msc (^) Event Viewer Logging component of the operating system; the central location for all logging activity.

WINDOWS NETWORK TROUBLESHOOTING UTILITIES FOR THE A+

CERTIFICATION EXAMS

You will need to know certain troubleshooting utilities for the A+ Certification Exam. 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+ 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 or ping : 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 .  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 /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.

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 needlessly 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 to 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 running 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.

WIRELESS NETWORKING FOR THE A+ CERTIFICATION EXAMS

Wireless networking is a topic you are sure to be tested on when taking the A+ Exam. You are responsible for knowing the wireless standards and the common security steps you should take to help secure a wireless network. WIRELESS STANDARDS Standard Description 802.11a Runs at the 5 GHz frequency range and has a speed of 54 Mbps. 802.11b Runs at the 2.4 GHz frequency range and has a speed of 11 Mbps. 802.11g Runs at the 2.4 GHz frequency range and has a speed of 54 Mbps. 802.11n Runs at the 2.4 GHz or 5 GHz frequency range and has a practical speed of approximately 150 Mbps. 802.11ac Runs at the 2.4 GHz or 5 GHz frequency range and has a speed of potentially 866 Mbps or more.