Chapter 19 - Troubleshooting Theory, OSs & Security Flashcards
tell me the three things that should never change, regardless of how you approach the troubleshooting process
19-931,932
always back up your data before making any changes to a system
establish priorities (escalate or de-escalate the job as necessary)
document EVERYTHING
tell me three questions you can ask the user for clarification on the problem at hand
19-933
can you show me the problem
how often does it happen
has any new hardware or software been installed recently
what should you do when you encounter multiple problems that appear unrelated?
19-935
identify them one at a time and solve them one at a time
say that you are troubleshooting and need to strip the system down to the basics. speaking in terms of SOFTWARE, what does this mean you’ll usually have to do?
19-936
get the computer into Safe Mode so that most of the drivers do not load and go from there
you are about to eliminate a possibility as to why something is not working right. why should you bother going to the vendor’s website as part of your troubleshooting process?
19-937
because there might be a specific solution for your problem.
true/false: ALWAYS ground yourself before digging around inside the case
19-938
true
you are establishing a plan of action. you’ve just tested a solution, and depending on the results, you’ll now do one of three things:
19-939
if the first fix didn’t work, try something else
if needed, implement the fix on other computers
if everything is working, document the solution
what does it usually mean if you get the blue screen of death and your windows gui fails to start properly?
19-942
there’s a driver that’s misconfigured OR there’s some hardware that’s misconfigured
for windows xp, vista, and 7, tell me the name of the file that bootstraps the system
19-942
xp - NTLDR
vista and 7 - BOOTMGR
what’s the file that recognizes and loads the SCSI interface?
19-943
NTBOOTDD.SYS
you have chosen to boot the system with the Boot Logging startup option engaged. what is the file that will hold the boot log information?
19-943
NTBTLOG.TXT
what does DLL stand for?
give me an example.
19-943
dynamic link library
HAL.DLL
what is BOOT.INI?
19-943
its a text file that specifies what operating systems are installed on the computer and where they are on the partitioned disk
what are executive subsystems responsible for?
19-944
they parse the Registry for config info, and start services and drivers that are needed
say that you have a system that starts shutting down and restarting when its not supposed to, and it just keeps on doing so. you’ve checked the sleep settings and found nothing out of the ordinary. what do you do next?
19-944
you need to start looking at drivers. put the computer into safe mode and go through them one by one till you find the one that is malfunctioning