Help Desk (Tier 1) Cram Study Sheet

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/34

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary and technical concepts for Tier 1 Help Desk preparation, covering troubleshooting, networking, Windows commands, and customer service.

Last updated 10:36 PM on 7/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

35 Terms

1
New cards

Help Desk Core Mindset

Be calm, patient, and professional; listen actively; ask clarifying questions; and empathize while reassuring the user.

2
New cards

Tier 1 Support Process

A sequence involving 7 steps: Greet & Identify, Clarify, Troubleshoot, Resolve, Confirm, Document, and Escalate.

3
New cards

Basic Troubleshooting Steps

  1. Identify the Problem, 2. Gather Information, 3. Reproduce the Issue, 4. Check the Obvious, 5. Isolate the Cause, 6. Implement a Solution, 7. Test & Confirm, 8. Document & Close.
4
New cards

%temp%

A Windows command or shortcut used to open and clear the temporary files folder.

5
New cards

SFC Scan

A system command sfc/scannowsfc /scannow used to scan and repair Windows system files.

6
New cards

CHKDSK

A disk utility command chkdsk/fchkdsk /f used to check for and fix errors on a disk.

7
New cards

IP Address

A unique address identifying devices on a network.

8
New cards

DNS (Domain Name System)

A system that translates human-readable domain names into numerical IP addresses; associated with port 5353.

9
New cards

DHCP (Dynamic Host Configuration Protocol)

A network service that assigns IP addresses to devices automatically; associated with ports 67/6867/68.

10
New cards

Gateway

A networking component that routes traffic from a local network to other external networks.

11
New cards

Subnet Mask

A networking value that defines the size and boundaries of a specific network.

12
New cards

HTTP Port

The standard port used for web traffic, which is 8080.

13
New cards

HTTPS Port

The secure port used for encrypted web traffic, which is 443443.

14
New cards

SSH Port

The port used for Secure Shell remote access, which is 2222.

15
New cards

SMTP Port

The port used for sending email, which is 2525.

16
New cards

IMAP Port

The port used for receiving email while keeping it on the server, which is 143143.

17
New cards

POP3 Port

The port used for receiving email, which is 110110.

18
New cards

RDP Port

The port used for Remote Desktop Protocol, which is 33893389.

19
New cards

FTP Port

The port used for File Transfer Protocol, which is 2121.

20
New cards

ipconfig

A command used to show the current IP configuration of a machine.

21
New cards

ipconfig /release

A command used to release the current IP address allocated by DHCP.

22
New cards

ipconfig /renew

A command used to renew the IP address lease from the DHCP server.

23
New cards

ping

A command line tool used to test connectivity to a specific network address.

24
New cards

nslookup

A command line tool used to check DNS resolution for a specific domain.

25
New cards

tracert

A command line tool used to trace the path packets take across a network to a specific address.

26
New cards

netstat -an

A command used to show all active network connections and listening ports.

27
New cards

tasklist

A command used to provide a list of all currently running processes.

28
New cards

taskkill /PID

A command used to forcibly end a specific process using its Process ID (PIDPID).

29
New cards

Phishing

A security threat involving fraudulent emails that attempt to obtain sensitive information.

30
New cards

Ticketing Systems

Software tools like ServiceNow or Zendesk used to track and manage user support requests.

31
New cards

Remote Access Tools

Software such as TeamViewer or AnyDesk used by technicians to control a user's computer remotely.

32
New cards

Ctrl + Alt + Delete

A keyboard shortcut used to access the Task Manager or system security options.

33
New cards

Win + R

A keyboard shortcut used to open the 'Run' dialog box.

34
New cards

Win + L

A keyboard shortcut used to lock the computer instantly.

35
New cards

Active Directory

A Microsoft service used for basic administrative tasks such as password resets and user management.