Troubleshooting Steps Flashcards

1
Q

What are first 3 steps of the 7 step troubleshooting steps?

A

1) identify the problem (more accurately, the issue)
2) establish a theory of probably cause
3) test the theory to determine cause

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are steps 4. 5. 6 and 7 of the 7 troubleshooting steps?

A

4) establish a plan to resolve the problem
5) implement the solution
6) Verify the solution has worked and no new issues appear. Fix those issues
7) Document findings, actions and outcomes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Two devices using auto negotiation for duplex setting can still end up with duplex mismatch. TRUE or FALSE?

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the default duplex setting on switches and hosts?

A

Auto

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what’s the command to check the MTU setting on a router interface?

A

show interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

when checking switch port for potential issues, what 3 things should be checked?

A

1) Speed
2) Duplex setting
3) type of cable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

regarding issues with untrusted certificates, where are certificates stored on the local machine?

A

in the Trusted Root Certification Authorities Folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

list 3 reasons that would cause an SSL certificate to be invalid?

A

1) CA not found in trusted root certification authorities folder
2) Certificate expired or presented before the validity period starts!
3) name doesn’t match

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

incorrect time between machines will affect what 3 things?

A

1) Active Directory (5 mins difference will stop comms)
2) Certificates
3) Syslogs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

when checking for blocked tcp/udp ports what command is used?

A

netstat -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what’s the best way of controlling host-based firewall settings to prevent it causing access issues?

A

control them with a group policy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is the disadvantage of the bottom-up approach to establishing a cause?

A

you have to check a lot of things!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

if you can’t test a theory, and you’ve tried other theories, what do you then need to do?

A

escalate the problem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a symptom of STP convergence issue?

A

network goes down for a min, then comes back up again and repeats

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Proxy ARP, missing routes, routing problems and routing loops would be escalated to which group?

A

the routing group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

routing loops will typically occur on what two protocols?

A

RIP and RIPv2

17
Q

when checking for routing loops/problems what can be easily be checked on the router?

A

the default route

18
Q

MTU blackhole occurrs under what two conditions

A

1) when the MTU on an intermediate network segment is smaller than the max packet size of the communicating hosts
2) if ICMP is disabled on the routers as they can’t communicate about an MTU mismatch issue

19
Q

When documenting the problem, what 5 things should you include?
(Des Violated Ruby Said Fanny)

A

Des Violated Ruby Said Fanny

1) description of issue
2) Version of OS/software/NIC
3) whether you could REPRODUCE the problem
4) Solutions tried
5) Final solution

20
Q

Apart from the IP address and subnet mask and gateway, when checking for IP configuration issues on a workstation, what 5 things are good to check?

A

1) DNS
2) DHCP
3) WINS
4) HOSTS
5) Registry

21
Q

when checking executable files troubleshooting potential software issue, what can you look out for?

A

lines that have been commented out and shouldn’t be like lines starting with # in the HOSTS file