8/18/26 Flashcards before the final test

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:28 PM on 8/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

What is a hypervisor?

A hypervisor is software or firmware that creates and manages virtual machines.

2
New cards

What are the two main types of hypervisors?

Type 1 (bare-metal) runs directly on hardware; Type 2 runs on top of an operating system.

3
New cards

What is IaaS?

Infrastructure as a Service; provides virtualized computing resources such as servers, storage, and networking.

4
New cards

What is PaaS?

Platform as a Service; provides a platform/environment for developing and deploying applications.

5
New cards

What is SaaS?

Software as a Service; provides software applications over the internet, usually through a subscription.

6
New cards

What is an example of SaaS?

Microsoft 365, Google Workspace, Salesforce, or similar cloud applications.

7
New cards

What is phishing?

A social engineering attack that tricks users into revealing information or clicking malicious links.

8
New cards

What is the principle of least privilege?

Users should receive only the permissions necessary to perform their job.

9
New cards

What does MFA stand for?

Multifactor Authentication.

10
New cards

Why is MFA more secure than a password alone?

It requires two or more authentication factors, so stealing one factor isn't enough.

11
New cards

What is a private IPv4 address?

An IP address reserved for use inside private networks and not directly routable on the public internet.

12
New cards

What are the private IPv4 ranges?

10.0.0.0–10.255.255.255, 172.16.0.0–172.31.255.255, and 192.168.0.0–192.168.255.255.

13
New cards

Is 172.16.5.10 a private IP address?

Yes.

14
New cards

Is 8.8.8.8 a private IP address?

No. It is a public IP address.

15
New cards

What does a router do?

A router connects different networks and forwards traffic between them.

16
New cards

What does a switch do?

A switch connects devices within the same local network.

17
New cards

What does an access point do?

An access point provides wireless network connectivity to devices.

18
New cards

What command tests whether another device is reachable over a network?

ping.

19
New cards

What does ping use to test connectivity?

ICMP.

20
New cards

What does ipconfig do?

Displays and manages IP configuration information in Windows.

21
New cards

What does DNS do?

Translates domain names into IP addresses.

22
New cards

What does DHCP do?

Automatically assigns IP configuration such as IP addresses, subnet masks, gateways, and DNS servers.

23
New cards

What is a full backup?

A backup that copies all selected data every time it runs.

24
New cards

What is an incremental backup?

A backup that copies data changed since the most recent backup of any type.

25
New cards

What is a differential backup?

A backup that copies data changed since the last full backup.

26
New cards

Which backup type takes the longest to create?

Usually a full backup.

27
New cards

Which backup type generally requires the most backups to restore?

Incremental backups, because you need the last full backup plus each required incremental backup.

28
New cards

A computer powers on but displays no video. What should you check first?

Check the monitor, power, display cable, and correct display input before replacing major components.

29
New cards

What is the first step when troubleshooting a computer problem?

Identify the problem.

30
New cards

What should you do after implementing a solution?

Verify full system functionality and, if applicable, implement preventive measures.