IT Specialist Comprehensive Test Vocabulary Flashcards

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/153

flashcard set

Earn XP

Description and Tags

154 flashcards covering key terms, concepts, protocols, ports, and models from the IT Specialist Comprehensive Test lecture transcript.

Last updated 3:46 AM on 8/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

154 Terms

1
New cards

Network Layer (Layer 3)

The OSI layer that uses IP addresses.

2
New cards

HTTPS Port

Port 443, used by the HTTPS protocol.

3
New cards

DNS Port

Port 53, used by the DNS protocol.

4
New cards

TCP Connection Model

Connection-oriented network protocol.

5
New cards

Router

A network device that routes traffic between different networks.

6
New cards

Domain Name System (DNS)

Translates known domain names (e.g. www.google.com) into IP addresses for users to connect across the network.

7
New cards

Dynamic Host Configuration Protocol (DHCP)

Automatically provides devices with IP addresses and other network settings such as subnet mask, default gateway, and DNS server addresses.

8
New cards

RAID 1

Uses mirroring, which stores duplicate data on two separate drives to ensure a backup is available if one drive fails.

9
New cards

RAID 0

Uses striping, which stores blocks of data on two separate drives to speed up read and write performance.

10
New cards

RAID 10

A RAID setup where data across sets of drives is striped (RAID 0) and duplicated within each set (RAID 1); simple terms: RAID 0 of RAID 1s.

11
New cards

Recovery Time Objective (RTO)

A metric defining how quickly systems must be restored to proper working conditions.

12
New cards

Recovery Point Objective (RPO)

A metric defining how much data loss an organization can afford, measured in time (e.g., lost n minutes of data).

13
New cards

Active Directory

Microsoft's directory service that stores users, computers, groups, printers, and policies.

14
New cards

Group Policy Object (GPO)

Allows IT administrators to configure operating systems, applications, and user settings across an entire network.

15
New cards

Authentication vs. Authorization

Authentication asks 'who you are', whereas Authorization asks 'what are you allowed to do'.

16
New cards

Multi-Factor Authentication (MFA)

Authentication requiring Something You Know AND (Something You Have OR Something You Are).

17
New cards

Least Privilege

A practice of giving users only the permissions necessary to do their jobs.

18
New cards

Incident

An unplanned interruption to a service.

19
New cards

Problem

The root cause or 'why' behind an incident.

20
New cards

Change Management

The process of controlling and managing risk when making IT system changes such as software upgrades, server migrations, and firewall changes.

21
New cards

Service Level Agreement (SLA)

An agreement that defines the expected level of service.

22
New cards

Infrastructure as a Service (IaaS)

Cloud usage of a virtual machine where the customer controls the OS, applications, and data, while the provider manages hardware (e.g., Azure Virtual Machine).

23
New cards

Platform as a Service (PaaS)

Cloud model where the customer controls applications and data, while the provider manages hardware and OS (e.g., Azure App Service).

24
New cards

Software as a Service (SaaS)

Usage of software delivered over the internet from a cloud provider (e.g., Microsoft 365).

25
New cards

Public Cloud

An IT architecture where a third party provides IT resources (servers, storage, software) over the internet to the general public.

26
New cards

Hybrid Cloud

An IT architecture that connects a company's on-premises infrastructure (private cloud) with public cloud services.

27
New cards

Primary Key

A unique identifier for a given record in a database table.

28
New cards

Foreign Key

An identifier that connects a record across different database tables by linking to another table's primary key.

29
New cards

SELECT Statement

A database command used to select and retrieve given records.

30
New cards

WHERE Clause

Filters data in database searches to return records matching specified conditions.

31
New cards

Database Join

Combining two tables based upon a related foreign key.

32
New cards

Database Normalization

The process of organizing data in a database to reduce redundancy, organize data into related tables, and improve data integrity.

33
New cards

Confidentiality

Protecting information from unauthorized access.

34
New cards

Integrity

Ensuring that data remains accurate.

35
New cards

Availability

Ensuring that data and systems are accessible when needed.

36
New cards

Phishing

The process where fraudulent emails or sites attempt to steal information from a user.

37
New cards

Ransomware

Software that encrypts files on a hard drive until a ransom is paid.

38
New cards

Port 3389

Port used by Remote Desktop Protocol (RDP).

39
New cards

Port 22

Port used by Secure Shell (SSH).

40
New cards

Port 25

Port used by Simple Mail Transfer Protocol (SMTP).

41
New cards

Port 80

Port used by Hypertext Transfer Protocol (HTTP).

42
New cards

Port 443

Port used by HTTP Secure (HTTPS).

43
New cards

Port 53

Port used by Domain Name System (DNS).

44
New cards

Port 389

Port used by Lightweight Directory Access Protocol (LDAP).

45
New cards

Hub vs. Switch

A hub broadcasts data to every connected device causing traffic collisions, whereas a switch uses MAC addresses to send data only to the intended destination.

46
New cards

MAC Address Device Usage

A switch utilizes MAC addresses to forward data correctly.

47
New cards

IP Address Device Usage

A router utilizes IP addresses to direct network traffic.

48
New cards

Hot Site

A fully operational recovery site with minimal downtime; the most expensive recovery site option.

49
New cards

Cold Site

An empty building recovery site with power and network access; has the longest downtime and is the cheapest option.

50
New cards

Warm Site

A partially configured recovery site with moderate downtime.

51
New cards

OSI Layer 7 (Application)

Responsible for user interaction; examples include HTTPS, SMTP, and FTP.

52
New cards

OSI Layer 6 (Presentation)

Responsible for encryption and compression; examples include SSL and TLS.

53
New cards

OSI Layer 5 (Session)

Responsible for establishing a session; an example is NetBIOS.

54
New cards

OSI Layer 4 (Transport)

Responsible for reliable delivery; examples include TCP and UDP.

55
New cards

OSI Layer 3 (Network)

Responsible for routing; an example is IP Addresses.

56
New cards

OSI Layer 2 (Data Link)

Responsible for MAC Addressing; an example is Ethernet.

57
New cards

OSI Layer 1 (Physical)

Responsible for cables and signals; examples include copper wiring and fiber.

58
New cards

Transmission Control Protocol (TCP) Features

Connection-oriented, reliable protocol with acknowledgements and error checking; used for web browsing, emails, file transfers, and remote login.

59
New cards

User Datagram Protocol (UDP) Features

Connectionless, faster protocol with no acknowledgements or retransmissions; used for streaming, VoIP, gaming, and video conferencing.

60
New cards

Guaranteed Delivery Transport Protocol

TCP, required when guaranteed data delivery (e.g., payroll data) is necessary.

61
New cards

FTP Port

Port 20/21.

62
New cards

SSH Port

Port 22.

63
New cards

TelNet Port

Port 23.

64
New cards

SMTP Port

Port 25.

65
New cards

DNS Port Standard

Port 53.

66
New cards

DHCP Port

Port 67/68.

67
New cards

HTTP Port Standard

Port 80.

68
New cards

POP3 Port

Port 110.

69
New cards

NTP Port

Port 123.

70
New cards

IMAP Port

Port 143.

71
New cards

LDAP Port

Port 389.

72
New cards

HTTPS Port Standard

Port 443.

73
New cards

SMB Port

Port 445.

74
New cards

RDP Port

Port 3389.

75
New cards

Hub

A Layer 1 networking device that inefficiently broadcasts incoming data to all connected ports.

76
New cards

Switch

A Layer 2 networking device that uses MAC addresses to connect multiple devices together to form a local area network (LAN).

77
New cards

Router Aspect

A Layer 3 networking device that uses IP addresses to connect different networks.

78
New cards

Wireless Access Point (WAP)

A device that provides WiFi access to connect devices wirelessly.

79
New cards

Modem

A device that connects a local network to an Internet Service Provider (ISP).

80
New cards

Active Directory Data

Stores users, computers, groups, printers, and policies.

81
New cards

Active Directory Common Management Tasks

Password resets, unlocking accounts, creating users, disabling accounts, and managing groups.

82
New cards

Group Policy Object (GPO) Functionality

Used to centrally manage Windows systems, password requirements, desktop restrictions, drive mappings, and software deployment as a rulebook in Active Directory.

83
New cards

Password Expiration Policy Enforcement Solution

Group Policy Object (GPO).

84
New cards

Authentication Definition

Answers 'Who are you?' using mechanisms such as username/password, MFA, and smart cards.

85
New cards

Authorization Definition

Answers 'What are you allowed to do?' controlling access through file permissions and application rights.

86
New cards

NTFS (New Technology File System)

The main file system used by Windows to control permissions such as read, write, modify, and full control.

87
New cards

ITSM (IT Service Management)

A structured way for an IT team to plan, build, deliver, and support IT services using ticketing systems and formal processes.

88
New cards

Incident Management Goal

To restore normal service operation as soon as possible after an unplanned interruption (such as an offline printer or email outage).

89
New cards

Problem Management Purpose

To identify root causes of incidents by investigating the underlying 'why'.

90
New cards

Change Management Benefits

Controlling risk during system upgrades/migrations, delivering reduced outages, better planning, and documentation.

91
New cards

SLA Metrics Example

Defines expected service responses (e.g., critical ticket responded to in 1 hour and resolved in 8 hours).

92
New cards

Cloud Computing Definition

The delivery of computing services such as data storage, servers, databases, networking, and software over the internet.

93
New cards

Five Characteristics of Cloud Computing

1) On-demand self-service, 2) Broad Network Access, 3) Resource Pooling, 4) Rapid Elasticity, and 5) Measured Service.

94
New cards

IaaS Architecture

The base cloud computing layer where the customer manages OS, applications, and data, while provider manages hardware (e.g., AWS EC2, Azure VM).

95
New cards

PaaS Architecture

A cloud model supplying an environment for building, testing, and managing software; provider manages hardware and OS, customer manages applications and data.

96
New cards

SaaS Architecture

A cloud model delivering software over the internet where provider manages hardware, OS, storage, and application, while customer manages data input and configuration.

97
New cards

Public Cloud Attributes

Cloud resources built, controlled, maintained by a third-party provider and available for purchase by the general public over the internet.

98
New cards

Private Cloud Attributes

A cloud environment dedicated entirely to a single organization, offering high control at greater cost.

99
New cards

Hybrid Cloud Capability

Interconnected public and private cloud environment allowing private clouds to surge to the public cloud during temporary high demand.

100
New cards

RAID 0 Pros & Cons

Advantage: Fast performance via striping. Disadvantage: No fault tolerance/redundancy.