Troubleshooting Flashcards

1
Q

Summarise the investigation documentation

A

Documentation includes a detailed description of the problem, steps taken to reproduce the issue, initial observations, and logs of system behavior.

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

Summarise the solution documentation

A

Documentation should outline the proposed fix or changes made, rationale behind the chosen solution, and any configurations or settings adjusted.

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

Summarise the testing documentation

A

Testing documentation would record test plans, test cases, steps taken during testing, the outcomes of each test, and any additional issues encountered.

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

Suggest 6 reasons why a computer may take too long to perform routine tasks.

A

High CPU usage: Close unnecessary applications or processes consuming high CPU.

Insufficient RAM: Upgrade the RAM.

Fragmented hard drive: Defragment the hard drive.

Outdated drivers: Update all device drivers.

Malware: Run a
comprehensive antivirus scan and remove any threats.

Too many startup programs: Disable unnecessary startup programs.

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

Whats the difference between linear approach and half split approach to problem solving.

A

The linear approach involves addressing potential causes one after another from the most likely to the least likely, while the half-split technique involves dividing the problem into manageable parts to isolate the issue more quickly.

Linear is thorough but time-consuming, suitable for less complex issues. Half-split is efficient for complex systems with multiple interacting components.

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

What is the difference between bottom up and top down approach to problem solving

A

Bottom-up troubleshooting starts with the most fundamental elements (hardware, software installations) and works upwards to software configurations and user errors.

Top-down starts from the highest level of application or system functionality and moves downwards.

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

When do you conduct the review and evaluation stage

A

This stage is conducted after the solution is implemented to ensure that the problem is completely resolved and to evaluate the effectiveness of the troubleshooting process, making adjustments for future issues.

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

Give 3 reasons for the review and evaluation stage

A

To confirm the problem is resolved, to understand the effectiveness of the solution, and to gather insights for improving future troubleshooting processes.

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

What is the first question you should ask a user who reports that their computer is behaving abnormally

A

“Can you describe what you were doing when the problem occurred?”

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

Someone reports that they are unable to produce a printout from their computer. Suggest 5 reasons for this

A

Printer not connected, no paper or ink, incorrect printer selected, driver issues, print job stuck in the queue.

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

You have to design a form for recording a computer fault that has been reported by a computer user in your organization. List 10 details this form should record.

A

User’s name,

contact information,

date and time of the report,

detailed description of the fault,

severity of the issue,

any error messages displayed,

steps user took before the issue,

whether the issue is recurring,

system and software being used,

priority level of the issue.

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

What is the OSI model?

A

The OSI (Open System Interconnected) Model is a conceptual framework used to understand and standarise the functions of a telecommunication or computing system, which aids in troubleshooting by dividing these functions into seven abstract layers.

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

What is the Application Layer?

A

The Application Layer is the top layer where users interact directly with applications like browsers and email clients. Issues here might include misconfigurations or software corruption.

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

What is the Presentation Layer?

A

The Presentation Layer, or Operating System Layer, connects hardware and software resources and provides services needed for computer programs. It acts as the platform for data translation and encryption.

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

What is a session Layer

A

The Session Layer manages the communication sessions between computers, such as setting up, managing, and terminating sessions. Common problems can include misconfigurations of web server settings like PHP or Apache.

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

What is the transport layer?

A

The Transport Layer manages the transfer of data across a network by determining the rate and volume of data exchange. It implements procedures like Windowing to optimize data flow.

17
Q

What is the Network Layer?

A

The Network Layer is responsible for the routing of data, including the management of IP addresses, default gateways, subnet masks, and DNS settings. Errors might involve incorrect IP addressing or router failures.

18
Q

What is the Data Link Layer?

A

The Data Link Layer handles the node-to-node transfer of data and error checking of frames. This layer includes switches and uses MAC addresses and the Address Resolution Protocol (ARP).

19
Q

What is the Physical Layer?

A

The Physical Layer includes the physical aspects of network communication like cables, cards, and other hardware components. Common issues involve damaged cables or disconnected network connections.

20
Q

What is a common problem associated with the Physical Layer in networking?

A

A typical issue is the disconnection or damage to physical components like Ethernet cables, which can prevent network connectivity.

21
Q

How does the OSI Model help in troubleshooting?

A

he OSI Model provides a structured approach to diagnose network issues, enabling technicians to pinpoint problems at specific layers of network communication.