Troubleshooting computers and networks is a combination of art and science and the only way to get a really good at it is by doing it a lot of practice, practice.
We’ll learn to check quickly for problems in the “super simple stuff” category.
So let’s start step by step troubleshooting of computer and network :
It’s a great strategy to start by narrowing things down to the source of problem. To help you achieve that goal, it’s always best to ask right questions. Some list of questions to ask yourself to narrowing down the problem :
1) Did You Check the Super Simple Stuff?
Some points you should remember when you are performing Super Simple Stuff.
2) Is Hardware or Software Causing the Problem?
Solutions to hardware problems, usually involve one of three things :
The first thing you’ve got to determine when troubleshooting this kind of problem is whether it’s only one person Or a whole group that’s been affected. If the answer is only one person solving the issue will be pretty straightforward. If more than that, and your problem probably involves a chunk of the network, like a segment then problem is with server. Now check on server, what is problem, solve this all client computers will work fine.
Figuring this one out can be a little tough. If multiple segments are affected, you may be dealing with a network address conflict. If you’re running Transmission Control Protocol/Internet Protocol (TCP/IP), remember that IP addresses must be unique across an entire network. So if two of your segments have the same static IP subnet addresses assigned, then problem with duplicate IP errors.
When you figured out problem is not with network segment, server, router, switches you must examine the relevant cabling. Are the cables properly connected to the correct port? If the problem is with bad cabling then it’s very easy to fix.
For the troubleshooting network there are seven main steps you need to remember
Let’s assume a situation, user called you and said I can’t connect to the server on intranet and also can’t connect to internet.
Step 1 : Identify the problem :
Before you look in this problem, ask some questions to users, the right questions can get you far along this path and really help clarify the situation.
Identifying the problem involves steps that together constitute information gathering.
Gather Information by Questioning Users :
A good way to start is by asking the user the following questions :
It’s good that worked, so the server is up. You just ping the server, it doesn’t mean host is 100% up and running.
Step2 : Establish a Theory of problem Cause :
In our previous scenario we’ve determined the cause is probably improperly configured DNS lookup on the workstation. The next thing to do is to verify the configuration and probably reconfigure DNS on the workstation.
Here some points you need to keep in mind :
Step 3 : Test the Theory to Determine Cause :
In this step we are going to implement out determined theory in previous step.
Let’s look into the matter by first checking the IP configuration of the host that just happens to include DNS information. We can use the ipconfig/all command to show the IP Configuration. The /all switch will give us the DNS information that we need.
Step 4 : Establish a plan of Action to Resolve the Problem and Identify Potential Effects
Now that you’ve identified some possible changes, you’ve got to follow through and test your solution to see if you really solved the problem. In this case, you ask the user to try to access the intranet server. Basically, you just ask the user to try doing whatever it was they couldn’t do.
If it works then problem solve. If not, try other troubleshooting methods.
Step 5 : Implement the Solution or Escalate as Necessary :
You can’t fix every single network problem that could possibly happen in the universe, they actually do expect you to get pretty close to determine exactly what the problem is. And if you can’t fix it, you’ll be expected to know how to escalate it and to whom. You are only good as your resources.
It you can’t fix it, then escalate your problem ASAP, because escalation will save you from big impact.
You need to esca1ate these problem to a senior network engineer who has the additional experience and knowledge required to resolve the problems.
Some of the problems you should escalate :
All Rights Reserved. © 2024 BookOfNetwork