IT Fundamentals/Troubleshooting

From Wikiversity
Jump to navigation Jump to search
Troubleshooting

This lesson introduces IT troubleshooting methodology.

Objectives and Skills[edit | edit source]

Objectives and skills for the troubleshooting portion of IT Fundamentals certification include:[1]

  • Explain the troubleshooting methodology.
    • Identify the problem
      • Gather information
      • Duplicate the problem, if possible
      • Question users
      • Identify symptoms
      • Determine if anything has changed
      • Approach multiple problems individually
    • Research knowledge base/ Internet, if applicable
    • Establish a theory of probable cause
      • Question the obvious
      • Consider multiple approaches
        • Divide and conquer
    • Test the theory to determine the cause
      • Once the theory is confirmed (confirmed root cause), determine the next steps to resolve the problem
      • If the theory is not confirmed, establish a new theory or escalate
    • Establish a plan of action to resolve the problem and identify potential effects
    • Implement the solution or escalate as necessary
    • Verify full system functionality and, if applicable, implement preventive measures
    • Document findings/lessons learned, actions, and outcomes

Readings[edit | edit source]

  1. Wikipedia: Troubleshooting

Multimedia[edit | edit source]

  1. YouTube: Troubleshooting Methodology
  2. YouTube: Chapter 13 - IT Fundamentals+ (FC0-U61) IT Troubleshooting

Activities[edit | edit source]

  1. Select a recent or frequent technology problem you have had at school, work, or home. Explain how you would solve the problem following the troubleshooting methodology. Include the problem description and symptoms, resources searched, theories tested, problem resolution, and how you would document the issue and prevent it from recurring.
  2. Test Internet connectivity:
    1. Verify a physical connection:
      • Wired: Check for connectivity lights on the network adapter and switch or router.
      • Wireless: Check for connectivity through the user interface.
    2. Verify ip address settings.
      • Windows: Use ipconfig.
      • macOS: Use Network Utility, System Preferences / Network, or ifconfig.
      • Linux: Use Network Configuration, System Settings / Networking, or ifconfig.
    3. Review Ping/Host. Verify local and remote connectivity using ping.
      • Ping your local IP address.
      • Ping your local default gateway address.
      • Ping an Internet host such as 8.8.8.8.
    4. Review Nslookup. Verify name resolution using nslookup and an Internet host name, such as en.wikiversity.org.
  3. View system recovery options.
    • All: Review Wikipedia: Single-user mode.
    • Windows: Boot into Safe Mode and/or the Recovery Console. View available options but do not make any changes. Restart the system normally when you are finished.
    • macOS: Boot into single-user mode. View available options but do not make any changes. Restart the system normally when you are finished.
    • Linux: Boot into single-user mode. View available options but do not make any changes. Restart the system normally when you are finished.

Lesson Summary[edit | edit source]

Troubleshooting[edit | edit source]

  • Troubleshooting is a form of problem solving, often applied to repair failed products or processes on a machine or a system. It is a logical, systematic search for the source of a problem in order to solve it, and make the product or process operational again. Troubleshooting is needed to identify the symptoms. Determining the most likely cause is a process of elimination—eliminating potential causes of a problem. Finally, troubleshooting requires confirmation that the solution restores the product or process to its working state.[2]

Troubleshooting Methodology[edit | edit source]

  • Troubleshooting methodology includes:[3]
  • Identify the problem
    • Gather information
    • Duplicate the problem, if possible
    • Question users
    • Identify symptoms
    • Determine if anything has changed
    • Approach multiple problems individually
  • Research knowledge base/ Internet, if applicable
  • Establish a theory of probable cause
    • Question the obvious
    • Consider multiple approaches
      • Divide and conquer
  • Test the theory to determine the cause
    • Once the theory is confirmed (confirmed root cause), determine the next steps to resolve the problem
    • If the theory is not confirmed, establish a new theory or escalate
  • Establish a plan of action to resolve the problem and identify potential effects
  • Implement the solution or escalate as necessary
  • Verify full system functionality and, if applicable, implement preventive measures
  • Document findings/lessons learned, actions, and outcomes

Key Terms[edit | edit source]

EMI (Electromagnetic Interference)
A disturbance generated by an external source that affects an electrical circuit by electromagnetic induction, electrostatic coupling, or conduction.[4]
ESD (Electrostatic Discharge)
The sudden flow of electricity between two electrically charged objects caused by contact, an electrical short, or dielectric breakdown.[5]
safe mode
A diagnostic mode of a computer operating system. In Windows, safe mode only allows essential system programs and services to start up at boot. It is widely used for removing rogue security software.[6]
single user mode
A mode in which a multiuser computer operating system boots into a single superuser, common on Unix-like systems including macOS and Linux.[7]

Assessments[edit | edit source]

See Also[edit | edit source]

References[edit | edit source]